A B C D E F G H I J L M N O P Q R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abandonedTransactionIds - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer
- abandonedTransactionIds - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- abandonLongTransactions(Scn, OracleOffsetContext) - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
-
If for some reason the connector got restarted, the offset will point to the beginning of the oldest captured transaction.
- abandonOldTransactionsIfExist(OracleConnection, OracleOffsetContext, TransactionalBuffer) - Method in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
- AbstractStreamingAdapter - Class in io.debezium.connector.oracle
-
Abstract implementation of the
StreamingAdapterfor which all streaming adapters are derived. - AbstractStreamingAdapter(OracleConnectorConfig) - Constructor for class io.debezium.connector.oracle.AbstractStreamingAdapter
- activeTransactions - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- add(Scn) - Method in class io.debezium.connector.oracle.Scn
-
Returns a
SCnwhose value is(this + value). - add(ChunkColumnValue) - Method in class io.debezium.connector.oracle.xstream.ChunkColumnValues
-
Adds a chunk column value instance to this collection.
- addAbandonedTransactionId(String) - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- addCurrentMiningSessionStart(Duration) - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- addCurrentParseTime(Duration) - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- addCurrentResultSetNext(Duration) - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- addLogFileStatement(String, String) - Static method in class io.debezium.connector.oracle.logminer.SqlUtils
- addProcessedRows(Long) - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- addRolledBackTransactionId(String) - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- aliasName - Variable in class io.debezium.connector.oracle.logminer.parser.SimpleDmlParser
- ALL_COLUMN_LOGGING - Static variable in class io.debezium.connector.oracle.logminer.LogMinerHelper
- ALL_FIELDS - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
-
The set of
Fields defined as part of this configuration. - ALL_LOG_GROUPS - Static variable in class io.debezium.connector.oracle.logminer.SqlUtils
- allMinableLogsQuery(Scn, Duration, boolean, String) - Static method in class io.debezium.connector.oracle.logminer.SqlUtils
-
Obtain a query to fetch all available minable logs, both archive and online redo logs.
- alterTableEvent(DdlParserListener.TableAlteredEvent) - Method in class io.debezium.connector.oracle.OracleSchemaChangeEventEmitter
- AlterTableParserListener - Class in io.debezium.connector.oracle.antlr.listener
-
Parser listener that is parsing Oracle ALTER TABLE statements
- AlterTableParserListener(String, String, OracleDdlParser, List<ParseTreeListener>) - Constructor for class io.debezium.connector.oracle.antlr.listener.AlterTableParserListener
-
Package visible Constructor
- AND - Static variable in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
- AND - Static variable in class io.debezium.connector.oracle.logminer.parser.SelectLobParser
- applySchemaChange(SchemaChangeEvent) - Method in class io.debezium.connector.oracle.OracleDatabaseSchema
- appServer - Variable in class io.debezium.connector.oracle.OracleDatabaseVersion
- ARCHIVE - io.debezium.connector.oracle.logminer.LogFile.Type
- ARCHIVE_DEST_STATUS_VIEW - Static variable in class io.debezium.connector.oracle.logminer.SqlUtils
- ARCHIVE_LOG_ONLY_POLL_TIME - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- ARCHIVED_LOG_VIEW - Static variable in class io.debezium.connector.oracle.logminer.SqlUtils
- archiveDestinationName - Variable in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
- archiveLogOnlyMode - Variable in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
- archiveLogOnlyMode - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- archiveLogOnlyScnPollTime - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- archiveLogRetention - Variable in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
- areSameTimestamp(Scn, Scn) - Method in class io.debezium.connector.oracle.OracleSnapshotChangeEventSource
-
Whether the two SCNs represent the same timestamp or not (resolution is only 3 seconds).
B
- banner - Variable in class io.debezium.connector.oracle.OracleDatabaseVersion
- BaseChangeRecordEmitter<T> - Class in io.debezium.connector.oracle
-
Base class to emit change data based on a single entry event.
- BaseChangeRecordEmitter(OffsetContext, Table, Clock) - Constructor for class io.debezium.connector.oracle.BaseChangeRecordEmitter
- BaseParserListener - Class in io.debezium.connector.oracle.antlr.listener
-
This class contains common methods for all listeners
- BaseParserListener() - Constructor for class io.debezium.connector.oracle.antlr.listener.BaseParserListener
- batchSize - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- batchSizeDefault - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- batchSizeMax - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- batchSizeMin - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- BEGIN - Static variable in class io.debezium.connector.oracle.logminer.parser.SelectLobParser
- binary - Variable in class io.debezium.connector.oracle.logminer.parser.SelectLobParser
- binaryData - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer.SelectLobLocatorEvent
- BLOB_BUFFER - Static variable in class io.debezium.connector.oracle.logminer.parser.SelectLobParser
- BLOB_LOCATOR - Static variable in class io.debezium.connector.oracle.logminer.parser.SelectLobParser
- BlobChunkList - Class in io.debezium.connector.oracle
-
A "marker" class for passing a collection of Blob data type chunks to
OracleValueConvertersso that each chunk can be converted, decoded, and combined into a single binary representation for event emission. - BlobChunkList(List<String>) - Constructor for class io.debezium.connector.oracle.BlobChunkList
-
Creates a BLOB chunk list backed by the provided collection.
- build() - Method in class io.debezium.connector.oracle.OracleOffsetContext.Builder
- build(OracleConnectorConfig, OracleDatabaseSchema, String) - Static method in class io.debezium.connector.oracle.logminer.LogMinerQueryBuilder
-
Builds the LogMiner contents view query.
- BUILD_DICTIONARY - Static variable in class io.debezium.connector.oracle.logminer.SqlUtils
- buildDataDictionary(OracleConnection) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
-
This builds data dictionary objects in redo log files.
- buildDdlPredicate(String) - Static method in class io.debezium.connector.oracle.logminer.LogMinerQueryBuilder
-
Builds a common SQL fragment used to obtain DDL operations via LogMiner.
- Builder() - Constructor for class io.debezium.connector.oracle.OracleOffsetContext.Builder
- buildSchemaPredicate(OracleConnectorConfig) - Static method in class io.debezium.connector.oracle.logminer.LogMinerQueryBuilder
-
Builds a SQL predicate of what schemas to include/exclude based on the connector configuration.
- buildTablePredicate(OracleConnectorConfig) - Static method in class io.debezium.connector.oracle.logminer.LogMinerQueryBuilder
-
Builds a SQL predicate of what tables to include/exclude based on the connector configuration.
C
- calculateChunkSize(ChunkColumnValue) - Method in class io.debezium.connector.oracle.xstream.ChunkColumnValues
-
Calculates the size of the individual column chunk.
- calculateLagMetrics(Instant) - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- calculateSmallestScn() - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
- calculateTimeDifference(OffsetDateTime) - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
-
Calculates the time difference between the database server and the connector.
- CATALOG_IN_REDO - io.debezium.connector.oracle.OracleConnectorConfig.LogMiningStrategy
-
This strategy uses LogMiner with data dictionary in REDO LOG files.
- catalogName - Variable in class io.debezium.connector.oracle.antlr.listener.AlterTableParserListener
- catalogName - Variable in class io.debezium.connector.oracle.antlr.listener.CreateTableParserListener
- catalogName - Variable in class io.debezium.connector.oracle.antlr.listener.DropTableParserListener
- catalogName - Variable in class io.debezium.connector.oracle.antlr.OracleDdlParser
- catalogName - Variable in class io.debezium.connector.oracle.logminer.parser.SimpleDmlParser
- CHANGE_TIME - Static variable in class io.debezium.connector.oracle.logminer.RowMapper
- changeBatchSize(boolean, boolean) - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- changeBatchSize(boolean, boolean) - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- changeSleepingTime(boolean) - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- changeSleepingTime(boolean) - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
-
change sleeping time
- changeTime - Variable in class io.debezium.connector.oracle.OracleSchemaChangeEventEmitter
- checkSupplementalLogging(OracleConnection, String, OracleDatabaseSchema) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
-
This method validates the supplemental logging configuration for the source database.
- ChunkColumnValues - Class in io.debezium.connector.oracle.xstream
-
A simple wrapper class around a collection of
ChunkColumnValues. - ChunkColumnValues() - Constructor for class io.debezium.connector.oracle.xstream.ChunkColumnValues
- chunkValues - Variable in class io.debezium.connector.oracle.xstream.XStreamChangeRecordEmitter
- clock - Variable in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
- clock - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer
- clock - Variable in class io.debezium.connector.oracle.OracleChangeEventSourceFactory
- clock - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- clock - Variable in class io.debezium.connector.oracle.xstream.LcrEventHandler
- clock - Variable in class io.debezium.connector.oracle.xstream.XstreamStreamingChangeEventSource
- cloneOldToNewColumnValues(Map<String, LogMinerColumnValueWrapper>, Map<String, LogMinerColumnValueWrapper>, Table) - Static method in class io.debezium.connector.oracle.antlr.listener.ParserUtils
-
Initialize new column values with old column values.
- close() - Method in class io.debezium.connector.oracle.logminer.NeverHistoryRecorder
- close() - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
- columnChunks - Variable in class io.debezium.connector.oracle.xstream.LcrEventHandler
- columnData - Variable in class io.debezium.connector.oracle.logminer.valueholder.LogMinerColumnValueImpl
-
Deprecated.
- columnDefinitionParserListener - Variable in class io.debezium.connector.oracle.antlr.listener.AlterTableParserListener
- columnDefinitionParserListener - Variable in class io.debezium.connector.oracle.antlr.listener.CreateTableParserListener
- ColumnDefinitionParserListener - Class in io.debezium.connector.oracle.antlr.listener
-
Parser listener that parses column definitions of Oracle DDL statements.
- ColumnDefinitionParserListener(TableEditor, ColumnEditor, OracleDdlParser, List<ParseTreeListener>) - Constructor for class io.debezium.connector.oracle.antlr.listener.ColumnDefinitionParserListener
- columnEditor - Variable in class io.debezium.connector.oracle.antlr.listener.ColumnDefinitionParserListener
- columnEditors - Variable in class io.debezium.connector.oracle.antlr.listener.AlterTableParserListener
- columnName - Variable in class io.debezium.connector.oracle.logminer.parser.SelectLobParser
- columnName - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer.SelectLobLocatorEvent
- columnName - Variable in class io.debezium.connector.oracle.logminer.valueholder.LogMinerColumnValueImpl
-
Deprecated.
- columnValue - Variable in class io.debezium.connector.oracle.logminer.valueholder.LogMinerColumnValueWrapper
-
Deprecated.
- columnValues - Variable in class io.debezium.connector.oracle.logminer.parser.SelectLobParser
- commit(String, Scn, OracleOffsetContext, Timestamp, ChangeEventSource.ChangeEventSourceContext, String, EventDispatcher<TableId>) - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
-
Commits a transaction by looking up the transaction in the buffer and if exists, all registered callbacks will be executed in chronological order, emitting events for each followed by a transaction commit event.
- COMMIT - Static variable in class io.debezium.connector.oracle.logminer.RowMapper
- COMMIT_SCN_KEY - Static variable in class io.debezium.connector.oracle.SourceInfo
- commitOffset(Map<String, ?>) - Method in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
- commitOffset(Map<String, ?>) - Method in class io.debezium.connector.oracle.xstream.XstreamStreamingChangeEventSource
- commitScn - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer.RecentlyCommittedTransaction
- commitScn - Variable in class io.debezium.connector.oracle.SourceInfo
- committedDmlCount - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- committedScn - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- committedTransactions - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- compareTo(Scn) - Method in class io.debezium.connector.oracle.Scn
-
Compares this
Scnwith the specifiedScn. - compareTo(LcrPosition) - Method in class io.debezium.connector.oracle.xstream.LcrPosition
- complete(AbstractSnapshotChangeEventSource.SnapshotContext<OracleOffsetContext>) - Method in class io.debezium.connector.oracle.OracleSnapshotChangeEventSource
- component - Variable in class io.debezium.connector.oracle.OracleDatabaseVersion
- CONCATENATION_PATTERN - Static variable in class io.debezium.connector.oracle.logminer.UnistrHelper
- config - Variable in class io.debezium.connector.oracle.OracleConnectorConfig.SystemTablesPredicate
- config() - Method in class io.debezium.connector.oracle.OracleConnector
- CONFIG_DEFINITION - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- configDef() - Static method in class io.debezium.connector.oracle.OracleConnectorConfig
- configuration - Variable in class io.debezium.connector.oracle.OracleChangeEventSourceFactory
- configure(Properties) - Method in class io.debezium.connector.oracle.converters.NumberOneToBooleanConverter
- connection - Variable in class io.debezium.connector.oracle.OracleValueConverters
- connectionProblem(Throwable) - Static method in class io.debezium.connector.oracle.logminer.SqlUtils
- connectionString(Configuration) - Static method in class io.debezium.connector.oracle.OracleConnection
- CONNECTOR_ADAPTER - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- connectorAdapter - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- ConnectorAdapter(String) - Constructor for enum io.debezium.connector.oracle.OracleConnectorConfig.ConnectorAdapter
- connectorConfig - Variable in class io.debezium.connector.oracle.AbstractStreamingAdapter
- connectorConfig - Variable in class io.debezium.connector.oracle.logminer.LogMinerOracleOffsetContextLoader
- connectorConfig - Variable in class io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor
- connectorConfig - Variable in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
- connectorConfig - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer
- connectorConfig - Variable in class io.debezium.connector.oracle.OracleOffsetContext.Builder
- connectorConfig - Variable in class io.debezium.connector.oracle.OracleSnapshotChangeEventSource
- connectorConfig - Variable in class io.debezium.connector.oracle.xstream.LcrEventHandler
- connectorConfig - Variable in class io.debezium.connector.oracle.xstream.XStreamOracleOffsetContextLoader
- connectorConfig - Variable in class io.debezium.connector.oracle.xstream.XstreamStreamingChangeEventSource
- context - Variable in class io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor
- CONTEXT_NAME - Static variable in class io.debezium.connector.oracle.OracleConnectorTask
- contextName() - Static method in class io.debezium.connector.oracle.Module
- CONTINUOUS_MINE - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- convert(String) - Static method in class io.debezium.connector.oracle.logminer.UnistrHelper
- convertBinary(Column, Field, Object, CommonConnectorConfig.BinaryHandlingMode) - Method in class io.debezium.connector.oracle.OracleValueConverters
- convertBlobChunkList(BlobChunkList) - Method in class io.debezium.connector.oracle.OracleValueConverters
- convertBoolean(Column, Field, Object) - Method in class io.debezium.connector.oracle.OracleValueConverters
-
Converts a value object for an expected JDBC type of
Types.BOOLEAN. - convertDecimal(Column, Field, Object) - Method in class io.debezium.connector.oracle.OracleValueConverters
- convertDouble(Column, Field, Object) - Method in class io.debezium.connector.oracle.OracleValueConverters
- converter - Variable in class io.debezium.connector.oracle.logminer.parser.SimpleDmlParser
- converter(Column, Field) - Method in class io.debezium.connector.oracle.OracleValueConverters
- converterFor(RelationalColumn, CustomConverter.ConverterRegistration<SchemaBuilder>) - Method in class io.debezium.connector.oracle.converters.NumberOneToBooleanConverter
- converters - Variable in class io.debezium.connector.oracle.antlr.OracleDdlParser
- convertFloat(Column, Field, Object) - Method in class io.debezium.connector.oracle.OracleValueConverters
- convertInteger(Column, Field, Object) - Method in class io.debezium.connector.oracle.OracleValueConverters
- convertIntervalDaySecond(Column, Field, Object) - Method in class io.debezium.connector.oracle.OracleValueConverters
- convertIntervalYearMonth(Column, Field, Object) - Method in class io.debezium.connector.oracle.OracleValueConverters
- convertNumeric(Column, Field, Object) - Method in class io.debezium.connector.oracle.OracleValueConverters
- convertNumericAsBigInteger(Column, Field, Object) - Method in class io.debezium.connector.oracle.OracleValueConverters
- convertNumericAsInteger(Column, Field, Object) - Method in class io.debezium.connector.oracle.OracleValueConverters
- convertNumericAsSmallInt(Column, Field, Object) - Method in class io.debezium.connector.oracle.OracleValueConverters
- convertNumericAsTinyInt(Column, Field, Object) - Method in class io.debezium.connector.oracle.OracleValueConverters
- convertOracleIntervalDaySecond(Object, ResultReceiver) - Method in class io.debezium.connector.oracle.OracleValueConverters
- convertOracleIntervalYearMonth(Object, ResultReceiver) - Method in class io.debezium.connector.oracle.OracleValueConverters
- convertScnToPosition(Scn) - Method in class io.debezium.connector.oracle.xstream.XstreamStreamingChangeEventSource
- convertString(Column, Field, Object) - Method in class io.debezium.connector.oracle.OracleValueConverters
- convertTimestampToEpochMicros(Column, Field, Object) - Method in class io.debezium.connector.oracle.OracleValueConverters
- convertTimestampToEpochMillis(Column, Field, Object) - Method in class io.debezium.connector.oracle.OracleValueConverters
- convertTimestampToEpochMillisAsDate(Column, Field, Object) - Method in class io.debezium.connector.oracle.OracleValueConverters
- convertTimestampToEpochNanos(Column, Field, Object) - Method in class io.debezium.connector.oracle.OracleValueConverters
- convertTimestampWithZone(Column, Field, Object) - Method in class io.debezium.connector.oracle.OracleValueConverters
- convertTinyInt(Column, Field, Object) - Method in class io.debezium.connector.oracle.OracleValueConverters
- convertValueToSchemaType(Column, Object, OracleValueConverters) - Static method in class io.debezium.connector.oracle.antlr.listener.ParserUtils
-
This converts the given value to the appropriate object.
- convertVariableScale(Column, Field, Object) - Method in class io.debezium.connector.oracle.OracleValueConverters
- create() - Static method in class io.debezium.connector.oracle.OracleOffsetContext
- CREATE_FLUSH_TABLE - Static variable in class io.debezium.connector.oracle.logminer.SqlUtils
- createChunk() - Method in class io.debezium.connector.oracle.xstream.LcrEventHandler
- createFlushConnection(JdbcConfiguration, String) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
- createFlushTable(OracleConnection) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
- createLCR() - Method in class io.debezium.connector.oracle.xstream.LcrEventHandler
- createNewLexerInstance(CharStream) - Method in class io.debezium.connector.oracle.antlr.OracleDdlParser
- createNewParserInstance(CommonTokenStream) - Method in class io.debezium.connector.oracle.antlr.OracleDdlParser
- createNewSystemVariablesInstance() - Method in class io.debezium.connector.oracle.antlr.OracleDdlParser
- createParseTreeWalkerListener() - Method in class io.debezium.connector.oracle.antlr.OracleDdlParser
- createTableEvent(DdlParserListener.TableCreatedEvent) - Method in class io.debezium.connector.oracle.OracleSchemaChangeEventEmitter
- CreateTableParserListener - Class in io.debezium.connector.oracle.antlr.listener
- CreateTableParserListener(String, String, OracleDdlParser, List<ParseTreeListener>) - Constructor for class io.debezium.connector.oracle.antlr.listener.CreateTableParserListener
- CSF - Static variable in class io.debezium.connector.oracle.logminer.RowMapper
- current - Variable in class io.debezium.connector.oracle.logminer.LogFile
- CURRENT - Static variable in class io.debezium.connector.oracle.logminer.LogMinerHelper
- currentLogFileName - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- currentOffsetCommitScn - Variable in class io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor
- currentOffsetScn - Variable in class io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor
- currentRedoLogSequenceQuery() - Static method in class io.debezium.connector.oracle.logminer.SqlUtils
- currentRedoLogSequences - Variable in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
- currentRedoNameQuery() - Static method in class io.debezium.connector.oracle.logminer.SqlUtils
- currentRow - Variable in class io.debezium.connector.oracle.xstream.LcrEventHandler
- currentScn - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- currentScnQuery() - Static method in class io.debezium.connector.oracle.logminer.SqlUtils
D
- data - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer.LobWriteEvent
- database() - Method in class io.debezium.connector.oracle.SourceInfo
- DATABASE_VIEW - Static variable in class io.debezium.connector.oracle.logminer.SqlUtils
- databaseName - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- databaseSupplementalLoggingAllCheckQuery() - Static method in class io.debezium.connector.oracle.logminer.SqlUtils
- databaseSupplementalLoggingMinCheckQuery() - Static method in class io.debezium.connector.oracle.logminer.SqlUtils
- databaseVersion - Variable in class io.debezium.connector.oracle.OracleConnection
-
The database version.
- DATATYPE() - Constructor for enum io.debezium.connector.oracle.logminer.LogMinerHelper.DATATYPE
- dataTypeResolver - Variable in class io.debezium.connector.oracle.antlr.listener.ColumnDefinitionParserListener
- DDL - Static variable in class io.debezium.connector.oracle.logminer.RowMapper
- ddlParser - Variable in class io.debezium.connector.oracle.OracleDatabaseSchema
- ddlText - Variable in class io.debezium.connector.oracle.OracleSchemaChangeEventEmitter
- decode(String) - Static method in class io.debezium.connector.oracle.logminer.UnistrHelper
- DEFAULT_BATCH_SIZE - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- DEFAULT_PORT - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- DEFAULT_SLEEP_TIME - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- DEFAULT_VIEW_FETCH_SIZE - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- defaultSelector(OracleConnectorConfig) - Static method in class io.debezium.connector.oracle.OracleTopicSelector
- DELETE - Static variable in class io.debezium.connector.oracle.logminer.RowMapper
- DELETE_FROM - Static variable in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
- DELETE_FROM_LENGTH - Static variable in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
- deleteLogFileStatement(String) - Static method in class io.debezium.connector.oracle.logminer.SqlUtils
- determineSnapshotOffset(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OracleOffsetContext>, OracleOffsetContext) - Method in class io.debezium.connector.oracle.OracleSnapshotChangeEventSource
- diffInDaysQuery(Scn) - Static method in class io.debezium.connector.oracle.logminer.SqlUtils
-
This method return query which converts given SCN in days and deduct from the current day
- dispatchDataChangeEvent(RowLCR, Map<String, Object>) - Method in class io.debezium.connector.oracle.xstream.LcrEventHandler
- dispatcher - Variable in class io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor
- dispatcher - Variable in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
- dispatcher - Variable in class io.debezium.connector.oracle.OracleChangeEventSourceFactory
- dispatcher - Variable in class io.debezium.connector.oracle.xstream.LcrEventHandler
- dispatcher - Variable in class io.debezium.connector.oracle.xstream.XstreamStreamingChangeEventSource
- dispatchSchemaChangeEvent(DDLLCR) - Method in class io.debezium.connector.oracle.xstream.LcrEventHandler
- dispatchSchemaChangeEventAndGetTableForNewCapturedTable(TableId) - Method in class io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor
- DmlEvent(int, LogMinerDmlEntry, Scn, TableId, String, Object) - Constructor for class io.debezium.connector.oracle.logminer.TransactionalBuffer.DmlEvent
- dmlParser - Variable in class io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor
- dmlParser - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- DmlParser - Interface in io.debezium.connector.oracle.logminer.parser
-
Contract for a DML parser for LogMiner.
- DmlParserException - Exception in io.debezium.connector.oracle.logminer.parser
-
Exception returned by the
DmlParser. - DmlParserException(String) - Constructor for exception io.debezium.connector.oracle.logminer.parser.DmlParserException
- DmlParserException(String, Throwable) - Constructor for exception io.debezium.connector.oracle.logminer.parser.DmlParserException
- doPoll() - Method in class io.debezium.connector.oracle.OracleConnectorTask
- doStop() - Method in class io.debezium.connector.oracle.OracleConnectorTask
- dropTableEvent(Table, DdlParserListener.TableDroppedEvent) - Method in class io.debezium.connector.oracle.OracleSchemaChangeEventEmitter
- DropTableParserListener - Class in io.debezium.connector.oracle.antlr.listener
-
This class is parsing Oracle drop table statements.
- DropTableParserListener(String, String, OracleDdlParser) - Constructor for class io.debezium.connector.oracle.antlr.listener.DropTableParserListener
- dropTableStatement(String) - Static method in class io.debezium.connector.oracle.logminer.SqlUtils
E
- emitSchemaChangeEvent(SchemaChangeEventEmitter.Receiver) - Method in class io.debezium.connector.oracle.OracleSchemaChangeEventEmitter
- EMPTY_BLOB_FUNCTION - Static variable in class io.debezium.connector.oracle.OracleValueConverters
- EMPTY_CLOB_FUNCTION - Static variable in class io.debezium.connector.oracle.OracleValueConverters
- END_LOGMNR - Static variable in class io.debezium.connector.oracle.logminer.SqlUtils
- endMining(OracleConnection) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
-
This call completes LogMiner session.
- endScn - Variable in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
- enhanceOverriddenSelect(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OracleOffsetContext>, String, TableId) - Method in class io.debezium.connector.oracle.OracleSnapshotChangeEventSource
- enterAdd_column_clause(PlSqlParser.Add_column_clauseContext) - Method in class io.debezium.connector.oracle.antlr.listener.AlterTableParserListener
- enterAlter_table(PlSqlParser.Alter_tableContext) - Method in class io.debezium.connector.oracle.antlr.listener.AlterTableParserListener
- enterAlter_table_properties(PlSqlParser.Alter_table_propertiesContext) - Method in class io.debezium.connector.oracle.antlr.listener.AlterTableParserListener
- enterColumn_definition(PlSqlParser.Column_definitionContext) - Method in class io.debezium.connector.oracle.antlr.listener.ColumnDefinitionParserListener
- enterColumn_definition(PlSqlParser.Column_definitionContext) - Method in class io.debezium.connector.oracle.antlr.listener.CreateTableParserListener
- enterConstraint_clauses(PlSqlParser.Constraint_clausesContext) - Method in class io.debezium.connector.oracle.antlr.listener.AlterTableParserListener
- enterCreate_table(PlSqlParser.Create_tableContext) - Method in class io.debezium.connector.oracle.antlr.listener.CreateTableParserListener
- enterDrop_column_clause(PlSqlParser.Drop_column_clauseContext) - Method in class io.debezium.connector.oracle.antlr.listener.AlterTableParserListener
- enterDrop_table(PlSqlParser.Drop_tableContext) - Method in class io.debezium.connector.oracle.antlr.listener.DropTableParserListener
- enterEveryRule(ParserRuleContext) - Method in class io.debezium.connector.oracle.antlr.listener.OracleDdlParserListener
- enterModify_col_properties(PlSqlParser.Modify_col_propertiesContext) - Method in class io.debezium.connector.oracle.antlr.listener.ColumnDefinitionParserListener
- enterModify_column_clauses(PlSqlParser.Modify_column_clausesContext) - Method in class io.debezium.connector.oracle.antlr.listener.AlterTableParserListener
- enterPrimary_key_clause(PlSqlParser.Primary_key_clauseContext) - Method in class io.debezium.connector.oracle.antlr.listener.ColumnDefinitionParserListener
- entry - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer.LogMinerEvent
- equals(Object) - Method in class io.debezium.connector.oracle.logminer.LogFile
- equals(Object) - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer.LogMinerEvent
- equals(Object) - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer.RecentlyCommittedTransaction
- equals(Object) - Method in class io.debezium.connector.oracle.logminer.valueholder.LogMinerColumnValueImpl
-
Deprecated.
- equals(Object) - Method in class io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntryImpl
- equals(Object) - Method in class io.debezium.connector.oracle.Scn
- equals(Object) - Method in class io.debezium.connector.oracle.xstream.LcrPosition
- errorCount - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- errorHandler - Variable in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
- errorHandler - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer
- errorHandler - Variable in class io.debezium.connector.oracle.OracleChangeEventSourceFactory
- errorHandler - Variable in class io.debezium.connector.oracle.OracleConnectorTask
- errorHandler - Variable in class io.debezium.connector.oracle.xstream.LcrEventHandler
- errorHandler - Variable in class io.debezium.connector.oracle.xstream.XstreamStreamingChangeEventSource
- errors - Variable in class io.debezium.connector.oracle.antlr.listener.OracleDdlParserListener
- event(DataCollectionId, Instant) - Method in class io.debezium.connector.oracle.OracleOffsetContext
- eventIds - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer.Transaction
- events - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer.Transaction
- eventSource - Variable in class io.debezium.connector.oracle.xstream.LcrEventHandler
- EXCLUDED_SCHEMAS - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- execute(ChangeEventSource.ChangeEventSourceContext, OracleOffsetContext) - Method in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
-
This is the loop to get changes from LogMiner
- execute(ChangeEventSource.ChangeEventSourceContext, OracleOffsetContext) - Method in class io.debezium.connector.oracle.xstream.XstreamStreamingChangeEventSource
- executeCallableStatement(OracleConnection, String) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
- exitAdd_column_clause(PlSqlParser.Add_column_clauseContext) - Method in class io.debezium.connector.oracle.antlr.listener.AlterTableParserListener
- exitAlter_table(PlSqlParser.Alter_tableContext) - Method in class io.debezium.connector.oracle.antlr.listener.AlterTableParserListener
- exitColumn_definition(PlSqlParser.Column_definitionContext) - Method in class io.debezium.connector.oracle.antlr.listener.AlterTableParserListener
- exitColumn_definition(PlSqlParser.Column_definitionContext) - Method in class io.debezium.connector.oracle.antlr.listener.CreateTableParserListener
- exitCreate_table(PlSqlParser.Create_tableContext) - Method in class io.debezium.connector.oracle.antlr.listener.CreateTableParserListener
- exitEveryRule(ParserRuleContext) - Method in class io.debezium.connector.oracle.antlr.listener.OracleDdlParserListener
- exitInline_constraint(PlSqlParser.Inline_constraintContext) - Method in class io.debezium.connector.oracle.antlr.listener.CreateTableParserListener
- exitModify_col_properties(PlSqlParser.Modify_col_propertiesContext) - Method in class io.debezium.connector.oracle.antlr.listener.AlterTableParserListener
- exitModify_column_clauses(PlSqlParser.Modify_column_clausesContext) - Method in class io.debezium.connector.oracle.antlr.listener.AlterTableParserListener
- exitOut_of_line_constraint(PlSqlParser.Out_of_line_constraintContext) - Method in class io.debezium.connector.oracle.antlr.listener.CreateTableParserListener
- exitRename_column_clause(PlSqlParser.Rename_column_clauseContext) - Method in class io.debezium.connector.oracle.antlr.listener.AlterTableParserListener
F
- FALLBACK - Static variable in class io.debezium.connector.oracle.converters.NumberOneToBooleanConverter
- FAST - io.debezium.connector.oracle.OracleConnectorConfig.LogMiningDmlParser
- fileName - Variable in class io.debezium.connector.oracle.logminer.LogFile
- FILES_FOR_MINING - Static variable in class io.debezium.connector.oracle.logminer.SqlUtils
-
Querying V$LOGMNR_LOGS After a successful call to DBMS_LOGMNR.START_LOGMNR, the STATUS column of the V$LOGMNR_LOGS view contains one of the following values: 0 Indicates that the redo log file will be processed during a query of the V$LOGMNR_CONTENTS view.
- filters - Variable in class io.debezium.connector.oracle.OracleSchemaChangeEventEmitter
- firstScn - Variable in class io.debezium.connector.oracle.logminer.LogFile
- firstScn - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer.RecentlyCommittedTransaction
- firstScn - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer.Transaction
- FLOAT - io.debezium.connector.oracle.logminer.LogMinerHelper.DATATYPE
- flush() - Method in interface io.debezium.connector.oracle.logminer.HistoryRecorder
-
Flushes the LogMiner history captured by the recorder.
- flush() - Method in class io.debezium.connector.oracle.logminer.NeverHistoryRecorder
- FLUSH_TABLE_NOT_EMPTY - Static variable in class io.debezium.connector.oracle.logminer.SqlUtils
- flushLogWriter(OracleConnection, JdbcConfiguration, boolean, Set<String>) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
-
It is critical to flush LogWriter(s) buffer
- flushRacLogWriters(Scn, JdbcConfiguration, Set<String>) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
-
Oracle RAC has one LogWriter per node (instance), we have to flush them all We cannot use a query like from gv_instance view to get all the nodes, because not all nodes could be load balanced.
- FOR_UPDATE - Static variable in class io.debezium.connector.oracle.logminer.parser.SelectLobParser
- forDelete(Object[]) - Static method in class io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntryImpl
- forInsert(Object[]) - Static method in class io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntryImpl
- forLobLocator(Object[]) - Static method in class io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntryImpl
- forUpdate(Object[], Object[]) - Static method in class io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntryImpl
- FROM - Static variable in class io.debezium.connector.oracle.logminer.parser.SelectLobParser
- fromOracleTimeClasses(Column, Object) - Method in class io.debezium.connector.oracle.OracleValueConverters
G
- getAbandonedTransactionIds() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getAbandonedTransactionIds() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getAdapter() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getAllConfigurationFields() - Method in class io.debezium.connector.oracle.OracleConnectorTask
- getAllTableIds(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OracleOffsetContext>) - Method in class io.debezium.connector.oracle.OracleSnapshotChangeEventSource
- getAllTableIds(String) - Method in class io.debezium.connector.oracle.OracleConnection
-
Retrieves all
TableIdin a given database catalog, filtering certain ids that should be omitted from the returned set such as special spatial tables and index-organized tables. - getAppServer() - Method in class io.debezium.connector.oracle.OracleDatabaseVersion
- getArchiveLogOnlyScnPollTime() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getAverageBatchProcessingThroughput() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getAverageBatchProcessingThroughput() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
-
This represents the average number of entries processed per second from LogMiner sessions.
- getBanner() - Method in class io.debezium.connector.oracle.OracleDatabaseVersion
- getBatchSize() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getBatchSize() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
-
Maximum number of entries in LogMiner view to fetch.
- getByteArray() - Method in class io.debezium.connector.oracle.xstream.ChunkColumnValues
- getCatalogName() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getChangeTime(ResultSet) - Static method in class io.debezium.connector.oracle.logminer.RowMapper
- getChunkType() - Method in class io.debezium.connector.oracle.xstream.ChunkColumnValues
-
Gets the chunk type of the managed
ChunkColumnValueinstances. - getColumn() - Method in class io.debezium.connector.oracle.antlr.listener.ColumnDefinitionParserListener
- getColumnData() - Method in interface io.debezium.connector.oracle.logminer.valueholder.LogMinerColumnValue
-
Deprecated.
- getColumnData() - Method in class io.debezium.connector.oracle.logminer.valueholder.LogMinerColumnValueImpl
-
Deprecated.
- getColumnIndexByName(String, Table) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
-
Returns a 0-based index offset for the column name in the relational table.
- getColumnName() - Method in class io.debezium.connector.oracle.logminer.parser.SelectLobParser
- getColumnName() - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer.SelectLobLocatorEvent
- getColumnName() - Method in interface io.debezium.connector.oracle.logminer.valueholder.LogMinerColumnValue
-
Deprecated.
- getColumnName() - Method in class io.debezium.connector.oracle.logminer.valueholder.LogMinerColumnValueImpl
-
Deprecated.
- getColumnName(PlSqlParser.Column_nameContext) - Method in class io.debezium.connector.oracle.antlr.listener.BaseParserListener
- getColumnName(PlSqlParser.New_column_nameContext) - Method in class io.debezium.connector.oracle.antlr.listener.BaseParserListener
- getColumnName(PlSqlParser.Old_column_nameContext) - Method in class io.debezium.connector.oracle.antlr.listener.BaseParserListener
- getColumnValue() - Method in class io.debezium.connector.oracle.logminer.valueholder.LogMinerColumnValueWrapper
-
Deprecated.
- getColumnValueArray(Map<String, LogMinerColumnValueWrapper>, boolean) - Static method in class io.debezium.connector.oracle.logminer.parser.SimpleDmlParser
- getColumnValues(ColumnValue[]) - Method in class io.debezium.connector.oracle.xstream.XStreamChangeRecordEmitter
- getCommitScn() - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer.RecentlyCommittedTransaction
- getCommitScn() - Method in class io.debezium.connector.oracle.OracleOffsetContext
- getCommitScn() - Method in class io.debezium.connector.oracle.SourceInfo
- getCommittedScn() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getCommittedScn() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getCommitThroughput() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getCommitThroughput() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getComponent() - Method in class io.debezium.connector.oracle.OracleDatabaseVersion
- getConnectionUrl() - Method in enum io.debezium.connector.oracle.OracleConnectorConfig.ConnectorAdapter
- getConnectorName() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getContextName() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getConverters() - Method in class io.debezium.connector.oracle.antlr.OracleDdlParser
- getCreateTableEvent(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OracleOffsetContext>, Table) - Method in class io.debezium.connector.oracle.OracleSnapshotChangeEventSource
- getCurrentRedoLogFileName() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getCurrentRedoLogFileName() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getCurrentRedoLogFiles(OracleConnection) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
-
This method query the database to get CURRENT online redo log file(s).
- getCurrentRedoLogSequences() - Method in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
-
Get the current redo log sequence(s).
- getCurrentScn() - Method in class io.debezium.connector.oracle.OracleConnection
-
Get the current, most recent system change number.
- getCurrentScn() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getCurrentScn() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getCurrentScn(AbstractSnapshotChangeEventSource.SnapshotContext<OracleOffsetContext>) - Method in class io.debezium.connector.oracle.OracleSnapshotChangeEventSource
- getData() - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer.LobWriteEvent
- getDatabaseName() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getDdlParser() - Method in class io.debezium.connector.oracle.OracleDatabaseSchema
- getEndScn(OracleConnection, Scn, Scn, OracleStreamingChangeEventSourceMetrics, int, boolean, boolean, String) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
-
This method returns next SCN for mining and also updates streaming metrics.
- getEntry() - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer.LogMinerEvent
- getErrorCount() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getErrorCount() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getErrors() - Method in class io.debezium.connector.oracle.antlr.listener.OracleDdlParserListener
- getEventSourcePosition(DataCollectionId, OffsetContext, Object, Struct) - Method in class io.debezium.connector.oracle.OracleEventMetadataProvider
- getEventTimestamp(DataCollectionId, OffsetContext, Object, Struct) - Method in class io.debezium.connector.oracle.OracleEventMetadataProvider
- getFetchingQueryCount() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getFetchingQueryCount() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
-
LogMiner view query returns number of captured DML , Commit and Rollback.
- getFileName() - Method in class io.debezium.connector.oracle.logminer.LogFile
- getFirstOnlineLogScn(OracleConnection, Duration, String) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
-
This method fetches the oldest SCN from online redo log files
- getFirstScn() - Method in class io.debezium.connector.oracle.logminer.LogFile
- getFirstScn() - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer.RecentlyCommittedTransaction
- getHexToRawHexString(String) - Method in class io.debezium.connector.oracle.OracleValueConverters
-
Get the
HEXTORAWfunction argument, removing the function call prefix/suffix if present. - getHistoryRecordComparator() - Method in class io.debezium.connector.oracle.logminer.LogMinerAdapter
- getHistoryRecordComparator() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getHistoryRecordComparator() - Method in interface io.debezium.connector.oracle.StreamingAdapter
- getHistoryRecordComparator() - Method in class io.debezium.connector.oracle.xstream.XStreamAdapter
- getHoursToKeepTransactionInBuffer() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getHoursToKeepTransactionInBuffer() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getInstance(OracleConnectorConfig) - Method in enum io.debezium.connector.oracle.OracleConnectorConfig.ConnectorAdapter
- getLagFromSourceInMilliseconds() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getLagFromSourceInMilliseconds() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
-
Lag can temporarily be inaccurate on DST changes.
- getLastBatchProcessingThroughput() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getLastBatchProcessingThroughput() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
-
This represents the number of entries processed per second in the last LogMiner session.
- getLastBatchProcessingTimeInMilliseconds() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getLastBatchProcessingTimeInMilliseconds() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getLastCapturedDmlCount() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getLastCapturedDmlCount() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getLastCommitDurationInMilliseconds() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getLastCommitDurationInMilliseconds() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getLastDurationOfFetchQueryInMilliseconds() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getLastDurationOfFetchQueryInMilliseconds() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
-
LogMiner view query returns number of captured DML , Commit and Rollback.
- getLastMiningSessionStartTimeInMilliseconds() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getLastMiningSessionStartTimeInMilliseconds() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getLastProcessedScn() - Method in class io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor
- getLastScnToAbandon(OracleConnection, Scn, Duration) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
-
This method calculates SCN as a watermark to abandon long lasting transactions.
- getLatestTableDdlScn(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OracleOffsetContext>) - Method in class io.debezium.connector.oracle.OracleSnapshotChangeEventSource
-
Returns the SCN of the latest DDL change to the captured tables.
- getLcrPosition() - Method in class io.debezium.connector.oracle.OracleOffsetContext
- getLcrPosition() - Method in class io.debezium.connector.oracle.SourceInfo
- getLogFilesForOffsetScn(OracleConnection, Scn, Duration, boolean, String) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
-
Get all log files that should be mined.
- getLogMinerHistoryRetentionHours() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getLogMiningArchiveDestinationName() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getLogMiningArchiveLogRetention() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getLogMiningBatchSizeDefault() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getLogMiningBatchSizeMax() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getLogMiningBatchSizeMin() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getLogMiningDmlParser() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getLogMiningHistoryRecorder() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getLogMiningSleepTimeDefault() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getLogMiningSleepTimeIncrement() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getLogMiningSleepTimeMax() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getLogMiningSleepTimeMin() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getLogMiningStrategy() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getLogMiningTransactionRetention() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getLogMiningViewFetchSize() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getMaintenance() - Method in class io.debezium.connector.oracle.OracleDatabaseVersion
- getMajor() - Method in class io.debezium.connector.oracle.OracleDatabaseVersion
- getMap(OracleConnection, String, String) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
- getMaxArchiveLogScn(String) - Method in class io.debezium.connector.oracle.OracleConnection
-
Get the maximum system change number in the archive logs.
- getMaxBatchProcessingThroughput() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getMaxBatchProcessingThroughput() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
-
This represents the maximum number of entries processed per second from LogMiner sessions.
- getMaxBatchProcessingTimeInMilliseconds() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getMaxBatchProcessingTimeInMilliseconds() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getMaxCapturedDmlInBatch() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getMaxCapturedDmlInBatch() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getMaxCommitDurationInMilliseconds() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getMaxCommitDurationInMilliseconds() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getMaxDurationOfFetchQueryInMilliseconds() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getMaxDurationOfFetchQueryInMilliseconds() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getMaximumMinedLogCount() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getMaximumMinedLogCount() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getMaxLagFromSourceInMilliseconds() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getMaxLagFromSourceInMilliseconds() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getMaxMiningSessionStartTimeInMilliseconds() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getMaxMiningSessionStartTimeInMilliseconds() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getMillisecondToSleepBetweenMiningQuery() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getMillisecondToSleepBetweenMiningQuery() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getMinBatchProcessingTimeInMilliseconds() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getMinBatchProcessingTimeInMilliseconds() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getMinimumMinedLogCount() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getMinimumMinedLogCount() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getMinimumScn() - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
- getMinLagFromSourceInMilliseconds() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getMinLagFromSourceInMilliseconds() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getNetworkConnectionProblemsCounter() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getNetworkConnectionProblemsCounter() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getNewColumnValues() - Method in class io.debezium.connector.oracle.logminer.LogMinerChangeRecordEmitter
- getNewColumnValues() - Method in class io.debezium.connector.oracle.xstream.XStreamChangeRecordEmitter
- getNewValues() - Method in interface io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntry
- getNewValues() - Method in class io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntryImpl
- getNextScn() - Method in class io.debezium.connector.oracle.logminer.LogFile
- getNumberOfActiveTransactions() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getNumberOfActiveTransactions() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getNumberOfCommittedTransactions() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getNumberOfCommittedTransactions() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getNumberOfRolledBackTransactions() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getNumberOfRolledBackTransactions() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getNumericConverter(Column, Field) - Method in class io.debezium.connector.oracle.OracleValueConverters
- getNumericSchema(Column) - Method in class io.debezium.connector.oracle.OracleValueConverters
- getObjectName() - Method in interface io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntry
- getObjectName() - Method in class io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntryImpl
- getObjectOwner() - Method in interface io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntry
- getObjectOwner() - Method in class io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntryImpl
- getOffset() - Method in class io.debezium.connector.oracle.OracleOffsetContext
- getOffsetContextLoader() - Method in class io.debezium.connector.oracle.logminer.LogMinerAdapter
- getOffsetContextLoader() - Method in interface io.debezium.connector.oracle.StreamingAdapter
- getOffsetContextLoader() - Method in class io.debezium.connector.oracle.xstream.XStreamAdapter
- getOffsetScn() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getOffsetScn() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getOldColumnValues() - Method in class io.debezium.connector.oracle.logminer.LogMinerChangeRecordEmitter
- getOldColumnValues() - Method in class io.debezium.connector.oracle.xstream.XStreamChangeRecordEmitter
- getOldestScn() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getOldestScn() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getOldValues() - Method in interface io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntry
- getOldValues() - Method in class io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntryImpl
- getOperation() - Method in class io.debezium.connector.oracle.BaseChangeRecordEmitter
- getOperation() - Method in class io.debezium.connector.oracle.logminer.LogMinerChangeRecordEmitter
- getOperation() - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer.LogMinerEvent
- getOperation() - Method in interface io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntry
- getOperation() - Method in class io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntryImpl
- getOperation() - Method in class io.debezium.connector.oracle.xstream.XStreamChangeRecordEmitter
- getOperation(ResultSet) - Static method in class io.debezium.connector.oracle.logminer.RowMapper
- getOperationCode(ResultSet) - Static method in class io.debezium.connector.oracle.logminer.RowMapper
- getOracleVersion() - Method in class io.debezium.connector.oracle.OracleConnection
- getOracleVersion() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getPartition() - Method in class io.debezium.connector.oracle.logminer.LogMinerOracleOffsetContextLoader
- getPartition() - Method in class io.debezium.connector.oracle.OracleOffsetContext
- getPartition() - Method in class io.debezium.connector.oracle.xstream.XStreamOracleOffsetContextLoader
- getPdbName() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getPlatform() - Method in class io.debezium.connector.oracle.OracleDatabaseVersion
- getRacNodes() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getRawPosition() - Method in class io.debezium.connector.oracle.xstream.LcrPosition
- getRecordMiningHistory() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getRecordMiningHistory() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
-
this flag indicates whether log mining is being recorded by
HistoryRecorder - getRedoLogStatus() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getRedoLogStatus() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
-
Exposes states of redo logs: current, active, inactive, unused ...
- getRedoLogStatus(OracleConnection) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
-
This fetches online redo log statuses
- getRegisteredDmlCount() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getRegisteredDmlCount() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getRollbackFlag(ResultSet) - Static method in class io.debezium.connector.oracle.logminer.RowMapper
- getRolledBackTransactionIds() - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
- getRolledBackTransactionIds() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getRolledBackTransactionIds() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getRowId() - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer.LogMinerEvent
- getRowId(ResultSet) - Static method in class io.debezium.connector.oracle.logminer.RowMapper
- getRsId() - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer.LogMinerEvent
- getRsId(ResultSet) - Static method in class io.debezium.connector.oracle.logminer.RowMapper
- getScn() - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer.LogMinerEvent
- getScn() - Method in class io.debezium.connector.oracle.OracleOffsetContext
- getScn() - Method in class io.debezium.connector.oracle.SourceInfo
- getScn() - Method in class io.debezium.connector.oracle.xstream.LcrPosition
- getScn(ResultSet) - Static method in class io.debezium.connector.oracle.logminer.RowMapper
- getScnFreezeCount() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getScnFreezeCount() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getScnFromOffsetMapByKey(Map<String, ?>, String) - Static method in class io.debezium.connector.oracle.OracleOffsetContext
-
Helper method to resolve a
Scnby key from the offset map. - getScnFromString(String) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
- getSegOwner(ResultSet) - Static method in class io.debezium.connector.oracle.logminer.RowMapper
- getSequence() - Method in class io.debezium.connector.oracle.logminer.LogFile
- getSingleResult(OracleConnection, String, LogMinerHelper.DATATYPE) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
- getSnapshotChangeEventSource(SnapshotProgressListener) - Method in class io.debezium.connector.oracle.OracleChangeEventSourceFactory
- getSnapshotLockingMode() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getSnapshotMode() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getSnapshotSelect(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OracleOffsetContext>, TableId) - Method in class io.debezium.connector.oracle.OracleSnapshotChangeEventSource
- getSnapshottingTask(OracleOffsetContext) - Method in class io.debezium.connector.oracle.OracleSnapshotChangeEventSource
- getSource(OracleConnection, EventDispatcher<TableId>, ErrorHandler, Clock, OracleDatabaseSchema, OracleTaskContext, Configuration, OracleStreamingChangeEventSourceMetrics) - Method in class io.debezium.connector.oracle.logminer.LogMinerAdapter
- getSource(OracleConnection, EventDispatcher<TableId>, ErrorHandler, Clock, OracleDatabaseSchema, OracleTaskContext, Configuration, OracleStreamingChangeEventSourceMetrics) - Method in interface io.debezium.connector.oracle.StreamingAdapter
- getSource(OracleConnection, EventDispatcher<TableId>, ErrorHandler, Clock, OracleDatabaseSchema, OracleTaskContext, Configuration, OracleStreamingChangeEventSourceMetrics) - Method in class io.debezium.connector.oracle.xstream.XStreamAdapter
- getSourceInfo() - Method in class io.debezium.connector.oracle.OracleOffsetContext
- getSourceInfoSchema() - Method in class io.debezium.connector.oracle.OracleOffsetContext
- getSourceInfoStructMaker(CommonConnectorConfig.Version) - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getSourceTime() - Method in class io.debezium.connector.oracle.SourceInfo
- getSqlRedo(ResultSet, boolean, HistoryRecorder, Scn, String, String, int, Timestamp, String) - Static method in class io.debezium.connector.oracle.logminer.RowMapper
-
It constructs REDO_SQL.
- getStreamingChangeEventSource() - Method in class io.debezium.connector.oracle.OracleChangeEventSourceFactory
- getStreamingMetrics(T, ChangeEventQueueMetrics, EventMetadataProvider) - Method in class io.debezium.connector.oracle.OracleChangeEventSourceMetricsFactory
- getStringValue() - Method in class io.debezium.connector.oracle.xstream.ChunkColumnValues
- getSwitchCount(OracleConnection, String) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
-
This fetches REDO LOG switch count for the last day
- getSwitchCounter() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getSwitchCounter() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
-
fetches counter of redo switches for the last day.
- getSystime(OracleConnection) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
-
Get the database time in the time zone of the system this database is running on
- getTable() - Method in class io.debezium.connector.oracle.antlr.listener.CreateTableParserListener
- getTableColumnsInfo(String, String) - Method in class io.debezium.connector.oracle.OracleConnection
- getTableFilter() - Method in class io.debezium.connector.oracle.antlr.OracleDdlParser
- getTableForDmlEvent(TableId) - Method in class io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor
- getTableId() - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer.LogMinerEvent
- getTableId(String, ResultSet) - Static method in class io.debezium.connector.oracle.logminer.RowMapper
- getTableId(LCR) - Method in class io.debezium.connector.oracle.xstream.LcrEventHandler
- getTableMetadataDdl(TableId) - Method in class io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor
- getTableMetadataDdl(TableId) - Method in class io.debezium.connector.oracle.OracleConnection
-
Generate a given table's DDL metadata.
- getTableMetadataDdl(TableId) - Method in class io.debezium.connector.oracle.xstream.LcrEventHandler
- getTableName(PlSqlParser.Tableview_nameContext) - Method in class io.debezium.connector.oracle.antlr.listener.BaseParserListener
- getTableName(PlSqlParser.Tableview_nameContext) - Static method in class io.debezium.connector.oracle.antlr.listener.ParserUtils
-
Obtains the table name
- getTableName(ResultSet) - Static method in class io.debezium.connector.oracle.logminer.RowMapper
- getTableNameCaseSensitivity(OracleConnection) - Method in interface io.debezium.connector.oracle.StreamingAdapter
-
Returns whether table names are case sensitive.
- getTableNameCaseSensitivity(OracleConnection) - Method in class io.debezium.connector.oracle.xstream.XStreamAdapter
- getTableOrColumnName(String) - Static method in class io.debezium.connector.oracle.antlr.listener.BaseParserListener
-
Resolves a table or column name from the provided string.
- getTables() - Method in class io.debezium.connector.oracle.OracleDatabaseSchema
- getTokenToReplaceInSnapshotPredicate() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getTotalCapturedDmlCount() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getTotalCapturedDmlCount() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getTotalMiningSessionStartTimeInMilliseconds() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getTotalMiningSessionStartTimeInMilliseconds() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getTotalParseTimeInMilliseconds() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getTotalParseTimeInMilliseconds() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getTotalProcessedRows() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getTotalProcessedRows() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getTotalProcessingTimeInMilliseconds() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getTotalProcessingTimeInMilliseconds() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getTotalResultSetNextTimeInMilliseconds() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getTotalResultSetNextTimeInMilliseconds() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getTransactionContext() - Method in class io.debezium.connector.oracle.OracleOffsetContext
- getTransactionId() - Method in class io.debezium.connector.oracle.SourceInfo
- getTransactionId(DataCollectionId, OffsetContext, Object, Struct) - Method in class io.debezium.connector.oracle.OracleEventMetadataProvider
- getTransactionId(ResultSet) - Static method in class io.debezium.connector.oracle.logminer.RowMapper
- getType() - Method in class io.debezium.connector.oracle.logminer.LogFile
- getType() - Method in class io.debezium.connector.oracle.logminer.LogMinerAdapter
- getType() - Method in interface io.debezium.connector.oracle.StreamingAdapter
- getType() - Method in class io.debezium.connector.oracle.xstream.XStreamAdapter
- getUnparsableDdlCount() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getUnparsableDdlCount() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getUsername(ResultSet) - Static method in class io.debezium.connector.oracle.logminer.RowMapper
- getValue() - Method in enum io.debezium.connector.oracle.OracleConnectorConfig.ConnectorAdapter
- getValue() - Method in enum io.debezium.connector.oracle.OracleConnectorConfig.LogMiningDmlParser
- getValue() - Method in enum io.debezium.connector.oracle.OracleConnectorConfig.LogMiningStrategy
- getValue() - Method in enum io.debezium.connector.oracle.OracleConnectorConfig.SnapshotLockingMode
- getValue() - Method in enum io.debezium.connector.oracle.OracleConnectorConfig.SnapshotMode
- getValueConverters() - Method in class io.debezium.connector.oracle.OracleDatabaseSchema
- getVarCharDefaultLength() - Method in class io.debezium.connector.oracle.antlr.listener.ColumnDefinitionParserListener
- getWarningCount() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- getWarningCount() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
- getXoutServerName() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- getXsOut() - Method in class io.debezium.connector.oracle.xstream.XstreamStreamingChangeEventSource
- GMT_ZONE_ID - Static variable in class io.debezium.connector.oracle.OracleValueConverters
H
- hashCode() - Method in class io.debezium.connector.oracle.logminer.LogFile
- hashCode() - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer.LogMinerEvent
- hashCode() - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer.RecentlyCommittedTransaction
- hashCode() - Method in class io.debezium.connector.oracle.logminer.valueholder.LogMinerColumnValueImpl
-
Deprecated.
- hashCode() - Method in class io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntryImpl
- hashCode() - Method in class io.debezium.connector.oracle.Scn
- hashCode() - Method in class io.debezium.connector.oracle.xstream.LcrPosition
- hasLogSwitchOccurred() - Method in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
-
Checks whether a database log switch has occurred and updates metrics if so.
- hasNext(ResultSet) - Method in class io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor
- HEXTORAW_FUNCTION_END - Static variable in class io.debezium.connector.oracle.OracleValueConverters
- HEXTORAW_FUNCTION_START - Static variable in class io.debezium.connector.oracle.OracleValueConverters
- historyRecorder - Variable in class io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor
- HistoryRecorder - Interface in io.debezium.connector.oracle.logminer
-
This interface defines how a custom recorder can be supplied to record LogMiner results.
- HOSTNAME - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- hoursToKeepTransaction - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
I
- includeData - Variable in enum io.debezium.connector.oracle.OracleConnectorConfig.SnapshotMode
- includeData() - Method in enum io.debezium.connector.oracle.OracleConnectorConfig.SnapshotMode
-
Whether this snapshotting mode should include the actual data or just the schema of captured tables.
- incrementCommittedDmlCount(long) - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- incrementCommittedTransactions() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- incrementErrorCount() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- incrementNetworkConnectionProblemsCounter() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- incrementRegisteredDmlCount() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- incrementRolledBackTransactions() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- incrementScnFreezeCount() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- incrementUnparsableDdlCount() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- incrementWarningCount() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- INFO - Static variable in class io.debezium.connector.oracle.Module
- initColumns(Table, String) - Method in class io.debezium.connector.oracle.logminer.parser.SimpleDmlParser
- INITIAL - io.debezium.connector.oracle.OracleConnectorConfig.SnapshotMode
-
Perform a snapshot of data and schema upon initial startup of a connector.
- initializeDataTypeResolver() - Method in class io.debezium.connector.oracle.antlr.OracleDdlParser
- initializeRedoLogsForMining(OracleConnection, boolean, Scn) - Method in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
- inlinePrimaryKey - Variable in class io.debezium.connector.oracle.antlr.listener.CreateTableParserListener
- INSENSITIVE - io.debezium.connector.oracle.StreamingAdapter.TableNameCaseSensitivity
-
Insensitive case implies that the table names are taken from the JDBC driver and converted to lower-case in the in-memory relational objects.
- INSERT - Static variable in class io.debezium.connector.oracle.logminer.RowMapper
- INSERT_FLUSH_TABLE - Static variable in class io.debezium.connector.oracle.logminer.SqlUtils
- INSERT_INTO - Static variable in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
- INSERT_INTO_LENGTH - Static variable in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
- instantiateFlushConnections(JdbcConfiguration, Set<String>) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
- INTERVAL_DAY_SECOND_PATTERN - Static variable in class io.debezium.connector.oracle.OracleValueConverters
- io.debezium.connector.oracle - package io.debezium.connector.oracle
- io.debezium.connector.oracle.antlr - package io.debezium.connector.oracle.antlr
- io.debezium.connector.oracle.antlr.listener - package io.debezium.connector.oracle.antlr.listener
- io.debezium.connector.oracle.converters - package io.debezium.connector.oracle.converters
- io.debezium.connector.oracle.logminer - package io.debezium.connector.oracle.logminer
- io.debezium.connector.oracle.logminer.parser - package io.debezium.connector.oracle.logminer.parser
- io.debezium.connector.oracle.logminer.valueholder - package io.debezium.connector.oracle.logminer.valueholder
- io.debezium.connector.oracle.xstream - package io.debezium.connector.oracle.xstream
- IS_NULL - Static variable in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
- isArchiveLogOnlyMode() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- isBinary() - Method in class io.debezium.connector.oracle.logminer.parser.SelectLobParser
- isBinaryData() - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer.SelectLobLocatorEvent
- isContinuousMining - Variable in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
- isContinuousMining() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- isCurrent() - Method in class io.debezium.connector.oracle.logminer.LogFile
-
Returns whether this log file instance is considered the current online redo log record.
- isDdlOperationRegistered(Scn) - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
-
Returns whether the ddl operation has been registered.
- isDmlOperation(int) - Static method in class io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor
- isEmpty() - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
-
Returns
trueif buffer is empty, otherwisefalse. - isEmpty() - Method in class io.debezium.connector.oracle.xstream.ChunkColumnValues
- isEmptyArray(Object[]) - Method in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
-
Returns whether the given array has no elements or all elements are
null, thus empty. - isExcludedSchema(TableId) - Method in class io.debezium.connector.oracle.OracleConnectorConfig.SystemTablesPredicate
- isFlushTable(TableId) - Method in class io.debezium.connector.oracle.OracleConnectorConfig.SystemTablesPredicate
- isForSameTableOrScn(TransactionalBuffer.LogMinerEvent, TransactionalBuffer.LogMinerEvent) - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
-
Checks whether the two events are for the same table or participate in the same system change.
- isGrammarInUpperCase() - Method in class io.debezium.connector.oracle.antlr.OracleDdlParser
- isHexToRawFunctionCall(String) - Method in class io.debezium.connector.oracle.OracleValueConverters
-
Returns whether the provided value is a
HEXTORAWfunction, formatHEXTORAW('<hex>'). - isIncluded(TableId) - Method in class io.debezium.connector.oracle.OracleConnectorConfig.SystemTablesPredicate
- isLobEnabled() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- isLogMiningHistoryRecorded() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- isNull() - Method in class io.debezium.connector.oracle.Scn
-
Returns whether this
Scnis null and contains no value. - isProcessed() - Method in class io.debezium.connector.oracle.logminer.valueholder.LogMinerColumnValueWrapper
-
Deprecated.
- isRac - Variable in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
- isRacSystem() - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- isRecentlyCommitted(String) - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
-
Returns whether the specified transaction has recently been committed.
- isRetriable(Throwable) - Method in class io.debezium.connector.oracle.OracleErrorHandler
- isSameTableRow(TransactionalBuffer.LogMinerEvent, TransactionalBuffer.LogMinerEvent) - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
-
Checks whether the two events are for the same table row.
- isSnapshotRunning() - Method in class io.debezium.connector.oracle.OracleOffsetContext
- isStartScnInArchiveLogs(Scn) - Method in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
-
Returns whether the starting system change number is in the archive logs.
- isTableSupplementalLogDataAll(OracleConnection, TableId) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
- isTableUniqueIndexIncluded(String, String) - Method in class io.debezium.connector.oracle.OracleConnection
- isTransactionRegistered(String) - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
- isUnistrFunction(String) - Static method in class io.debezium.connector.oracle.logminer.UnistrHelper
J
- jdbcConfig - Variable in class io.debezium.connector.oracle.OracleChangeEventSourceFactory
- jdbcConfiguration - Variable in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
- jdbcConnection - Variable in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
- jdbcConnection - Variable in class io.debezium.connector.oracle.OracleChangeEventSourceFactory
- jdbcConnection - Variable in class io.debezium.connector.oracle.OracleConnectorTask
- jdbcConnection - Variable in class io.debezium.connector.oracle.OracleSnapshotChangeEventSource
- jdbcConnection - Variable in class io.debezium.connector.oracle.xstream.XstreamStreamingChangeEventSource
L
- lagFromTheSourceDuration - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- lastBatchProcessingDuration - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- lastCapturedDmlCount - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- lastCommitDuration - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- lastCommittedScn - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer
- lastDurationOfFetchingQuery - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- lastProcessedScn - Variable in class io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor
- lastScn - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer.Transaction
- lastStartLogMiningSessionDuration - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- lcr - Variable in class io.debezium.connector.oracle.xstream.XStreamChangeRecordEmitter
- LCR_POSITION_KEY - Static variable in class io.debezium.connector.oracle.SourceInfo
- LcrEventHandler - Class in io.debezium.connector.oracle.xstream
-
Handler for Oracle DDL and DML events.
- LcrEventHandler(OracleConnectorConfig, ErrorHandler, EventDispatcher<TableId>, Clock, OracleDatabaseSchema, OracleOffsetContext, boolean, XstreamStreamingChangeEventSource, OracleStreamingChangeEventSourceMetrics) - Constructor for class io.debezium.connector.oracle.xstream.LcrEventHandler
- lcrMessage - Variable in class io.debezium.connector.oracle.xstream.XstreamStreamingChangeEventSource
-
A message box between thread that is informed about committed offsets and the XStream thread.
- lcrPosition - Variable in class io.debezium.connector.oracle.OracleOffsetContext.Builder
- lcrPosition - Variable in class io.debezium.connector.oracle.SourceInfo
- lcrPosition(String) - Method in class io.debezium.connector.oracle.OracleOffsetContext.Builder
- LcrPosition - Class in io.debezium.connector.oracle.xstream
-
The logical encapsulation of raw LCR byte array.
- LcrPosition(byte[]) - Constructor for class io.debezium.connector.oracle.xstream.LcrPosition
- LEGACY - io.debezium.connector.oracle.OracleConnectorConfig.LogMiningDmlParser
- listeners - Variable in class io.debezium.connector.oracle.antlr.listener.AlterTableParserListener
- listeners - Variable in class io.debezium.connector.oracle.antlr.listener.ColumnDefinitionParserListener
- listeners - Variable in class io.debezium.connector.oracle.antlr.listener.CreateTableParserListener
- listeners - Variable in class io.debezium.connector.oracle.antlr.listener.OracleDdlParserListener
- listOfPatternsToSql(List<Pattern>, String, boolean) - Static method in class io.debezium.connector.oracle.logminer.LogMinerQueryBuilder
-
Takes a list of reg-ex patterns and builds an Oracle-specific predicate using
REGEXP_LIKEin order to take the connector configuration include/exclude lists and assemble them as SQL predicates. - load(Map<String, ?>) - Method in class io.debezium.connector.oracle.logminer.LogMinerOracleOffsetContextLoader
- load(Map<String, ?>) - Method in class io.debezium.connector.oracle.xstream.XStreamOracleOffsetContextLoader
- LOB_ENABLED - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- LOB_ERASE - Static variable in class io.debezium.connector.oracle.logminer.RowMapper
- LOB_WRITE - Static variable in class io.debezium.connector.oracle.logminer.RowMapper
- lobEnabled - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- lobEnabled - Variable in class io.debezium.connector.oracle.OracleValueConverters
- LobEraseEvent(int, Scn, TableId, String, Object) - Constructor for class io.debezium.connector.oracle.logminer.TransactionalBuffer.LobEraseEvent
- LobWriteEvent(int, String, Scn, TableId, String, Object) - Constructor for class io.debezium.connector.oracle.logminer.TransactionalBuffer.LobWriteEvent
- localArchiveLogDestinationsOnlyQuery(String) - Static method in class io.debezium.connector.oracle.logminer.SqlUtils
-
Returns a SQL predicate clause that should be applied to any
SqlUtils.ARCHIVED_LOG_VIEWqueries so that the results are filtered to only include the local destinations and not those that may be generated by tools such as Oracle Data Guard. - lockTablesForSchemaSnapshot(ChangeEventSource.ChangeEventSourceContext, RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OracleOffsetContext>) - Method in class io.debezium.connector.oracle.OracleSnapshotChangeEventSource
- LOG_MINER - io.debezium.connector.oracle.OracleConnectorConfig.ConnectorAdapter
-
This is based on LogMiner utility.
- LOG_MINING_ARCHIVE_DESTINATION_NAME - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- LOG_MINING_ARCHIVE_LOG_HOURS - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- LOG_MINING_ARCHIVE_LOG_ONLY_MODE - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- LOG_MINING_ARCHIVE_LOG_ONLY_SCN_POLL_INTERVAL_MS - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- LOG_MINING_BATCH_SIZE_DEFAULT - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- LOG_MINING_BATCH_SIZE_MAX - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- LOG_MINING_BATCH_SIZE_MIN - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- LOG_MINING_DML_PARSER - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- LOG_MINING_HISTORY_RECORDER_CLASS - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
-
Deprecated.
- LOG_MINING_HISTORY_RETENTION - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
-
Deprecated.
- LOG_MINING_SLEEP_TIME_DEFAULT_MS - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- LOG_MINING_SLEEP_TIME_INCREMENT_MS - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- LOG_MINING_SLEEP_TIME_MAX_MS - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- LOG_MINING_SLEEP_TIME_MIN_MS - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- LOG_MINING_STRATEGY - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- LOG_MINING_TRANSACTION_RETENTION - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- LOG_MINING_VIEW_FETCH_SIZE - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- LOG_VIEW - Static variable in class io.debezium.connector.oracle.logminer.SqlUtils
- logDatabaseState(OracleConnection) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
-
Helper method that will dump the state of various critical tables used by the LogMiner implementation to derive state about which logs are to be mined and processed by the Oracle LogMiner session.
- logError(OracleStreamingChangeEventSourceMetrics, String, Object...) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
- LogFile - Class in io.debezium.connector.oracle.logminer
-
Represents a redo or archive log in Oracle.
- LogFile(String, Scn, Scn, Long, LogFile.Type) - Constructor for class io.debezium.connector.oracle.logminer.LogFile
-
Create a log file that represents an archived log record.
- LogFile(String, Scn, Scn, Long, LogFile.Type, boolean) - Constructor for class io.debezium.connector.oracle.logminer.LogFile
-
Creates a log file that represents an online redo log record.
- LOGFILE_VIEW - Static variable in class io.debezium.connector.oracle.logminer.SqlUtils
- LogFile.Type - Enum in io.debezium.connector.oracle.logminer
- LOGGER - Static variable in class io.debezium.connector.oracle.antlr.listener.AlterTableParserListener
- LOGGER - Static variable in class io.debezium.connector.oracle.antlr.listener.CreateTableParserListener
- LOGGER - Static variable in class io.debezium.connector.oracle.converters.NumberOneToBooleanConverter
- LOGGER - Static variable in class io.debezium.connector.oracle.logminer.LogMinerHelper
- LOGGER - Static variable in class io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor
- LOGGER - Static variable in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
- LOGGER - Static variable in class io.debezium.connector.oracle.logminer.parser.SimpleDmlParser
- LOGGER - Static variable in class io.debezium.connector.oracle.logminer.RowMapper
- LOGGER - Static variable in class io.debezium.connector.oracle.logminer.SqlUtils
- LOGGER - Static variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer
- LOGGER - Static variable in class io.debezium.connector.oracle.OracleConnection
- LOGGER - Static variable in class io.debezium.connector.oracle.OracleConnector
- LOGGER - Static variable in class io.debezium.connector.oracle.OracleConnectorTask
- LOGGER - Static variable in class io.debezium.connector.oracle.OracleDatabaseSchema
- LOGGER - Static variable in class io.debezium.connector.oracle.OracleSchemaChangeEventEmitter
- LOGGER - Static variable in class io.debezium.connector.oracle.OracleSnapshotChangeEventSource
- LOGGER - Static variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- LOGGER - Static variable in class io.debezium.connector.oracle.xstream.LcrEventHandler
- LOGGER - Static variable in class io.debezium.connector.oracle.xstream.LcrPosition
- LOGGER - Static variable in class io.debezium.connector.oracle.xstream.XstreamStreamingChangeEventSource
- logicalName(OracleConnectorConfig) - Method in class io.debezium.connector.oracle.OracleOffsetContext.Builder
- LogMinerAdapter - Class in io.debezium.connector.oracle.logminer
- LogMinerAdapter(OracleConnectorConfig) - Constructor for class io.debezium.connector.oracle.logminer.LogMinerAdapter
- LogMinerChangeRecordEmitter - Class in io.debezium.connector.oracle.logminer
-
Emits change record based on a single
LogMinerDmlEntryevent. - LogMinerChangeRecordEmitter(OffsetContext, int, Object[], Object[], Table, Clock) - Constructor for class io.debezium.connector.oracle.logminer.LogMinerChangeRecordEmitter
- LogMinerColumnValue - Interface in io.debezium.connector.oracle.logminer.valueholder
-
Deprecated.This has been deprecated and should no longer be used. This will be removed in conjunction with
SimpleDmlParser. - LogMinerColumnValueImpl - Class in io.debezium.connector.oracle.logminer.valueholder
-
Deprecated.This has been deprecated and should no longer be used. This will be removed in conjunction with
SimpleDmlParser. - LogMinerColumnValueImpl(String) - Constructor for class io.debezium.connector.oracle.logminer.valueholder.LogMinerColumnValueImpl
-
Deprecated.
- LogMinerColumnValueWrapper - Class in io.debezium.connector.oracle.logminer.valueholder
-
Deprecated.This has been deprecated and should no longer be used. This will be removed in conjunction with
SimpleDmlParser. - LogMinerColumnValueWrapper(LogMinerColumnValue) - Constructor for class io.debezium.connector.oracle.logminer.valueholder.LogMinerColumnValueWrapper
-
Deprecated.
- LogMinerDmlEntry - Interface in io.debezium.connector.oracle.logminer.valueholder
- LogMinerDmlEntryImpl - Class in io.debezium.connector.oracle.logminer.valueholder
-
This class holds one parsed DML LogMiner record details
- LogMinerDmlEntryImpl(int, Object[], Object[]) - Constructor for class io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntryImpl
- LogMinerDmlParser - Class in io.debezium.connector.oracle.logminer.parser
-
A simple DML parser implementation specifically for Oracle LogMiner.
- LogMinerDmlParser() - Constructor for class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
- LogMinerEvent(int, LogMinerDmlEntry, Scn, TableId, String, Object) - Constructor for class io.debezium.connector.oracle.logminer.TransactionalBuffer.LogMinerEvent
- LogMinerHelper - Class in io.debezium.connector.oracle.logminer
-
This class contains methods to configure and manage LogMiner utility
- LogMinerHelper() - Constructor for class io.debezium.connector.oracle.logminer.LogMinerHelper
- LogMinerHelper.DATATYPE - Enum in io.debezium.connector.oracle.logminer
- LogMinerOracleOffsetContextLoader - Class in io.debezium.connector.oracle.logminer
- LogMinerOracleOffsetContextLoader(OracleConnectorConfig) - Constructor for class io.debezium.connector.oracle.logminer.LogMinerOracleOffsetContextLoader
- LogMinerQueryBuilder - Class in io.debezium.connector.oracle.logminer
-
A builder that is responsible for producing the query to be executed against the LogMiner view.
- LogMinerQueryBuilder() - Constructor for class io.debezium.connector.oracle.logminer.LogMinerQueryBuilder
- logMinerQueryCount - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- LogMinerQueryResultProcessor - Class in io.debezium.connector.oracle.logminer
-
This class process entries obtained from LogMiner view.
- LogMinerQueryResultProcessor(ChangeEventSource.ChangeEventSourceContext, OracleConnectorConfig, OracleStreamingChangeEventSourceMetrics, TransactionalBuffer, OracleOffsetContext, OracleDatabaseSchema, EventDispatcher<TableId>, HistoryRecorder) - Constructor for class io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor
- LogMinerStreamingChangeEventSource - Class in io.debezium.connector.oracle.logminer
-
A
StreamingChangeEventSourcebased on Oracle's LogMiner utility. - LogMinerStreamingChangeEventSource(OracleConnectorConfig, OracleConnection, EventDispatcher<TableId>, ErrorHandler, Clock, OracleDatabaseSchema, Configuration, OracleStreamingChangeEventSourceMetrics) - Constructor for class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
- logMiningArchiveDestinationName - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- logMiningArchiveLogRetention - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- logMiningBatchSizeDefault - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- logMiningBatchSizeMax - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- logMiningBatchSizeMin - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- logMiningContinuousMine - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- LogMiningDmlParser(String) - Constructor for enum io.debezium.connector.oracle.OracleConnectorConfig.LogMiningDmlParser
- logMiningHistoryDdl(String) - Static method in class io.debezium.connector.oracle.logminer.SqlUtils
- logMiningHistoryRecorder - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- logMiningHistoryRetentionHours - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- logMiningSleepTimeDefault - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- logMiningSleepTimeIncrement - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- logMiningSleepTimeMax - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- logMiningSleepTimeMin - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- logMiningStrategy - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- LogMiningStrategy(String) - Constructor for enum io.debezium.connector.oracle.OracleConnectorConfig.LogMiningStrategy
- logMiningTransactionRetention - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- logMiningViewFetchSize - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- LOGMNR_CONTENTS_VIEW - Static variable in class io.debezium.connector.oracle.logminer.LogMinerQueryBuilder
- LOGMNR_FLUSH_TABLE - Static variable in class io.debezium.connector.oracle.logminer.SqlUtils
- logQueryResults(OracleConnection, String) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
-
Helper method that dumps the result set of an arbitrary SQL query to the connector's logs.
- logWarn(OracleStreamingChangeEventSourceMetrics, String, Object...) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
- LONG - io.debezium.connector.oracle.logminer.LogMinerHelper.DATATYPE
- longValue() - Method in class io.debezium.connector.oracle.Scn
-
Get the Scn represented as a
longdata type.
M
- maintenance - Variable in class io.debezium.connector.oracle.OracleDatabaseVersion
- major - Variable in class io.debezium.connector.oracle.OracleDatabaseVersion
- markLastSnapshotRecord() - Method in class io.debezium.connector.oracle.OracleOffsetContext
- MAX - Static variable in class io.debezium.connector.oracle.Scn
-
Represents an Scn that implies the maximum possible value of an SCN, useful as a placeholder.
- MAX_BATCH_SIZE - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- MAX_SLEEP_TIME - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- maxBatchProcessingDuration - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- maxBatchProcessingThroughput - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- maxBatchProcessingTime - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- maxCapturedDmlCount - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- maxCommitDuration - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- maxCommittedScn - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer
- maxDurationOfFetchingQuery - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- maximumLogsMined - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- maxLagFromTheSourceDuration - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- maxStartingLogMiningSessionDuration - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- mergeNewColumns(TransactionalBuffer.LogMinerEvent, TransactionalBuffer.LogMinerEvent) - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
-
Merge column values from
eventwithprevEvent. - MILLIS_PER_SECOND - Static variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- millisecondToSleepBetweenMiningQuery - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- MIN_BATCH_SIZE - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- MIN_SLEEP_TIME - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- minBatchProcessingTime - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- minimumLogsMined - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- minLagFromTheSourceDuration - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- MISSING_SCN - Static variable in class io.debezium.connector.oracle.logminer.RowMapper
- Module - Class in io.debezium.connector.oracle
-
Information about this module.
- Module() - Constructor for class io.debezium.connector.oracle.Module
N
- name() - Static method in class io.debezium.connector.oracle.Module
- networkConnectionProblemsCounter - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- NeverHistoryRecorder - Class in io.debezium.connector.oracle.logminer
-
A history recorder implementation that does not do any recording.
- NeverHistoryRecorder() - Constructor for class io.debezium.connector.oracle.logminer.NeverHistoryRecorder
- newColumnValues - Variable in class io.debezium.connector.oracle.logminer.parser.SimpleDmlParser
- newValues - Variable in class io.debezium.connector.oracle.logminer.LogMinerChangeRecordEmitter
- newValues - Variable in class io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntryImpl
- nextScn - Variable in class io.debezium.connector.oracle.logminer.LogFile
- NLS_SESSION_PARAMETERS - Static variable in class io.debezium.connector.oracle.logminer.SqlUtils
- NONE - io.debezium.connector.oracle.OracleConnectorConfig.SnapshotLockingMode
-
This mode will avoid using ANY table locks during the snapshot process.
- NULL - Static variable in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
- NULL - Static variable in class io.debezium.connector.oracle.Scn
-
Represents an Scn without a value.
- NULL_SENTINEL - Static variable in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
- NumberOneToBooleanConverter - Class in io.debezium.connector.oracle.converters
-
Oracle reports
NUMBER(1)as a numeric column type by default. - NumberOneToBooleanConverter() - Constructor for class io.debezium.connector.oracle.converters.NumberOneToBooleanConverter
O
- objectName - Variable in class io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntryImpl
- objectOwner - Variable in class io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntryImpl
- objectOwner - Variable in class io.debezium.connector.oracle.OracleSchemaChangeEventEmitter
- offsetContext - Variable in class io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor
- offsetContext - Variable in class io.debezium.connector.oracle.OracleSchemaChangeEventEmitter
- offsetContext - Variable in class io.debezium.connector.oracle.xstream.LcrEventHandler
- offsetScn - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- offsetSeconds - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- oldColumnValues - Variable in class io.debezium.connector.oracle.logminer.parser.SimpleDmlParser
- oldestFirstChangeQuery(Duration, String) - Static method in class io.debezium.connector.oracle.logminer.SqlUtils
- oldestScn - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- oldValues - Variable in class io.debezium.connector.oracle.logminer.LogMinerChangeRecordEmitter
- oldValues - Variable in class io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntryImpl
- ONLINE_CATALOG - io.debezium.connector.oracle.OracleConnectorConfig.LogMiningStrategy
-
This strategy uses LogMiner with data dictionary in online catalog.
- operation - Variable in class io.debezium.connector.oracle.logminer.LogMinerChangeRecordEmitter
- operation - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer.LogMinerEvent
- operation - Variable in class io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntryImpl
- OPERATION - Static variable in class io.debezium.connector.oracle.logminer.RowMapper
- OPERATION_CODE - Static variable in class io.debezium.connector.oracle.logminer.RowMapper
- OR - Static variable in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
- OR - Static variable in class io.debezium.connector.oracle.logminer.parser.SelectLobParser
- ORACLE_UNSET_SCALE - Static variable in class io.debezium.connector.oracle.OracleConnection
-
Returned by column metadata in Oracle if no scale is set;
- ORACLE_VERSION - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- OracleChangeEventSourceFactory - Class in io.debezium.connector.oracle
- OracleChangeEventSourceFactory(OracleConnectorConfig, OracleConnection, ErrorHandler, EventDispatcher<TableId>, Clock, OracleDatabaseSchema, Configuration, OracleTaskContext, OracleStreamingChangeEventSourceMetrics) - Constructor for class io.debezium.connector.oracle.OracleChangeEventSourceFactory
- OracleChangeEventSourceMetricsFactory - Class in io.debezium.connector.oracle
- OracleChangeEventSourceMetricsFactory(OracleStreamingChangeEventSourceMetrics) - Constructor for class io.debezium.connector.oracle.OracleChangeEventSourceMetricsFactory
- OracleConnection - Class in io.debezium.connector.oracle
- OracleConnection(Configuration, Supplier<ClassLoader>) - Constructor for class io.debezium.connector.oracle.OracleConnection
- OracleConnector - Class in io.debezium.connector.oracle
- OracleConnector() - Constructor for class io.debezium.connector.oracle.OracleConnector
- OracleConnectorConfig - Class in io.debezium.connector.oracle
-
Connector configuration for Oracle.
- OracleConnectorConfig(Configuration) - Constructor for class io.debezium.connector.oracle.OracleConnectorConfig
- OracleConnectorConfig.ConnectorAdapter - Enum in io.debezium.connector.oracle
- OracleConnectorConfig.LogMiningDmlParser - Enum in io.debezium.connector.oracle
- OracleConnectorConfig.LogMiningStrategy - Enum in io.debezium.connector.oracle
- OracleConnectorConfig.SnapshotLockingMode - Enum in io.debezium.connector.oracle
- OracleConnectorConfig.SnapshotMode - Enum in io.debezium.connector.oracle
-
The set of predefined SnapshotMode options or aliases.
- OracleConnectorConfig.SystemTablesPredicate - Class in io.debezium.connector.oracle
-
A
Tables.TableFilterthat excludes all Oracle system tables. - OracleConnectorTask - Class in io.debezium.connector.oracle
- OracleConnectorTask() - Constructor for class io.debezium.connector.oracle.OracleConnectorTask
- OracleDatabaseSchema - Class in io.debezium.connector.oracle
-
The schema of an Oracle database.
- OracleDatabaseSchema(OracleConnectorConfig, OracleValueConverters, SchemaNameAdjuster, TopicSelector<TableId>, StreamingAdapter.TableNameCaseSensitivity) - Constructor for class io.debezium.connector.oracle.OracleDatabaseSchema
- OracleDatabaseVersion - Class in io.debezium.connector.oracle
-
Represents the Oracle database version.
- OracleDatabaseVersion(int, int, int, int, int, String) - Constructor for class io.debezium.connector.oracle.OracleDatabaseVersion
- OracleDdlParser - Class in io.debezium.connector.oracle.antlr
-
This is the main Oracle Antlr DDL parser
- OracleDdlParser() - Constructor for class io.debezium.connector.oracle.antlr.OracleDdlParser
- OracleDdlParser(boolean, OracleValueConverters, Tables.TableFilter) - Constructor for class io.debezium.connector.oracle.antlr.OracleDdlParser
- OracleDdlParser(OracleValueConverters) - Constructor for class io.debezium.connector.oracle.antlr.OracleDdlParser
- OracleDdlParser(OracleValueConverters, Tables.TableFilter) - Constructor for class io.debezium.connector.oracle.antlr.OracleDdlParser
- OracleDdlParserListener - Class in io.debezium.connector.oracle.antlr.listener
-
This class is Oracle main DDL parser listener class.
- OracleDdlParserListener(String, String, OracleDdlParser) - Constructor for class io.debezium.connector.oracle.antlr.listener.OracleDdlParserListener
- OracleErrorHandler - Class in io.debezium.connector.oracle
-
Error handle for Oracle.
- OracleErrorHandler(String, ChangeEventQueue<?>) - Constructor for class io.debezium.connector.oracle.OracleErrorHandler
- OracleEventMetadataProvider - Class in io.debezium.connector.oracle
- OracleEventMetadataProvider() - Constructor for class io.debezium.connector.oracle.OracleEventMetadataProvider
- OracleOffsetContext - Class in io.debezium.connector.oracle
- OracleOffsetContext(OracleConnectorConfig, Scn, Scn, String, boolean, boolean, TransactionContext) - Constructor for class io.debezium.connector.oracle.OracleOffsetContext
- OracleOffsetContext(OracleConnectorConfig, Scn, String, boolean, boolean, TransactionContext) - Constructor for class io.debezium.connector.oracle.OracleOffsetContext
- OracleOffsetContext.Builder - Class in io.debezium.connector.oracle
- OracleSchemaChangeEventEmitter - Class in io.debezium.connector.oracle
-
SchemaChangeEventEmitterimplementation based on Oracle. - OracleSchemaChangeEventEmitter(OracleConnectorConfig, OracleOffsetContext, TableId, String, String, String, OracleDatabaseSchema, Instant, OracleStreamingChangeEventSourceMetrics) - Constructor for class io.debezium.connector.oracle.OracleSchemaChangeEventEmitter
- OracleSnapshotChangeEventSource - Class in io.debezium.connector.oracle
-
A
StreamingChangeEventSourcefor Oracle. - OracleSnapshotChangeEventSource(OracleConnectorConfig, OracleConnection, OracleDatabaseSchema, EventDispatcher<TableId>, Clock, SnapshotProgressListener) - Constructor for class io.debezium.connector.oracle.OracleSnapshotChangeEventSource
- OracleSnapshotChangeEventSource.OracleSnapshotContext - Class in io.debezium.connector.oracle
-
Mutable context which is populated in the course of snapshotting.
- OracleSnapshotContext(String) - Constructor for class io.debezium.connector.oracle.OracleSnapshotChangeEventSource.OracleSnapshotContext
- OracleSourceInfoStructMaker - Class in io.debezium.connector.oracle
- OracleSourceInfoStructMaker(String, String, CommonConnectorConfig) - Constructor for class io.debezium.connector.oracle.OracleSourceInfoStructMaker
- OracleStreamingChangeEventSourceMetrics - Class in io.debezium.connector.oracle
-
The metrics implementation for Oracle connector streaming phase.
- OracleStreamingChangeEventSourceMetrics(CdcSourceTaskContext, ChangeEventQueueMetrics, EventMetadataProvider, OracleConnectorConfig) - Constructor for class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- OracleStreamingChangeEventSourceMetrics(CdcSourceTaskContext, ChangeEventQueueMetrics, EventMetadataProvider, OracleConnectorConfig, Clock) - Constructor for class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
-
Constructor that allows providing a clock to be used for Tests.
- OracleStreamingChangeEventSourceMetricsMXBean - Interface in io.debezium.connector.oracle
-
The JMX exposed interface for Oracle streaming metrics.
- OracleTaskContext - Class in io.debezium.connector.oracle
- OracleTaskContext(OracleConnectorConfig, OracleDatabaseSchema) - Constructor for class io.debezium.connector.oracle.OracleTaskContext
- OracleTopicSelector - Class in io.debezium.connector.oracle
- OracleTopicSelector() - Constructor for class io.debezium.connector.oracle.OracleTopicSelector
- OracleValueConverters - Class in io.debezium.connector.oracle
- OracleValueConverters(OracleConnectorConfig, OracleConnection) - Constructor for class io.debezium.connector.oracle.OracleValueConverters
- oracleVersion - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- overrideOracleSpecificColumnTypes(Tables, TableId, TableId) - Method in class io.debezium.connector.oracle.OracleConnection
P
- parse(String) - Static method in enum io.debezium.connector.oracle.OracleConnectorConfig.ConnectorAdapter
-
Determine if the supplied value is one of the predefined options.
- parse(String) - Static method in enum io.debezium.connector.oracle.OracleConnectorConfig.LogMiningDmlParser
- parse(String) - Static method in enum io.debezium.connector.oracle.OracleConnectorConfig.LogMiningStrategy
-
Determine if the supplied value is one of the predefined options.
- parse(String) - Static method in enum io.debezium.connector.oracle.OracleConnectorConfig.SnapshotLockingMode
-
Determine if the supplied value is one of the predefined options.
- parse(String) - Static method in enum io.debezium.connector.oracle.OracleConnectorConfig.SnapshotMode
-
Determine if the supplied value is one of the predefined options.
- parse(String) - Static method in class io.debezium.connector.oracle.OracleDatabaseVersion
-
Parse the Oracle database version banner.
- parse(String, Table) - Method in class io.debezium.connector.oracle.logminer.parser.SelectLobParser
-
Parse the supplied SEL_LOB_LOCATOR event redo SQL statement.
- parse(String, Table, String) - Method in class io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor
- parse(String, Table, String) - Method in interface io.debezium.connector.oracle.logminer.parser.DmlParser
-
Parse a DML SQL string from the LogMiner event stream.
- parse(String, Table, String) - Method in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
- parse(String, Table, String) - Method in class io.debezium.connector.oracle.logminer.parser.SimpleDmlParser
-
This parses a DML
- parse(String, Tables) - Method in class io.debezium.connector.oracle.antlr.OracleDdlParser
- parse(String, String) - Static method in enum io.debezium.connector.oracle.OracleConnectorConfig.ConnectorAdapter
- parse(String, String) - Static method in enum io.debezium.connector.oracle.OracleConnectorConfig.LogMiningDmlParser
- parse(String, String) - Static method in enum io.debezium.connector.oracle.OracleConnectorConfig.LogMiningStrategy
- parse(String, String) - Static method in enum io.debezium.connector.oracle.OracleConnectorConfig.SnapshotLockingMode
-
Determine if the supplied value is one of the predefined options.
- parse(String, String) - Static method in enum io.debezium.connector.oracle.OracleConnectorConfig.SnapshotMode
-
Determine if the supplied value is one of the predefined options.
- parseColumnListClause(String, int, String[]) - Method in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
-
Parse an
INSERTstatement's column-list clause. - parseColumnValue(String, int, int) - Method in class io.debezium.connector.oracle.logminer.parser.SelectLobParser
- parseColumnValuesClause(String, int, String[], Object[], Table) - Method in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
-
Parse an
INSERTstatement's column-values clause. - parseDelete(Table, Delete) - Method in class io.debezium.connector.oracle.logminer.parser.SimpleDmlParser
- parseDelete(String, Table) - Method in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
-
Parses a SQL
DELETEstatement. - parseInsert(Table, Insert) - Method in class io.debezium.connector.oracle.logminer.parser.SimpleDmlParser
- parseInsert(String, Table) - Method in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
-
Parse an
INSERTSQL statement. - parseLobWriteSql(String) - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
-
Parses a
LOB_WRITEoperation SQL fragment. - parseOperator(String, int) - Method in class io.debezium.connector.oracle.logminer.parser.SelectLobParser
- parseQuotedValue(String, int, Consumer<String>) - Method in class io.debezium.connector.oracle.logminer.parser.SelectLobParser
- parser - Variable in class io.debezium.connector.oracle.antlr.listener.AlterTableParserListener
- parser - Variable in class io.debezium.connector.oracle.antlr.listener.ColumnDefinitionParserListener
- parser - Variable in class io.debezium.connector.oracle.antlr.listener.CreateTableParserListener
- parser - Variable in class io.debezium.connector.oracle.antlr.listener.DropTableParserListener
- ParserUtils - Class in io.debezium.connector.oracle.antlr.listener
-
This class contains a few methods for parser listeners
- ParserUtils() - Constructor for class io.debezium.connector.oracle.antlr.listener.ParserUtils
- parseSetClause(String, int, Object[], Table) - Method in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
-
Parse an
UPDATEstatement'sSETclause. - parseTableName(String, int) - Method in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
-
Parses a table-name in the SQL clause
- parseTree(PlSqlParser) - Method in class io.debezium.connector.oracle.antlr.OracleDdlParser
- parseUpdate(Table, Update) - Method in class io.debezium.connector.oracle.logminer.parser.SimpleDmlParser
- parseUpdate(String, Table) - Method in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
-
Parse an
UPDATESQL statement. - parseWhere(String, int, Table) - Method in class io.debezium.connector.oracle.logminer.parser.SelectLobParser
- parseWhereClause(String, int, Object[], Table) - Method in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
-
Parses a
WHEREclause populates the provided column names and values arrays. - parseWhereClause(Expression) - Method in class io.debezium.connector.oracle.logminer.parser.SimpleDmlParser
- parsingColumnIndex - Variable in class io.debezium.connector.oracle.antlr.listener.AlterTableParserListener
- partition - Variable in class io.debezium.connector.oracle.OracleOffsetContext
- pauseBetweenMiningSessions() - Method in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
- PDB_NAME - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- pdbName - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- platform - Variable in class io.debezium.connector.oracle.OracleDatabaseVersion
- pm - Variable in class io.debezium.connector.oracle.logminer.parser.SimpleDmlParser
- PORT - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- position - Variable in class io.debezium.connector.oracle.xstream.XstreamStreamingChangeEventSource.PositionAndScn
- PositionAndScn(LcrPosition, byte[]) - Constructor for class io.debezium.connector.oracle.xstream.XstreamStreamingChangeEventSource.PositionAndScn
- postSnapshotCompletion() - Method in class io.debezium.connector.oracle.OracleOffsetContext
- posVersion - Variable in class io.debezium.connector.oracle.xstream.XstreamStreamingChangeEventSource
- prepare(OracleStreamingChangeEventSourceMetrics, JdbcConfiguration, long) - Method in interface io.debezium.connector.oracle.logminer.HistoryRecorder
-
Prepares the history recorder
- prepare(OracleStreamingChangeEventSourceMetrics, JdbcConfiguration, long) - Method in class io.debezium.connector.oracle.logminer.NeverHistoryRecorder
- prepare(ChangeEventSource.ChangeEventSourceContext) - Method in class io.debezium.connector.oracle.OracleSnapshotChangeEventSource
- preSchemaSnapshotSavepoint - Variable in class io.debezium.connector.oracle.OracleSnapshotChangeEventSource.OracleSnapshotContext
- preSnapshotCompletion() - Method in class io.debezium.connector.oracle.OracleOffsetContext
- preSnapshotStart() - Method in class io.debezium.connector.oracle.OracleOffsetContext
- previousTableId - Variable in class io.debezium.connector.oracle.antlr.listener.AlterTableParserListener
- processChunk(ChunkColumnValue) - Method in class io.debezium.connector.oracle.xstream.LcrEventHandler
- processed - Variable in class io.debezium.connector.oracle.logminer.valueholder.LogMinerColumnValueWrapper
-
Deprecated.
- processLCR(LCR) - Method in class io.debezium.connector.oracle.xstream.LcrEventHandler
- processResult(ResultSet) - Method in class io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor
-
This method does all the job
- processRowLCR(RowLCR) - Method in class io.debezium.connector.oracle.xstream.LcrEventHandler
- properties - Variable in class io.debezium.connector.oracle.OracleConnector
Q
- queue - Variable in class io.debezium.connector.oracle.OracleConnectorTask
- quote(TableId) - Static method in class io.debezium.connector.oracle.OracleSnapshotChangeEventSource
R
- RAC_NODES - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- racFlushConnections - Static variable in class io.debezium.connector.oracle.logminer.LogMinerHelper
- racHosts - Variable in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
- racNodes - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- rawPosition - Variable in class io.debezium.connector.oracle.xstream.LcrPosition
- readAndCombineLobWriteEvents(TransactionalBuffer.Transaction, int, boolean) - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
-
Reads the transaction event queue and combines all LOB_WRITE events starting at the provided index.
- readAndConsumeLobEraseEvents(TransactionalBuffer.Transaction, int) - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
-
Read and remove all LobErase events detected in the transaction event queue.
- readSchema(Tables, String, String, Tables.TableFilter, Tables.ColumnNameFilter, boolean) - Method in class io.debezium.connector.oracle.OracleConnection
- readSchemaForCapturedTables(Tables, String, String, Tables.ColumnNameFilter, boolean, Set<TableId>) - Method in class io.debezium.connector.oracle.OracleConnection
- readTableNames(String, String, String, String[]) - Method in class io.debezium.connector.oracle.OracleConnection
- readTableStructure(ChangeEventSource.ChangeEventSourceContext, RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OracleOffsetContext>, OracleOffsetContext) - Method in class io.debezium.connector.oracle.OracleSnapshotChangeEventSource
- readTableUniqueIndices(DatabaseMetaData, TableId) - Method in class io.debezium.connector.oracle.OracleConnection
- receivePublishedPosition() - Method in class io.debezium.connector.oracle.xstream.XstreamStreamingChangeEventSource
- RecentlyCommittedTransaction(TransactionalBuffer.Transaction, Scn) - Constructor for class io.debezium.connector.oracle.logminer.TransactionalBuffer.RecentlyCommittedTransaction
- recentlyCommittedTransactionIds - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer
- recentlyEmittedDdls - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer
- reconcileTransaction(TransactionalBuffer.Transaction) - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
-
Reconcile the specified transaction by merging multiple events that should be emitted as a single logical event, such as changes made to LOB column types that involve multiple events.
- record(Scn, String, String, int, Timestamp, String, int, String) - Method in interface io.debezium.connector.oracle.logminer.HistoryRecorder
-
Records the LogMiner entry.
- record(Scn, String, String, int, Timestamp, String, int, String) - Method in class io.debezium.connector.oracle.logminer.NeverHistoryRecorder
- recordMiningHistory - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- REDO - io.debezium.connector.oracle.logminer.LogFile.Type
- redoLogStatus - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- redoLogStatusQuery() - Static method in class io.debezium.connector.oracle.logminer.SqlUtils
- registerDdlOperation(Scn) - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
-
Registers a DDL operation with the buffer.
- registerDmlOperation(int, String, Scn, TableId, Supplier<LogMinerDmlEntry>, Instant, String, Object) - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
-
Register a DML operation with the transaction buffer.
- registeredDmlCount - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- registerEvent(String, Scn, Instant, Supplier<TransactionalBuffer.LogMinerEvent>) - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
-
Helper method to register a given
TransactionalBuffer.LogMinerEventimplementation with the buffer. - registerLobEraseOperation(int, String, Scn, TableId, Instant, String, Object) - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
-
Register a
LOB_ERASEoperation with the transction buffer. - registerLobWriteOperation(int, String, Scn, TableId, String, Instant, String, Object) - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
-
Register a
LOB_WRITEoperation with the transaction buffer. - registerSelectLobOperation(int, String, Scn, TableId, Instant, String, Object, String, String, String, Table, SelectLobParser) - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
-
Register a
SEL_LOB_LOCATORoperation with the transaction buffer. - registerTransaction(String, Scn) - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
-
Register a new transaction with the transaction buffer.
- releaseSchemaSnapshotLocks(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<OracleOffsetContext>) - Method in class io.debezium.connector.oracle.OracleSnapshotChangeEventSource
- removeApostrophes(String) - Static method in class io.debezium.connector.oracle.antlr.listener.ParserUtils
-
In some cases values of the parsed expression are enclosed in apostrophes.
- removeLogFilesFromMining(OracleConnection) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
-
This method removes all added log files from mining
- removeQuotes(String, boolean) - Static method in class io.debezium.connector.oracle.antlr.listener.BaseParserListener
-
Removes leading and trailing double quote characters from the provided string.
- replaceDoubleBackSlashes(String) - Static method in class io.debezium.connector.oracle.antlr.listener.ParserUtils
-
this is to handle cases when a record contains escape character(s)
- requiredWhenNoHostname(Configuration, Field, Field.ValidationOutput) - Static method in class io.debezium.connector.oracle.OracleConnectorConfig
- requiredWhenNoUrl(Configuration, Field, Field.ValidationOutput) - Static method in class io.debezium.connector.oracle.OracleConnectorConfig
- reset() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- reset() - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
-
Resets metrics.
- reset(Table) - Method in class io.debezium.connector.oracle.logminer.parser.SelectLobParser
- resetSessionToCdb() - Method in class io.debezium.connector.oracle.OracleConnection
- resolveColumnDataType(PlSqlParser.Column_definitionContext) - Method in class io.debezium.connector.oracle.antlr.listener.ColumnDefinitionParserListener
- resolveColumnDataType(PlSqlParser.DatatypeContext) - Method in class io.debezium.connector.oracle.antlr.listener.ColumnDefinitionParserListener
- resolveColumnDataType(PlSqlParser.Modify_col_propertiesContext) - Method in class io.debezium.connector.oracle.antlr.listener.ColumnDefinitionParserListener
- resolveConnectionFactory(Configuration) - Static method in class io.debezium.connector.oracle.OracleConnection
- resolveLogMiningHistoryRecorder(Configuration) - Static method in class io.debezium.connector.oracle.OracleConnectorConfig
- resolveOracleDatabaseVersion() - Method in class io.debezium.connector.oracle.OracleConnection
- resolveParser(OracleConnectorConfig, OracleValueConverters) - Static method in class io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor
- resolvePosVersion(OracleConnection, OracleConnectorConfig) - Static method in class io.debezium.connector.oracle.xstream.XstreamStreamingChangeEventSource
- resolveRacNodes(Configuration) - Method in class io.debezium.connector.oracle.OracleConnectorConfig
- resolveRegExpLikePattern(Pattern) - Static method in class io.debezium.connector.oracle.logminer.LogMinerQueryBuilder
-
The
REGEXP_LIKEOracle operator acts identical to theLIKEoperator. - resolveScn(Document) - Method in class io.debezium.connector.oracle.AbstractStreamingAdapter
- resolveTimestampStringAsInstant(String) - Method in class io.debezium.connector.oracle.OracleValueConverters
- rollback(String, String) - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
-
Clears registered callbacks for given transaction identifier.
- ROLLBACK - Static variable in class io.debezium.connector.oracle.logminer.RowMapper
- ROLLBACK_FLAG - Static variable in class io.debezium.connector.oracle.logminer.RowMapper
- rolledBackTransactionIds - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer
- rolledBackTransactionIds - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- rolledBackTransactions - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- ROW_ID - Static variable in class io.debezium.connector.oracle.logminer.RowMapper
- rowId - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer.LogMinerEvent
- RowMapper - Class in io.debezium.connector.oracle.logminer
-
A utility class to map LogMiner content resultSet values.
- RowMapper() - Constructor for class io.debezium.connector.oracle.logminer.RowMapper
- RS_ID - Static variable in class io.debezium.connector.oracle.logminer.RowMapper
- rsId - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer.LogMinerEvent
- runIfNotNull(Runnable, Object...) - Method in class io.debezium.connector.oracle.antlr.OracleDdlParser
-
Runs a function if all given object are not null.
S
- schema - Variable in class io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor
- schema - Variable in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
- schema - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer
- schema - Variable in class io.debezium.connector.oracle.OracleChangeEventSourceFactory
- schema - Variable in class io.debezium.connector.oracle.OracleConnectorTask
- schema - Variable in class io.debezium.connector.oracle.OracleSchemaChangeEventEmitter
- schema - Variable in class io.debezium.connector.oracle.OracleSourceInfoStructMaker
- schema - Variable in class io.debezium.connector.oracle.xstream.LcrEventHandler
- schema - Variable in class io.debezium.connector.oracle.xstream.XstreamStreamingChangeEventSource
- schema() - Method in class io.debezium.connector.oracle.OracleSourceInfoStructMaker
- SCHEMA_ONLY - io.debezium.connector.oracle.OracleConnectorConfig.SnapshotMode
-
Perform a snapshot of the schema but no data upon initial startup of a connector.
- schemaBuilder(Column) - Method in class io.debezium.connector.oracle.OracleValueConverters
- schemaName - Variable in class io.debezium.connector.oracle.antlr.listener.AlterTableParserListener
- schemaName - Variable in class io.debezium.connector.oracle.antlr.listener.CreateTableParserListener
- schemaName - Variable in class io.debezium.connector.oracle.antlr.listener.DropTableParserListener
- schemaName - Variable in class io.debezium.connector.oracle.antlr.OracleDdlParser
- schemaName - Variable in class io.debezium.connector.oracle.logminer.parser.SelectLobParser
- scn - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer.LogMinerEvent
- scn - Variable in class io.debezium.connector.oracle.OracleOffsetContext.Builder
- scn - Variable in class io.debezium.connector.oracle.Scn
- scn - Variable in class io.debezium.connector.oracle.SourceInfo
- scn - Variable in class io.debezium.connector.oracle.xstream.LcrPosition
- scn - Variable in class io.debezium.connector.oracle.xstream.XstreamStreamingChangeEventSource.PositionAndScn
- scn(Scn) - Method in class io.debezium.connector.oracle.OracleOffsetContext.Builder
- Scn - Class in io.debezium.connector.oracle
-
Oracle System Change Number implementation
- Scn(BigInteger) - Constructor for class io.debezium.connector.oracle.Scn
- SCN - Static variable in class io.debezium.connector.oracle.logminer.RowMapper
- SCN_KEY - Static variable in class io.debezium.connector.oracle.SourceInfo
- scnFreezeCount - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- SEG_OWNER - Static variable in class io.debezium.connector.oracle.logminer.RowMapper
- SELECT - Static variable in class io.debezium.connector.oracle.logminer.parser.SelectLobParser
- SELECT_LOB_LOCATOR - Static variable in class io.debezium.connector.oracle.logminer.RowMapper
- SELECT_SYSTIMESTAMP - Static variable in class io.debezium.connector.oracle.logminer.SqlUtils
- SelectLobLocatorEvent(int, LogMinerDmlEntry, String, boolean, Scn, TableId, String, Object) - Constructor for class io.debezium.connector.oracle.logminer.TransactionalBuffer.SelectLobLocatorEvent
- selectLobParser - Variable in class io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor
- SelectLobParser - Class in io.debezium.connector.oracle.logminer.parser
-
Simple text-based parser implementation for Oracle LogMiner SEL_LOB_LOCATOR Redo SQL.
- SelectLobParser() - Constructor for class io.debezium.connector.oracle.logminer.parser.SelectLobParser
- selector - Variable in class io.debezium.connector.oracle.converters.NumberOneToBooleanConverter
- SELECTOR_PROPERTY - Static variable in class io.debezium.connector.oracle.converters.NumberOneToBooleanConverter
- sendPublishedPosition(LcrPosition, Scn) - Method in class io.debezium.connector.oracle.xstream.XstreamStreamingChangeEventSource
- SENSITIVE - io.debezium.connector.oracle.StreamingAdapter.TableNameCaseSensitivity
-
Sensitive case implies that the table names are taken from the JDBC driver and kept as-is in the in-memory relational objects.
- sequence - Variable in class io.debezium.connector.oracle.logminer.LogFile
- SERVER_NAME - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- SERVER_PARTITION_KEY - Static variable in class io.debezium.connector.oracle.OracleOffsetContext
- SET - Static variable in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
- SET_LENGTH - Static variable in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
- setActiveTransactions(long) - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- setBatchSize(int) - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- setBatchSize(int) - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
-
this gives ability to manipulate number of entries in LogMiner view to fetch.
- setColumnData(Object) - Method in interface io.debezium.connector.oracle.logminer.valueholder.LogMinerColumnValue
-
Deprecated.This sets the database record value with the exception of LOBs
- setColumnData(Object) - Method in class io.debezium.connector.oracle.logminer.valueholder.LogMinerColumnValueImpl
-
Deprecated.
- setColumnEditor(ColumnEditor) - Method in class io.debezium.connector.oracle.antlr.listener.ColumnDefinitionParserListener
- setColumnName(String) - Method in class io.debezium.connector.oracle.logminer.valueholder.LogMinerColumnValueImpl
-
Deprecated.
- setCommitScn(Scn) - Method in class io.debezium.connector.oracle.OracleOffsetContext
- setCommitScn(Scn) - Method in class io.debezium.connector.oracle.SourceInfo
- setCommittedScn(Scn) - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- setCurrentBatchProcessingTime(Duration) - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- setCurrentDatabase(String) - Method in class io.debezium.connector.oracle.antlr.OracleDdlParser
- setCurrentLogFileName(Set<String>) - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- setCurrentSchema(String) - Method in class io.debezium.connector.oracle.antlr.OracleDdlParser
- setCurrentScn(Scn) - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- setLastCapturedDmlCount(int) - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- setLastCommitDuration(Duration) - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- setLastDurationOfBatchCapturing(Duration) - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- setLastDurationOfBatchProcessing(Duration) - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- setLcrPosition(String) - Method in class io.debezium.connector.oracle.OracleOffsetContext
- setLcrPosition(String) - Method in class io.debezium.connector.oracle.SourceInfo
- setLogFilesForMining(OracleConnection, Scn, Duration, boolean, String) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
-
This method substitutes CONTINUOUS_MINE functionality
- setMillisecondToSleepBetweenMiningQuery(long) - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- setMillisecondToSleepBetweenMiningQuery(long) - Method in interface io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetricsMXBean
-
sets number of milliseconds for connector to sleep before fetching another batch from the LogMiner view
- setNewValues(List<Expression>, List<Column>) - Method in class io.debezium.connector.oracle.logminer.parser.SimpleDmlParser
- setNlsSessionParameters(JdbcConnection) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
-
Sets NLS parameters for mining session.
- setObjectName(String) - Method in interface io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntry
-
Sets table name
- setObjectName(String) - Method in class io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntryImpl
- setObjectOwner(String) - Method in interface io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntry
-
Sets schema owner
- setObjectOwner(String) - Method in class io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntryImpl
- setOffsetScn(Scn) - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- setOldestScn(Scn) - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- setPrecision(PlSqlParser.Precision_partContext, ColumnEditor) - Method in class io.debezium.connector.oracle.antlr.listener.ColumnDefinitionParserListener
- setProcessed(boolean) - Method in class io.debezium.connector.oracle.logminer.valueholder.LogMinerColumnValueWrapper
-
Deprecated.
- setRac(boolean) - Static method in class io.debezium.connector.oracle.logminer.SqlUtils
- setRedoLogStatus(Map<String, String>) - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- setScale(PlSqlParser.Precision_partContext, ColumnEditor) - Method in class io.debezium.connector.oracle.antlr.listener.ColumnDefinitionParserListener
- setScn(Scn) - Method in class io.debezium.connector.oracle.OracleOffsetContext
- setScn(Scn) - Method in class io.debezium.connector.oracle.SourceInfo
- setSessionToPdb(String) - Method in class io.debezium.connector.oracle.OracleConnection
- setSourceTime(Instant) - Method in class io.debezium.connector.oracle.OracleOffsetContext
- setSourceTime(Instant) - Method in class io.debezium.connector.oracle.SourceInfo
- setSwitchCount(int) - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- setTableId(TableId) - Method in class io.debezium.connector.oracle.OracleOffsetContext
- setTransactionId(String) - Method in class io.debezium.connector.oracle.OracleOffsetContext
- setTransactionId(String) - Method in class io.debezium.connector.oracle.SourceInfo
- setWatermark() - Method in class io.debezium.connector.oracle.xstream.LcrEventHandler
- SHARED - io.debezium.connector.oracle.OracleConnectorConfig.SnapshotLockingMode
-
This mode will allow concurrent access to the table during the snapshot but prevents any session from acquiring any table-level exclusive lock.
- shouldMergeDmlEvent(TransactionalBuffer.Transaction, int, TransactionalBuffer.DmlEvent, TransactionalBuffer.LogMinerEvent) - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
-
Attempts to merge the provided DML event with the previous event in the transaction.
- shouldMergeSelectLobLocatorEvent(TransactionalBuffer.Transaction, int, TransactionalBuffer.SelectLobLocatorEvent, TransactionalBuffer.LogMinerEvent) - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
-
Attempts to merge the provided SEL_LOB_LOCATOR event with the previous event in the transaction.
- SimpleDmlParser - Class in io.debezium.connector.oracle.logminer.parser
-
This class does parsing of simple DML: insert, update, delete.
- SimpleDmlParser(String, OracleValueConverters) - Constructor for class io.debezium.connector.oracle.logminer.parser.SimpleDmlParser
-
Constructor
- size - Variable in class io.debezium.connector.oracle.xstream.ChunkColumnValues
- SLEEP_TIME_INCREMENT - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- sleepTimeDefault - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- sleepTimeIncrement - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- sleepTimeMax - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- sleepTimeMin - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- snapshot - Variable in class io.debezium.connector.oracle.OracleOffsetContext.Builder
- snapshot(boolean) - Method in class io.debezium.connector.oracle.OracleOffsetContext.Builder
- SNAPSHOT_COMPLETED_KEY - Static variable in class io.debezium.connector.oracle.OracleOffsetContext
- SNAPSHOT_ENHANCEMENT_TOKEN - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- SNAPSHOT_KEY - Static variable in class io.debezium.connector.oracle.SourceInfo
- SNAPSHOT_LOCKING_MODE - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- SNAPSHOT_MODE - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- snapshotCompleted - Variable in class io.debezium.connector.oracle.OracleOffsetContext.Builder
- snapshotCompleted - Variable in class io.debezium.connector.oracle.OracleOffsetContext
-
Whether a snapshot has been completed or not.
- snapshotCompleted(boolean) - Method in class io.debezium.connector.oracle.OracleOffsetContext.Builder
- snapshotEnhancementToken - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- snapshotLockingMode - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- SnapshotLockingMode(String) - Constructor for enum io.debezium.connector.oracle.OracleConnectorConfig.SnapshotLockingMode
- snapshotMode - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- SnapshotMode(String, boolean) - Constructor for enum io.debezium.connector.oracle.OracleConnectorConfig.SnapshotMode
- sourceDatabaseName - Variable in class io.debezium.connector.oracle.OracleSchemaChangeEventEmitter
- sourceInfo - Variable in class io.debezium.connector.oracle.OracleOffsetContext
- SourceInfo - Class in io.debezium.connector.oracle
- SourceInfo(OracleConnectorConfig) - Constructor for class io.debezium.connector.oracle.SourceInfo
- sourceInfoSchema - Variable in class io.debezium.connector.oracle.OracleOffsetContext
- sourceTime - Variable in class io.debezium.connector.oracle.SourceInfo
- SQL_REDO - Static variable in class io.debezium.connector.oracle.logminer.RowMapper
- SqlUtils - Class in io.debezium.connector.oracle.logminer
-
This utility class contains SQL statements to configure, manage and query Oracle LogMiner todo handle INVALID file member (report somehow and continue to work with valid file), handle adding multiplexed files, todo SELECT name, value FROM v$sysstat WHERE name = 'redo wastage'; todo SELECT GROUP#, STATUS, MEMBER FROM V$LOGFILE WHERE STATUS='INVALID'; (drop and recreate? or do it manually?) todo table level supplemental logging todo When you use the SKIP_CORRUPTION option to DBMS_LOGMNR.START_LOGMNR, any corruptions in the redo log files are skipped during select operations from the V$LOGMNR_CONTENTS view.
- SqlUtils() - Constructor for class io.debezium.connector.oracle.logminer.SqlUtils
- start(Configuration) - Method in class io.debezium.connector.oracle.OracleConnectorTask
- start(Map<String, String>) - Method in class io.debezium.connector.oracle.OracleConnector
- START - Static variable in class io.debezium.connector.oracle.logminer.RowMapper
- STARTING_INDEX - Static variable in class io.debezium.connector.oracle.antlr.listener.AlterTableParserListener
- startLogMinerStatement(Scn, Scn, OracleConnectorConfig.LogMiningStrategy, boolean) - Static method in class io.debezium.connector.oracle.logminer.SqlUtils
-
This returns statement to build LogMiner view for online redo log files
- startLogMining(OracleConnection, Scn, Scn, OracleConnectorConfig.LogMiningStrategy, boolean, OracleStreamingChangeEventSourceMetrics) - Static method in class io.debezium.connector.oracle.logminer.LogMinerHelper
-
This method builds mining view to query changes from.
- startScn - Variable in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
- startTime - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- stop() - Method in class io.debezium.connector.oracle.OracleConnector
- strategy - Variable in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
- streamingAdapter - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- StreamingAdapter - Interface in io.debezium.connector.oracle
-
Contract that defines unique behavior for each possible
connection.adapter. - StreamingAdapter.TableNameCaseSensitivity - Enum in io.debezium.connector.oracle
-
Controls whether table names are viewed as case-sensitive or not.
- streamingMetrics - Variable in class io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor
- streamingMetrics - Variable in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
- streamingMetrics - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer
- streamingMetrics - Variable in class io.debezium.connector.oracle.OracleChangeEventSourceFactory
- streamingMetrics - Variable in class io.debezium.connector.oracle.OracleChangeEventSourceMetricsFactory
- streamingMetrics - Variable in class io.debezium.connector.oracle.OracleSchemaChangeEventEmitter
- streamingMetrics - Variable in class io.debezium.connector.oracle.xstream.LcrEventHandler
- streamingMetrics - Variable in class io.debezium.connector.oracle.xstream.XstreamStreamingChangeEventSource
- STRING - io.debezium.connector.oracle.logminer.LogMinerHelper.DATATYPE
- stringFromat - Variable in class io.debezium.connector.oracle.xstream.LcrPosition
- stripeAlias(String, String) - Static method in class io.debezium.connector.oracle.antlr.listener.ParserUtils
-
this method stripes table alias and dot give string
- stripeQuotes(String) - Static method in class io.debezium.connector.oracle.antlr.listener.ParserUtils
-
stripes double quotes that surrounds a string
- struct(SourceInfo) - Method in class io.debezium.connector.oracle.OracleSourceInfoStructMaker
- stuckScnCounter - Variable in class io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor
- subtract(Scn) - Method in class io.debezium.connector.oracle.Scn
-
Returns a
Scnwhose value is(this - value). - switchCounter - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- switchHistoryQuery(String) - Static method in class io.debezium.connector.oracle.logminer.SqlUtils
- SYS_NC_PATTERN - Static variable in class io.debezium.connector.oracle.OracleConnection
-
Pattern to identify system generated indices and column names.
- SystemTablesPredicate(Configuration) - Constructor for class io.debezium.connector.oracle.OracleConnectorConfig.SystemTablesPredicate
- systemVariables() - Method in class io.debezium.connector.oracle.antlr.OracleDdlParser
T
- table - Variable in class io.debezium.connector.oracle.BaseChangeRecordEmitter
- table - Variable in class io.debezium.connector.oracle.logminer.parser.SimpleDmlParser
- table() - Method in class io.debezium.connector.oracle.SourceInfo
- TABLE_NAME - Static variable in class io.debezium.connector.oracle.logminer.RowMapper
- tableEditor - Variable in class io.debezium.connector.oracle.antlr.listener.AlterTableParserListener
- tableEditor - Variable in class io.debezium.connector.oracle.antlr.listener.ColumnDefinitionParserListener
- tableEditor - Variable in class io.debezium.connector.oracle.antlr.listener.CreateTableParserListener
- tableEvent(TableId) - Method in class io.debezium.connector.oracle.SourceInfo
- tableEvent(TableId, Instant) - Method in class io.debezium.connector.oracle.OracleOffsetContext
- tableEvent(Set<TableId>) - Method in class io.debezium.connector.oracle.SourceInfo
- tableEvent(Set<TableId>, Instant) - Method in class io.debezium.connector.oracle.OracleOffsetContext
- tableExistsQuery(String) - Static method in class io.debezium.connector.oracle.logminer.SqlUtils
- tableFilter - Variable in class io.debezium.connector.oracle.antlr.OracleDdlParser
- tableId - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer.LogMinerEvent
- tableId - Variable in class io.debezium.connector.oracle.OracleSchemaChangeEventEmitter
- tableIds - Variable in class io.debezium.connector.oracle.SourceInfo
- tableName - Variable in class io.debezium.connector.oracle.logminer.parser.SelectLobParser
- tablenameCaseInsensitive - Variable in class io.debezium.connector.oracle.xstream.LcrEventHandler
- TableNameCaseSensitivity() - Constructor for enum io.debezium.connector.oracle.StreamingAdapter.TableNameCaseSensitivity
- tableSchema() - Method in class io.debezium.connector.oracle.SourceInfo
- tableSupplementalLoggingCheckQuery(TableId) - Static method in class io.debezium.connector.oracle.logminer.SqlUtils
- taskClass() - Method in class io.debezium.connector.oracle.OracleConnector
- taskConfigs(int) - Method in class io.debezium.connector.oracle.OracleConnector
- taskContext - Variable in class io.debezium.connector.oracle.OracleChangeEventSourceFactory
- taskContext - Variable in class io.debezium.connector.oracle.OracleConnectorTask
- timeDifference - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- timestamp() - Method in class io.debezium.connector.oracle.SourceInfo
- TIMESTAMP - io.debezium.connector.oracle.logminer.LogMinerHelper.DATATYPE
- TIMESTAMP_AM_PM_SHORT_FORMATTER - Static variable in class io.debezium.connector.oracle.OracleValueConverters
- TIMESTAMP_FORMATTER - Static variable in class io.debezium.connector.oracle.OracleValueConverters
- TIMESTAMP_TZ_FORMATTER - Static variable in class io.debezium.connector.oracle.OracleValueConverters
- TO_DATE - Static variable in class io.debezium.connector.oracle.OracleValueConverters
- TO_TIMESTAMP - Static variable in class io.debezium.connector.oracle.OracleValueConverters
- TO_TIMESTAMP_TZ - Static variable in class io.debezium.connector.oracle.OracleValueConverters
- toString() - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
- toString() - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer.Transaction
- toString() - Method in class io.debezium.connector.oracle.logminer.valueholder.LogMinerColumnValueImpl
-
Deprecated.
- toString() - Method in class io.debezium.connector.oracle.logminer.valueholder.LogMinerDmlEntryImpl
- toString() - Method in class io.debezium.connector.oracle.OracleDatabaseVersion
- toString() - Method in class io.debezium.connector.oracle.OracleOffsetContext
- toString() - Method in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- toString() - Method in class io.debezium.connector.oracle.Scn
- toString() - Method in class io.debezium.connector.oracle.xstream.LcrPosition
- TOTAL - Static variable in class io.debezium.connector.oracle.logminer.LogMinerHelper
- totalBatchProcessingDuration - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- totalCapturedDmlCount - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- totalDurationOfFetchingQuery - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- totalParseTime - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- totalProcessedRows - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- totalProcessingTime - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- totalResultSetNextTime - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- totalStartLogMiningSessionDuration - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- toUpperCase(String) - Static method in class io.debezium.connector.oracle.OracleConnectorConfig
- Transaction(String, Scn) - Constructor for class io.debezium.connector.oracle.logminer.TransactionalBuffer.Transaction
- transactionalBuffer - Variable in class io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor
- TransactionalBuffer - Class in io.debezium.connector.oracle.logminer
-
Buffer that stores transactions and related callbacks that will be executed when a transaction commits or discarded when a transaction has been rolled back.
- TransactionalBuffer(OracleConnectorConfig, OracleDatabaseSchema, Clock, ErrorHandler, OracleStreamingChangeEventSourceMetrics) - Constructor for class io.debezium.connector.oracle.logminer.TransactionalBuffer
-
Constructor to create a new instance.
- TransactionalBuffer.DmlEvent - Class in io.debezium.connector.oracle.logminer
-
Represents a DML event for a given table row.
- TransactionalBuffer.LobEraseEvent - Class in io.debezium.connector.oracle.logminer
-
Represents a LOB_ERASE event
- TransactionalBuffer.LobWriteEvent - Class in io.debezium.connector.oracle.logminer
-
Represents a LOB_WRITE event
- TransactionalBuffer.LogMinerEvent - Class in io.debezium.connector.oracle.logminer
-
Base class for all possible LogMiner events
- TransactionalBuffer.RecentlyCommittedTransaction - Class in io.debezium.connector.oracle.logminer
-
Represents a transaction boundary that was recently committed.
- TransactionalBuffer.SelectLobLocatorEvent - Class in io.debezium.connector.oracle.logminer
-
Represents a SELECT_LOB_LOCATOR event
- TransactionalBuffer.Transaction - Class in io.debezium.connector.oracle.logminer
-
Represents a logical database transaction
- transactionContext - Variable in class io.debezium.connector.oracle.OracleOffsetContext.Builder
- transactionContext - Variable in class io.debezium.connector.oracle.OracleOffsetContext
- transactionContext(TransactionContext) - Method in class io.debezium.connector.oracle.OracleOffsetContext.Builder
- transactionId - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer.RecentlyCommittedTransaction
- transactionId - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer.Transaction
- transactionId - Variable in class io.debezium.connector.oracle.SourceInfo
- transactions - Variable in class io.debezium.connector.oracle.logminer.TransactionalBuffer
- truncateTableStatement(String) - Static method in class io.debezium.connector.oracle.logminer.SqlUtils
- TX_ID - Static variable in class io.debezium.connector.oracle.logminer.RowMapper
- TXID_KEY - Static variable in class io.debezium.connector.oracle.SourceInfo
- type - Variable in class io.debezium.connector.oracle.logminer.LogFile
- Type() - Constructor for enum io.debezium.connector.oracle.logminer.LogFile.Type
- TYPE - Static variable in class io.debezium.connector.oracle.logminer.LogMinerAdapter
- TYPE - Static variable in class io.debezium.connector.oracle.xstream.XStreamAdapter
U
- undoDmlOperation(String, String, TableId) - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
-
Undo a staged DML operation in the transaction buffer.
- UNISTR_FUNCTION_END - Static variable in class io.debezium.connector.oracle.logminer.UnistrHelper
- UnistrHelper - Class in io.debezium.connector.oracle.logminer
-
A utility/helper class to support decoding Oracle Unicode String function values,
UNISTR. - UnistrHelper() - Constructor for class io.debezium.connector.oracle.logminer.UnistrHelper
- UNITSTR_FUNCTION_START - Static variable in class io.debezium.connector.oracle.logminer.UnistrHelper
- UNKNOWN - Static variable in class io.debezium.connector.oracle.logminer.LogMinerHelper
- unparsableDdlCount - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- UNSUPPORTED - Static variable in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
- UNSUPPORTED_TYPE - Static variable in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
- UPDATE - Static variable in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
- UPDATE - Static variable in class io.debezium.connector.oracle.logminer.RowMapper
- UPDATE_FLUSH_TABLE - Static variable in class io.debezium.connector.oracle.logminer.SqlUtils
- UPDATE_LENGTH - Static variable in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
- updateOffsetContext(OracleOffsetContext, EventDispatcher<TableId>) - Method in class io.debezium.connector.oracle.logminer.TransactionalBuffer
-
Update the offset context based on the current state of the transaction buffer.
- URL - Static variable in class io.debezium.connector.oracle.OracleConnection
-
A field for the raw jdbc url.
- URL - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- USERNAME - Static variable in class io.debezium.connector.oracle.logminer.RowMapper
- usesLocking() - Method in enum io.debezium.connector.oracle.OracleConnectorConfig.SnapshotLockingMode
- UTC_CALENDAR - Static variable in class io.debezium.connector.oracle.logminer.RowMapper
V
- validateAllFields(Configuration) - Method in class io.debezium.connector.oracle.OracleConnector
- validateConnection(Map<String, ConfigValue>, Configuration) - Method in class io.debezium.connector.oracle.OracleConnector
- validateOutServerName(Configuration, Field, Field.ValidationOutput) - Static method in class io.debezium.connector.oracle.OracleConnectorConfig
- validateRacNodes(Configuration, Field, Field.ValidationOutput) - Static method in class io.debezium.connector.oracle.OracleConnectorConfig
- value - Variable in enum io.debezium.connector.oracle.OracleConnectorConfig.ConnectorAdapter
- value - Variable in enum io.debezium.connector.oracle.OracleConnectorConfig.LogMiningDmlParser
- value - Variable in enum io.debezium.connector.oracle.OracleConnectorConfig.LogMiningStrategy
- value - Variable in enum io.debezium.connector.oracle.OracleConnectorConfig.SnapshotLockingMode
- value - Variable in enum io.debezium.connector.oracle.OracleConnectorConfig.SnapshotMode
- valueConverters - Variable in class io.debezium.connector.oracle.OracleDatabaseSchema
- valueOf(int) - Static method in class io.debezium.connector.oracle.Scn
-
Construct a
Scnfrom an integer value. - valueOf(long) - Static method in class io.debezium.connector.oracle.Scn
-
Construct a
Scnfrom a long value. - valueOf(String) - Static method in enum io.debezium.connector.oracle.logminer.LogFile.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.debezium.connector.oracle.logminer.LogMinerHelper.DATATYPE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.debezium.connector.oracle.OracleConnectorConfig.ConnectorAdapter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.debezium.connector.oracle.OracleConnectorConfig.LogMiningDmlParser
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.debezium.connector.oracle.OracleConnectorConfig.LogMiningStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.debezium.connector.oracle.OracleConnectorConfig.SnapshotLockingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.debezium.connector.oracle.OracleConnectorConfig.SnapshotMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class io.debezium.connector.oracle.Scn
-
Construct a
Scnfrom a string value. - valueOf(String) - Static method in enum io.debezium.connector.oracle.StreamingAdapter.TableNameCaseSensitivity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class io.debezium.connector.oracle.xstream.LcrPosition
- values - Variable in class io.debezium.connector.oracle.xstream.ChunkColumnValues
- values() - Static method in enum io.debezium.connector.oracle.logminer.LogFile.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.debezium.connector.oracle.logminer.LogMinerHelper.DATATYPE
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.debezium.connector.oracle.OracleConnectorConfig.ConnectorAdapter
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.debezium.connector.oracle.OracleConnectorConfig.LogMiningDmlParser
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.debezium.connector.oracle.OracleConnectorConfig.LogMiningStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.debezium.connector.oracle.OracleConnectorConfig.SnapshotLockingMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.debezium.connector.oracle.OracleConnectorConfig.SnapshotMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.debezium.connector.oracle.StreamingAdapter.TableNameCaseSensitivity
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VALUES - Static variable in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
- VALUES_LENGTH - Static variable in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
- variableScaleSchema(Column) - Method in class io.debezium.connector.oracle.OracleValueConverters
- version() - Static method in class io.debezium.connector.oracle.Module
- version() - Method in class io.debezium.connector.oracle.OracleConnector
- version() - Method in class io.debezium.connector.oracle.OracleConnectorTask
- VERSION_18_1_PATTERN - Static variable in class io.debezium.connector.oracle.OracleDatabaseVersion
- VERSION_PATTERN - Static variable in class io.debezium.connector.oracle.OracleDatabaseVersion
W
- waitForStartScnInArchiveLogs(ChangeEventSource.ChangeEventSourceContext, Scn) - Method in class io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSource
-
Waits for the starting system change number to exist in the archive logs before returning.
- warningCount - Variable in class io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics
- warnStuckScn() - Method in class io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor
-
This method is warning if a long running transaction is discovered and could be abandoned in the future.
- WHERE - Static variable in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
- WHERE - Static variable in class io.debezium.connector.oracle.logminer.parser.SelectLobParser
- WHERE_LENGTH - Static variable in class io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser
X
- xoutServerName - Variable in class io.debezium.connector.oracle.OracleConnectorConfig
- xsOut - Variable in class io.debezium.connector.oracle.xstream.XstreamStreamingChangeEventSource
- XSTREAM - io.debezium.connector.oracle.OracleConnectorConfig.ConnectorAdapter
-
This is based on XStream API.
- XSTREAM_SERVER_NAME - Static variable in class io.debezium.connector.oracle.OracleConnectorConfig
- XStreamAdapter - Class in io.debezium.connector.oracle.xstream
-
The streaming adapter implementation for Oracle XStream.
- XStreamAdapter(OracleConnectorConfig) - Constructor for class io.debezium.connector.oracle.xstream.XStreamAdapter
- XStreamChangeRecordEmitter - Class in io.debezium.connector.oracle.xstream
-
Emits change data based on a single
RowLCRevent. - XStreamChangeRecordEmitter(OffsetContext, RowLCR, Map<String, Object>, Table, Clock) - Constructor for class io.debezium.connector.oracle.xstream.XStreamChangeRecordEmitter
- XStreamOracleOffsetContextLoader - Class in io.debezium.connector.oracle.xstream
-
The
OffsetContextloader implementation for the Oracle XStream adapter - XStreamOracleOffsetContextLoader(OracleConnectorConfig) - Constructor for class io.debezium.connector.oracle.xstream.XStreamOracleOffsetContextLoader
- xStreamServerName - Variable in class io.debezium.connector.oracle.xstream.XstreamStreamingChangeEventSource
- XstreamStreamingChangeEventSource - Class in io.debezium.connector.oracle.xstream
-
A
StreamingChangeEventSourcebased on Oracle's XStream API. - XstreamStreamingChangeEventSource(OracleConnectorConfig, OracleConnection, EventDispatcher<TableId>, ErrorHandler, Clock, OracleDatabaseSchema, OracleStreamingChangeEventSourceMetrics) - Constructor for class io.debezium.connector.oracle.xstream.XstreamStreamingChangeEventSource
- XstreamStreamingChangeEventSource.PositionAndScn - Class in io.debezium.connector.oracle.xstream
All Classes All Packages