com.yelp.nrtsearch.server.grpc.NodeInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clientlib Show documentation
Show all versions of clientlib Show documentation
GRPC Clientlib for nrtSearch
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();
}