public class DistributedSetType<E> extends Object implements PrimitiveType<DistributedSetBuilder<E>,DistributedSetConfig,DistributedSet<E>>
| Constructor and Description |
|---|
DistributedSetType() |
| Modifier and Type | Method and Description |
|---|---|
static <E> DistributedSetType<E> |
instance()
Returns a new distributed set type.
|
String |
name()
Returns the object name.
|
Namespace |
namespace()
Returns the primitive type namespace.
|
DistributedSetBuilder<E> |
newBuilder(String name,
DistributedSetConfig config,
PrimitiveManagementService managementService)
Returns a new primitive builder.
|
DistributedSetConfig |
newConfig()
Returns a new instance of the primitive configuration.
|
PrimitiveResource |
newResource(DistributedSet<E> primitive)
Creates a new resource for the given primitive.
|
PrimitiveService |
newService(ServiceConfig config)
Creates a new service instance from the given configuration.
|
String |
toString() |
public static <E> DistributedSetType<E> instance()
E - the set element typepublic Namespace namespace()
PrimitiveTypenamespace in interface PrimitiveType<DistributedSetBuilder<E>,DistributedSetConfig,DistributedSet<E>>public PrimitiveService newService(ServiceConfig config)
PrimitiveTypenewService in interface PrimitiveType<DistributedSetBuilder<E>,DistributedSetConfig,DistributedSet<E>>config - the service configurationpublic PrimitiveResource newResource(DistributedSet<E> primitive)
PrimitiveTypenewResource in interface PrimitiveType<DistributedSetBuilder<E>,DistributedSetConfig,DistributedSet<E>>primitive - the primitive instancepublic DistributedSetConfig newConfig()
PrimitiveTypenewConfig in interface PrimitiveType<DistributedSetBuilder<E>,DistributedSetConfig,DistributedSet<E>>newConfig in interface ConfiguredType<DistributedSetConfig>public DistributedSetBuilder<E> newBuilder(String name, DistributedSetConfig config, PrimitiveManagementService managementService)
PrimitiveTypenewBuilder in interface PrimitiveType<DistributedSetBuilder<E>,DistributedSetConfig,DistributedSet<E>>name - the primitive nameconfig - the primitive configurationmanagementService - the primitive management serviceCopyright © 2013–2018. All rights reserved.