Uses of Class
org.apache.pinot.segment.local.realtime.impl.RealtimeSegmentConfig
-
Packages that use RealtimeSegmentConfig Package Description org.apache.pinot.segment.local.indexsegment.mutable org.apache.pinot.segment.local.realtime.impl -
-
Uses of RealtimeSegmentConfig in org.apache.pinot.segment.local.indexsegment.mutable
Constructors in org.apache.pinot.segment.local.indexsegment.mutable with parameters of type RealtimeSegmentConfig Constructor Description MutableSegmentImpl(RealtimeSegmentConfig config, ServerMetrics serverMetrics) -
Uses of RealtimeSegmentConfig in org.apache.pinot.segment.local.realtime.impl
Methods in org.apache.pinot.segment.local.realtime.impl that return RealtimeSegmentConfig Modifier and Type Method Description RealtimeSegmentConfigRealtimeSegmentConfig.Builder. build()
-