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