Uses of Class
org.apache.pinot.spi.env.PinotConfiguration
-
-
-
Uses of PinotConfiguration in org.apache.pinot.spi.accounting
Methods in org.apache.pinot.spi.accounting with parameters of type PinotConfiguration Modifier and Type Method Description ThreadResourceUsageAccountantThreadAccountantFactory. init(int numRunnerThreads, int numWorkerThreads, PinotConfiguration config) -
Uses of PinotConfiguration in org.apache.pinot.spi.annotations.metrics
Methods in org.apache.pinot.spi.annotations.metrics with parameters of type PinotConfiguration Modifier and Type Method Description voidPinotMetricsFactory. init(PinotConfiguration metricsConfiguration)Initializes the Pinot metrics factory. -
Uses of PinotConfiguration in org.apache.pinot.spi.config.instance
Methods in org.apache.pinot.spi.config.instance that return PinotConfiguration Modifier and Type Method Description PinotConfigurationInstanceDataManagerConfig. getConfig() -
Uses of PinotConfiguration in org.apache.pinot.spi.crypt
Methods in org.apache.pinot.spi.crypt with parameters of type PinotConfiguration Modifier and Type Method Description voidNoOpPinotCrypter. init(PinotConfiguration config)voidPinotCrypter. init(PinotConfiguration config)Initializes a crypter with any configurations it might need.static voidPinotCrypterFactory. init(PinotConfiguration config)Initializes map of crypter classes at startup time. -
Uses of PinotConfiguration in org.apache.pinot.spi.env
Methods in org.apache.pinot.spi.env that return PinotConfiguration Modifier and Type Method Description PinotConfigurationPinotConfiguration. clone()Creates a new instance ofPinotConfigurationby closing the underlyingCompositeConfiguration.PinotConfigurationPinotConfiguration. subset(String prefix)Creates a copy of the configuration only containing properties matching a property prefix. -
Uses of PinotConfiguration in org.apache.pinot.spi.environmentprovider
Methods in org.apache.pinot.spi.environmentprovider with parameters of type PinotConfiguration Modifier and Type Method Description voidPinotEnvironmentProvider. init(PinotConfiguration pinotConfiguration)Initializes the configurations specific to an environment provider.static voidPinotEnvironmentProviderFactory. init(PinotConfiguration environmentProviderFactoryConfig) -
Uses of PinotConfiguration in org.apache.pinot.spi.filesystem
Methods in org.apache.pinot.spi.filesystem with parameters of type PinotConfiguration Modifier and Type Method Description voidLocalPinotFS. init(PinotConfiguration configuration)voidNoClosePinotFS. init(PinotConfiguration config)voidPinotFS. init(PinotConfiguration config)Initializes the configurations specific to that filesystem.static voidPinotFSFactory. init(PinotConfiguration fsFactoryConfig)static voidPinotFSFactory. register(String scheme, String fsClassName, PinotConfiguration fsConfiguration) -
Uses of PinotConfiguration in org.apache.pinot.spi.metrics
Methods in org.apache.pinot.spi.metrics with parameters of type PinotConfiguration Modifier and Type Method Description static PinotMetricsRegistryPinotMetricUtils. getPinotMetricsRegistry(PinotConfiguration metricsConfiguration)Returns the metricsRegistry from the initialised metricsFactory.static voidPinotMetricUtils. init(PinotConfiguration metricsConfiguration)Initialize the metricsFactory ad registers the metricsRegistry -
Uses of PinotConfiguration in org.apache.pinot.spi.services
Methods in org.apache.pinot.spi.services that return PinotConfiguration Modifier and Type Method Description PinotConfigurationServiceStartable. getConfig()Methods in org.apache.pinot.spi.services with parameters of type PinotConfiguration Modifier and Type Method Description voidServiceStartable. init(PinotConfiguration conf) -
Uses of PinotConfiguration in org.apache.pinot.spi.trace
Methods in org.apache.pinot.spi.trace with parameters of type PinotConfiguration Modifier and Type Method Description static voidTracing.ThreadAccountantOps. initializeThreadAccountant(int numPqr, int numPqw, PinotConfiguration config) -
Uses of PinotConfiguration in org.apache.pinot.spi.utils
Methods in org.apache.pinot.spi.utils that return PinotConfiguration Modifier and Type Method Description static PinotConfigurationIngestionConfigUtils. getInputFsProps(Map<String,String> batchConfigMap)static PinotConfigurationIngestionConfigUtils. getOutputFsProps(Map<String,String> batchConfigMap)
-