Package | Description |
---|---|
org.opendaylight.p4plugin.p4info.proto |
Modifier and Type | Method and Description |
---|---|
Table.Builder |
Table.Builder.addActionRefs(ActionRef.Builder builderForValue)
even when the table is indirect (see implementation_id) below, this field
includes all possible actions for the table; by using ActionRef instead of
a repeated field of action ids, each action reference in a P4 table is able
to have its own annotations
|
Table.Builder |
Table.Builder.addActionRefs(ActionRef value)
even when the table is indirect (see implementation_id) below, this field
includes all possible actions for the table; by using ActionRef instead of
a repeated field of action ids, each action reference in a P4 table is able
to have its own annotations
|
Table.Builder |
Table.Builder.addActionRefs(int index,
ActionRef.Builder builderForValue)
even when the table is indirect (see implementation_id) below, this field
includes all possible actions for the table; by using ActionRef instead of
a repeated field of action ids, each action reference in a P4 table is able
to have its own annotations
|
Table.Builder |
Table.Builder.addActionRefs(int index,
ActionRef value)
even when the table is indirect (see implementation_id) below, this field
includes all possible actions for the table; by using ActionRef instead of
a repeated field of action ids, each action reference in a P4 table is able
to have its own annotations
|
Table.Builder |
Table.Builder.addAllActionRefs(Iterable<? extends ActionRef> values)
even when the table is indirect (see implementation_id) below, this field
includes all possible actions for the table; by using ActionRef instead of
a repeated field of action ids, each action reference in a P4 table is able
to have its own annotations
|
Table.Builder |
Table.Builder.addAllDirectResourceIds(Iterable<? extends Integer> values)
ids of the direct resources (if any) attached to this table; for now this
includes only direct counters and direct meters, but other resources may be
added in the future
|
Table.Builder |
Table.Builder.addAllMatchFields(Iterable<? extends MatchField> values)
repeated .p4.config.MatchField match_fields = 2; |
Table.Builder |
Table.Builder.addDirectResourceIds(int value)
ids of the direct resources (if any) attached to this table; for now this
includes only direct counters and direct meters, but other resources may be
added in the future
|
Table.Builder |
Table.Builder.addMatchFields(int index,
MatchField.Builder builderForValue)
repeated .p4.config.MatchField match_fields = 2; |
Table.Builder |
Table.Builder.addMatchFields(int index,
MatchField value)
repeated .p4.config.MatchField match_fields = 2; |
Table.Builder |
Table.Builder.addMatchFields(MatchField.Builder builderForValue)
repeated .p4.config.MatchField match_fields = 2; |
Table.Builder |
Table.Builder.addMatchFields(MatchField value)
repeated .p4.config.MatchField match_fields = 2; |
Table.Builder |
Table.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Table.Builder |
P4Info.Builder.addTablesBuilder()
repeated .p4.config.Table tables = 2; |
Table.Builder |
P4Info.Builder.addTablesBuilder(int index)
repeated .p4.config.Table tables = 2; |
Table.Builder |
Table.Builder.clear() |
Table.Builder |
Table.Builder.clearActionRefs()
even when the table is indirect (see implementation_id) below, this field
includes all possible actions for the table; by using ActionRef instead of
a repeated field of action ids, each action reference in a P4 table is able
to have its own annotations
|
Table.Builder |
Table.Builder.clearConstDefaultActionHasMutableParams()
a table may have a const default action, whose action parameter values can
be changed at runtime.
|
Table.Builder |
Table.Builder.clearConstDefaultActionId()
0 (default value) means that the table does not have a const default action
|
Table.Builder |
Table.Builder.clearDirectResourceIds()
ids of the direct resources (if any) attached to this table; for now this
includes only direct counters and direct meters, but other resources may be
added in the future
|
Table.Builder |
Table.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Table.Builder |
Table.Builder.clearImplementationId()
P4 id of the "implementation" for this table (e.g.
|
Table.Builder |
Table.Builder.clearMatchFields()
repeated .p4.config.MatchField match_fields = 2; |
Table.Builder |
Table.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Table.Builder |
Table.Builder.clearPreamble()
.p4.config.Preamble preamble = 1; |
Table.Builder |
Table.Builder.clearSize()
max number of entries in table
|
Table.Builder |
Table.Builder.clearWithEntryTimeout()
entry ageing is enabled for table
|
Table.Builder |
Table.Builder.clone() |
Table.Builder |
P4Info.Builder.getTablesBuilder(int index)
repeated .p4.config.Table tables = 2; |
Table.Builder |
Table.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Table.Builder |
Table.Builder.mergeFrom(com.google.protobuf.Message other) |
Table.Builder |
Table.Builder.mergeFrom(Table other) |
Table.Builder |
Table.Builder.mergePreamble(Preamble value)
.p4.config.Preamble preamble = 1; |
Table.Builder |
Table.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Table.Builder |
Table.newBuilder() |
static Table.Builder |
Table.newBuilder(Table prototype) |
Table.Builder |
Table.newBuilderForType() |
protected Table.Builder |
Table.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Table.Builder |
Table.Builder.removeActionRefs(int index)
even when the table is indirect (see implementation_id) below, this field
includes all possible actions for the table; by using ActionRef instead of
a repeated field of action ids, each action reference in a P4 table is able
to have its own annotations
|
Table.Builder |
Table.Builder.removeMatchFields(int index)
repeated .p4.config.MatchField match_fields = 2; |
Table.Builder |
Table.Builder.setActionRefs(int index,
ActionRef.Builder builderForValue)
even when the table is indirect (see implementation_id) below, this field
includes all possible actions for the table; by using ActionRef instead of
a repeated field of action ids, each action reference in a P4 table is able
to have its own annotations
|
Table.Builder |
Table.Builder.setActionRefs(int index,
ActionRef value)
even when the table is indirect (see implementation_id) below, this field
includes all possible actions for the table; by using ActionRef instead of
a repeated field of action ids, each action reference in a P4 table is able
to have its own annotations
|
Table.Builder |
Table.Builder.setConstDefaultActionHasMutableParams(boolean value)
a table may have a const default action, whose action parameter values can
be changed at runtime.
|
Table.Builder |
Table.Builder.setConstDefaultActionId(int value)
0 (default value) means that the table does not have a const default action
|
Table.Builder |
Table.Builder.setDirectResourceIds(int index,
int value)
ids of the direct resources (if any) attached to this table; for now this
includes only direct counters and direct meters, but other resources may be
added in the future
|
Table.Builder |
Table.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Table.Builder |
Table.Builder.setImplementationId(int value)
P4 id of the "implementation" for this table (e.g.
|
Table.Builder |
Table.Builder.setMatchFields(int index,
MatchField.Builder builderForValue)
repeated .p4.config.MatchField match_fields = 2; |
Table.Builder |
Table.Builder.setMatchFields(int index,
MatchField value)
repeated .p4.config.MatchField match_fields = 2; |
Table.Builder |
Table.Builder.setPreamble(Preamble.Builder builderForValue)
.p4.config.Preamble preamble = 1; |
Table.Builder |
Table.Builder.setPreamble(Preamble value)
.p4.config.Preamble preamble = 1; |
Table.Builder |
Table.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Table.Builder |
Table.Builder.setSize(long value)
max number of entries in table
|
Table.Builder |
Table.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Table.Builder |
Table.Builder.setWithEntryTimeout(boolean value)
entry ageing is enabled for table
|
Table.Builder |
Table.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<Table.Builder> |
P4Info.Builder.getTablesBuilderList()
repeated .p4.config.Table tables = 2; |
Modifier and Type | Method and Description |
---|---|
P4Info.Builder |
P4Info.Builder.addTables(int index,
Table.Builder builderForValue)
repeated .p4.config.Table tables = 2; |
P4Info.Builder |
P4Info.Builder.addTables(Table.Builder builderForValue)
repeated .p4.config.Table tables = 2; |
P4Info.Builder |
P4Info.Builder.setTables(int index,
Table.Builder builderForValue)
repeated .p4.config.Table tables = 2; |
Copyright © 2018 OpenDaylight. All rights reserved.