Package crawlercommons.urlfrontier
Interface Urlfrontier.CrawlLimitParamsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Urlfrontier.CrawlLimitParams,Urlfrontier.CrawlLimitParams.Builder
- Enclosing class:
- Urlfrontier
public static interface Urlfrontier.CrawlLimitParamsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-
getLimit
int getLimit()uint32 limit = 2;- Returns:
- The limit.
-
getCrawlID
String getCrawlID()crawl ID
string crawlID = 3;- Returns:
- The crawlID.
-
getCrawlIDBytes
com.google.protobuf.ByteString getCrawlIDBytes()crawl ID
string crawlID = 3;- Returns:
- The bytes for crawlID.
-