Class AtomixAtomicIdGeneratorBuilder

  • All Implemented Interfaces:
    org.onosproject.store.primitives.DistributedPrimitiveBuilder<org.onosproject.store.service.AsyncAtomicIdGenerator>

    public class AtomixAtomicIdGeneratorBuilder
    extends org.onosproject.store.service.AtomicIdGeneratorBuilder
    Default AsyncAtomicIdGenerator builder.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.onosproject.store.service.AsyncAtomicIdGenerator build()  
      • Methods inherited from class org.onosproject.store.primitives.DistributedPrimitiveOptions

        applicationId, meteringEnabled, name, partitionsDisabled, readOnly, relaxedReadConsistency, revisionType, serializer, type, version, withApplicationId, withName, withRelaxedReadConsistency, withRevisionType, withSerializer, withUpdatesDisabled, withVersion
    • Constructor Detail

      • AtomixAtomicIdGeneratorBuilder

        public AtomixAtomicIdGeneratorBuilder​(io.atomix.core.Atomix atomix,
                                              String group)
    • Method Detail

      • build

        public org.onosproject.store.service.AsyncAtomicIdGenerator build()