io.helidon.config.etcd.internal.client.proto.CompactionRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of helidon-config-etcd Show documentation
Show all versions of helidon-config-etcd Show documentation
etcd config source implementation.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: rpc.proto
// Protobuf Java Version: 4.27.3
package io.helidon.config.etcd.internal.client.proto;
public interface CompactionRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:etcdserverpb.CompactionRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* revision is the key-value store revision for the compaction operation.
*
*
* int64 revision = 1;
* @return The revision.
*/
long getRevision();
/**
*
* 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;
* @return The physical.
*/
boolean getPhysical();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy