public interface PrimitiveType<B extends DistributedPrimitiveBuilder<B,P>,P extends DistributedPrimitive> extends io.atomix.utils.Identifier<String>
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Returns the primitive type name.
|
B |
newPrimitiveBuilder(String name,
PrimitiveManagementService managementService)
Returns a new primitive builder for the given partition.
|
PrimitiveService |
newService()
Returns a new primitive service instance.
|
String id()
id in interface io.atomix.utils.Identifier<String>PrimitiveService newService()
B newPrimitiveBuilder(String name, PrimitiveManagementService managementService)
name - the primitive namemanagementService - the primitive management serviceCopyright © 2013–2018. All rights reserved.