@Beta
public interface PiTableModel
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<PiActionModel> |
action(java.lang.String name)
Returns the action model associated with the given name, if present.
|
java.util.Collection<PiActionModel> |
actions()
Returns the actions supported by this table.
|
boolean |
hasCounters()
Returns true if this table has counters, false otherwise.
|
java.util.Collection<PiTableMatchFieldModel> |
matchFields()
Returns the collection of match fields supported by this table.
|
int |
maxSize()
Returns the maximum number of entries supported by this table.
|
java.lang.String |
name()
Returns the name of this table.
|
boolean |
supportsAging()
Returns true if this table supports aging, false otherwise.
|
java.lang.String name()
int maxSize()
boolean hasCounters()
boolean supportsAging()
java.util.Collection<PiTableMatchFieldModel> matchFields()
java.util.Collection<PiActionModel> actions()
java.util.Optional<PiActionModel> action(java.lang.String name)
name - string value