Uses of Class
org.apache.pinot.common.restlet.resources.SegmentSizeInfo
-
Packages that use SegmentSizeInfo Package Description org.apache.pinot.common.restlet.resources -
-
Uses of SegmentSizeInfo in org.apache.pinot.common.restlet.resources
Methods in org.apache.pinot.common.restlet.resources that return types with arguments of type SegmentSizeInfo Modifier and Type Method Description List<SegmentSizeInfo>TableSizeInfo. getSegments()Constructor parameters in org.apache.pinot.common.restlet.resources with type arguments of type SegmentSizeInfo Constructor Description TableSizeInfo(String tableName, long sizeInBytes, List<SegmentSizeInfo> segments)
-