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 java.lang.Object implements org.onosproject.store.service.AsyncAtomicIdGeneratorAtomix 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 java.lang.Stringname()java.util.concurrent.CompletableFuture<java.lang.Long>nextId()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-