com.yelp.nrtsearch.server.grpc.NewNRTPointOrBuilder 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
// 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 NewNRTPointOrBuilder extends
// @@protoc_insertion_point(interface_extends:luceneserver.NewNRTPoint)
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();
/**
*
*primary, the generation of this primary (should increment each time a new primary starts for this index)
*
*
* int64 primaryGen = 3;
* @return The primaryGen.
*/
long getPrimaryGen();
/**
*
*version number when this SegmentInfos was generated
*
*
* int64 version = 4;
* @return The version.
*/
long getVersion();
/**
*
* index id
*
*
* string indexId = 5;
* @return The indexId.
*/
java.lang.String getIndexId();
/**
*
* index id
*
*
* string indexId = 5;
* @return The bytes for indexId.
*/
com.google.protobuf.ByteString
getIndexIdBytes();
}