Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Class and Description |
---|---|
static class |
Errorpb.RegionNotFound
RegionNotFound is the error variant that tells there isn't any region in this TiKV
matches the requested region ID.
|
static class |
Errorpb.RegionNotFound.Builder
RegionNotFound is the error variant that tells there isn't any region in this TiKV
matches the requested region ID.
|
Modifier and Type | Method and Description |
---|---|
Errorpb.RegionNotFoundOrBuilder |
Cdcpb.ErrorOrBuilder.getRegionNotFoundOrBuilder()
.errorpb.RegionNotFound region_not_found = 2; |
Errorpb.RegionNotFoundOrBuilder |
Cdcpb.Error.getRegionNotFoundOrBuilder()
.errorpb.RegionNotFound region_not_found = 2; |
Errorpb.RegionNotFoundOrBuilder |
Cdcpb.Error.Builder.getRegionNotFoundOrBuilder()
.errorpb.RegionNotFound region_not_found = 2; |
Errorpb.RegionNotFoundOrBuilder |
Errorpb.ErrorOrBuilder.getRegionNotFoundOrBuilder()
.errorpb.RegionNotFound region_not_found = 3; |
Errorpb.RegionNotFoundOrBuilder |
Errorpb.Error.getRegionNotFoundOrBuilder()
.errorpb.RegionNotFound region_not_found = 3; |
Errorpb.RegionNotFoundOrBuilder |
Errorpb.Error.Builder.getRegionNotFoundOrBuilder()
.errorpb.RegionNotFound region_not_found = 3; |
Copyright © 2024 PingCAP. All rights reserved.