public class DistributedMultimapType<K,V> extends Object implements PrimitiveType<DistributedMultimapBuilder<K,V>,DistributedMultimapConfig,DistributedMultimap<K,V>>
| Constructor and Description |
|---|
DistributedMultimapType() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> DistributedMultimapType<K,V> |
instance()
Returns a new distributed multimap type.
|
String |
name()
Returns the object name.
|
Namespace |
namespace()
Returns the primitive type namespace.
|
DistributedMultimapBuilder<K,V> |
newBuilder(String name,
DistributedMultimapConfig config,
PrimitiveManagementService managementService)
Returns a new primitive builder.
|
DistributedMultimapConfig |
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> DistributedMultimapType<K,V> instance()
K - the key typeV - the value typepublic Namespace namespace()
PrimitiveTypenamespace in interface PrimitiveType<DistributedMultimapBuilder<K,V>,DistributedMultimapConfig,DistributedMultimap<K,V>>public PrimitiveService newService(ServiceConfig config)
PrimitiveTypenewService in interface PrimitiveType<DistributedMultimapBuilder<K,V>,DistributedMultimapConfig,DistributedMultimap<K,V>>config - the service configurationpublic DistributedMultimapConfig newConfig()
PrimitiveTypenewConfig in interface PrimitiveType<DistributedMultimapBuilder<K,V>,DistributedMultimapConfig,DistributedMultimap<K,V>>newConfig in interface ConfiguredType<DistributedMultimapConfig>public DistributedMultimapBuilder<K,V> newBuilder(String name, DistributedMultimapConfig config, PrimitiveManagementService managementService)
PrimitiveTypenewBuilder in interface PrimitiveType<DistributedMultimapBuilder<K,V>,DistributedMultimapConfig,DistributedMultimap<K,V>>name - the primitive nameconfig - the primitive configurationmanagementService - the primitive management serviceCopyright © 2013–2018. All rights reserved.