JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.onosproject.core
Interface IdGenerator
public interface
IdGenerator
A generalized interface for ID generation
getNewId()
generates a globally unique ID instance on each invocation.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
long
getNewId
()
Returns a globally unique ID instance.
Method Detail
getNewId
long getNewId()
Returns a globally unique ID instance.
Returns:
globally unique ID instance
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method