Package | Description |
---|---|
com.streambase.sb |
Provides classes and interfaces fundamental to the TIBCO StreamBase Java API.
|
Modifier and Type | Method and Description |
---|---|
static TupleCopier.Options |
TupleCopier.Options.valueOf(java.lang.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.
|
Constructor and Description |
---|
TupleCopier(Schema sourceSchema,
Schema destSchema,
java.util.EnumSet<TupleCopier.Options> options)
Create the TupleCopier.
|