Uses of Class
org.apache.ignite.internal.processors.marshaller.MappedName
-
Packages that use MappedName Package Description org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.processors.cache.persistence.snapshot org.apache.ignite.internal.processors.marshaller -
-
Uses of MappedName in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return MappedName Modifier and Type Method Description MappedNameMarshallerContextImpl. onMappingProposed(MarshallerMappingItem item)Methods in org.apache.ignite.internal that return types with arguments of type MappedName Modifier and Type Method Description ArrayList<Map<Integer,MappedName>>MarshallerContextImpl. getCachedMappings()Method parameters in org.apache.ignite.internal with type arguments of type MappedName Modifier and Type Method Description voidMarshallerContextImpl. onMappingDataReceived(IgniteLogger log, List<Map<Integer,MappedName>> mappings)static voidMarshallerContextImpl. saveMappings(GridKernalContext ctx, List<Map<Integer,MappedName>> mappings, File dir) -
Uses of MappedName 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 MappedName Modifier and Type Method Description voidSnapshotSender. sendMarshallerMeta(List<Map<Integer,MappedName>> mappings)protected voidSnapshotSender. sendMarshallerMeta0(List<Map<Integer,MappedName>> mappings) -
Uses of MappedName in org.apache.ignite.internal.processors.marshaller
Method parameters in org.apache.ignite.internal.processors.marshaller with type arguments of type MappedName Modifier and Type Method Description GridFutureAdapter<MappingExchangeResult>MarshallerMappingTransport. awaitMappingAcceptance(MarshallerMappingItem item, ConcurrentMap<Integer,MappedName> cache)GridFutureAdapter<MappingExchangeResult>MarshallerMappingTransport. proposeMapping(MarshallerMappingItem item, ConcurrentMap<Integer,MappedName> cache)GridFutureAdapter<MappingExchangeResult>MarshallerMappingTransport. requestMapping(MarshallerMappingItem item, ConcurrentMap<Integer,MappedName> cache)
-