com.srotya.minuteman.rpc.BatchDataRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: cluster.proto
package com.srotya.minuteman.rpc;
public interface BatchDataRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:rpcs.BatchDataRequest)
com.google.protobuf.MessageOrBuilder {
/**
* optional int64 offset = 1;
*/
long getOffset();
/**
* optional string nodeId = 2;
*/
java.lang.String getNodeId();
/**
* optional string nodeId = 2;
*/
com.google.protobuf.ByteString
getNodeIdBytes();
/**
* optional int32 maxBytes = 3;
*/
int getMaxBytes();
/**
* optional string routeKey = 5;
*/
java.lang.String getRouteKey();
/**
* optional string routeKey = 5;
*/
com.google.protobuf.ByteString
getRouteKeyBytes();
}