Uses of Enum
org.apache.accumulo.core.data.LoadPlan.RangeType
Packages that use LoadPlan.RangeType
-
Uses of LoadPlan.RangeType in org.apache.accumulo.core.data
Methods in org.apache.accumulo.core.data that return LoadPlan.RangeTypeModifier and TypeMethodDescriptionLoadPlan.Destination.getRangeType()static LoadPlan.RangeTypeReturns the enum constant of this type with the specified name.static LoadPlan.RangeType[]LoadPlan.RangeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.accumulo.core.data with parameters of type LoadPlan.RangeTypeModifier and TypeMethodDescriptionLoadPlan.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.