Uses of Class
com.streambase.sb.TupleCopier.Options
-
Packages that use TupleCopier.Options Package Description com.streambase.sb Provides classes and interfaces fundamental to the TIBCO StreamBase Java API. -
-
Uses of TupleCopier.Options in com.streambase.sb
Methods in com.streambase.sb that return TupleCopier.Options Modifier and Type Method Description static TupleCopier.Options
TupleCopier.Options. valueOf(String name)
Returns the enum constant of this type with the specified name.static TupleCopier.Options[]
TupleCopier.Options. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.streambase.sb with type arguments of type TupleCopier.Options Modifier and Type Method Description static String
TupleUtil. 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.Options Constructor Description TupleCopier(Schema sourceSchema, Schema destSchema, EnumSet<TupleCopier.Options> options)
Create the TupleCopier.
-