org.apache.cassandra.db
Interface IScanner<T>

All Superinterfaces:
java.io.Closeable
All Known Implementing Classes:
Scanner

public interface IScanner<T>
extends java.io.Closeable


Method Summary
 void fetch(java.lang.String key, java.lang.String cf)
           
 boolean hasNext()
           
 T next()
           
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

hasNext

boolean hasNext()
                throws java.io.IOException
Throws:
java.io.IOException

next

T next()
       throws java.io.IOException
Throws:
java.io.IOException

fetch

void fetch(java.lang.String key,
           java.lang.String cf)
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2009 The Apache Software Foundation