Class LoadPlan.Destination

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

public static final 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()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object