Class Domain

java.lang.Object
com.teracloud.streams.rest.Element
com.teracloud.streams.rest.Domain

public class Domain extends Element
An object describing an Streams Domain
Since:
1.8
  • Constructor Details

    • Domain

      public Domain()
  • Method Details

    • getCreationTime

      public long getCreationTime()
      Gets the time in milliseconds when this domain was created.
      Returns:
      the epoch time in milliseconds when the domain was created.
    • getCreationUser

      public String getCreationUser()
      Gets the user ID that created this instance.
      Returns:
      the creation user ID
    • getId

      public String getId()
      Gets the Streams unique identifier for this domain.
      Returns:
      the Streams unique identifier.
    • getStatus

      public String getStatus()
      Gets the status of the domain.
      Returns:
      the instance status that contains one of the following values:
      • running
      • stopping
      • stopped
      • starting
      • removing
      • unknown
    • getZooKeeperConnectionString

      public String getZooKeeperConnectionString()
      Gets the ZooKeeper connection string for this domain.
      Returns:
      ZooKeeper connection string for this domain.