Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Class and Description |
---|---|
static class |
Errorpb.ReadIndexNotReady
ReadIndexNotReady is the error variant that tells the read index request is not ready, that is,
the current region is in a status that not ready to serve the read index request.
|
static class |
Errorpb.ReadIndexNotReady.Builder
ReadIndexNotReady is the error variant that tells the read index request is not ready, that is,
the current region is in a status that not ready to serve the read index request.
|
Modifier and Type | Method and Description |
---|---|
Errorpb.ReadIndexNotReadyOrBuilder |
Errorpb.ErrorOrBuilder.getReadIndexNotReadyOrBuilder()
.errorpb.ReadIndexNotReady read_index_not_ready = 11; |
Errorpb.ReadIndexNotReadyOrBuilder |
Errorpb.Error.getReadIndexNotReadyOrBuilder()
.errorpb.ReadIndexNotReady read_index_not_ready = 11; |
Errorpb.ReadIndexNotReadyOrBuilder |
Errorpb.Error.Builder.getReadIndexNotReadyOrBuilder()
.errorpb.ReadIndexNotReady read_index_not_ready = 11; |
Copyright © 2024 PingCAP. All rights reserved.