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