public interface QuerySubscriptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getClientId()
The unique identifier of the Client Instance containing the Query Handler
|
com.google.protobuf.ByteString |
getClientIdBytes()
The unique identifier of the Client Instance containing the Query Handler
|
String |
getComponentName()
The name of the Component containing the Query Handler
|
com.google.protobuf.ByteString |
getComponentNameBytes()
The name of the Component containing the Query Handler
|
String |
getMessageId()
The unique identifier of this Message
|
com.google.protobuf.ByteString |
getMessageIdBytes()
The unique identifier of this Message
|
int |
getNrOfHandlers()
The number of Query Handlers registered within this Component with the same details.
|
String |
getQuery()
The name of the Query the Handler is subscribed to
|
com.google.protobuf.ByteString |
getQueryBytes()
The name of the Query the Handler is subscribed to
|
String |
getResultName()
The type of Result this Handler produces
|
com.google.protobuf.ByteString |
getResultNameBytes()
The type of Result this Handler produces
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getMessageId()
The unique identifier of this Message
string message_id = 1;
com.google.protobuf.ByteString getMessageIdBytes()
The unique identifier of this Message
string message_id = 1;
String getQuery()
The name of the Query the Handler is subscribed to
string query = 2;
com.google.protobuf.ByteString getQueryBytes()
The name of the Query the Handler is subscribed to
string query = 2;
String getResultName()
The type of Result this Handler produces
string result_name = 3;
com.google.protobuf.ByteString getResultNameBytes()
The type of Result this Handler produces
string result_name = 3;
String getComponentName()
The name of the Component containing the Query Handler
string component_name = 4;
com.google.protobuf.ByteString getComponentNameBytes()
The name of the Component containing the Query Handler
string component_name = 4;
String getClientId()
The unique identifier of the Client Instance containing the Query Handler
string client_id = 5;
com.google.protobuf.ByteString getClientIdBytes()
The unique identifier of the Client Instance containing the Query Handler
string client_id = 5;
int getNrOfHandlers()
The number of Query Handlers registered within this Component with the same details. This number is used to calculate the number of candidates for Scatter-Gather Queries.
int32 nr_of_handlers = 6;
Copyright © 2010–2020. All rights reserved.