| Package | Description |
|---|---|
| org.apache.ignite.internal.binary |
Contains binary APIs internal implementation.
|
| org.apache.ignite.internal.binary.builder |
Contains classes specific to binary builder API.
|
| Modifier and Type | Method and Description |
|---|---|
BinarySchema |
BinarySchema.Builder.build()
Build schema.
|
abstract BinarySchema |
BinaryObjectExImpl.createSchema()
Create schema for object.
|
BinarySchema |
BinaryObjectImpl.createSchema()
Create schema for object.
|
BinarySchema |
BinaryObjectOffheapImpl.createSchema()
Create schema for object.
|
BinarySchema |
BinaryWriterExImpl.currentSchema() |
BinarySchema |
BinaryReaderExImpl.getOrCreateSchema()
Get or create object schema.
|
BinarySchema |
BinarySchemaRegistry.schema(int schemaId)
Get schema for the given ID.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<BinarySchema> |
BinaryMetadata.schemas() |
| Modifier and Type | Method and Description |
|---|---|
void |
BinarySchemaRegistry.addSchema(int schemaId,
BinarySchema schema)
Add schema.
|
| Constructor and Description |
|---|
BinaryMetadata(int typeId,
String typeName,
Map<String,Integer> fields,
String affKeyFieldName,
Collection<BinarySchema> schemas,
boolean isEnum)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BinarySchema |
BinaryBuilderReader.schema()
Get schema of the object, starting at the given position.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.8.0 Release Date : December 5 2016