Uses of Class
org.apache.ignite.internal.processors.marshaller.MarshallerMappingItem
-
Packages that use MarshallerMappingItem Package Description org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.processors.marshaller -
-
Uses of MarshallerMappingItem in org.apache.ignite.internal
Methods in org.apache.ignite.internal with parameters of type MarshallerMappingItem Modifier and Type Method Description voidMarshallerContextImpl. onMappingAccepted(MarshallerMappingItem item)MappedNameMarshallerContextImpl. onMappingProposed(MarshallerMappingItem item) -
Uses of MarshallerMappingItem in org.apache.ignite.internal.processors.marshaller
Methods in org.apache.ignite.internal.processors.marshaller with parameters of type MarshallerMappingItem 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)
-