Package | Description |
---|---|
org.opendaylight.p4plugin.p4info.proto |
Modifier and Type | Class and Description |
---|---|
class |
MatchField
TODO(antonin): define inside the Table message?
|
static class |
MatchField.Builder
TODO(antonin): define inside the Table message?
|
Modifier and Type | Method and Description |
---|---|
MatchFieldOrBuilder |
TableOrBuilder.getMatchFieldsOrBuilder(int index)
repeated .p4.config.MatchField match_fields = 2; |
MatchFieldOrBuilder |
Table.getMatchFieldsOrBuilder(int index)
repeated .p4.config.MatchField match_fields = 2; |
MatchFieldOrBuilder |
Table.Builder.getMatchFieldsOrBuilder(int index)
repeated .p4.config.MatchField match_fields = 2; |
Modifier and Type | Method and Description |
---|---|
List<? extends MatchFieldOrBuilder> |
TableOrBuilder.getMatchFieldsOrBuilderList()
repeated .p4.config.MatchField match_fields = 2; |
List<? extends MatchFieldOrBuilder> |
Table.getMatchFieldsOrBuilderList()
repeated .p4.config.MatchField match_fields = 2; |
List<? extends MatchFieldOrBuilder> |
Table.Builder.getMatchFieldsOrBuilderList()
repeated .p4.config.MatchField match_fields = 2; |
Copyright © 2018 OpenDaylight. All rights reserved.