| Package | Description |
|---|---|
| tech.ydb.table.description | |
| tech.ydb.table.impl | |
| tech.ydb.table.settings |
| Modifier and Type | Method and Description |
|---|---|
Changefeed.Mode |
ChangefeedDescription.getMode() |
| Constructor and Description |
|---|
ChangefeedDescription(String name,
Changefeed.Mode mode,
Changefeed.Format format,
ChangefeedDescription.State state,
boolean virtualTimestamps)
Deprecated.
use constructor with resolvedTimestampsInterval instead
|
ChangefeedDescription(String name,
Changefeed.Mode mode,
Changefeed.Format format,
ChangefeedDescription.State state,
boolean virtualTimestamps,
Duration resolvedTimestampsInterval) |
| Modifier and Type | Method and Description |
|---|---|
static tech.ydb.proto.table.YdbTable.ChangefeedMode.Mode |
BaseSession.buildChangefeedMode(Changefeed.Mode mode) |
| Modifier and Type | Method and Description |
|---|---|
Changefeed.Mode |
Changefeed.getMode() |
static Changefeed.Mode |
Changefeed.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Changefeed.Mode[] |
Changefeed.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Changefeed.Builder |
Changefeed.Builder.withMode(Changefeed.Mode mode) |
Copyright © 2025. All rights reserved.