public interface WriteRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
WriteRequest.Atomicity |
getAtomicity()
.p4.v1.WriteRequest.Atomicity atomicity = 5; |
int |
getAtomicityValue()
.p4.v1.WriteRequest.Atomicity atomicity = 5; |
long |
getDeviceId()
uint64 device_id = 1; |
Uint128 |
getElectionId()
.p4.v1.Uint128 election_id = 3; |
Uint128OrBuilder |
getElectionIdOrBuilder()
.p4.v1.Uint128 election_id = 3; |
long |
getRoleId()
uint64 role_id = 2; |
Update |
getUpdates(int index)
The write batch, comprising a list of Update operations.
|
int |
getUpdatesCount()
The write batch, comprising a list of Update operations.
|
List<Update> |
getUpdatesList()
The write batch, comprising a list of Update operations.
|
UpdateOrBuilder |
getUpdatesOrBuilder(int index)
The write batch, comprising a list of Update operations.
|
List<? extends UpdateOrBuilder> |
getUpdatesOrBuilderList()
The write batch, comprising a list of Update operations.
|
boolean |
hasElectionId()
.p4.v1.Uint128 election_id = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getDeviceId()
uint64 device_id = 1;
long getRoleId()
uint64 role_id = 2;
boolean hasElectionId()
.p4.v1.Uint128 election_id = 3;
Uint128 getElectionId()
.p4.v1.Uint128 election_id = 3;
Uint128OrBuilder getElectionIdOrBuilder()
.p4.v1.Uint128 election_id = 3;
List<Update> getUpdatesList()
The write batch, comprising a list of Update operations. The P4Runtime server may arbitrarily reorder messages within a batch to maximize performance.
repeated .p4.v1.Update updates = 4;
Update getUpdates(int index)
The write batch, comprising a list of Update operations. The P4Runtime server may arbitrarily reorder messages within a batch to maximize performance.
repeated .p4.v1.Update updates = 4;
int getUpdatesCount()
The write batch, comprising a list of Update operations. The P4Runtime server may arbitrarily reorder messages within a batch to maximize performance.
repeated .p4.v1.Update updates = 4;
List<? extends UpdateOrBuilder> getUpdatesOrBuilderList()
The write batch, comprising a list of Update operations. The P4Runtime server may arbitrarily reorder messages within a batch to maximize performance.
repeated .p4.v1.Update updates = 4;
UpdateOrBuilder getUpdatesOrBuilder(int index)
The write batch, comprising a list of Update operations. The P4Runtime server may arbitrarily reorder messages within a batch to maximize performance.
repeated .p4.v1.Update updates = 4;
int getAtomicityValue()
.p4.v1.WriteRequest.Atomicity atomicity = 5;
WriteRequest.Atomicity getAtomicity()
.p4.v1.WriteRequest.Atomicity atomicity = 5;
Copyright © 2018 OpenDaylight. All rights reserved.