public interface CompactionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getPhysical()
physical is set so the RPC will wait until the compaction is physically
applied to the local database such that compacted entries are totally
removed from the backend database.
|
long |
getRevision()
revision is the key-value store revision for the compaction operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getRevision()
revision is the key-value store revision for the compaction operation.
int64 revision = 1;boolean getPhysical()
physical is set so the RPC will wait until the compaction is physically applied to the local database such that compacted entries are totally removed from the backend database.
bool physical = 2;Copyright © 2023. All rights reserved.