public interface StoredFlowEntry extends FlowEntry
FlowEntry.FlowEntryStateMAX_TIMEOUT, MIN_PRIORITY| Modifier and Type | Method and Description |
|---|---|
void |
setBytes(long bytes)
Number of bytes seen by this rule.
|
void |
setLastSeen()
Sets the last active epoch time.
|
void |
setLife(long life)
Sets how long this entry has been entered in the system.
|
void |
setPackets(long packets)
Number of packets seen by this entry.
|
void |
setState(FlowEntry.FlowEntryState newState)
Sets the new state for this entry.
|
void setLastSeen()
void setState(FlowEntry.FlowEntryState newState)
newState - new flow entry state.void setLife(long life)
life - epoch timevoid setPackets(long packets)
packets - a long valuevoid setBytes(long bytes)
bytes - a long valueCopyright © 2015. All rights reserved.