org.apache.cassandra.io
Class IndexHelper.TimeRange

java.lang.Object
  extended by org.apache.cassandra.io.IndexHelper.TimeRange
Enclosing class:
IndexHelper

public static class IndexHelper.TimeRange
extends java.lang.Object

Encapsulates a time range. Queries use this abstraction for indicating start and end regions of a time filter.

Author:
alakshman

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

IndexHelper.TimeRange

public IndexHelper.TimeRange(long lhs,
                             long rhs)
Method Detail

lhs

public long lhs()

rhs

public long rhs()


Copyright © 2009 The Apache Software Foundation