Package org.apache.druid.data.input
Class InputFileAttribute
java.lang.Object
org.apache.druid.data.input.InputFileAttribute
A class storing some attributes of an input file.
This information is used to make splits in the parallel indexing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInputFileAttribute(long size) InputFileAttribute(long size, long weightedSize) -
Method Summary
-
Constructor Details
-
InputFileAttribute
public InputFileAttribute(long size) -
InputFileAttribute
public InputFileAttribute(long size, long weightedSize)
-
-
Method Details
-
getWeightedSize
public long getWeightedSize() -
getSize
public long getSize()
-