public static interface Urlfrontier.QueueDelayParamsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCrawlID()
crawl ID - empty string for default
|
com.google.protobuf.ByteString |
getCrawlIDBytes()
crawl ID - empty string for default
|
int |
getDelayRequestable()
delay in seconds before a queue can provide new URLs
|
java.lang.String |
getKey()
* ID for the queue - an empty value sets the default for all the queues *
|
com.google.protobuf.ByteString |
getKeyBytes()
* ID for the queue - an empty value sets the default for all the queues *
|
boolean |
getLocal()
only for this instance
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getKey()
* ID for the queue - an empty value sets the default for all the queues *
string key = 1;com.google.protobuf.ByteString getKeyBytes()
* ID for the queue - an empty value sets the default for all the queues *
string key = 1;int getDelayRequestable()
delay in seconds before a queue can provide new URLs
uint32 delay_requestable = 2;java.lang.String getCrawlID()
crawl ID - empty string for default
string crawlID = 3;com.google.protobuf.ByteString getCrawlIDBytes()
crawl ID - empty string for default
string crawlID = 3;boolean getLocal()
only for this instance
bool local = 4;Copyright © 2020-2022 Crawler-Commons. All Rights Reserved.