| Package | Description |
|---|---|
| io.debezium.pipeline.spi |
| Modifier and Type | Field and Description |
|---|---|
private SnapshotResult.SnapshotResultStatus |
SnapshotResult.status |
| Modifier and Type | Method and Description |
|---|---|
SnapshotResult.SnapshotResultStatus |
SnapshotResult.getStatus() |
static SnapshotResult.SnapshotResultStatus |
SnapshotResult.SnapshotResultStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotResult.SnapshotResultStatus[] |
SnapshotResult.SnapshotResultStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SnapshotResult(SnapshotResult.SnapshotResultStatus status,
OffsetContext offset) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.