@Internal public class GetSchemaRequest extends Object implements org.apache.flink.runtime.operators.coordination.CoordinationRequest
SchemaRegistry for getting schema of a table.| Modifier and Type | Field and Description |
|---|---|
static int |
LATEST_SCHEMA_VERSION |
| Constructor and Description |
|---|
GetSchemaRequest(org.apache.flink.cdc.common.event.TableId tableId,
int schemaVersion) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSchemaVersion() |
org.apache.flink.cdc.common.event.TableId |
getTableId() |
static GetSchemaRequest |
ofLatestSchema(org.apache.flink.cdc.common.event.TableId tableId) |
String |
toString() |
public static final int LATEST_SCHEMA_VERSION
public GetSchemaRequest(org.apache.flink.cdc.common.event.TableId tableId,
int schemaVersion)
public static GetSchemaRequest ofLatestSchema(org.apache.flink.cdc.common.event.TableId tableId)
public org.apache.flink.cdc.common.event.TableId getTableId()
public int getSchemaVersion()
Copyright © 2024 The Apache Software Foundation. All rights reserved.