Interface OConfiguration

All Known Implementing Classes:
OContextConfiguration

public interface OConfiguration
  • Field Details

  • Method Details

    • environmentDumpCfgAtStartup

      default boolean environmentDumpCfgAtStartup()
    • environmentLockManagerConcurrencyLevel

      default int environmentLockManagerConcurrencyLevel()
    • environmentAllowJvmShutdown

      default boolean environmentAllowJvmShutdown()
    • scriptPool

      default int scriptPool()
    • memoryUseUnsafe

      default boolean memoryUseUnsafe()
    • memoryProfiling

      default boolean memoryProfiling()
    • memoryProfilingReportInterval

      default int memoryProfilingReportInterval()
    • memoryLeftToOs

      default String memoryLeftToOs()
    • memoryLeftToContainer

      default String memoryLeftToContainer()
    • directMemoryPoolLimit

      default int directMemoryPoolLimit()
    • directMemoryPreallocate

      default boolean directMemoryPreallocate()
    • directMemoryTrackMode

      default boolean directMemoryTrackMode()
    • directMemoryOnlyAlignedAccess

      default boolean directMemoryOnlyAlignedAccess()
    • openFilesLimit

      default int openFilesLimit()
    • componentsLockCache

      default int componentsLockCache()
    • diskCacheSize

      default long diskCacheSize()
    • diskWriteCachePart

      default long diskWriteCachePart()
    • diskWriteCachePageFlushInterval

      default long diskWriteCachePageFlushInterval()
    • storageChecksumMode

      default OChecksumMode storageChecksumMode()
    • storageCompressionMethod

      default String storageCompressionMethod()
    • storageEncryptionMethod

      default String storageEncryptionMethod()
    • storageEncryptionKey

      default String storageEncryptionKey()
    • storageAtomicOperationsTableCompactionLimit

      default int storageAtomicOperationsTableCompactionLimit()
    • storageCallFsync

      default boolean storageCallFsync()
    • storageUseDoubleWriteLog

      default boolean storageUseDoubleWriteLog()
    • storageDoubleWriteLogMaxSegSize

      default long storageDoubleWriteLogMaxSegSize()
    • storageDoubleWriteLogMaxSegSizePercent

      default long storageDoubleWriteLogMaxSegSizePercent()
    • storageDoubleWriteLogMinSegSize

      default long storageDoubleWriteLogMinSegSize()
    • storageClusterVersion

      default int storageClusterVersion()
    • storagePrintWalPerformanceStatistics

      default boolean storagePrintWalPerformanceStatistics()
    • storagePrintWalPerformanceInterval

      default int storagePrintWalPerformanceInterval()
    • storagePessimisticLocking

      default String storagePessimisticLocking()
    • walCacheSize

      default int walCacheSize()
    • walBufferSize

      default int walBufferSize()
    • walSegmentsInterval

      default long walSegmentsInterval()
    • walMaxSegmentSize

      default long walMaxSegmentSize()
    • walMaxSegmentSizePercent

      default long walMaxSegmentSizePercent()
    • walMinSegSize

      default long walMinSegSize()
    • walMinCompressedRecordSize

      default int walMinCompressedRecordSize()
    • walMaxSize

      default long walMaxSize()
    • walKeepSingleSegment

      default boolean walKeepSingleSegment()
    • walCommitTimeout

      default int walCommitTimeout()
    • walShutdownTimeout

      default int walShutdownTimeout()
    • walFuzzyCheckpointInterval

      default long walFuzzyCheckpointInterval()
    • walReportAfterOperationsDuringRestore

      default int walReportAfterOperationsDuringRestore()
    • walRestoreBatchSize

      default int walRestoreBatchSize()
    • walLocation

      default String walLocation()
    • diskCachePageSize

      default int diskCachePageSize()
    • diskCacheFreeSpaceLimit

      default long diskCacheFreeSpaceLimit()
    • paginatedStorageLowestFreelistBoundary

      @Deprecated default int paginatedStorageLowestFreelistBoundary()
      Deprecated.
    • recordDownsizingEnabled

      @Deprecated default boolean recordDownsizingEnabled()
      Deprecated.
    • documentBinaryMapping

      default int documentBinaryMapping()
    • dbPoolMin

      default int dbPoolMin()
    • dbPoolMax

      default int dbPoolMax()
    • dbCachedPoolCapacity

      default int dbCachedPoolCapacity()
    • dbStringCacheSize

      default int dbStringCacheSize()
    • dbCachedPoolCleanUpTimeout

      default long dbCachedPoolCleanUpTimeout()
    • dbPoolAcquireTimeout

      default int dbPoolAcquireTimeout()
    • dbValidation

      default boolean dbValidation()
    • dbCustomSupport

      default boolean dbCustomSupport()
    • indexEmbeddedToSbtreebonsaiThreshold

      default int indexEmbeddedToSbtreebonsaiThreshold()
    • indexSbtreebonsaiToEmbeddedThreshold

      default int indexSbtreebonsaiToEmbeddedThreshold()
    • indexSynchronousAutoRebuild

      default boolean indexSynchronousAutoRebuild()
    • indexAllowManualIndexes

      default boolean indexAllowManualIndexes()
    • indexAllowManualIndexesWarning

      default boolean indexAllowManualIndexesWarning()
    • indexIgnoreNullValuesDefault

      default boolean indexIgnoreNullValuesDefault()
    • indexCursorPrefetchSize

      default int indexCursorPrefetchSize()
    • sbtreeMaxDepth

      default int sbtreeMaxDepth()
    • sbtreeMaxKeySize

      default int sbtreeMaxKeySize()
    • sbtreeMaxEmbeddedValueSize

      default int sbtreeMaxEmbeddedValueSize()
    • sbtreebonsaiBucketSize

      default int sbtreebonsaiBucketSize()
    • ridBagEmbeddedDefaultSize

      default int ridBagEmbeddedDefaultSize()
    • ridBagEmbeddedToSbtreebonsaiThreshold

      default int ridBagEmbeddedToSbtreebonsaiThreshold()
    • ridBagSbtreebonsaiToEmbeddedThreshold

      default int ridBagSbtreebonsaiToEmbeddedThreshold()
    • fileLock

      default boolean fileLock()
    • fileDeleteDelay

      default int fileDeleteDelay()
    • fileDeleteRetry

      default int fileDeleteRetry()
    • securityUserPasswordSaltIterations

      default int securityUserPasswordSaltIterations()
    • securityUserPasswordSaltCacheSize

      default int securityUserPasswordSaltCacheSize()
    • securityUserPasswordDefaultAlgorithm

      default String securityUserPasswordDefaultAlgorithm()
    • networkMaxConcurrentSessions

      default int networkMaxConcurrentSessions()
    • networkSocketBufferSize

      default int networkSocketBufferSize()
    • networkLockTimeout

      default int networkLockTimeout()
    • networkSocketTimeout

      default int networkSocketTimeout()
    • networkRequestTimeout

      default int networkRequestTimeout()
    • networkSocketRetry

      default int networkSocketRetry()
    • networkSocketRetryDelay

      default int networkSocketRetryDelay()
    • networkBinaryDnsLoadbalancingEnabled

      default boolean networkBinaryDnsLoadbalancingEnabled()
    • networkBinaryDnsLoadbalancingTimeout

      default int networkBinaryDnsLoadbalancingTimeout()
    • networkBinaryMaxContentLength

      default int networkBinaryMaxContentLength()
    • networkBinaryMinProtocolVersion

      default int networkBinaryMinProtocolVersion()
    • networkBinaryDebug

      default boolean networkBinaryDebug()
    • networkBinaryAllowNoToken

      default boolean networkBinaryAllowNoToken()
    • networkHttpInstallDefaultCommands

      default boolean networkHttpInstallDefaultCommands()
    • networkHttpServerInfo

      default String networkHttpServerInfo()
    • networkHttpMaxContentLength

      default int networkHttpMaxContentLength()
    • networkHttpStreaming

      default boolean networkHttpStreaming()
    • networkHttpContentCharset

      default String networkHttpContentCharset()
    • networkHttpJsonResponseError

      default boolean networkHttpJsonResponseError()
    • networkHttpJsonpEnabled

      default boolean networkHttpJsonpEnabled()
    • networkHttpSessionExpireTimeout

      default int networkHttpSessionExpireTimeout()
    • networkHttpSessionCookieSameSite

      default boolean networkHttpSessionCookieSameSite()
    • networkHttpUseToken

      default boolean networkHttpUseToken()
    • networkTokenSecretkey

      default String networkTokenSecretkey()
    • networkTokenEncryptionAlgorithm

      default String networkTokenEncryptionAlgorithm()
    • networkTokenExpireTimeout

      default int networkTokenExpireTimeout()
    • initInServletContextListener

      default boolean initInServletContextListener()
    • profilerEnabled

      default boolean profilerEnabled()
    • profilerAutodumpInterval

      default int profilerAutodumpInterval()
    • profilerAutodumpType

      default String profilerAutodumpType()
    • profilerMaxvalues

      default long profilerMaxvalues()
    • profilerMemorycheckInterval

      default long profilerMemorycheckInterval()
    • sequenceMaxRetry

      default int sequenceMaxRetry()
    • sequenceRetryDelay

      default int sequenceRetryDelay()
    • classMinimumClusters

      default int classMinimumClusters()
    • logSupportsAnsi

      default String logSupportsAnsi()
    • cacheLocalImpl

      default String cacheLocalImpl()
    • commandTimeout

      default long commandTimeout()
    • queryRemoteResultsetPageSize

      default int queryRemoteResultsetPageSize()
    • queryRemoteSendExecutionPlan

      default boolean queryRemoteSendExecutionPlan()
    • queryMaxHeapElementsAllowedPerOp

      default long queryMaxHeapElementsAllowedPerOp()
    • queryLiveSupport

      default boolean queryLiveSupport()
    • statementCacheSize

      default int statementCacheSize()
    • clientChannelMaxPool

      default int clientChannelMaxPool()
    • clientConnectPoolWaitTimeout

      default int clientConnectPoolWaitTimeout()
    • clientDbReleaseWaitTimeout

      default int clientDbReleaseWaitTimeout()
    • clientUseSsl

      default boolean clientUseSsl()
    • clientSslKeystore

      default String clientSslKeystore()
    • clientSslKeystorePassword

      default String clientSslKeystorePassword()
    • clientSslTruststore

      default String clientSslTruststore()
    • clientSslTruststorePassword

      default String clientSslTruststorePassword()
    • serverOpenAllDatabasesAtStartup

      default boolean serverOpenAllDatabasesAtStartup()
    • serverDatabasePath

      default String serverDatabasePath()
    • serverChannelCleanDelay

      default int serverChannelCleanDelay()
    • serverCacheFileStatic

      default boolean serverCacheFileStatic()
    • serverLogDumpClientExceptionLevel

      default String serverLogDumpClientExceptionLevel()
    • serverLogDumpClientExceptionFullstacktrace

      default boolean serverLogDumpClientExceptionFullstacktrace()
    • distributedDumpStatsEvery

      default long distributedDumpStatsEvery()
    • distributedCrudTaskSynchTimeout

      default long distributedCrudTaskSynchTimeout()
    • distributedMaxStartupDelay

      default long distributedMaxStartupDelay()
    • distributedDeploydbTaskSynchTimeout

      default long distributedDeploydbTaskSynchTimeout()
    • distributedDeploydbTaskCompression

      default int distributedDeploydbTaskCompression()
    • distributedAsynchResponsesTimeout

      default long distributedAsynchResponsesTimeout()
    • distributedTxExpireTimeout

      default long distributedTxExpireTimeout()
    • distributedRequestChannels

      default int distributedRequestChannels()
    • distributedResponseChannels

      default int distributedResponseChannels()
    • distributedHeartbeatTimeout

      default long distributedHeartbeatTimeout()
    • distributedCheckHealthCanOfflineServer

      default boolean distributedCheckHealthCanOfflineServer()
    • distributedCheckHealthEvery

      default long distributedCheckHealthEvery()
    • distributedPublishNodeStatusEvery

      default long distributedPublishNodeStatusEvery()
    • distributedReplicationProtocolVersion

      default int distributedReplicationProtocolVersion()
    • distributedDbWorkerthreads

      default int distributedDbWorkerthreads()
    • distributedConcurrentTxMaxAutoretry

      default int distributedConcurrentTxMaxAutoretry()
    • distributedConcurrentTxAutoretryDelay

      default int distributedConcurrentTxAutoretryDelay()
    • distributedTransactionSequenceSetSize

      default int distributedTransactionSequenceSetSize()
    • distributedDatabaseOnlineGracePeriod

      default long distributedDatabaseOnlineGracePeriod()
    • dbDocumentSerializer

      default String dbDocumentSerializer()
    • clientKrb5Config

      default String clientKrb5Config()
    • clientKrb5Ccname

      default String clientKrb5Ccname()
    • clientKrb5Ktname

      default String clientKrb5Ktname()
    • clientConnectionStrategy

      default String clientConnectionStrategy()
    • clientConnectionFetchHostList

      default boolean clientConnectionFetchHostList()
    • clientCredentialInterceptor

      default String clientCredentialInterceptor()
    • clientCiKeyalgorithm

      default String clientCiKeyalgorithm()
    • clientCiCiphertransform

      default String clientCiCiphertransform()
    • clientCiKeystoreFile

      default String clientCiKeystoreFile()
    • clientCiKeystorePassword

      default String clientCiKeystorePassword()
    • createDefaultUsers

      default boolean createDefaultUsers()
    • warningDefaultUsers

      default boolean warningDefaultUsers()
    • serverSecurityFile

      default String serverSecurityFile()
    • spatialEnableDirectWktReader

      default boolean spatialEnableDirectWktReader()
    • oauth2Secretkey

      @Deprecated default String oauth2Secretkey()
      Deprecated.
    • autoCloseAfterDelay

      default boolean autoCloseAfterDelay()
    • autoCloseDelay

      default int autoCloseDelay()
    • distributed

      default boolean distributed()
    • distributedNodeName

      default String distributedNodeName()
    • clientChannelIdleClose

      default boolean clientChannelIdleClose()
    • clientChannelIdleTimeout

      default int clientChannelIdleTimeout()
    • distributedAutoCreateClusters

      default boolean distributedAutoCreateClusters()
    • enterpriseMetricsMax

      default int enterpriseMetricsMax()
    • executorDebugTraceSource

      default boolean executorDebugTraceSource()
    • executorPoolMaxSize

      default int executorPoolMaxSize()
    • executorPoolIoMaxSize

      default int executorPoolIoMaxSize()
    • executorPoolIoEnabled

      default boolean executorPoolIoEnabled()
    • getValue

    • getValueAsBoolean

      default boolean getValueAsBoolean(OGlobalConfiguration gc)
    • getValueAsString

      default String getValueAsString(OGlobalConfiguration gc)
    • getValueAsInteger

      default int getValueAsInteger(OGlobalConfiguration gc)
    • getValueAsLong

      default long getValueAsLong(OGlobalConfiguration gc)
    • getValueAsFloat

      default float getValueAsFloat(OGlobalConfiguration gc)
    • getValueAsEnum

      default <T extends Enum<T>> T getValueAsEnum(OGlobalConfiguration gc, Class<T> enumType)
    • global

      static OConfiguration global()