Uses of Class
org.apache.accumulo.core.data.LoadPlan
-
Packages that use LoadPlan Package Description org.apache.accumulo.core.client.admin org.apache.accumulo.core.clientImpl.bulk org.apache.accumulo.core.data -
-
Uses of LoadPlan in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin with parameters of type LoadPlan Modifier and Type Method Description TableOperations.ImportOptionsTableOperations.ImportMappingOptions. plan(LoadPlan service)Load files in the directory to the row ranges specified in the plan. -
Uses of LoadPlan in org.apache.accumulo.core.clientImpl.bulk
Methods in org.apache.accumulo.core.clientImpl.bulk with parameters of type LoadPlan Modifier and Type Method Description TableOperations.ImportMappingOptionsBulkImport. plan(LoadPlan plan) -
Uses of LoadPlan in org.apache.accumulo.core.data
Methods in org.apache.accumulo.core.data that return LoadPlan Modifier and Type Method Description LoadPlanLoadPlan.Builder. build()Methods in org.apache.accumulo.core.data with parameters of type LoadPlan Modifier and Type Method Description LoadPlan.BuilderLoadPlan.Builder. addPlan(LoadPlan plan)
-