Uses of Class
org.apache.accumulo.core.client.admin.ActiveScan
-
Packages that use ActiveScan Package Description org.apache.accumulo.core.client.admin org.apache.accumulo.core.clientImpl -
-
Uses of ActiveScan in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that return types with arguments of type ActiveScan Modifier and Type Method Description List<ActiveScan>InstanceOperations. getActiveScans(String tserver)List the active scans on tablet server. -
Uses of ActiveScan in org.apache.accumulo.core.clientImpl
Subclasses of ActiveScan in org.apache.accumulo.core.clientImpl Modifier and Type Class Description classActiveScanImplA class that contains information about an ActiveScanMethods in org.apache.accumulo.core.clientImpl that return types with arguments of type ActiveScan Modifier and Type Method Description List<ActiveScan>InstanceOperationsImpl. getActiveScans(String tserver)
-