Class InputFileAttribute

java.lang.Object
org.apache.druid.data.input.InputFileAttribute

public class InputFileAttribute extends Object
A class storing some attributes of an input file. This information is used to make splits in the parallel indexing.
See Also:
  • Constructor Details

    • InputFileAttribute

      public InputFileAttribute(long size)
    • InputFileAttribute

      public InputFileAttribute(long size, long weightedSize)
  • Method Details

    • getWeightedSize

      public long getWeightedSize()
    • getSize

      public long getSize()