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