Uses of Class
org.apache.pinot.common.restlet.resources.SegmentErrorInfo
-
Packages that use SegmentErrorInfo Package Description org.apache.pinot.common.restlet.resources -
-
Uses of SegmentErrorInfo in org.apache.pinot.common.restlet.resources
Methods in org.apache.pinot.common.restlet.resources that return SegmentErrorInfo Modifier and Type Method Description SegmentErrorInfoSegmentServerDebugInfo. getErrorInfo()Constructors in org.apache.pinot.common.restlet.resources with parameters of type SegmentErrorInfo Constructor Description SegmentServerDebugInfo(String segmentName, String segmentSize, SegmentConsumerInfo consumerInfo, SegmentErrorInfo errorInfo)
-