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

com.yelp.nrtsearch.server.grpc.NodeInfoOrBuilder 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 NodeInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:luceneserver.NodeInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *name or ip address of the remote host that this node is connected to for binary replication
   * 
* * string hostname = 1; * @return The hostname. */ java.lang.String getHostname(); /** *
   *name or ip address of the remote host that this node is connected to for binary replication
   * 
* * string hostname = 1; * @return The bytes for hostname. */ com.google.protobuf.ByteString getHostnameBytes(); /** *
   *port number of the remote host that this node is connected to for binary replication
   * 
* * int32 port = 2; * @return The port. */ int getPort(); /** *
   *name of the remote node
   * 
* * string nodeName = 3; * @return The nodeName. */ java.lang.String getNodeName(); /** *
   *name of the remote node
   * 
* * string nodeName = 3; * @return The bytes for nodeName. */ com.google.protobuf.ByteString getNodeNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy