Package org.onosproject.core
Interface IdBlockStore
-
public interface IdBlockStore
Manages id blocks.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdBlock
getIdBlock(java.lang.String topic)
Returns a topic-unique block of ids.
-
-
-
Method Detail
-
getIdBlock
IdBlock getIdBlock(java.lang.String topic)
Returns a topic-unique block of ids.- Parameters:
topic
- topic name- Returns:
- id block
-
-