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

com.srotya.minuteman.rpc.BatchDataResponseOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: cluster.proto

package com.srotya.minuteman.rpc;

public interface BatchDataResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:rpcs.BatchDataResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated bytes data = 1;
   */
  java.util.List getDataList();
  /**
   * repeated bytes data = 1;
   */
  int getDataCount();
  /**
   * repeated bytes data = 1;
   */
  com.google.protobuf.ByteString getData(int index);

  /**
   * optional int64 nextOffset = 2;
   */
  long getNextOffset();

  /**
   * optional int32 responseCode = 4;
   */
  int getResponseCode();

  /**
   * optional int64 commitOffset = 5;
   */
  long getCommitOffset();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy