Package | Description |
---|---|
org.apache.kudu.client |
Modifier and Type | Method and Description |
---|---|
LocatedTablet |
KuduScanToken.getTablet()
Returns the tablet which the scanner created from this token will access.
|
Modifier and Type | Method and Description |
---|---|
com.stumbleupon.async.Deferred<List<LocatedTablet>> |
KuduTable.asyncGetTabletsLocations(byte[] startKey,
byte[] endKey,
long deadline)
Deprecated.
use the
KuduScanToken API |
com.stumbleupon.async.Deferred<List<LocatedTablet>> |
KuduTable.asyncGetTabletsLocations(long deadline)
Deprecated.
use the
KuduScanToken API |
List<LocatedTablet> |
KuduTable.getTabletsLocations(byte[] startKey,
byte[] endKey,
long deadline)
Deprecated.
use the
KuduScanToken API |
List<LocatedTablet> |
KuduTable.getTabletsLocations(long deadline)
Deprecated.
use the
KuduScanToken API |
Copyright © 2017 The Apache Software Foundation. All rights reserved.