Uses of Interface
org.apache.ignite.binary.BinaryType
-
Packages that use BinaryType Package Description org.apache.ignite.binary Contains Ignite Binary Objects API classes.org.apache.ignite.internal.binary -
-
Uses of BinaryType in org.apache.ignite.binary
Methods in org.apache.ignite.binary that return BinaryType Modifier and Type Method Description BinaryTypeBinaryObject. type()Gets type information for this binary object. -
Uses of BinaryType in org.apache.ignite.internal.binary
Classes in org.apache.ignite.internal.binary that implement BinaryType Modifier and Type Class Description classBinaryTypeImplBinary type implementation.Methods in org.apache.ignite.internal.binary that return BinaryType Modifier and Type Method Description @Nullable BinaryTypeBinaryContext. metadata(int typeId)BinaryTypeBinaryContext. metadata(int typeId, int schemaId)BinaryTypeBinaryMetadataHandler. metadata(int typeId)Gets metadata for provided type ID.BinaryTypeBinaryMetadataHandler. metadata(int typeId, int schemaId)Gets metadata for provided type ID and schema ID.@Nullable BinaryTypeBinaryObjectEx. rawType()Get raw type.Methods in org.apache.ignite.internal.binary that return types with arguments of type BinaryType Modifier and Type Method Description Collection<BinaryType>BinaryContext. metadata()Collection<BinaryType>BinaryMetadataHandler. metadata()Gets all metadata known to the node.Methods in org.apache.ignite.internal.binary with parameters of type BinaryType Modifier and Type Method Description voidBinaryMetadataHandler. addMeta(int typeId, BinaryType meta, boolean failIfUnregistered)Adds a new or updates an existing metadata to the latest version.voidBinaryMetadataHandler. addMetaLocally(int typeId, BinaryType meta, boolean failIfUnregistered)Adds meta data locally on current node without sending any messages.voidBinaryContext. registerClassLocally(BinaryType binaryType, boolean failIfUnregistered, byte platformId)Registers binary type locally.voidBinaryContext. updateMetaIfNeeded(BinaryWriterEx writer, BinaryType meta, int typeId, String typeName, String affFieldName, Map<String,BinaryFieldMetadata> fieldsMeta)Method parameters in org.apache.ignite.internal.binary with type arguments of type BinaryType Modifier and Type Method Description static int[]BinaryUtils. getSchema(BinaryContext ctx, IntFunction<BinaryType> metadataProvider, int typeId, int schemaId)Gets the schema.
-