Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Class and Description |
---|---|
static class |
Cdcpb.ClusterIDMismatch
ClusterIDMismatch is an error variable that
tells people that the cluster ID of the request does not match the TiKV cluster ID.
|
static class |
Cdcpb.ClusterIDMismatch.Builder
ClusterIDMismatch is an error variable that
tells people that the cluster ID of the request does not match the TiKV cluster ID.
|
Modifier and Type | Method and Description |
---|---|
Cdcpb.ClusterIDMismatchOrBuilder |
Cdcpb.ErrorOrBuilder.getClusterIdMismatchOrBuilder()
.cdcpb.ClusterIDMismatch cluster_id_mismatch = 6; |
Cdcpb.ClusterIDMismatchOrBuilder |
Cdcpb.Error.getClusterIdMismatchOrBuilder()
.cdcpb.ClusterIDMismatch cluster_id_mismatch = 6; |
Cdcpb.ClusterIDMismatchOrBuilder |
Cdcpb.Error.Builder.getClusterIdMismatchOrBuilder()
.cdcpb.ClusterIDMismatch cluster_id_mismatch = 6; |
Copyright © 2024 PingCAP. All rights reserved.