Uses of Class
org.apache.accumulo.core.data.LoadPlan.TableSplits
Packages that use LoadPlan.TableSplits
-
Uses of LoadPlan.TableSplits in org.apache.accumulo.core.data
Methods in org.apache.accumulo.core.data that return LoadPlan.TableSplitsModifier and TypeMethodDescriptionLoadPlan.SplitResolver.apply
(org.apache.hadoop.io.Text row) For a given row, R, this function should find two split points, S1 and S2, that exist in the table being bulk imported to, such that S1 < R <= S2.