Uses of Class
org.apache.ignite.internal.processors.marshaller.MappingExchangeResult
-
Packages that use MappingExchangeResult Package Description org.apache.ignite.internal.processors.marshaller -
-
Uses of MappingExchangeResult in org.apache.ignite.internal.processors.marshaller
Methods in org.apache.ignite.internal.processors.marshaller that return types with arguments of type MappingExchangeResult 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)
-