com.ibm.streamsx.rest

Class Domain



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

      Constructors 
      Constructor and Description
      Domain() 
    • Constructor Detail

      • Domain

        public Domain()
    • Method Detail

      • 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 java.lang.String getCreationUser()
        Gets the user ID that created this instance.
        Returns:
        the creation user ID
      • getId

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

        public java.lang.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 java.lang.String getZooKeeperConnectionString()
        Gets the ZooKeeper connection string for this domain.
        Returns:
        ZooKeeper connection string for this domain.
streamsx.topology 2.1 @ IBMStreams GitHub