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. -
-
Uses of BinaryIdMapper in org.apache.ignite.binary
Classes in org.apache.ignite.binary that implement BinaryIdMapper Modifier and Type Class Description class
BinaryBasicIdMapper
Base binary ID mapper implementation.Methods in org.apache.ignite.binary that return BinaryIdMapper Modifier and Type Method Description BinaryIdMapper
BinaryTypeConfiguration. getIdMapper()
Gets ID mapper.Methods in org.apache.ignite.binary with parameters of type BinaryIdMapper Modifier and Type Method Description BinaryTypeConfiguration
BinaryTypeConfiguration. 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 BinaryIdMapper
BinaryConfiguration. getIdMapper()
Gets ID mapper.Methods in org.apache.ignite.configuration with parameters of type BinaryIdMapper Modifier and Type Method Description BinaryConfiguration
BinaryConfiguration. setIdMapper(BinaryIdMapper idMapper)
Sets ID mapper.
-