Uses of Class
org.apache.ignite.internal.binary.BinarySchema
-
Packages that use BinarySchema 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. -
-
Uses of BinarySchema in org.apache.ignite.internal.binary
Methods in org.apache.ignite.internal.binary that return BinarySchema Modifier and Type Method Description BinarySchemaBinarySchema.Builder. build()Build schema.abstract BinarySchemaBinaryObjectExImpl. createSchema()Create schema for object.BinarySchemaBinaryObjectImpl. createSchema()Create schema for object.BinarySchemaBinaryObjectOffheapImpl. createSchema()Create schema for object.BinarySchemaBinaryWriterExImpl. currentSchema()BinarySchemaBinaryReaderExImpl. getOrCreateSchema()Get or create object schema.@Nullable BinarySchemaBinarySchemaRegistry. schema(int schemaId)Get schema for the given ID.Methods in org.apache.ignite.internal.binary that return types with arguments of type BinarySchema Modifier and Type Method Description Collection<BinarySchema>BinaryMetadata. schemas()List<BinarySchema>BinarySchemaRegistry. schemas()Methods in org.apache.ignite.internal.binary with parameters of type BinarySchema Modifier and Type Method Description voidBinarySchemaRegistry. addSchema(int schemaId, BinarySchema schema)Add schema.Constructor parameters in org.apache.ignite.internal.binary with type arguments of type BinarySchema Constructor Description BinaryMetadata(int typeId, String typeName, @Nullable Map<String,BinaryFieldMetadata> fields, @Nullable String affKeyFieldName, @Nullable Collection<BinarySchema> schemas, boolean isEnum, @Nullable Map<String,Integer> enumMap)Constructor. -
Uses of BinarySchema in org.apache.ignite.internal.binary.builder
Methods in org.apache.ignite.internal.binary.builder that return BinarySchema Modifier and Type Method Description BinarySchemaBinaryBuilderReader. schema()Get schema of the object, starting at the given position.
-