Uses of Class
com.streambase.sb.SchemaUtil.CoercionOptions
-
Packages that use SchemaUtil.CoercionOptions Package Description com.streambase.sb Provides classes and interfaces fundamental to the TIBCO StreamBase Java API. -
-
Uses of SchemaUtil.CoercionOptions in com.streambase.sb
Methods in com.streambase.sb that return SchemaUtil.CoercionOptions Modifier and Type Method Description static SchemaUtil.CoercionOptions
SchemaUtil.CoercionOptions. findCaptureOption(Collection<SchemaUtil.CoercionOptions> options)
Find capture optionabstract SchemaUtil.CoercionOptions
SchemaUtil.CoercionOptions. getInverse()
static SchemaUtil.CoercionOptions
SchemaUtil.CoercionOptions. valueOf(String name)
Returns the enum constant of this type with the specified name.static SchemaUtil.CoercionOptions[]
SchemaUtil.CoercionOptions. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.streambase.sb that return types with arguments of type SchemaUtil.CoercionOptions Modifier and Type Method Description static Set<SchemaUtil.CoercionOptions>
SchemaUtil.CoercionOptions. invert(Collection<SchemaUtil.CoercionOptions> options)
Method parameters in com.streambase.sb with type arguments of type SchemaUtil.CoercionOptions Modifier and Type Method Description static boolean
SchemaUtil.CoercionOptions. canTransformCaptures(Collection<SchemaUtil.CoercionOptions> options)
static Schema
SchemaUtil. computeOutputSchema(LocatedItem loc, Schema[] schemas, Set<SchemaUtil.CoercionOptions> options, CapturedSchemas capturedSchemas, String errorPrefix)
static Schema
SchemaUtil. expandCaptureFields(LocatedItem loc, Schema schema, Set<SchemaUtil.CoercionOptions> options, CapturedSchemas capturedSchemas)
Take a schema which might have capture field, and expand the field.static SchemaUtil.CoercionOptions
SchemaUtil.CoercionOptions. findCaptureOption(Collection<SchemaUtil.CoercionOptions> options)
Find capture optionstatic Set<SchemaUtil.CoercionOptions>
SchemaUtil.CoercionOptions. invert(Collection<SchemaUtil.CoercionOptions> options)
static Schema.Field
SchemaUtil. superSetField(Schema.Field oldField, Schema.Field newField, Set<SchemaUtil.CoercionOptions> options, CapturedSchemas capturedSchemas)
-