Class SegmentSizeInfo
- java.lang.Object
-
- org.apache.pinot.common.restlet.resources.SegmentSizeInfo
-
public class SegmentSizeInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description SegmentSizeInfo(String segmentName, long sizeBytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)longgetDiskSizeInBytes()StringgetSegmentName()inthashCode()
-
-
-
Constructor Detail
-
SegmentSizeInfo
public SegmentSizeInfo(String segmentName, long sizeBytes)
-
-