Package | Description |
---|---|
org.opendaylight.p4plugin.p4runtime.proto |
Modifier and Type | Method and Description |
---|---|
Uint128 |
Uint128.Builder.build() |
Uint128 |
Uint128.Builder.buildPartial() |
static Uint128 |
Uint128.getDefaultInstance() |
Uint128 |
Uint128.getDefaultInstanceForType() |
Uint128 |
Uint128.Builder.getDefaultInstanceForType() |
Uint128 |
MasterArbitrationUpdateOrBuilder.getElectionId()
The stream RPC with the highest election_id is the master.
|
Uint128 |
MasterArbitrationUpdate.getElectionId()
The stream RPC with the highest election_id is the master.
|
Uint128 |
MasterArbitrationUpdate.Builder.getElectionId()
The stream RPC with the highest election_id is the master.
|
Uint128 |
WriteRequestOrBuilder.getElectionId()
.p4.Uint128 election_id = 2; |
Uint128 |
WriteRequest.getElectionId()
.p4.Uint128 election_id = 2; |
Uint128 |
WriteRequest.Builder.getElectionId()
.p4.Uint128 election_id = 2; |
static Uint128 |
Uint128.parseDelimitedFrom(InputStream input) |
static Uint128 |
Uint128.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Uint128 |
Uint128.parseFrom(byte[] data) |
static Uint128 |
Uint128.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Uint128 |
Uint128.parseFrom(ByteBuffer data) |
static Uint128 |
Uint128.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Uint128 |
Uint128.parseFrom(com.google.protobuf.ByteString data) |
static Uint128 |
Uint128.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Uint128 |
Uint128.parseFrom(com.google.protobuf.CodedInputStream input) |
static Uint128 |
Uint128.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Uint128 |
Uint128.parseFrom(InputStream input) |
static Uint128 |
Uint128.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Uint128> |
Uint128.getParserForType() |
static com.google.protobuf.Parser<Uint128> |
Uint128.parser() |
Modifier and Type | Method and Description |
---|---|
MasterArbitrationUpdate.Builder |
MasterArbitrationUpdate.Builder.mergeElectionId(Uint128 value)
The stream RPC with the highest election_id is the master.
|
WriteRequest.Builder |
WriteRequest.Builder.mergeElectionId(Uint128 value)
.p4.Uint128 election_id = 2; |
Uint128.Builder |
Uint128.Builder.mergeFrom(Uint128 other) |
static Uint128.Builder |
Uint128.newBuilder(Uint128 prototype) |
MasterArbitrationUpdate.Builder |
MasterArbitrationUpdate.Builder.setElectionId(Uint128 value)
The stream RPC with the highest election_id is the master.
|
WriteRequest.Builder |
WriteRequest.Builder.setElectionId(Uint128 value)
.p4.Uint128 election_id = 2; |
Copyright © 2018 OpenDaylight. All rights reserved.