Interface InstanceDataManagerConfig


  • public interface InstanceDataManagerConfig
    • Method Detail

      • getInstanceId

        String getInstanceId()
      • getInstanceDataDir

        String getInstanceDataDir()
      • getConsumerDir

        String getConsumerDir()
      • getInstanceSegmentTarDir

        String getInstanceSegmentTarDir()
      • getInstanceBootstrapSegmentDir

        String getInstanceBootstrapSegmentDir()
      • getSegmentStoreUri

        String getSegmentStoreUri()
      • 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()