|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScanType | |
|---|---|
| org.apache.accumulo.core.tabletserver.thrift | |
| Uses of ScanType in org.apache.accumulo.core.tabletserver.thrift |
|---|
| Fields in org.apache.accumulo.core.tabletserver.thrift declared as ScanType | |
|---|---|
ScanType |
ActiveScan.type
|
| Methods in org.apache.accumulo.core.tabletserver.thrift that return ScanType | |
|---|---|
static ScanType |
ScanType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL. |
ScanType |
ActiveScan.getType()
|
static ScanType |
ScanType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ScanType[] |
ScanType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type ScanType | |
|---|---|
ActiveScan |
ActiveScan.setType(ScanType type)
|
| Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type ScanType | |
|---|---|
ActiveScan(String client,
String user,
String tableId,
long age,
long idleTime,
ScanType type,
ScanState state,
TKeyExtent extent,
List<TColumn> columns,
List<IterInfo> ssiList,
Map<String,Map<String,String>> ssio)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||