public static interface LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContext()
Context within which the filter was called.
|
com.google.protobuf.ByteString |
getContextBytes()
Context within which the filter was called.
|
double |
getDurationSeconds()
Time spent in the filter.
|
java.lang.String |
getLocalSearchFilter()
Name of the filter.
|
com.google.protobuf.ByteString |
getLocalSearchFilterBytes()
Name of the filter.
|
long |
getNumCalls()
Number of times the filter was called.
|
long |
getNumRejects()
Number of times the filter rejected a neighbor.
|
double |
getNumRejectsPerSecond()
Number of rejects per second.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getLocalSearchFilter()
Name of the filter.
string local_search_filter = 1;
com.google.protobuf.ByteString getLocalSearchFilterBytes()
Name of the filter.
string local_search_filter = 1;
long getNumCalls()
Number of times the filter was called.
int64 num_calls = 2;
long getNumRejects()
Number of times the filter rejected a neighbor.
int64 num_rejects = 3;
double getDurationSeconds()
Time spent in the filter.
double duration_seconds = 4;
double getNumRejectsPerSecond()
Number of rejects per second.
double num_rejects_per_second = 5;
java.lang.String getContext()
Context within which the filter was called.
string context = 6;
com.google.protobuf.ByteString getContextBytes()
Context within which the filter was called.
string context = 6;
Copyright © 2025. All rights reserved.