Uses of Class
com.streambase.sb.operator.TransactionIsolationLevel
- 
Packages that use TransactionIsolationLevel Package Description com.streambase.sb.operator Provides classes and interfaces to add custom operators to StreamBase applications. - 
- 
Uses of TransactionIsolationLevel in com.streambase.sb.operator
Methods in com.streambase.sb.operator that return TransactionIsolationLevel Modifier and Type Method Description TransactionIsolationLevelOperator. getTransactionIsolationLevel()Get current transaction isolation level.static TransactionIsolationLevelTransactionIsolationLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionIsolationLevel[]TransactionIsolationLevel. values()Returns an array containing the constants of this enum type, in the order they are declared. 
 -