Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Method and Description |
---|---|
static ConfigurationVariables.BinlogRowMetadata |
ConfigurationVariables.BinlogRowMetadata.create(String key) |
ConfigurationVariables.BinlogRowMetadata |
ConfigurationVariables.getBinlogRowMetadata()
Configures the amount of table metadata added to the binary log when using row-based logging.
|
static ConfigurationVariables.BinlogRowMetadata |
ConfigurationVariables.BinlogRowMetadata.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationVariables.BinlogRowMetadata[] |
ConfigurationVariables.BinlogRowMetadata.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationVariables.Builder |
ConfigurationVariables.Builder.binlogRowMetadata(ConfigurationVariables.BinlogRowMetadata binlogRowMetadata)
Configures the amount of table metadata added to the binary log when using row-based
logging.
|
Constructor and Description |
---|
ConfigurationVariables(ConfigurationVariables.CompletionType completionType,
Boolean bigTables,
Integer connectionMemoryChunkSize,
Long connectionMemoryLimit,
ConfigurationVariables.DefaultAuthenticationPlugin defaultAuthenticationPlugin,
Long globalConnectionMemoryLimit,
Boolean globalConnectionMemoryTracking,
ConfigurationVariables.TransactionIsolation transactionIsolation,
String innodbFtServerStopwordTable,
String mandatoryRoles,
Boolean autocommit,
Boolean foreignKeyChecks,
ConfigurationVariables.GroupReplicationConsistency groupReplicationConsistency,
Boolean innodbFtEnableStopword,
Boolean innodbLogWriterThreads,
Boolean localInfile,
Boolean mysqlFirewallMode,
Boolean mysqlxEnableHelloNotice,
Boolean sqlRequirePrimaryKey,
Boolean sqlWarnings,
Integer binlogExpireLogsSeconds,
ConfigurationVariables.BinlogRowMetadata binlogRowMetadata,
String binlogRowValueOptions,
Boolean binlogTransactionCompression,
Long innodbBufferPoolSize,
Long innodbFtResultCacheLimit,
Long maxBinlogCacheSize,
Long maxConnectErrors,
Long maxHeapTableSize,
Integer maxConnections,
Integer maxPreparedStmtCount,
Integer connectTimeout,
Long cteMaxRecursionDepth,
Integer generatedRandomPasswordLength,
Integer informationSchemaStatsExpiry,
Integer innodbBufferPoolDumpPct,
Integer innodbBufferPoolInstances,
Long innodbDdlBufferSize,
Integer innodbDdlThreads,
Integer innodbFtMaxTokenSize,
Integer innodbFtMinTokenSize,
Integer innodbFtNumWordOptimize,
Integer innodbLockWaitTimeout,
Long innodbMaxPurgeLag,
Integer innodbMaxPurgeLagDelay,
Integer interactiveTimeout,
Long innodbStatsPersistentSamplePages,
Long innodbStatsTransientSamplePages,
Integer maxAllowedPacket,
Long maxExecutionTime,
Integer mysqlxConnectTimeout,
Integer mysqlxDocumentIdUniquePrefix,
Integer mysqlxIdleWorkerThreadTimeout,
Integer mysqlxInteractiveTimeout,
Integer mysqlxMaxAllowedPacket,
Integer mysqlxMinWorkerThreads,
Integer mysqlxReadTimeout,
Integer mysqlxWaitTimeout,
Integer mysqlxWriteTimeout,
Integer netReadTimeout,
Integer netWriteTimeout,
Long parserMaxMemSize,
Long queryAllocBlockSize,
Long queryPreallocSize,
Integer regexpTimeLimit,
String sqlMode,
Long tmpTableSize,
Integer mysqlxDeflateDefaultCompressionLevel,
Integer mysqlxDeflateMaxClientCompressionLevel,
Integer mysqlxLz4MaxClientCompressionLevel,
Integer mysqlxLz4DefaultCompressionLevel,
Integer mysqlxZstdMaxClientCompressionLevel,
Integer mysqlxZstdDefaultCompressionLevel,
Integer mysqlZstdDefaultCompressionLevel,
Long sortBufferSize,
Integer waitTimeout,
Boolean threadPoolDedicatedListeners,
Integer threadPoolMaxTransactionsLimit,
String timeZone)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.