org.apache.accumulo.core.client.impl
Class ThriftScanner.ScanState

java.lang.Object
  extended by org.apache.accumulo.core.client.impl.ThriftScanner.ScanState
Enclosing class:
ThriftScanner

public static class ThriftScanner.ScanState
extends Object


Constructor Summary
ThriftScanner.ScanState(Instance instance, Credentials credentials, org.apache.hadoop.io.Text tableId, Authorizations authorizations, Range range, SortedSet<Column> fetchedColumns, int size, List<IterInfo> serverSideIteratorList, Map<String,Map<String,String>> serverSideIteratorOptions, boolean isolated)
           
ThriftScanner.ScanState(Instance instance, Credentials credentials, org.apache.hadoop.io.Text tableId, Authorizations authorizations, Range range, SortedSet<Column> fetchedColumns, int size, List<IterInfo> serverSideIteratorList, Map<String,Map<String,String>> serverSideIteratorOptions, boolean isolated, long readaheadThreshold)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThriftScanner.ScanState

public ThriftScanner.ScanState(Instance instance,
                               Credentials credentials,
                               org.apache.hadoop.io.Text tableId,
                               Authorizations authorizations,
                               Range range,
                               SortedSet<Column> fetchedColumns,
                               int size,
                               List<IterInfo> serverSideIteratorList,
                               Map<String,Map<String,String>> serverSideIteratorOptions,
                               boolean isolated)

ThriftScanner.ScanState

public ThriftScanner.ScanState(Instance instance,
                               Credentials credentials,
                               org.apache.hadoop.io.Text tableId,
                               Authorizations authorizations,
                               Range range,
                               SortedSet<Column> fetchedColumns,
                               int size,
                               List<IterInfo> serverSideIteratorList,
                               Map<String,Map<String,String>> serverSideIteratorOptions,
                               boolean isolated,
                               long readaheadThreshold)


Copyright © 2015 Apache Accumulo Project. All rights reserved.