Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Class and Description |
---|---|
static class |
Kvrpcpb.GCRequest
Request TiKV to garbage collect all non-current data older than `safe_point`.
|
static class |
Kvrpcpb.GCRequest.Builder
Request TiKV to garbage collect all non-current data older than `safe_point`.
|
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.GCRequestOrBuilder |
Tikvpb.BatchCommandsRequest.RequestOrBuilder.getGCOrBuilder()
.kvrpcpb.GCRequest GC = 11; |
Kvrpcpb.GCRequestOrBuilder |
Tikvpb.BatchCommandsRequest.Request.getGCOrBuilder()
.kvrpcpb.GCRequest GC = 11; |
Kvrpcpb.GCRequestOrBuilder |
Tikvpb.BatchCommandsRequest.Request.Builder.getGCOrBuilder()
.kvrpcpb.GCRequest GC = 11; |
Copyright © 2024 PingCAP. All rights reserved.