Uses of Class
org.apache.accumulo.core.client.admin.ScanType
-
Packages that use ScanType Package Description org.apache.accumulo.core.client.admin org.apache.accumulo.core.clientImpl -
-
Uses of ScanType in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that return ScanType Modifier and Type Method Description abstract ScanTypeActiveScan. getType()static ScanTypeScanType. 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. -
Uses of ScanType in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that return ScanType Modifier and Type Method Description ScanTypeActiveScanImpl. getType()
-