| Package | Description |
|---|---|
| org.opendaylight.p4plugin.gnmi | |
| org.opendaylight.p4plugin.gnmi.proto |
| Class and Description |
|---|
| Notification
Notification is a re-usable message that is used to encode data from the
target to the client.
|
| SubscribeRequest
SubscribeRequest is the message sent by the client to the target when
initiating a subscription to a set of paths within the data tree.
|
| Class and Description |
|---|
| Alias
Alias specifies a data tree path, and an associated string which defines an
alias which is to be used for this path in the context of the RPC.
|
| Alias.Builder
Alias specifies a data tree path, and an associated string which defines an
alias which is to be used for this path in the context of the RPC.
|
| AliasList
AliasList specifies a list of aliases.
|
| AliasList.Builder
AliasList specifies a list of aliases.
|
| AliasListOrBuilder |
| AliasOrBuilder |
| CapabilityRequest
CapabilityRequest is sent by the client in the Capabilities RPC to request
that the target reports its capabilities.
|
| CapabilityRequest.Builder
CapabilityRequest is sent by the client in the Capabilities RPC to request
that the target reports its capabilities.
|
| CapabilityRequestOrBuilder |
| CapabilityResponse
CapabilityResponse is used by the target to report its capabilities to the
client within the Capabilities RPC.
|
| CapabilityResponse.Builder
CapabilityResponse is used by the target to report its capabilities to the
client within the Capabilities RPC.
|
| CapabilityResponseOrBuilder |
| Decimal64
Decimal64 is used to encode a fixed precision decimal number.
|
| Decimal64.Builder
Decimal64 is used to encode a fixed precision decimal number.
|
| Decimal64OrBuilder |
| Encoding
Encoding defines the value encoding formats that are supported by the gNMI
protocol.
|
| Error
Deprecated.
|
| Error.Builder
Deprecated.
Error message previously utilised to return errors to the client.
|
| ErrorOrBuilder
Deprecated.
|
| GetRequest
GetRequest is sent when a client initiates a Get RPC.
|
| GetRequest.Builder
GetRequest is sent when a client initiates a Get RPC.
|
| GetRequest.DataType
Type of elements within the data tree.
|
| GetRequestOrBuilder |
| GetResponse
GetResponse is used by the target to respond to a GetRequest from a client.
|
| GetResponse.Builder
GetResponse is used by the target to respond to a GetRequest from a client.
|
| GetResponseOrBuilder |
| gNMIGrpc.gNMIBlockingStub |
| gNMIGrpc.gNMIFutureStub |
| gNMIGrpc.gNMIStub |
| ModelData
ModelData is used to describe a set of schema modules.
|
| ModelData.Builder
ModelData is used to describe a set of schema modules.
|
| ModelDataOrBuilder |
| Notification
Notification is a re-usable message that is used to encode data from the
target to the client.
|
| Notification.Builder
Notification is a re-usable message that is used to encode data from the
target to the client.
|
| NotificationOrBuilder |
| Path
Path encodes a data tree path as a series of repeated strings, with
each element of the path representing a data tree node name and the
associated attributes.
|
| Path.Builder
Path encodes a data tree path as a series of repeated strings, with
each element of the path representing a data tree node name and the
associated attributes.
|
| PathElem
PathElem encodes an element of a gNMI path, along ith any attributes (keys)
that may be associated with it.
|
| PathElem.Builder
PathElem encodes an element of a gNMI path, along ith any attributes (keys)
that may be associated with it.
|
| PathElemOrBuilder |
| PathOrBuilder |
| Poll
Poll is sent within a SubscribeRequest to trigger the device to
send telemetry updates for the paths that are associated with the
subscription.
|
| Poll.Builder
Poll is sent within a SubscribeRequest to trigger the device to
send telemetry updates for the paths that are associated with the
subscription.
|
| PollOrBuilder |
| QOSMarking
QOSMarking specifies the DSCP value to be set on transmitted telemetryshangci
updates from the target.
|
| QOSMarking.Builder
QOSMarking specifies the DSCP value to be set on transmitted telemetryshangci
updates from the target.
|
| QOSMarkingOrBuilder |
| ScalarArray
ScalarArray is used to encode a mixed-type array of values.
|
| ScalarArray.Builder
ScalarArray is used to encode a mixed-type array of values.
|
| ScalarArrayOrBuilder |
| SetRequest
SetRequest is sent from a client to the target to update values in the data
tree.
|
| SetRequest.Builder
SetRequest is sent from a client to the target to update values in the data
tree.
|
| SetRequestOrBuilder |
| SetResponse
SetResponse is the response to a SetRequest, sent from the target to the
client.
|
| SetResponse.Builder
SetResponse is the response to a SetRequest, sent from the target to the
client.
|
| SetResponseOrBuilder |
| SubscribeRequest
SubscribeRequest is the message sent by the client to the target when
initiating a subscription to a set of paths within the data tree.
|
| SubscribeRequest.Builder
SubscribeRequest is the message sent by the client to the target when
initiating a subscription to a set of paths within the data tree.
|
| SubscribeRequest.RequestCase |
| SubscribeRequestOrBuilder |
| SubscribeResponse
SubscribeResponse is the message used by the target within a Subscribe RPC.
|
| SubscribeResponse.Builder
SubscribeResponse is the message used by the target within a Subscribe RPC.
|
| SubscribeResponse.ResponseCase |
| SubscribeResponseOrBuilder |
| Subscription
Subscription is a single request within a SubscriptionList.
|
| Subscription.Builder
Subscription is a single request within a SubscriptionList.
|
| SubscriptionList
SubscriptionList is used within a Subscribe message to specify the list of
paths that the client wishes to subscribe to.
|
| SubscriptionList.Builder
SubscriptionList is used within a Subscribe message to specify the list of
paths that the client wishes to subscribe to.
|
| SubscriptionList.Mode
Mode of the subscription.
|
| SubscriptionListOrBuilder |
| SubscriptionMode
SubscriptionMode is the mode of the subscription, specifying how the
target must return values in a subscription.
|
| SubscriptionOrBuilder |
| TypedValue
TypedValue is used to encode a value being sent between the client and
target (originated by either entity).
|
| TypedValue.Builder
TypedValue is used to encode a value being sent between the client and
target (originated by either entity).
|
| TypedValue.ValueCase |
| TypedValueOrBuilder |
| Update
Update is a re-usable message that is used to store a particular Path,
Value pair.
|
| Update.Builder
Update is a re-usable message that is used to store a particular Path,
Value pair.
|
| UpdateOrBuilder |
| UpdateResult
UpdateResult is used within the SetResponse message to communicate the
result of an operation specified within a SetRequest message.
|
| UpdateResult.Builder
UpdateResult is used within the SetResponse message to communicate the
result of an operation specified within a SetRequest message.
|
| UpdateResult.Operation
The operation that was associated with the Path specified.
|
| UpdateResultOrBuilder |
| Value
Deprecated.
|
| Value.Builder
Deprecated.
Value encodes a data tree node's value - along with the way in which
the value is encoded.
|
| ValueOrBuilder
Deprecated.
|
Copyright © 2018 OpenDaylight. All rights reserved.