Package org.onosproject.store.core.impl
Class DistributedIdBlockStore
- java.lang.Object
-
- org.onosproject.store.core.impl.DistributedIdBlockStore
-
- All Implemented Interfaces:
org.onosproject.core.IdBlockStore
public class DistributedIdBlockStore extends Object implements org.onosproject.core.IdBlockStore
Implementation ofIdBlockStoreusingAtomicCounter.
-
-
Field Summary
Fields Modifier and Type Field Description protected org.onosproject.store.service.StorageServicestorageService
-
Constructor Summary
Constructors Constructor Description DistributedIdBlockStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivate()voiddeactivate()org.onosproject.core.IdBlockgetIdBlock(String topic)
-
-
-
Method Detail
-
activate
public void activate()
-
deactivate
public void deactivate()
-
getIdBlock
public org.onosproject.core.IdBlock getIdBlock(String topic)
- Specified by:
getIdBlockin interfaceorg.onosproject.core.IdBlockStore
-
-