Uses of Class
com.streambase.sb.operator.Operator.SharedObject.State
-
Packages that use Operator.SharedObject.State Package Description com.streambase.sb.operator Provides classes and interfaces to add custom operators to StreamBase applications. -
-
Uses of Operator.SharedObject.State in com.streambase.sb.operator
Methods in com.streambase.sb.operator that return Operator.SharedObject.State Modifier and Type Method Description Operator.SharedObject.State
Operator.SharedObjectManager. getSharedObjectState(Object key)
Return theOperator.SharedObject.State
of SharedObject on this Container associated with the given key or null if there was no mappingstatic Operator.SharedObject.State
Operator.SharedObject.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Operator.SharedObject.State[]
Operator.SharedObject.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-