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.CoercionOptionsSchemaUtil.CoercionOptions. findCaptureOption(Collection<SchemaUtil.CoercionOptions> options)Find capture optionabstract SchemaUtil.CoercionOptionsSchemaUtil.CoercionOptions. getInverse()Get inverse of optionstatic SchemaUtil.CoercionOptionsSchemaUtil.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)Invert coercion optionsMethod parameters in com.streambase.sb with type arguments of type SchemaUtil.CoercionOptions Modifier and Type Method Description static booleanSchemaUtil.CoercionOptions. canTransformCaptures(Collection<SchemaUtil.CoercionOptions> options)Can coercion options transform a capture field?static SchemaSchemaUtil. computeOutputSchema(LocatedItem loc, Schema[] schemas, Set<SchemaUtil.CoercionOptions> options, CapturedSchemas capturedSchemas, String errorPrefix)Compute output schemastatic SchemaSchemaUtil. 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.CoercionOptionsSchemaUtil.CoercionOptions. findCaptureOption(Collection<SchemaUtil.CoercionOptions> options)Find capture optionstatic Set<SchemaUtil.CoercionOptions>SchemaUtil.CoercionOptions. invert(Collection<SchemaUtil.CoercionOptions> options)Invert coercion optionsstatic Schema.FieldSchemaUtil. superSetField(Schema.Field oldField, Schema.Field newField, Set<SchemaUtil.CoercionOptions> options, CapturedSchemas capturedSchemas)Calculate a super-set of fields
-