Class Element

java.lang.Object
com.teracloud.streams.rest.Element
Direct Known Subclasses:
ApplicationBundle, Domain, InputPort, Instance, Job, Metric, Operator, OutputPort, PEInputPort, PEOutputPort, ProcessingElement, Resource, ResourceAllocation

public abstract class Element extends Object
Streams element. Super-class for elements returned from the Streams REST API.
  • Constructor Details

    • Element

      public Element()
  • Method Details

    • getStreamsConnection

      public StreamsConnection getStreamsConnection()
    • toString

      public final String toString()
      Overrides:
      toString in class Object
    • refresh

      public void refresh() throws IOException
      Refresh this element. Attributes of this object are updated from current state though the Streams REST API.
      Throws:
      IOException - Error communicating with Streams.