Uses of Enum Class
com.streambase.sb.TupleCopier.Options
Package
Description
Provides classes and interfaces fundamental to the Streaming Java API.
-
Uses of TupleCopier.Options in com.streambase.sb
Modifier and TypeMethodDescriptionstatic TupleCopier.Options
Returns the enum constant of this class with the specified name.static TupleCopier.Options[]
TupleCopier.Options.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription(package private) static com.streambase.sb.DataTypeCopier
DataTypeCopier.createCopier
(CompleteDataType sourceType, CompleteDataType destType, EnumSet<TupleCopier.Options> options) Create a DataTypeCopierstatic String
TupleUtil.tupleEquals
(Tuple t1, Tuple t2, EnumSet<TupleCopier.Options> options) Compare 2 tuples with the given optionsModifierConstructorDescription(package private)
ListCopier
(CompleteDataType sourceType, CompleteDataType destType, EnumSet<TupleCopier.Options> options) ConstructorTupleCopier
(Schema sourceSchema, Schema destSchema, EnumSet<TupleCopier.Options> options) Create the TupleCopier.