Uses of Class
com.cloudera.cdp.dfworkload.model.RuntimeSession
Packages that use RuntimeSession
-
Uses of RuntimeSession in com.cloudera.cdp.dfworkload.model
Methods in com.cloudera.cdp.dfworkload.model that return RuntimeSessionModifier and TypeMethodDescriptionFlowSummary.getRuntimeSession()Getter for runtimeSession.RestartTestSessionResponse.getRuntimeSession()Getter for runtimeSession.SuspendTestSessionResponse.getRuntimeSession()Getter for runtimeSession.TerminateTestSessionResponse.getRuntimeSession()Getter for runtimeSession.Methods in com.cloudera.cdp.dfworkload.model with parameters of type RuntimeSessionModifier and TypeMethodDescriptionvoidFlowSummary.setRuntimeSession(RuntimeSession runtimeSession) Setter for runtimeSession.voidRestartTestSessionResponse.setRuntimeSession(RuntimeSession runtimeSession) Setter for runtimeSession.voidSuspendTestSessionResponse.setRuntimeSession(RuntimeSession runtimeSession) Setter for runtimeSession.voidTerminateTestSessionResponse.setRuntimeSession(RuntimeSession runtimeSession) Setter for runtimeSession.