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

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

The 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 [deprecated = true]; * @deprecated luceneserver.AddReplicaRequest.replicaId is deprecated. * See yelp/nrtsearch/luceneserver.proto;l=940 * @return The replicaId. */ @java.lang.Deprecated 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(); /** *
   * node name
   * 
* * string nodeName = 7; * @return The nodeName. */ java.lang.String getNodeName(); /** *
   * node name
   * 
* * string nodeName = 7; * @return The bytes for nodeName. */ com.google.protobuf.ByteString getNodeNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy