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

io.etcd.jetcd.api.HashKVResponseOrBuilder Maven / Gradle / Ivy

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

package io.etcd.jetcd.api;

public interface HashKVResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:etcdserverpb.HashKVResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .etcdserverpb.ResponseHeader header = 1;
   * @return Whether the header field is set.
   */
  boolean hasHeader();
  /**
   * .etcdserverpb.ResponseHeader header = 1;
   * @return The header.
   */
  io.etcd.jetcd.api.ResponseHeader getHeader();
  /**
   * .etcdserverpb.ResponseHeader header = 1;
   */
  io.etcd.jetcd.api.ResponseHeaderOrBuilder getHeaderOrBuilder();

  /**
   * 
   * hash is the hash value computed from the responding member's MVCC keys up to a given revision.
   * 
* * uint32 hash = 2; * @return The hash. */ int getHash(); /** *
   * compact_revision is the compacted revision of key-value store when hash begins.
   * 
* * int64 compact_revision = 3; * @return The compactRevision. */ long getCompactRevision(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy