case class WorkerSessionCreator(master: String = "", sessionScaffold: SessionScaffold = SessionScaffold(), sessionConfig: Option[SessionConfig] = None) extends SessionCreator with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WorkerSessionCreator
- Serializable
- Serializable
- Product
- Equals
- SessionCreator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new WorkerSessionCreator(master: String = "", sessionScaffold: SessionScaffold = SessionScaffold(), sessionConfig: Option[SessionConfig] = None)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addInitOp(op: ops.UntypedOp): Unit
- Definition Classes
- SessionCreator
-
def
addLocalInitOp(op: ops.UntypedOp): Unit
- Definition Classes
- SessionCreator
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
createSession(): core.client.Session
- Definition Classes
- WorkerSessionCreator → SessionCreator
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
extraInitOps: Set[ops.UntypedOp]
- Attributes
- protected
- Definition Classes
- SessionCreator
-
val
extraLocalInitOps: Set[ops.UntypedOp]
- Attributes
- protected
- Definition Classes
- SessionCreator
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
lazy val
initOp: ops.UntypedOp
- Attributes
- protected
- Definition Classes
- WorkerSessionCreator → SessionCreator
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
lazy val
localInitOp: ops.UntypedOp
- Attributes
- protected
- Definition Classes
- WorkerSessionCreator → SessionCreator
- val master: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
removeInitOp(op: ops.UntypedOp): Unit
- Definition Classes
- SessionCreator
-
def
removeLocalInitOp(op: ops.UntypedOp): Unit
- Definition Classes
- SessionCreator
- val sessionConfig: Option[SessionConfig]
- val sessionScaffold: SessionScaffold
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )