Uses of Class
org.apache.pinot.common.utils.LLCSegmentName
-
Packages that use LLCSegmentName Package Description org.apache.pinot.common.utils -
-
Uses of LLCSegmentName in org.apache.pinot.common.utils
Methods in org.apache.pinot.common.utils that return LLCSegmentName Modifier and Type Method Description static LLCSegmentNameLLCSegmentName. of(String segmentName)Returns theLLCSegmentNamefor the given segment name, ornullif the given segment name does not represent an LLC segment.
-