| Package | Description |
|---|---|
| tech.ydb.table.description |
| Modifier and Type | Method and Description |
|---|---|
ChangefeedDescription.State |
ChangefeedDescription.getState() |
static ChangefeedDescription.State |
ChangefeedDescription.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangefeedDescription.State[] |
ChangefeedDescription.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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) |
Copyright © 2025. All rights reserved.