JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum
org.apache.accumulo.core.client.admin.ScanState
Packages that use
ScanState
Package
Description
org.apache.accumulo.core.client.admin
Uses of
ScanState
in
org.apache.accumulo.core.client.admin
Methods in
org.apache.accumulo.core.client.admin
that return
ScanState
Modifier and Type
Method
Description
abstract
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.