Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Class and Description |
---|---|
static class |
Errorpb.StoreNotMatch
StoreNotMatch is the error variant that tells the request is sent to wrong store.
|
static class |
Errorpb.StoreNotMatch.Builder
StoreNotMatch is the error variant that tells the request is sent to wrong store.
|
Modifier and Type | Method and Description |
---|---|
Errorpb.StoreNotMatchOrBuilder |
Errorpb.ErrorOrBuilder.getStoreNotMatchOrBuilder()
.errorpb.StoreNotMatch store_not_match = 8; |
Errorpb.StoreNotMatchOrBuilder |
Errorpb.Error.getStoreNotMatchOrBuilder()
.errorpb.StoreNotMatch store_not_match = 8; |
Errorpb.StoreNotMatchOrBuilder |
Errorpb.Error.Builder.getStoreNotMatchOrBuilder()
.errorpb.StoreNotMatch store_not_match = 8; |
Copyright © 2024 PingCAP. All rights reserved.