Class 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:
    SplitHintSpec, SplittableInputSource
    • Constructor Detail

      • InputFileAttribute

        public InputFileAttribute​(long size)
      • InputFileAttribute

        public InputFileAttribute​(long size,
                                  long weightedSize)
    • Method Detail

      • getWeightedSize

        public long getWeightedSize()
      • getSize

        public long getSize()