public static interface Urlfrontier.StatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsCounts(java.lang.String key)
custom counts
|
java.util.Map<java.lang.String,java.lang.Long> |
getCounts()
Deprecated.
|
int |
getCountsCount()
custom counts
|
java.util.Map<java.lang.String,java.lang.Long> |
getCountsMap()
custom counts
|
long |
getCountsOrDefault(java.lang.String key,
long defaultValue)
custom counts
|
long |
getCountsOrThrow(java.lang.String key)
custom counts
|
int |
getInProcess()
number of URLs currently in flight
|
long |
getNumberOfQueues()
number of active queues in the frontier
|
long |
getSize()
number of active URLs in queues
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getSize()
number of active URLs in queues
uint64 size = 1;int getInProcess()
number of URLs currently in flight
uint32 inProcess = 2;int getCountsCount()
custom counts
map<string, uint64> counts = 3;boolean containsCounts(java.lang.String key)
custom counts
map<string, uint64> counts = 3;@Deprecated java.util.Map<java.lang.String,java.lang.Long> getCounts()
getCountsMap() instead.java.util.Map<java.lang.String,java.lang.Long> getCountsMap()
custom counts
map<string, uint64> counts = 3;long getCountsOrDefault(java.lang.String key,
long defaultValue)
custom counts
map<string, uint64> counts = 3;long getCountsOrThrow(java.lang.String key)
custom counts
map<string, uint64> counts = 3;long getNumberOfQueues()
number of active queues in the frontier
uint64 numberOfQueues = 4;Copyright © 2020-2021 Crawler-Commons. All Rights Reserved.