public class DistributedValueType<V> extends Object implements PrimitiveType<DistributedValueBuilder<V>,DistributedValueConfig,DistributedValue<V>>
| Constructor and Description |
|---|
DistributedValueType() |
| Modifier and Type | Method and Description |
|---|---|
static <V> DistributedValueType<V> |
instance()
Returns a new value type.
|
String |
name()
Returns the object name.
|
DistributedValueBuilder<V> |
newBuilder(String name,
DistributedValueConfig config,
PrimitiveManagementService managementService)
Returns a new primitive builder.
|
DistributedValueConfig |
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, waitnamespace, newResourcepublic static <V> DistributedValueType<V> instance()
V - the value value typepublic PrimitiveService newService(ServiceConfig config)
PrimitiveTypenewService in interface PrimitiveType<DistributedValueBuilder<V>,DistributedValueConfig,DistributedValue<V>>config - the service configurationpublic DistributedValueConfig newConfig()
PrimitiveTypenewConfig in interface PrimitiveType<DistributedValueBuilder<V>,DistributedValueConfig,DistributedValue<V>>newConfig in interface ConfiguredType<DistributedValueConfig>public DistributedValueBuilder<V> newBuilder(String name, DistributedValueConfig config, PrimitiveManagementService managementService)
PrimitiveTypenewBuilder in interface PrimitiveType<DistributedValueBuilder<V>,DistributedValueConfig,DistributedValue<V>>name - the primitive nameconfig - the primitive configurationmanagementService - the primitive management serviceCopyright © 2013–2018. All rights reserved.