| Modifier and Type | Class and Description |
|---|---|
static class |
PiTableEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
PiTableAction |
action()
Returns the action of this table entry.
|
static PiTableEntry.Builder |
builder()
Returns a table entry builder.
|
long |
cookie()
Returns the cookie of this table entry.
|
boolean |
equals(Object o) |
int |
hashCode() |
PiMatchKey |
matchKey()
Returns the match key of this table entry.
|
PiEntityType |
piEntityType()
Returns the type of this entity.
|
Optional<Integer> |
priority()
Returns the priority of this table entry, if present.
|
PiTableId |
table()
Returns the table where this entry is installed.
|
Optional<Double> |
timeout()
Returns the timeout in seconds of this table entry, if present.
|
String |
toString() |
public PiTableId table()
public PiMatchKey matchKey()
public PiTableAction action()
public long cookie()
public Optional<Integer> priority()
public Optional<Double> timeout()
public static PiTableEntry.Builder builder()
public PiEntityType piEntityType()
PiEntitypiEntityType in interface PiEntity