public static interface Debugpb.CompactRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Debugpb.BottommostLevelCompaction |
getBottommostLevelCompaction()
.debugpb.BottommostLevelCompaction bottommost_level_compaction = 6; |
int |
getBottommostLevelCompactionValue()
.debugpb.BottommostLevelCompaction bottommost_level_compaction = 6; |
String |
getCf()
string cf = 2; |
com.google.protobuf.ByteString |
getCfBytes()
string cf = 2; |
Debugpb.DB |
getDb()
.debugpb.DB db = 1; |
int |
getDbValue()
.debugpb.DB db = 1; |
com.google.protobuf.ByteString |
getFromKey()
bytes from_key = 3; |
int |
getThreads()
uint32 threads = 5; |
com.google.protobuf.ByteString |
getToKey()
bytes to_key = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getDbValue()
.debugpb.DB db = 1;
Debugpb.DB getDb()
.debugpb.DB db = 1;
String getCf()
string cf = 2;
com.google.protobuf.ByteString getCfBytes()
string cf = 2;
com.google.protobuf.ByteString getFromKey()
bytes from_key = 3;
com.google.protobuf.ByteString getToKey()
bytes to_key = 4;
int getThreads()
uint32 threads = 5;
int getBottommostLevelCompactionValue()
.debugpb.BottommostLevelCompaction bottommost_level_compaction = 6;
Debugpb.BottommostLevelCompaction getBottommostLevelCompaction()
.debugpb.BottommostLevelCompaction bottommost_level_compaction = 6;
Copyright © 2024 PingCAP. All rights reserved.