Package | Description |
---|---|
org.opendaylight.p4plugin.p4runtime.proto |
Modifier and Type | Class and Description |
---|---|
class |
FieldMatch
field_match_type ::= exact | ternary | lpm | range | valid
|
static class |
FieldMatch.Builder
field_match_type ::= exact | ternary | lpm | range | valid
|
Modifier and Type | Method and Description |
---|---|
FieldMatchOrBuilder |
TableEntryOrBuilder.getMatchOrBuilder(int index)
repeated .p4.FieldMatch match = 2; |
FieldMatchOrBuilder |
TableEntry.getMatchOrBuilder(int index)
repeated .p4.FieldMatch match = 2; |
FieldMatchOrBuilder |
TableEntry.Builder.getMatchOrBuilder(int index)
repeated .p4.FieldMatch match = 2; |
Modifier and Type | Method and Description |
---|---|
List<? extends FieldMatchOrBuilder> |
TableEntryOrBuilder.getMatchOrBuilderList()
repeated .p4.FieldMatch match = 2; |
List<? extends FieldMatchOrBuilder> |
TableEntry.getMatchOrBuilderList()
repeated .p4.FieldMatch match = 2; |
List<? extends FieldMatchOrBuilder> |
TableEntry.Builder.getMatchOrBuilderList()
repeated .p4.FieldMatch match = 2; |
Copyright © 2018 OpenDaylight. All rights reserved.