Uses of Class
com.streambase.sb.operator.StorageMethod
-
Packages that use StorageMethod Package Description com.streambase.sb.operator Provides classes and interfaces to add custom operators to StreamBase applications. -
-
Uses of StorageMethod in com.streambase.sb.operator
Methods in com.streambase.sb.operator that return StorageMethod Modifier and Type Method Description StorageMethod
Operator. getStorageMethod()
Get operator's state's storage method.static StorageMethod
StorageMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static StorageMethod[]
StorageMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-