Uses of Enum Class
com.streambase.sb.Constants.ContainerState
Package
Description
Provides classes and interfaces fundamental to the Streaming Java API.
-
Uses of Constants.ContainerState in com.streambase.sb
Modifier and TypeMethodDescriptionstatic Constants.ContainerState
Constants.ContainerState.decode
(int value) Decode an int value into the proper ContainerStatusstatic Constants.ContainerState
Decode a String value into the proper Container statusstatic Constants.ContainerState
Returns the enum constant of this class with the specified name.static Constants.ContainerState[]
Constants.ContainerState.values()
Returns an array containing the constants of this enum class, in the order they are declared.