| Package | Description |
|---|---|
| io.debezium.connector.mongodb |
| Modifier and Type | Field and Description |
|---|---|
private MongoDbConnectorConfig.SnapshotMode |
MongoDbConnectorConfig.snapshotMode |
| Modifier and Type | Method and Description |
|---|---|
MongoDbConnectorConfig.SnapshotMode |
MongoDbConnectorConfig.getSnapshotMode() |
static MongoDbConnectorConfig.SnapshotMode |
MongoDbConnectorConfig.SnapshotMode.parse(String value)
Determine if the supplied value is one of the predefined options.
|
static MongoDbConnectorConfig.SnapshotMode |
MongoDbConnectorConfig.SnapshotMode.parse(String value,
String defaultValue)
Determine if the supplied value is one of the predefined options.
|
static MongoDbConnectorConfig.SnapshotMode |
MongoDbConnectorConfig.SnapshotMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MongoDbConnectorConfig.SnapshotMode[] |
MongoDbConnectorConfig.SnapshotMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.