Package org.onosproject.core
Interface IdBlockStore
-
public interface IdBlockStoreManages id blocks.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdBlockgetIdBlock(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
-
-