Package | Description |
---|---|
org.opendaylight.p4plugin.p4data.proto | |
org.opendaylight.p4plugin.p4runtime.proto |
Modifier and Type | Method and Description |
---|---|
P4Data |
P4Data.Builder.build() |
P4Data |
P4Data.Builder.buildPartial() |
static P4Data |
P4Data.getDefaultInstance() |
P4Data |
P4Data.getDefaultInstanceForType() |
P4Data |
P4Data.Builder.getDefaultInstanceForType() |
P4Data |
P4StructLikeOrBuilder.getMembers(int index)
repeated .p4.v1.P4Data members = 1; |
P4Data |
P4StructLike.getMembers(int index)
repeated .p4.v1.P4Data members = 1; |
P4Data |
P4StructLike.Builder.getMembers(int index)
repeated .p4.v1.P4Data members = 1; |
static P4Data |
P4Data.parseDelimitedFrom(InputStream input) |
static P4Data |
P4Data.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static P4Data |
P4Data.parseFrom(byte[] data) |
static P4Data |
P4Data.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static P4Data |
P4Data.parseFrom(ByteBuffer data) |
static P4Data |
P4Data.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static P4Data |
P4Data.parseFrom(com.google.protobuf.ByteString data) |
static P4Data |
P4Data.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static P4Data |
P4Data.parseFrom(com.google.protobuf.CodedInputStream input) |
static P4Data |
P4Data.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static P4Data |
P4Data.parseFrom(InputStream input) |
static P4Data |
P4Data.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<P4Data> |
P4StructLikeOrBuilder.getMembersList()
repeated .p4.v1.P4Data members = 1; |
List<P4Data> |
P4StructLike.getMembersList()
repeated .p4.v1.P4Data members = 1; |
List<P4Data> |
P4StructLike.Builder.getMembersList()
repeated .p4.v1.P4Data members = 1; |
com.google.protobuf.Parser<P4Data> |
P4Data.getParserForType() |
static com.google.protobuf.Parser<P4Data> |
P4Data.parser() |
Modifier and Type | Method and Description |
---|---|
P4StructLike.Builder |
P4StructLike.Builder.addMembers(int index,
P4Data value)
repeated .p4.v1.P4Data members = 1; |
P4StructLike.Builder |
P4StructLike.Builder.addMembers(P4Data value)
repeated .p4.v1.P4Data members = 1; |
P4Data.Builder |
P4Data.Builder.mergeFrom(P4Data other) |
static P4Data.Builder |
P4Data.newBuilder(P4Data prototype) |
P4StructLike.Builder |
P4StructLike.Builder.setMembers(int index,
P4Data value)
repeated .p4.v1.P4Data members = 1; |
Modifier and Type | Method and Description |
---|---|
P4StructLike.Builder |
P4StructLike.Builder.addAllMembers(Iterable<? extends P4Data> values)
repeated .p4.v1.P4Data members = 1; |
Modifier and Type | Method and Description |
---|---|
P4Data |
RegisterEntryOrBuilder.getData()
.p4.v1.P4Data data = 3; |
P4Data |
RegisterEntry.getData()
.p4.v1.P4Data data = 3; |
P4Data |
RegisterEntry.Builder.getData()
.p4.v1.P4Data data = 3; |
P4Data |
DigestListOrBuilder.getData(int index)
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
P4Data |
DigestList.getData(int index)
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
P4Data |
DigestList.Builder.getData(int index)
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
Modifier and Type | Method and Description |
---|---|
List<P4Data> |
DigestListOrBuilder.getDataList()
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
List<P4Data> |
DigestList.getDataList()
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
List<P4Data> |
DigestList.Builder.getDataList()
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
Modifier and Type | Method and Description |
---|---|
DigestList.Builder |
DigestList.Builder.addData(int index,
P4Data value)
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
DigestList.Builder |
DigestList.Builder.addData(P4Data value)
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
RegisterEntry.Builder |
RegisterEntry.Builder.mergeData(P4Data value)
.p4.v1.P4Data data = 3; |
DigestList.Builder |
DigestList.Builder.setData(int index,
P4Data value)
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
RegisterEntry.Builder |
RegisterEntry.Builder.setData(P4Data value)
.p4.v1.P4Data data = 3; |
Modifier and Type | Method and Description |
---|---|
DigestList.Builder |
DigestList.Builder.addAllData(Iterable<? extends P4Data> values)
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
Copyright © 2018 OpenDaylight. All rights reserved.