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

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

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

package com.srotya.minuteman.rpc;

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

  /**
   * optional string routeKey = 1;
   */
  java.lang.String getRouteKey();
  /**
   * optional string routeKey = 1;
   */
  com.google.protobuf.ByteString
      getRouteKeyBytes();

  /**
   * optional string replicaAddress = 2;
   */
  java.lang.String getReplicaAddress();
  /**
   * optional string replicaAddress = 2;
   */
  com.google.protobuf.ByteString
      getReplicaAddressBytes();

  /**
   * optional string replicaNodeKey = 3;
   */
  java.lang.String getReplicaNodeKey();
  /**
   * optional string replicaNodeKey = 3;
   */
  com.google.protobuf.ByteString
      getReplicaNodeKeyBytes();

  /**
   * optional int32 replicaPort = 4;
   */
  int getReplicaPort();

  /**
   * optional string leaderNodeKey = 5;
   */
  java.lang.String getLeaderNodeKey();
  /**
   * optional string leaderNodeKey = 5;
   */
  com.google.protobuf.ByteString
      getLeaderNodeKeyBytes();

  /**
   * optional string leaderAddress = 6;
   */
  java.lang.String getLeaderAddress();
  /**
   * optional string leaderAddress = 6;
   */
  com.google.protobuf.ByteString
      getLeaderAddressBytes();

  /**
   * optional int32 leaderPort = 7;
   */
  int getLeaderPort();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy