abstract class NebulaClusterContainer extends Startable

Linear Supertypes
Startable, AutoCloseable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NebulaClusterContainer
  2. Startable
  3. AutoCloseable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NebulaClusterContainer(cluster: Int, version: String, absoluteHostPathPrefix: Option[String], subnetIp: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def allContainers: List[GenericContainer[_]]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def close(): Unit
    Definition Classes
    Startable → AutoCloseable
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def existsRunningContainer: Boolean
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getAllContainers: List[GenericContainer[_]]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getDependencies(): Set[Startable]
    Definition Classes
    Startable
  15. final def getGraphdHostList: List[String]
  16. final def getGraphdList: List[GenericContainer[_]]
  17. final def getGraphdPortList: List[Integer]

    *********************Java API**************************

  18. final def getGraphdUrlList: List[String]
  19. final def getMetadHostList: List[String]
  20. final def getMetadList: List[GenericContainer[_]]
  21. final def getMetadPortList: List[Integer]
  22. final def getMetadUrlList: List[String]
  23. final def getStoragedHostList: List[String]
  24. final def getStoragedList: List[GenericContainer[_]]
  25. final def getStoragedPortList: List[Integer]
  26. final def getStoragedUrlList: List[String]
  27. final def graphdHostList: List[String]
  28. final def graphdList: List[GenericContainer[_]]
  29. final def graphdPortList: List[Int]
  30. final def graphdUrlList: List[String]
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. lazy val metaAddrs: String
    Attributes
    protected
  34. final def metadHostList: List[String]
  35. final def metadList: List[GenericContainer[_]]
  36. final def metadPortList: List[Int]
  37. final def metadUrlList: List[String]
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def start(): Unit
    Definition Classes
    NebulaClusterContainer → Startable
  42. final def stop(): Unit
    Definition Classes
    NebulaClusterContainer → Startable
  43. final def storagedHostList: List[String]
  44. final def storagedList: List[GenericContainer[_]]
  45. final def storagedPortList: List[Int]
  46. final def storagedUrlList: List[String]
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Startable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped