Interface InstanceDataManagerConfig
-
public interface InstanceDataManagerConfig
-
-
Method Summary
Modifier and Type Method Description StringgetAvgMultiValueCount()PinotConfigurationgetConfig()StringgetConsumerDir()intgetDeletedSegmentsCacheSize()intgetDeletedSegmentsCacheTtlMinutes()longgetErrorCacheSize()StringgetInstanceBootstrapSegmentDir()StringgetInstanceDataDir()StringgetInstanceId()StringgetInstanceSegmentTarDir()intgetMaxParallelSegmentBuilds()intgetMaxParallelSegmentDownloads()ReadModegetReadMode()StringgetSegmentDirectoryLoader()StringgetSegmentFormatVersion()StringgetSegmentPeerDownloadScheme()StringgetSegmentStoreUri()longgetStreamSegmentDownloadUntarRateLimit()booleanisDirectRealtimeOffHeapAllocation()booleanisEnableSplitCommit()booleanisEnableSplitCommitEndWithMetadata()booleanisRealtimeOffHeapAllocation()booleanisStreamSegmentDownloadUntar()
-
-
-
Method Detail
-
getConfig
PinotConfiguration getConfig()
-
getInstanceId
String getInstanceId()
-
getInstanceDataDir
String getInstanceDataDir()
-
getConsumerDir
String getConsumerDir()
-
getInstanceSegmentTarDir
String getInstanceSegmentTarDir()
-
getInstanceBootstrapSegmentDir
String getInstanceBootstrapSegmentDir()
-
getSegmentStoreUri
String getSegmentStoreUri()
-
getReadMode
ReadMode getReadMode()
-
getSegmentFormatVersion
String getSegmentFormatVersion()
-
getAvgMultiValueCount
String getAvgMultiValueCount()
-
isEnableSplitCommit
boolean isEnableSplitCommit()
-
isEnableSplitCommitEndWithMetadata
boolean isEnableSplitCommitEndWithMetadata()
-
isRealtimeOffHeapAllocation
boolean isRealtimeOffHeapAllocation()
-
isDirectRealtimeOffHeapAllocation
boolean isDirectRealtimeOffHeapAllocation()
-
getMaxParallelSegmentBuilds
int getMaxParallelSegmentBuilds()
-
getMaxParallelSegmentDownloads
int getMaxParallelSegmentDownloads()
-
getSegmentDirectoryLoader
String getSegmentDirectoryLoader()
-
getErrorCacheSize
long getErrorCacheSize()
-
isStreamSegmentDownloadUntar
boolean isStreamSegmentDownloadUntar()
-
getStreamSegmentDownloadUntarRateLimit
long getStreamSegmentDownloadUntarRateLimit()
-
getDeletedSegmentsCacheSize
int getDeletedSegmentsCacheSize()
-
getDeletedSegmentsCacheTtlMinutes
int getDeletedSegmentsCacheTtlMinutes()
-
getSegmentPeerDownloadScheme
String getSegmentPeerDownloadScheme()
-
-