Class AtomixAtomicCounterMapBuilder<K>

  • Type Parameters:
    K - type for tree value
    All Implemented Interfaces:
    org.onosproject.store.primitives.DistributedPrimitiveBuilder<org.onosproject.store.service.AtomicCounterMap<K>>

    public class AtomixAtomicCounterMapBuilder<K>
    extends org.onosproject.store.service.AtomicCounterMapBuilder<K>
    Default AsyncAtomicCounterMap builder.
    • Constructor Summary

      Constructors 
      Constructor Description
      AtomixAtomicCounterMapBuilder​(io.atomix.core.Atomix atomix, java.lang.String group)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.onosproject.store.service.AtomicCounterMap<K> build()  
      org.onosproject.store.service.AsyncAtomicCounterMap<K> buildAsyncMap()  
      • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AtomixAtomicCounterMapBuilder

        public AtomixAtomicCounterMapBuilder​(io.atomix.core.Atomix atomix,
                                             java.lang.String group)
    • Method Detail

      • build

        public org.onosproject.store.service.AtomicCounterMap<K> build()
      • buildAsyncMap

        public org.onosproject.store.service.AsyncAtomicCounterMap<K> buildAsyncMap()
        Specified by:
        buildAsyncMap in class org.onosproject.store.service.AtomicCounterMapBuilder<K>