org.apache.cassandra.io
Class Coordinate

java.lang.Object
  extended by org.apache.cassandra.io.Coordinate

public class Coordinate
extends java.lang.Object

Section of a file that needs to be scanned is represented by this class.


Field Summary
 long end_
           
 long start_
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

start_

public final long start_

end_

public final long end_
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2009 The Apache Software Foundation