Class AtomixAtomicIdGenerator
- java.lang.Object
-
- org.onosproject.store.atomix.primitives.impl.AtomixAtomicIdGenerator
-
- All Implemented Interfaces:
org.onosproject.store.service.AsyncAtomicIdGenerator,org.onosproject.store.service.DistributedPrimitive
public class AtomixAtomicIdGenerator extends Object implements org.onosproject.store.service.AsyncAtomicIdGenerator
Atomix atomic ID generator.
-
-
Constructor Summary
Constructors Constructor Description AtomixAtomicIdGenerator(io.atomix.core.idgenerator.AsyncAtomicIdGenerator atomixIdGenerator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()CompletableFuture<Long>nextId()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
name
public String name()
- Specified by:
namein interfaceorg.onosproject.store.service.DistributedPrimitive
-
nextId
public CompletableFuture<Long> nextId()
- Specified by:
nextIdin interfaceorg.onosproject.store.service.AsyncAtomicIdGenerator
-
-