Uses of Enum Class
com.streambase.sb.TupleCopier.Options
Packages that use TupleCopier.Options
Package
Description
Provides classes and interfaces fundamental to the Streaming Java API.
-
Uses of TupleCopier.Options in com.streambase.sb
Methods in com.streambase.sb that return TupleCopier.OptionsModifier and TypeMethodDescriptionstatic TupleCopier.OptionsReturns 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.Method parameters in com.streambase.sb with type arguments of type TupleCopier.OptionsModifier and TypeMethodDescription(package private) static com.streambase.sb.DataTypeCopierDataTypeCopier.createCopier(CompleteDataType sourceType, CompleteDataType destType, EnumSet<TupleCopier.Options> options) Create a DataTypeCopierstatic StringTupleUtil.tupleEquals(Tuple t1, Tuple t2, EnumSet<TupleCopier.Options> options) Compare 2 tuples with the given optionsConstructor parameters in com.streambase.sb with type arguments of type TupleCopier.OptionsModifierConstructorDescription(package private)ListCopier(CompleteDataType sourceType, CompleteDataType destType, EnumSet<TupleCopier.Options> options) ConstructorTupleCopier(Schema sourceSchema, Schema destSchema, EnumSet<TupleCopier.Options> options) Create the TupleCopier.