Uses of Class
org.apache.ignite.internal.binary.BinarySchemaRegistry
-
Packages that use BinarySchemaRegistry Package Description org.apache.ignite.internal.binary Contains binary APIs internal implementation. -
-
Uses of BinarySchemaRegistry in org.apache.ignite.internal.binary
Methods in org.apache.ignite.internal.binary that return BinarySchemaRegistry Modifier and Type Method Description BinarySchemaRegistryBinaryContext. schemaRegistry(int typeId)Get schema registry for type ID.Constructors in org.apache.ignite.internal.binary with parameters of type BinarySchemaRegistry Constructor Description BinaryFieldImpl(BinaryContext ctx, int typeId, BinarySchemaRegistry schemas, String fieldName, int fieldId)Constructor.
-