public static interface Rpc.CompactionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
long 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 © 2018. All rights reserved.