Class AtomixConsistentMapBuilder<K,​V>

  • Type Parameters:
    K - type for map key
    V - type for map value
    All Implemented Interfaces:
    org.onosproject.store.primitives.DistributedPrimitiveBuilder<org.onosproject.store.service.ConsistentMap<K,​V>>

    public class AtomixConsistentMapBuilder<K,​V>
    extends org.onosproject.store.service.ConsistentMapBuilder<K,​V>
    Default AsyncConsistentMap builder.
    • Field Summary

      • Fields inherited from class org.onosproject.store.service.ConsistentMapOptions

        compatibilityFunction
    • Constructor Summary

      Constructors 
      Constructor Description
      AtomixConsistentMapBuilder​(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.ConsistentMap<K,​V> build()  
      org.onosproject.store.service.AsyncConsistentMap<K,​V> buildAsyncMap()  
      • Methods inherited from class org.onosproject.store.service.ConsistentMapOptions

        nullValues, purgeOnUninstall, withCompatibilityFunction, withNullValues, withPurgeOnUninstall
      • 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

      • AtomixConsistentMapBuilder

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

      • build

        public org.onosproject.store.service.ConsistentMap<K,​V> build()
      • buildAsyncMap

        public org.onosproject.store.service.AsyncConsistentMap<K,​V> buildAsyncMap()
        Specified by:
        buildAsyncMap in class org.onosproject.store.service.ConsistentMapBuilder<K,​V>