Package org.onosproject.core
Interface IdGenerator
-
public interface IdGeneratorA 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 longgetNewId()Returns a globally unique ID instance.
-