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