This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.gora.accumulo.query
Class AccumuloResult<K,T extends Persistent>
java.lang.Object
   org.apache.gora.query.impl.ResultBase<K,T>
org.apache.gora.query.impl.ResultBase<K,T>
       org.apache.gora.accumulo.query.AccumuloResult<K,T>
org.apache.gora.accumulo.query.AccumuloResult<K,T>
- All Implemented Interfaces: 
- Closeable, Result<K,T>
- public class AccumuloResult<K,T extends Persistent> 
- extends ResultBase<K,T>
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AccumuloResult
public AccumuloResult(DataStore<K,T> dataStore,
                      Query<K,T> query,
                      org.apache.accumulo.core.client.Scanner scanner)
- Parameters:
- dataStore-
- query-
- scanner-
getDataStore
public AccumuloStore<K,T> getDataStore()
- Description copied from interface: Result
- Returns the DataStore, that this Result is associated with.
 
- 
- Specified by:
- getDataStorein interface- Result<K,T extends Persistent>
- Overrides:
- getDataStorein class- ResultBase<K,T extends Persistent>
 
- 
- Returns:
- the DataStore of the Result
 
getProgress
public float getProgress()
                  throws IOException
- Description copied from interface: Result
- Returns how far along the result has iterated, a value between 0 and 1.
 
- 
- Throws:
- IOException
 
close
public void close()
           throws IOException
- 
- Throws:
- IOException
 
nextInner
protected boolean nextInner()
                     throws IOException
- Description copied from class: ResultBase
- ResultBase.next()calls this function to read the 
 actual results.- 
 
- 
- Specified by:
- nextInnerin class- ResultBase<K,T extends Persistent>
 
- 
- Throws:
- IOException
 
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.