Class DistributedIdBlockStore

  • All Implemented Interfaces:
    org.onosproject.core.IdBlockStore

    public class DistributedIdBlockStore
    extends Object
    implements org.onosproject.core.IdBlockStore
    Implementation of IdBlockStore using AtomicCounter.
    • Field Detail

      • storageService

        protected org.onosproject.store.service.StorageService storageService
    • Constructor Detail

      • DistributedIdBlockStore

        public DistributedIdBlockStore()
    • Method Detail

      • activate

        public void activate()
      • deactivate

        public void deactivate()
      • getIdBlock

        public org.onosproject.core.IdBlock getIdBlock​(String topic)
        Specified by:
        getIdBlock in interface org.onosproject.core.IdBlockStore