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

com.yelp.nrtsearch.server.grpc.AddReplicaRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.0-beta.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yelp/nrtsearch/luceneserver.proto

// Protobuf Java Version: 3.25.3
package com.yelp.nrtsearch.server.grpc;

public interface AddReplicaRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:luceneserver.AddReplicaRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *magic number send on all requests since these are meant for internal communication only
   * 
* * int32 magicNumber = 1; * @return The magicNumber. */ int getMagicNumber(); /** *
   *index name
   * 
* * string indexName = 2; * @return The indexName. */ java.lang.String getIndexName(); /** *
   *index name
   * 
* * string indexName = 2; * @return The bytes for indexName. */ com.google.protobuf.ByteString getIndexNameBytes(); /** *
   *replica Id
   * 
* * int32 replicaId = 3; * @return The replicaId. */ int getReplicaId(); /** *
   * replica host name
   * 
* * string hostName = 4; * @return The hostName. */ java.lang.String getHostName(); /** *
   * replica host name
   * 
* * string hostName = 4; * @return The bytes for hostName. */ com.google.protobuf.ByteString getHostNameBytes(); /** *
   * replica port number
   * 
* * int32 port = 5; * @return The port. */ int getPort(); /** *
   * index id
   * 
* * string indexId = 6; * @return The indexId. */ java.lang.String getIndexId(); /** *
   * index id
   * 
* * string indexId = 6; * @return The bytes for indexId. */ com.google.protobuf.ByteString getIndexIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy