com.yelp.nrtsearch.server.grpc.BackupWarmingQueriesRequestOrBuilder 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 BackupWarmingQueriesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:luceneserver.BackupWarmingQueriesRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Index whose warming queries to backup
*
*
* string index = 1;
* @return The index.
*/
java.lang.String getIndex();
/**
*
* Index whose warming queries to backup
*
*
* string index = 1;
* @return The bytes for index.
*/
com.google.protobuf.ByteString
getIndexBytes();
/**
*
* remote storage namespace qualifier for service
*
*
* string serviceName = 2;
* @return The serviceName.
*/
java.lang.String getServiceName();
/**
*
* remote storage namespace qualifier for service
*
*
* string serviceName = 2;
* @return The bytes for serviceName.
*/
com.google.protobuf.ByteString
getServiceNameBytes();
/**
*
* optional; minimum # of queries required to backup warming queries
*
*
* int32 numQueriesThreshold = 3;
* @return The numQueriesThreshold.
*/
int getNumQueriesThreshold();
/**
*
* optional; minimum # of minutes uptime to backup warming queries
*
*
* int32 uptimeMinutesThreshold = 4;
* @return The uptimeMinutesThreshold.
*/
int getUptimeMinutesThreshold();
}