org.apache.cassandra.utils
Class CounterId.CounterIdRecord
java.lang.Object
org.apache.cassandra.utils.CounterId.CounterIdRecord
- Enclosing class:
- CounterId
public static class CounterId.CounterIdRecord
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
id
public final CounterId id
timestamp
public final long timestamp
CounterId.CounterIdRecord
public CounterId.CounterIdRecord(CounterId id,
long timestamp)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2012 The Apache Software Foundation