Uses of Interface
org.apache.ignite.binary.BinaryType
-
Packages that use BinaryType Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.binary Contains Ignite Binary Objects API classes.org.apache.ignite.cdc org.apache.ignite.dump org.apache.ignite.internal.binary Contains binary APIs internal implementation.org.apache.ignite.internal.cdc org.apache.ignite.internal.client.thin org.apache.ignite.internal.processors.cache.binary Implementation of binary processor.org.apache.ignite.internal.processors.cache.persistence.snapshot org.apache.ignite.internal.processors.cache.persistence.snapshot.dump org.apache.ignite.internal.processors.cacheobject Cache object processor. -
-
Uses of BinaryType in org.apache.ignite
Methods in org.apache.ignite that return BinaryType Modifier and Type Method Description BinaryTypeIgniteBinary. registerClass(Class<?> cls)Register binary type for specified class.BinaryTypeIgniteBinary. registerEnum(String typeName, Map<String,Integer> vals)Register enum type.BinaryTypeIgniteBinary. type(int typeId)Gets metadata for provided type ID.BinaryTypeIgniteBinary. type(Class<?> cls)Gets metadata for provided class.BinaryTypeIgniteBinary. type(String typeName)Gets metadata for provided class name.Methods in org.apache.ignite that return types with arguments of type BinaryType Modifier and Type Method Description Collection<BinaryType>IgniteBinary. types()Gets metadata for all known types. -
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.cdc
Method parameters in org.apache.ignite.cdc with type arguments of type BinaryType Modifier and Type Method Description voidCdcConsumer. onTypes(Iterator<BinaryType> types)Handles new binary types. -
Uses of BinaryType in org.apache.ignite.dump
Method parameters in org.apache.ignite.dump with type arguments of type BinaryType Modifier and Type Method Description voidDumpConsumer. onTypes(Iterator<BinaryType> types)Handles binary types. -
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.classBinaryTypeProxyBinary type proxy.Methods in org.apache.ignite.internal.binary that return BinaryType Modifier and Type Method Description BinaryTypeBinaryCachingMetadataHandler. metadata(int typeId)Gets metadata for provided type ID.BinaryTypeBinaryCachingMetadataHandler. metadata(int typeId, int schemaId)Gets metadata for provided type ID and schema ID.@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.BinaryTypeBinaryNoopMetadataHandler. metadata(int typeId)Gets metadata for provided type ID.BinaryTypeBinaryNoopMetadataHandler. metadata(int typeId, int schemaId)Gets metadata for provided type ID and schema ID.@Nullable BinaryTypeBinaryArray. rawType()Get raw type.@Nullable BinaryTypeBinaryEnumObjectImpl. rawType()Get raw type.@Nullable BinaryTypeBinaryObjectEx. rawType()Get raw type.@Nullable BinaryTypeBinaryObjectImpl. rawType()Get raw type.@Nullable BinaryTypeBinaryObjectOffheapImpl. rawType()Get raw type.BinaryTypeBinaryArray. type()Gets type information for this binary object.BinaryTypeBinaryEnumObjectImpl. type()Gets type information for this binary object.@Nullable BinaryTypeBinaryObjectImpl. type()Gets type information for this binary object.@Nullable BinaryTypeBinaryObjectOffheapImpl. type()Gets type information for this binary object.static BinaryTypeBinaryUtils. type(BinaryContext ctx, BinaryObjectEx obj)Create binary type which is used by users.static BinaryTypeBinaryUtils. typeProxy(BinaryContext ctx, BinaryObjectEx obj)Create binary type proxy.Methods in org.apache.ignite.internal.binary that return types with arguments of type BinaryType Modifier and Type Method Description Collection<BinaryType>BinaryCachingMetadataHandler. metadata()Gets all metadata known to the node.Collection<BinaryType>BinaryContext. metadata()Collection<BinaryType>BinaryMetadataHandler. metadata()Gets all metadata known to the node.Collection<BinaryType>BinaryNoopMetadataHandler. 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 voidBinaryCachingMetadataHandler. addMeta(int typeId, BinaryType type, boolean failIfUnregistered)Adds a new or updates an existing metadata to the latest version.voidBinaryMetadataHandler. addMeta(int typeId, BinaryType meta, boolean failIfUnregistered)Adds a new or updates an existing metadata to the latest version.voidBinaryNoopMetadataHandler. addMeta(int typeId, BinaryType meta, boolean failIfUnregistered)Adds a new or updates an existing metadata to the latest version.voidBinaryCachingMetadataHandler. addMetaLocally(int typeId, BinaryType meta, boolean failIfUnregistered)Adds meta data locally on current node without sending any messages.voidBinaryMetadataHandler. addMetaLocally(int typeId, BinaryType meta, boolean failIfUnregistered)Adds meta data locally on current node without sending any messages.voidBinaryNoopMetadataHandler. 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. -
Uses of BinaryType in org.apache.ignite.internal.cdc
Method parameters in org.apache.ignite.internal.cdc with type arguments of type BinaryType Modifier and Type Method Description voidWalRecordsConsumer. onTypes(Iterator<BinaryType> types)Handles new binary types. -
Uses of BinaryType in org.apache.ignite.internal.client.thin
Methods in org.apache.ignite.internal.client.thin that return BinaryType Modifier and Type Method Description BinaryTypeClientBinary. registerClass(Class<?> cls)Register binary type for specified class.BinaryTypeClientBinary. registerEnum(String typeName, Map<String,Integer> vals)Register enum type.BinaryTypeClientBinary. type(int typeId)Gets metadata for provided type ID.BinaryTypeClientBinary. type(Class<?> cls)Gets metadata for provided class.BinaryTypeClientBinary. type(String typeName)Gets metadata for provided class name.Methods in org.apache.ignite.internal.client.thin that return types with arguments of type BinaryType Modifier and Type Method Description Collection<BinaryType>ClientBinary. types()Gets metadata for all known types. -
Uses of BinaryType in org.apache.ignite.internal.processors.cache.binary
Methods in org.apache.ignite.internal.processors.cache.binary that return BinaryType Modifier and Type Method Description @Nullable BinaryTypeCacheObjectBinaryProcessorImpl. metadata(int typeId)@Nullable BinaryTypeCacheObjectBinaryProcessorImpl. metadata(int typeId, int schemaId)@Nullable BinaryTypeCacheObjectBinaryProcessorImpl.TestBinaryContext. metadata(int typeId)BinaryTypeCacheObjectBinaryProcessorImpl. registerClass(Class<?> cls)Register binary type for specified class.BinaryTypeIgniteBinaryImpl. registerClass(Class<?> cls)Register binary type for specified class.BinaryTypeCacheObjectBinaryProcessorImpl. registerEnum(String typeName, Map<String,Integer> vals)Register enum typeBinaryTypeIgniteBinaryImpl. registerEnum(String typeName, Map<String,Integer> vals)Register enum type.@Nullable BinaryTypeIgniteBinaryImpl. type(int typeId)Gets metadata for provided type ID.@Nullable BinaryTypeIgniteBinaryImpl. type(Class<?> cls)Gets metadata for provided class.@Nullable BinaryTypeIgniteBinaryImpl. type(String typeName)Gets metadata for provided class name.Methods in org.apache.ignite.internal.processors.cache.binary that return types with arguments of type BinaryType Modifier and Type Method Description Collection<BinaryType>CacheObjectBinaryProcessorImpl. metadata()Map<Integer,BinaryType>CacheObjectBinaryProcessorImpl. metadata(Collection<Integer> typeIds)Collection<BinaryType>IgniteBinaryImpl. types()Gets metadata for all known types.Methods in org.apache.ignite.internal.processors.cache.binary with parameters of type BinaryType Modifier and Type Method Description voidCacheObjectBinaryProcessorImpl. addMeta(int typeId, BinaryType newMeta, boolean failIfUnregistered)voidCacheObjectBinaryProcessorImpl. addMetaLocally(int typeId, BinaryType newMeta)Adds metadata locally without triggering discovery exchange.voidCacheObjectBinaryProcessorImpl.TestBinaryContext.TestBinaryContextListener. onAfterMetadataRequest(int typeId, BinaryType type)Method parameters in org.apache.ignite.internal.processors.cache.binary with type arguments of type BinaryType Modifier and Type Method Description voidCacheObjectBinaryProcessorImpl. saveMetadata(Collection<BinaryType> types, File dir) -
Uses of BinaryType in org.apache.ignite.internal.processors.cache.persistence.snapshot
Method parameters in org.apache.ignite.internal.processors.cache.persistence.snapshot with type arguments of type BinaryType Modifier and Type Method Description voidSnapshotSender. sendBinaryMeta(Collection<BinaryType> types)protected voidSnapshotSender. sendBinaryMeta0(Collection<BinaryType> types) -
Uses of BinaryType in org.apache.ignite.internal.processors.cache.persistence.snapshot.dump
Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot.dump that return types with arguments of type BinaryType Modifier and Type Method Description Iterator<BinaryType>Dump. types() -
Uses of BinaryType in org.apache.ignite.internal.processors.cacheobject
Methods in org.apache.ignite.internal.processors.cacheobject that return BinaryType Modifier and Type Method Description @Nullable BinaryTypeIgniteCacheObjectProcessor. metadata(int typeId)@Nullable BinaryTypeIgniteCacheObjectProcessor. metadata(int typeId, int schemaId)BinaryTypeIgniteCacheObjectProcessor. registerClass(Class<?> cls)Register binary type for specified class.BinaryTypeNoOpBinary. registerClass(Class<?> cls)Register binary type for specified class.BinaryTypeIgniteCacheObjectProcessor. registerEnum(String typeName, Map<String,Integer> vals)Register enum typeBinaryTypeNoOpBinary. registerEnum(String typeName, Map<String,Integer> vals)Register enum type.BinaryTypeNoOpBinary. type(int typeId)Gets metadata for provided type ID.BinaryTypeNoOpBinary. type(Class<?> cls)Gets metadata for provided class.BinaryTypeNoOpBinary. type(String typeName)Gets metadata for provided class name.Methods in org.apache.ignite.internal.processors.cacheobject that return types with arguments of type BinaryType Modifier and Type Method Description Collection<BinaryType>IgniteCacheObjectProcessor. metadata()Map<Integer,BinaryType>IgniteCacheObjectProcessor. metadata(Collection<Integer> typeIds)Collection<BinaryType>NoOpBinary. types()Gets metadata for all known types.Methods in org.apache.ignite.internal.processors.cacheobject with parameters of type BinaryType Modifier and Type Method Description voidIgniteCacheObjectProcessor. addMeta(int typeId, BinaryType newMeta, boolean failIfUnregistered)voidIgniteCacheObjectProcessor. addMetaLocally(int typeId, BinaryType newMeta)Adds metadata locally without triggering discovery exchange.Method parameters in org.apache.ignite.internal.processors.cacheobject with type arguments of type BinaryType Modifier and Type Method Description voidIgniteCacheObjectProcessor. saveMetadata(Collection<BinaryType> types, File dir)
-