Uses of Enum Class
com.streambase.sb.ControlStream.Subsystems

Packages that use com.streambase.sb.ControlStream.Subsystems
Package
Description
Provides classes and interfaces fundamental to the Streaming Java API.
  • Uses of com.streambase.sb.ControlStream.Subsystems in com.streambase.sb

    Methods in com.streambase.sb that return com.streambase.sb.ControlStream.Subsystems in in
    Modifier and Type
    Method
    Description
    static com.streambase.sb.ControlStream.Subsystems
    ControlStream.Subsystems.valueOf(String name)
     
    static com.streambase.sb.ControlStream.Subsystems[]
    ControlStream.Subsystems.values()
     
    Methods in com.streambase.sb with parameters of type com.streambase.sb.ControlStream.Subsystems in in
    Modifier and Type
    Method
    Description
    static Tuple
    ControlStream.newTuple(com.streambase.sb.ControlStream.Subsystems subsystem, int id, String param0, String param1, String param2)
    Create a new tuple with the schema of the control stream and set its fields with the supplied values.