Uses of Class
org.apache.accumulo.core.spi.scan.ScanInfo.Type
-
Packages that use ScanInfo.Type Package Description org.apache.accumulo.core.spi.scan -
-
Uses of ScanInfo.Type in org.apache.accumulo.core.spi.scan
Methods in org.apache.accumulo.core.spi.scan that return ScanInfo.Type Modifier and Type Method Description ScanInfo.TypeScanInfo. getScanType()static ScanInfo.TypeScanInfo.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ScanInfo.Type[]ScanInfo.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-