Package | Description |
---|---|
org.opendaylight.p4plugin.p4runtime | |
org.opendaylight.p4plugin.p4runtime.proto |
Modifier and Type | Method and Description |
---|---|
void |
P4RuntimeClient.sendMasterArbitrationUpdate(Uint128 electionId,
Role role) |
Modifier and Type | Method and Description |
---|---|
Role |
Role.Builder.build() |
Role |
Role.Builder.buildPartial() |
static Role |
Role.getDefaultInstance() |
Role |
Role.getDefaultInstanceForType() |
Role |
Role.Builder.getDefaultInstanceForType() |
Role |
MasterArbitrationUpdateOrBuilder.getRole()
The role for which the mastership is being arbitrated.
|
Role |
MasterArbitrationUpdate.getRole()
The role for which the mastership is being arbitrated.
|
Role |
MasterArbitrationUpdate.Builder.getRole()
The role for which the mastership is being arbitrated.
|
static Role |
Role.parseDelimitedFrom(InputStream input) |
static Role |
Role.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Role |
Role.parseFrom(byte[] data) |
static Role |
Role.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Role |
Role.parseFrom(ByteBuffer data) |
static Role |
Role.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Role |
Role.parseFrom(com.google.protobuf.ByteString data) |
static Role |
Role.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Role |
Role.parseFrom(com.google.protobuf.CodedInputStream input) |
static Role |
Role.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Role |
Role.parseFrom(InputStream input) |
static Role |
Role.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Role> |
Role.getParserForType() |
static com.google.protobuf.Parser<Role> |
Role.parser() |
Modifier and Type | Method and Description |
---|---|
Role.Builder |
Role.Builder.mergeFrom(Role other) |
MasterArbitrationUpdate.Builder |
MasterArbitrationUpdate.Builder.mergeRole(Role value)
The role for which the mastership is being arbitrated.
|
static Role.Builder |
Role.newBuilder(Role prototype) |
MasterArbitrationUpdate.Builder |
MasterArbitrationUpdate.Builder.setRole(Role value)
The role for which the mastership is being arbitrated.
|
Copyright © 2018 OpenDaylight. All rights reserved.