public static interface ImportSstpb.CompactRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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 © 2024 PingCAP. All rights reserved.