abstract class NebulaClusterContainer extends Startable
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- NebulaClusterContainer
- Startable
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new NebulaClusterContainer(cluster: Int, version: String, absoluteHostPathPrefix: Option[String], subnetIp: String)
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
- final def allContainers: List[GenericContainer[_]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def close(): Unit
- Definition Classes
- Startable → AutoCloseable
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def existsRunningContainer: Boolean
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getAllContainers: List[GenericContainer[_]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDependencies(): Set[Startable]
- Definition Classes
- Startable
- final def getGraphdHostList: List[String]
- final def getGraphdList: List[GenericContainer[_]]
- final def getGraphdPortList: List[Integer]
*********************Java API**************************
- final def getGraphdUrlList: List[String]
- final def getMetadHostList: List[String]
- final def getMetadList: List[GenericContainer[_]]
- final def getMetadPortList: List[Integer]
- final def getMetadUrlList: List[String]
- final def getStoragedHostList: List[String]
- final def getStoragedList: List[GenericContainer[_]]
- final def getStoragedPortList: List[Integer]
- final def getStoragedUrlList: List[String]
- final def graphdHostList: List[String]
- final def graphdList: List[GenericContainer[_]]
- final def graphdPortList: List[Int]
- final def graphdUrlList: List[String]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val metaAddrs: String
- Attributes
- protected
- final def metadHostList: List[String]
- final def metadList: List[GenericContainer[_]]
- final def metadPortList: List[Int]
- final def metadUrlList: List[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()
- final def start(): Unit
- Definition Classes
- NebulaClusterContainer → Startable
- final def stop(): Unit
- Definition Classes
- NebulaClusterContainer → Startable
- final def storagedHostList: List[String]
- final def storagedList: List[GenericContainer[_]]
- final def storagedPortList: List[Int]
- final def storagedUrlList: List[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()