public class AtomicMultimapType<K,V> extends Object implements PrimitiveType<AtomicMultimapBuilder<K,V>,AtomicMultimapConfig,AtomicMultimap<K,V>>
| Constructor and Description |
|---|
AtomicMultimapType() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> AtomicMultimapType<K,V> |
instance()
Returns a new consistent multimap type.
|
String |
name()
Returns the object name.
|
Namespace |
namespace()
Returns the primitive type namespace.
|
AtomicMultimapBuilder<K,V> |
newBuilder(String name,
AtomicMultimapConfig config,
PrimitiveManagementService managementService)
Returns a new primitive builder.
|
AtomicMultimapConfig |
newConfig()
Returns a new instance of the primitive configuration.
|
PrimitiveService |
newService(ServiceConfig config)
Creates a new service instance from the given configuration.
|
String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitnewResourcepublic static <K,V> AtomicMultimapType<K,V> instance()
K - the key typeV - the value typepublic Namespace namespace()
PrimitiveTypenamespace in interface PrimitiveType<AtomicMultimapBuilder<K,V>,AtomicMultimapConfig,AtomicMultimap<K,V>>public PrimitiveService newService(ServiceConfig config)
PrimitiveTypenewService in interface PrimitiveType<AtomicMultimapBuilder<K,V>,AtomicMultimapConfig,AtomicMultimap<K,V>>config - the service configurationpublic AtomicMultimapConfig newConfig()
PrimitiveTypenewConfig in interface PrimitiveType<AtomicMultimapBuilder<K,V>,AtomicMultimapConfig,AtomicMultimap<K,V>>newConfig in interface ConfiguredType<AtomicMultimapConfig>public AtomicMultimapBuilder<K,V> newBuilder(String name, AtomicMultimapConfig config, PrimitiveManagementService managementService)
PrimitiveTypenewBuilder in interface PrimitiveType<AtomicMultimapBuilder<K,V>,AtomicMultimapConfig,AtomicMultimap<K,V>>name - the primitive nameconfig - the primitive configurationmanagementService - the primitive management serviceCopyright © 2013–2018. All rights reserved.