Uses of Class
com.streambase.sb.SemanticValidationException
Package
Description
Provides classes and interfaces fundamental to the Streaming Java API.
-
Uses of SemanticValidationException in com.streambase.sb
Modifier and TypeClassDescriptionstatic class
A SemanticValidationException that also stores the index of the schema that caused it, when we're computing merges of schemas.class
XML interpretation exceptionModifier and TypeMethodDescriptionstatic Schema
SchemaUtil.computeOutputSchema
(com.streambase.sb.util.LocatedItem loc, Schema[] schemas, Set<SchemaUtil.CoercionOptions> options, com.streambase.sb.internal.CapturedSchemas capturedSchemas, String errorPrefix) Compute output schemastatic Schema
SchemaUtil.expandCaptureFields
(com.streambase.sb.util.LocatedItem loc, Schema schema, Set<SchemaUtil.CoercionOptions> options, com.streambase.sb.internal.CapturedSchemas capturedSchemas) Take a schema which might have capture field, and expand the field.void
OutputSchemaBuilder.includeSchema
(int schemaIndex, Schema schema) Include schemastatic Schema.Field
SchemaUtil.superSetField
(Schema.Field oldField, Schema.Field newField, Set<SchemaUtil.CoercionOptions> options, com.streambase.sb.internal.CapturedSchemas capturedSchemas) Calculate a super-set of fields