Class LoadPlan.Destination

java.lang.Object
org.apache.accumulo.core.data.LoadPlan.Destination
Enclosing class:
LoadPlan

public static class LoadPlan.Destination extends Object
Mapping of a file to a row range with an associated range type.
Since:
2.0.0
  • Method Details

    • getFileName

      public String getFileName()
    • getStartRow

      public byte[] getStartRow()
    • getEndRow

      public byte[] getEndRow()
    • getRangeType

      public LoadPlan.RangeType getRangeType()