Uses of Interface
org.apache.ignite.binary.BinaryIdMapper
-
Packages that use BinaryIdMapper Package Description org.apache.ignite.binary Contains Ignite Binary Objects API classes.org.apache.ignite.configuration Contains configuration-related classes.org.apache.ignite.internal.binary Contains binary APIs internal implementation. -
-
Uses of BinaryIdMapper in org.apache.ignite.binary
Classes in org.apache.ignite.binary that implement BinaryIdMapper Modifier and Type Class Description classBinaryBasicIdMapperBase binary ID mapper implementation.Methods in org.apache.ignite.binary that return BinaryIdMapper Modifier and Type Method Description BinaryIdMapperBinaryTypeConfiguration. getIdMapper()Gets ID mapper.Methods in org.apache.ignite.binary with parameters of type BinaryIdMapper Modifier and Type Method Description BinaryTypeConfigurationBinaryTypeConfiguration. setIdMapper(BinaryIdMapper idMapper)Sets ID mapper. -
Uses of BinaryIdMapper in org.apache.ignite.configuration
Methods in org.apache.ignite.configuration that return BinaryIdMapper Modifier and Type Method Description BinaryIdMapperBinaryConfiguration. getIdMapper()Gets ID mapper.Methods in org.apache.ignite.configuration with parameters of type BinaryIdMapper Modifier and Type Method Description BinaryConfigurationBinaryConfiguration. setIdMapper(BinaryIdMapper idMapper)Sets ID mapper. -
Uses of BinaryIdMapper in org.apache.ignite.internal.binary
Methods in org.apache.ignite.internal.binary that return BinaryIdMapper Modifier and Type Method Description static BinaryIdMapperBinaryContext. defaultIdMapper()BinaryIdMapperBinaryInternalMapper. idMapper()Constructors in org.apache.ignite.internal.binary with parameters of type BinaryIdMapper Constructor Description BinaryInternalMapper(BinaryNameMapper nameMapper, BinaryIdMapper idMapper, boolean checkOnZeroId)
-