Uses of Class
org.apache.pinot.segment.local.data.manager.TableDataManagerConfig
-
Packages that use TableDataManagerConfig Package Description org.apache.pinot.segment.local.data.manager -
-
Uses of TableDataManagerConfig in org.apache.pinot.segment.local.data.manager
Methods in org.apache.pinot.segment.local.data.manager that return TableDataManagerConfig Modifier and Type Method Description TableDataManagerConfigTableDataManager. getTableDataManagerConfig()Returns the config for the table data manager.Methods in org.apache.pinot.segment.local.data.manager with parameters of type TableDataManagerConfig 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, com.google.common.cache.LoadingCache<org.apache.commons.lang3.tuple.Pair<String,String>,SegmentErrorInfo> errorCache, TableDataManagerParams tableDataManagerParams)Initializes the table data manager.
-