Class AtomixConsistentTreeMapBuilder<V>

  • Type Parameters:
    V - type for set value
    All Implemented Interfaces:
    org.onosproject.store.primitives.DistributedPrimitiveBuilder<org.onosproject.store.service.ConsistentTreeMap<V>>

    public class AtomixConsistentTreeMapBuilder<V>
    extends org.onosproject.store.service.ConsistentTreeMapBuilder<V>
    Default AsyncConsistentTreeMap builder.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.onosproject.store.service.ConsistentTreeMap<V> build()  
      org.onosproject.store.service.AsyncConsistentTreeMap<V> buildTreeMap()  
      • Methods inherited from class org.onosproject.store.service.ConsistentTreeMapOptions

        purgeOnUninstall, 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

      • AtomixConsistentTreeMapBuilder

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

      • build

        public org.onosproject.store.service.ConsistentTreeMap<V> build()
      • buildTreeMap

        public org.onosproject.store.service.AsyncConsistentTreeMap<V> buildTreeMap()
        Specified by:
        buildTreeMap in class org.onosproject.store.service.ConsistentTreeMapBuilder<V>