All Downloads are FREE. Search and download functionalities are using the official Maven repository.

protobuf.java.io.helidon.config.etcd.internal.client.proto.CompactionRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.1.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: rpc.proto

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; */ 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; */ boolean getPhysical(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy