public class ScanSession extends Session
| Modifier and Type | Field and Description |
|---|---|
Authorizations |
auths |
long |
batchCount |
Set<Column> |
columnSet |
long |
entriesReturned |
KeyExtent |
extent |
AtomicBoolean |
interruptFlag |
Stat |
nbTimes |
ScanTask<ScanBatch> |
nextBatchTask |
long |
readaheadThreshold |
Scanner |
scanner |
List<IterInfo> |
ssiList |
Map<String,Map<String,String>> |
ssio |
| Constructor and Description |
|---|
ScanSession(TCredentials credentials,
KeyExtent extent,
Set<Column> columnSet,
List<IterInfo> ssiList,
Map<String,Map<String,String>> ssio,
Authorizations authorizations,
long readaheadThreshold) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cleanup() |
getCredentials, getUserpublic final Stat nbTimes
public final KeyExtent extent
public final Authorizations auths
public final AtomicBoolean interruptFlag
public long entriesReturned
public long batchCount
public Scanner scanner
public final long readaheadThreshold
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.