| Package | Description | 
|---|---|
| org.opendaylight.p4plugin.p4runtime.proto | 
| Modifier and Type | Method and Description | 
|---|---|
Uint128.Builder | 
Uint128.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
                Object value)  | 
Uint128.Builder | 
Uint128.Builder.clear()  | 
Uint128.Builder | 
Uint128.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)  | 
Uint128.Builder | 
Uint128.Builder.clearHigh()
 Highest 64 bits of a 128 bit number. 
 | 
Uint128.Builder | 
Uint128.Builder.clearLow()
 Lowest 64 bits of a 128 bit number. 
 | 
Uint128.Builder | 
Uint128.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)  | 
Uint128.Builder | 
Uint128.Builder.clone()  | 
Uint128.Builder | 
WriteRequest.Builder.getElectionIdBuilder()
.p4.Uint128 election_id = 2; | 
Uint128.Builder | 
MasterArbitrationUpdate.Builder.getElectionIdBuilder()
 The stream RPC with the highest election_id is the master. 
 | 
Uint128.Builder | 
Uint128.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
Uint128.Builder | 
Uint128.Builder.mergeFrom(com.google.protobuf.Message other)  | 
Uint128.Builder | 
Uint128.Builder.mergeFrom(Uint128 other)  | 
Uint128.Builder | 
Uint128.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)  | 
static Uint128.Builder | 
Uint128.newBuilder()  | 
static Uint128.Builder | 
Uint128.newBuilder(Uint128 prototype)  | 
Uint128.Builder | 
Uint128.newBuilderForType()  | 
protected Uint128.Builder | 
Uint128.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)  | 
Uint128.Builder | 
Uint128.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
        Object value)  | 
Uint128.Builder | 
Uint128.Builder.setHigh(long value)
 Highest 64 bits of a 128 bit number. 
 | 
Uint128.Builder | 
Uint128.Builder.setLow(long value)
 Lowest 64 bits of a 128 bit number. 
 | 
Uint128.Builder | 
Uint128.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
                int index,
                Object value)  | 
Uint128.Builder | 
Uint128.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)  | 
Uint128.Builder | 
Uint128.toBuilder()  | 
| Modifier and Type | Method and Description | 
|---|---|
WriteRequest.Builder | 
WriteRequest.Builder.setElectionId(Uint128.Builder builderForValue)
.p4.Uint128 election_id = 2; | 
MasterArbitrationUpdate.Builder | 
MasterArbitrationUpdate.Builder.setElectionId(Uint128.Builder builderForValue)
 The stream RPC with the highest election_id is the master. 
 | 
Copyright © 2019 OpenDaylight. All rights reserved.