Uses of Class
org.apache.accumulo.core.tabletserver.thrift.ScanState

Packages that use ScanState
org.apache.accumulo.core.tabletserver.thrift   
 

Uses of ScanState in org.apache.accumulo.core.tabletserver.thrift
 

Fields in org.apache.accumulo.core.tabletserver.thrift declared as ScanState
 ScanState ActiveScan.state
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return ScanState
static ScanState ScanState.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 ScanState ActiveScan.getState()
           
static ScanState ScanState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ScanState[] ScanState.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 ScanState
 ActiveScan ActiveScan.setState(ScanState state)
           
 

Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type ScanState
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)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.