public static interface Urlfrontier.GetParamsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getDelayRequestable()
delay in seconds before a URL can be unlocked and sent again for fetching
|
java.lang.String |
getKey()
queue id if restricting to a specific queue
|
com.google.protobuf.ByteString |
getKeyBytes()
queue id if restricting to a specific queue
|
int |
getMaxQueues()
maximum number of queues to get URLs from, the default value of 0 means no limit
|
int |
getMaxUrlsPerQueue()
maximum number of URLs per queue, the default value of 0 means no limit
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getMaxUrlsPerQueue()
maximum number of URLs per queue, the default value of 0 means no limit
uint32 max_urls_per_queue = 1;int getMaxQueues()
maximum number of queues to get URLs from, the default value of 0 means no limit
uint32 max_queues = 2;java.lang.String getKey()
queue id if restricting to a specific queue
string key = 3;com.google.protobuf.ByteString getKeyBytes()
queue id if restricting to a specific queue
string key = 3;int getDelayRequestable()
delay in seconds before a URL can be unlocked and sent again for fetching
uint32 delay_requestable = 4;Copyright © 2020-2021 Crawler-Commons. All Rights Reserved.