public static interface Urlfrontier.BlockQueueParamsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCrawlID()
crawl ID
|
com.google.protobuf.ByteString |
getCrawlIDBytes()
crawl ID
|
java.lang.String |
getKey()
* ID for the queue *
|
com.google.protobuf.ByteString |
getKeyBytes()
* ID for the queue *
|
boolean |
getLocal()
only for this instance
|
long |
getTime()
* Expressed in seconds of UTC time since Unix epoch
1970-01-01T00:00:00Z.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getKey()
* ID for the queue *
string key = 1;com.google.protobuf.ByteString getKeyBytes()
* ID for the queue *
string key = 1;long getTime()
* Expressed in seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z. The default value of 0 will unblock the queue.
uint64 time = 2;java.lang.String getCrawlID()
crawl ID
string crawlID = 3;com.google.protobuf.ByteString getCrawlIDBytes()
crawl ID
string crawlID = 3;boolean getLocal()
only for this instance
bool local = 4;Copyright © 2020-2022 Crawler-Commons. All Rights Reserved.