public class FlowBucketDigest
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
bucket()
Returns the bucket identifier.
|
boolean |
equals(java.lang.Object object) |
int |
hashCode() |
boolean |
isNewerThan(FlowBucketDigest digest)
Returns a boolean indicating whether this digest is newer than the given digest.
|
long |
term()
Returns the bucket term.
|
org.onosproject.store.LogicalTimestamp |
timestamp()
Returns the bucket timestamp.
|
public int bucket()
public long term()
public org.onosproject.store.LogicalTimestamp timestamp()
public boolean isNewerThan(FlowBucketDigest digest)
digest - the digest to checkpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object object)
equals in class java.lang.Object