SimpleElasticSupport

tasks.elastic.SimpleElasticSupport
case class SimpleElasticSupport(fqcn: ElasticSupportFqcn, hostConfig: Option[HostConfiguration], reaperFactory: Option[ReaperFactory], shutdown: ShutdownNode, createNodeFactory: CreateNodeFactory, getNodeName: GetNodeName) extends ElasticSupport

Attributes

Experimental
true
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited classlikes

trait Inner

Attributes

Inherited from:
ElasticSupport
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(masterAddress: SimpleSocketAddress, queueActor: QueueActor, resource: ResourceAvailable, codeAddress: Option[CodeAddress], eventListener: Option[EventListener[Event]])(implicit config: TasksConfig): Inner
def selfShutdownNow(): Unit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product