Uses of Class
org.apache.accumulo.core.data.LoadPlan
Packages that use LoadPlan
Package
Description
-
Uses of LoadPlan in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin with parameters of type LoadPlanModifier and TypeMethodDescriptionLoad files in the directory to the row ranges specified in the plan. -
Uses of LoadPlan in org.apache.accumulo.core.client.rfile
Methods in org.apache.accumulo.core.client.rfile that return LoadPlanModifier and TypeMethodDescriptionRFileWriter.getLoadPlan(String filename) If no split resolver was provided when the RFileWriter was built then this method will return a simple load plan of typeLoadPlan.RangeType.FILEusing the first and last row seen. -
Uses of LoadPlan in org.apache.accumulo.core.data
Methods in org.apache.accumulo.core.data that return LoadPlanModifier and TypeMethodDescriptionLoadPlan.Builder.build()static LoadPlanComputes a load plan for a given rfile.static LoadPlanLoadPlan.compute(URI file, LoadPlan.SplitResolver splitResolver) Computes a load plan for a given rfile.static LoadPlanDeserializes json to a load plan.Methods in org.apache.accumulo.core.data with parameters of type LoadPlan