Uses of Class
org.apache.pinot.segment.local.data.manager.TableDataManagerParams
-
Packages that use TableDataManagerParams Package Description org.apache.pinot.segment.local.data.manager -
-
Uses of TableDataManagerParams in org.apache.pinot.segment.local.data.manager
Methods in org.apache.pinot.segment.local.data.manager with parameters of type TableDataManagerParams Modifier and Type Method Description voidTableDataManager. init(TableDataManagerConfig tableDataManagerConfig, String instanceId, org.apache.helix.store.zk.ZkHelixPropertyStore<org.apache.helix.zookeeper.datamodel.ZNRecord> propertyStore, ServerMetrics serverMetrics, org.apache.helix.HelixManager helixManager, ExecutorService segmentPreloadExecutor, com.google.common.cache.LoadingCache<org.apache.commons.lang3.tuple.Pair<String,String>,SegmentErrorInfo> errorCache, TableDataManagerParams tableDataManagerParams)Initializes the table data manager.
-