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

com.yelp.nrtsearch.server.grpc.NodeInfoOrBuilder 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 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy