tasks.elastic
package tasks.elastic
Members list
Packages
package tasks.elastic.docker
Type members
Experimental classlikes
Attributes
- Experimental
- true
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
trait CreateNode
Attributes
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class DockerCreateNode
trait CreateNodeFactory
Attributes
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class DockerCreateNodeFactory
trait DecideNewNode
Attributes
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class SimpleDecideNewNode
object Deployment
Attributes
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Deployment.type
trait ElasticSupport
Attributes
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class SimpleElasticSupport
Attributes
- Experimental
- true
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
trait GetNodeName
Attributes
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object DockerGetNodeName
Attributes
- Experimental
- true
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object NodeKiller
Attributes
- Companion
- class
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
NodeKiller.type
class NodeKiller(shutdownNode: ShutdownNode, targetLauncherActor: LauncherActor, targetNode: Node, listener: Address, messenger: Messenger)(implicit config: TasksConfig) extends ActorBehavior[State, Unit]
Attributes
- Companion
- object
- Experimental
- true
- Supertypes
object NodeRegistry
Attributes
- Companion
- class
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
NodeRegistry.type
class NodeRegistry(unmanagedResource: ResourceAvailable, createNode: CreateNode, decideNewNode: DecideNewNode, shutdownNode: ShutdownNode, targetQueue: QueueActor, messenger: Messenger)(implicit config: TasksConfig) extends ActorBehavior[State, Unit]
Attributes
- Companion
- object
- Experimental
- true
- Supertypes
Attributes
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Experimental
- true
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object SelfShutdown
Attributes
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SelfShutdown.type
trait ShutdownNode extends ShutdownRunningNode
Attributes
- Experimental
- true
- Supertypes
- Known subtypes
-
class DockerShutdown
trait ShutdownRunningNode
Attributes
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait ShutdownNodeclass DockerShutdown
class SimpleDecideNewNode(codeVersion: CodeVersion)(implicit config: TasksConfig) extends DecideNewNode
Attributes
- Experimental
- true
- Supertypes
case class SimpleElasticSupport(hostConfig: Option[HostConfiguration], shutdown: ShutdownNode, createNodeFactory: CreateNodeFactory, getNodeName: GetNodeName) extends ElasticSupport
Attributes
- Experimental
- true
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ElasticSupportclass Objecttrait Matchableclass AnyShow all
- Self type
In this article