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(String topic)
Returns a topic-unique block of ids.
-