C D G O P S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- capabilities() - Method in interface org.onosproject.gnmi.api.GnmiClient
-
Gets capability from a target.
D
- deviceId() - Method in interface org.onosproject.gnmi.api.GnmiEventSubject
-
Returns the deviceId associated to this subject.
- deviceId() - Method in class org.onosproject.gnmi.api.GnmiUpdate
G
- get(Gnmi.GetRequest) - Method in interface org.onosproject.gnmi.api.GnmiClient
-
Retrieves a snapshot of data from the device.
- GnmiClient - Interface in org.onosproject.gnmi.api
-
Client to control a gNMI server.
- GnmiController - Interface in org.onosproject.gnmi.api
-
Controller of gNMI devices.
- GnmiEvent - Class in org.onosproject.gnmi.api
-
Representation of an event received from a gNMI device.
- GnmiEvent(GnmiEvent.Type, GnmiEventSubject) - Constructor for class org.onosproject.gnmi.api.GnmiEvent
- GnmiEvent.Type - Enum in org.onosproject.gnmi.api
-
Type of gNMI event.
- GnmiEventListener - Interface in org.onosproject.gnmi.api
-
A listener of events received from gNMI devices.
- GnmiEventSubject - Interface in org.onosproject.gnmi.api
-
Information about an event generated by a gNMI device .
- GnmiUpdate - Class in org.onosproject.gnmi.api
-
Event class for gNMI update.
- GnmiUpdate(DeviceId, Gnmi.Notification, boolean) - Constructor for class org.onosproject.gnmi.api.GnmiUpdate
-
Default constructor.
- GnmiUtils - Class in org.onosproject.gnmi.api
-
Utilities for gNMI protocol.
O
- org.onosproject.gnmi.api - package org.onosproject.gnmi.api
-
gNMI protocol API.
P
- pathToString(Gnmi.Path) - Static method in class org.onosproject.gnmi.api.GnmiUtils
-
Convert gNMI path to human readable string.
S
- set(Gnmi.SetRequest) - Method in interface org.onosproject.gnmi.api.GnmiClient
-
Modifies the state of data on the device.
- subscribe(Gnmi.SubscribeRequest) - Method in interface org.onosproject.gnmi.api.GnmiClient
-
Starts a subscription for the given request.
- syncResponse() - Method in class org.onosproject.gnmi.api.GnmiUpdate
-
indicate target has sent all values associated with the subscription at least once.
T
- toString() - Method in class org.onosproject.gnmi.api.GnmiUpdate
U
- unsubscribe() - Method in interface org.onosproject.gnmi.api.GnmiClient
-
Terminates any Subscribe RPC active.
- update() - Method in class org.onosproject.gnmi.api.GnmiUpdate
-
Gets the update data.
- UPDATE - org.onosproject.gnmi.api.GnmiEvent.Type
-
Update.
V
- valueOf(String) - Static method in enum org.onosproject.gnmi.api.GnmiEvent.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.onosproject.gnmi.api.GnmiEvent.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages