Class SbeSchema.IrOptions
java.lang.Object
org.apache.beam.sdk.extensions.sbe.SbeSchema.IrOptions
- All Implemented Interfaces:
Serializable
- Enclosing class:
SbeSchema
Options for configuring schema generation from an
Ir.
The default options make the following assumptions:
There is only message in the XML schema. In order to override this, either messageId() or messageName() must be set, but not both.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic SbeSchema.IrOptions.Builderbuilder()abstract SbeSchema.IrOptions.Builder
-
Field Details
-
DEFAULT
-
-
Constructor Details
-
IrOptions
public IrOptions()
-
-
Method Details
-
messageId
-
messageName
-
assumeSingleMessageSchema
public boolean assumeSingleMessageSchema() -
builder
-
toBuilder
-