public interface ActionProfileOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getMaxGroupSize()
max number of weighted member entries in any given selector group, or 0 if
the action profile does not have a selector
|
Preamble |
getPreamble()
.p4.config.v1.Preamble preamble = 1; |
PreambleOrBuilder |
getPreambleOrBuilder()
.p4.config.v1.Preamble preamble = 1; |
long |
getSize()
max number of weighted member entries in action profile (across all
selector groups, if the action profile has a selector)
|
int |
getTableIds(int index)
the ids of the tables sharing this action profile
|
int |
getTableIdsCount()
the ids of the tables sharing this action profile
|
List<Integer> |
getTableIdsList()
the ids of the tables sharing this action profile
|
boolean |
getWithSelector()
true iff the action profile used dynamic selection
|
boolean |
hasPreamble()
.p4.config.v1.Preamble preamble = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPreamble()
.p4.config.v1.Preamble preamble = 1;
Preamble getPreamble()
.p4.config.v1.Preamble preamble = 1;
PreambleOrBuilder getPreambleOrBuilder()
.p4.config.v1.Preamble preamble = 1;
List<Integer> getTableIdsList()
the ids of the tables sharing this action profile
repeated uint32 table_ids = 2;
int getTableIdsCount()
the ids of the tables sharing this action profile
repeated uint32 table_ids = 2;
int getTableIds(int index)
the ids of the tables sharing this action profile
repeated uint32 table_ids = 2;
boolean getWithSelector()
true iff the action profile used dynamic selection
bool with_selector = 3;
long getSize()
max number of weighted member entries in action profile (across all selector groups, if the action profile has a selector)
int64 size = 4;
int getMaxGroupSize()
max number of weighted member entries in any given selector group, or 0 if the action profile does not have a selector
int32 max_group_size = 5;
Copyright © 2018 OpenDaylight. All rights reserved.