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.internal.binary -
-
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.internal.binary
Methods in org.apache.ignite.internal.binary that return BinaryIdMapper Modifier and Type Method Description static BinaryIdMapperBinaryContext. defaultIdMapper()Constructors in org.apache.ignite.internal.binary with parameters of type BinaryIdMapper Constructor Description BinaryContext(BinaryMetadataHandler metaHnd, @Nullable BinaryMarshaller marsh, @Nullable String igniteInstanceName, @Nullable ClassLoader clsLdr, @Nullable BinarySerializer dfltSerializer, @Nullable BinaryIdMapper idMapper, @Nullable BinaryNameMapper nameMapper, @Nullable Collection<BinaryTypeConfiguration> typeCfgs, Map<String,String> affFlds, boolean compactFooter, Function<Class<?>,String> affFldNameProvider, IgniteLogger log)
-