Package | Description |
---|---|
org.opendaylight.p4plugin.p4info.proto |
Modifier and Type | Method and Description |
---|---|
ActionRef |
ActionRef.Builder.build() |
ActionRef |
ActionRef.Builder.buildPartial() |
ActionRef |
TableOrBuilder.getActionRefs(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
|
ActionRef |
Table.getActionRefs(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
|
ActionRef |
Table.Builder.getActionRefs(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
|
static ActionRef |
ActionRef.getDefaultInstance() |
ActionRef |
ActionRef.getDefaultInstanceForType() |
ActionRef |
ActionRef.Builder.getDefaultInstanceForType() |
static ActionRef |
ActionRef.parseDelimitedFrom(InputStream input) |
static ActionRef |
ActionRef.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ActionRef |
ActionRef.parseFrom(byte[] data) |
static ActionRef |
ActionRef.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ActionRef |
ActionRef.parseFrom(ByteBuffer data) |
static ActionRef |
ActionRef.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ActionRef |
ActionRef.parseFrom(com.google.protobuf.ByteString data) |
static ActionRef |
ActionRef.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ActionRef |
ActionRef.parseFrom(com.google.protobuf.CodedInputStream input) |
static ActionRef |
ActionRef.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ActionRef |
ActionRef.parseFrom(InputStream input) |
static ActionRef |
ActionRef.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<ActionRef> |
TableOrBuilder.getActionRefsList()
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
|
List<ActionRef> |
Table.getActionRefsList()
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
|
List<ActionRef> |
Table.Builder.getActionRefsList()
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
|
com.google.protobuf.Parser<ActionRef> |
ActionRef.getParserForType() |
static com.google.protobuf.Parser<ActionRef> |
ActionRef.parser() |
Modifier and Type | Method and Description |
---|---|
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 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
|
ActionRef.Builder |
ActionRef.Builder.mergeFrom(ActionRef other) |
static ActionRef.Builder |
ActionRef.newBuilder(ActionRef prototype) |
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2018 OpenDaylight. All rights reserved.