Package org.onosproject.core
Interface IdGenerator
-
public interface IdGenerator
A generalized interface for ID generationgetNewId()
generates a globally unique ID instance on each invocation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getNewId()
Returns a globally unique ID instance.
-