public class BlockAllocatorBasedIdGenerator extends Object implements org.onosproject.core.IdGenerator
IdGenerator implementations which use IdBlockAllocator as
backend.| Modifier and Type | Field and Description |
|---|---|
protected IdBlockAllocator |
allocator |
protected org.onosproject.core.IdBlock |
idBlock |
protected AtomicBoolean |
initialized |
| Modifier | Constructor and Description |
|---|---|
protected |
BlockAllocatorBasedIdGenerator(IdBlockAllocator allocator)
Constructs an ID generator which use
IdBlockAllocator as backend. |
protected final IdBlockAllocator allocator
protected org.onosproject.core.IdBlock idBlock
protected AtomicBoolean initialized
protected BlockAllocatorBasedIdGenerator(IdBlockAllocator allocator)
IdBlockAllocator as backend.allocator - the ID block allocator to use