public static interface ImportSstpb.CompactRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
int |
getOutputLevel()
int32 output_level = 2; |
ImportSstpb.Range |
getRange()
Compact files in the range and above the output level.
|
ImportSstpb.RangeOrBuilder |
getRangeOrBuilder()
Compact files in the range and above the output level.
|
boolean |
hasRange()
Compact files in the range and above the output level.
|
boolean hasRange()
Compact files in the range and above the output level. Compact all files if the range is not specified. Compact all files to the bottommost level if the output level is -1.
.import_sstpb.Range range = 1;
ImportSstpb.Range getRange()
Compact files in the range and above the output level. Compact all files if the range is not specified. Compact all files to the bottommost level if the output level is -1.
.import_sstpb.Range range = 1;
ImportSstpb.RangeOrBuilder getRangeOrBuilder()
Compact files in the range and above the output level. Compact all files if the range is not specified. Compact all files to the bottommost level if the output level is -1.
.import_sstpb.Range range = 1;
int getOutputLevel()
int32 output_level = 2;
Copyright © 2022 PingCAP. All rights reserved.