Uses of Interface
org.apache.accumulo.core.data.LoadPlan.Builder
-
Uses of LoadPlan.Builder in org.apache.accumulo.core.data
Modifier and TypeMethodDescriptionstatic LoadPlan.Builder
LoadPlan.builder()
LoadPlan.Builder.loadFileTo
(String fileName, LoadPlan.RangeType rangeType, byte[] startRow, byte[] endRow) Specify the row range where a file should be loaded.LoadPlan.Builder.loadFileTo
(String fileName, LoadPlan.RangeType rangeType, CharSequence startRow, CharSequence endRow) Specify the row range where a file should be loaded.LoadPlan.Builder.loadFileTo
(String fileName, LoadPlan.RangeType rangeType, org.apache.hadoop.io.Text startRow, org.apache.hadoop.io.Text endRow) Specify the row range where a file should be loaded.