Uses of Class
org.apache.accumulo.core.tabletserver.thrift.ScanState
-
Packages that use ScanState Package Description 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 Modifier and Type Field Description ScanStateActiveScan. stateMethods in org.apache.accumulo.core.tabletserver.thrift that return ScanState Modifier and Type Method Description static ScanStateScanState. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.ScanStateActiveScan. getState()static ScanStateScanState. 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 Modifier and Type Method Description ActiveScanActiveScan. setState(ScanState state)Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type ScanState Constructor Description 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, List<ByteBuffer> authorizations, String classLoaderContext)
-