org.apache.accumulo.core.client.impl
public class ThriftScanner extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ThriftScanner.ScanState |
static class |
ThriftScanner.ScanTimedOutException |
Modifier and Type | Field and Description |
---|---|
static Map<TabletType,Set<String>> |
serversWaitedForWrites |
Constructor and Description |
---|
ThriftScanner() |
Modifier and Type | Method and Description |
---|---|
static boolean |
getBatchFromServer(Instance instance,
Credentials credentials,
Range range,
KeyExtent extent,
String server,
SortedMap<Key,Value> results,
SortedSet<Column> fetchedColumns,
List<IterInfo> serverSideIteratorList,
Map<String,Map<String,String>> serverSideIteratorOptions,
int size,
Authorizations authorizations,
boolean retry,
AccumuloConfiguration conf) |
static List<KeyValue> |
scan(Instance instance,
Credentials credentials,
ThriftScanner.ScanState scanState,
int timeOut,
AccumuloConfiguration conf) |
public static final Map<TabletType,Set<String>> serversWaitedForWrites
public static boolean getBatchFromServer(Instance instance, Credentials credentials, Range range, KeyExtent extent, String server, SortedMap<Key,Value> results, SortedSet<Column> fetchedColumns, List<IterInfo> serverSideIteratorList, Map<String,Map<String,String>> serverSideIteratorOptions, int size, Authorizations authorizations, boolean retry, AccumuloConfiguration conf) throws AccumuloException, AccumuloSecurityException, NotServingTabletException
public static List<KeyValue> scan(Instance instance, Credentials credentials, ThriftScanner.ScanState scanState, int timeOut, AccumuloConfiguration conf) throws ThriftScanner.ScanTimedOutException, AccumuloException, AccumuloSecurityException, TableNotFoundException
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.