| Package | Description |
|---|---|
| tech.ydb.table.description | |
| tech.ydb.table.impl | |
| tech.ydb.table.settings |
| Modifier and Type | Method and Description |
|---|---|
Changefeed.Format |
ChangefeedDescription.getFormat() |
| 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.ChangefeedFormat.Format |
BaseSession.buildChangefeedFormat(Changefeed.Format format) |
| Modifier and Type | Method and Description |
|---|---|
Changefeed.Format |
Changefeed.getFormat() |
static Changefeed.Format |
Changefeed.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Changefeed.Format[] |
Changefeed.Format.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.withFormat(Changefeed.Format format) |
Copyright © 2025. All rights reserved.