Package crawlercommons.urlfrontier
Interface Urlfrontier.QueueWithinCrawlParamsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Urlfrontier.QueueWithinCrawlParams,Urlfrontier.QueueWithinCrawlParams.Builder
- Enclosing class:
- Urlfrontier
public static interface Urlfrontier.QueueWithinCrawlParamsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCrawlID()crawl ID - empty string for defaultcom.google.protobuf.ByteStringgetCrawlIDBytes()crawl ID - empty string for defaultStringgetKey()* ID for the queue *com.google.protobuf.ByteStringgetKeyBytes()* ID for the queue *booleangetLocal()only for this instance-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getKey
String getKey()
* ID for the queue *
string key = 1;- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()
* ID for the queue *
string key = 1;- Returns:
- The bytes for key.
-
getCrawlID
String getCrawlID()
crawl ID - empty string for default
string crawlID = 2;- Returns:
- The crawlID.
-
getCrawlIDBytes
com.google.protobuf.ByteString getCrawlIDBytes()
crawl ID - empty string for default
string crawlID = 2;- Returns:
- The bytes for crawlID.
-
getLocal
boolean getLocal()
only for this instance
bool local = 3;- Returns:
- The local.
-
-