public interface MapProtocol extends GossipProtocol
PrimitiveProtocol.Type<C extends PrimitiveProtocolConfig<C>>| Modifier and Type | Method and Description |
|---|---|
<K,V> MapDelegate<K,V> |
newMapDelegate(String name,
Serializer serializer,
PrimitiveManagementService managementService)
Returns a new map delegate.
|
type<K,V> MapDelegate<K,V> newMapDelegate(String name, Serializer serializer, PrimitiveManagementService managementService)
name - the map nameserializer - the map entry serializermanagementService - the primitive management serviceCopyright © 2013–2018. All rights reserved.