|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.io.IndexHelper.TimeRange
public static class IndexHelper.TimeRange
Encapsulates a time range. Queries use this abstraction for indicating start and end regions of a time filter.
Constructor Summary | |
---|---|
IndexHelper.TimeRange(long lhs,
long rhs)
|
Method Summary | |
---|---|
long |
lhs()
|
long |
rhs()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexHelper.TimeRange(long lhs, long rhs)
Method Detail |
---|
public long lhs()
public long rhs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |