Package org.apache.druid.segment.file
Class SegmentInternalFileMetadata
java.lang.Object
org.apache.druid.segment.file.SegmentInternalFileMetadata
Relative starting offset and size of an internal 'file' of a
SegmentFileContainerMetadata-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SegmentInternalFileMetadata
public SegmentInternalFileMetadata(int container, long startOffset, long size)
-
-
Method Details
-
getContainer
public int getContainer() -
getStartOffset
public long getStartOffset() -
getSize
public long getSize()
-