Package crawlercommons.urlfrontier
Interface Urlfrontier.CountUrlParamsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Urlfrontier.CountUrlParams,Urlfrontier.CountUrlParams.Builder
- Enclosing class:
Urlfrontier
public static interface Urlfrontier.CountUrlParamsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncrawl IDcom.google.protobuf.ByteStringcrawl IDSearch filter on url (can be empty, default is empty)com.google.protobuf.ByteStringSearch filter on url (can be empty, default is empty)booleanIgnore Case sensitivity for search filter (default is false -> case sensitive)getKey()ID for the queue *com.google.protobuf.ByteStringID for the queue *booleangetLocal()only for the current local instance (default is false)booleanSearch filter on url (can be empty, default is empty)booleanIgnore Case sensitivity for search filter (default is false -> case sensitive)booleanhasLocal()only for the current local instance (default is false)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.
-
getCrawlID
String getCrawlID()crawl ID
string crawlID = 2;- Returns:
- The crawlID.
-
getCrawlIDBytes
com.google.protobuf.ByteString getCrawlIDBytes()crawl ID
string crawlID = 2;- Returns:
- The bytes for crawlID.
-
hasFilter
boolean hasFilter()Search filter on url (can be empty, default is empty)
optional string filter = 3;- Returns:
- Whether the filter field is set.
-
getFilter
String getFilter()Search filter on url (can be empty, default is empty)
optional string filter = 3;- Returns:
- The filter.
-
getFilterBytes
com.google.protobuf.ByteString getFilterBytes()Search filter on url (can be empty, default is empty)
optional string filter = 3;- Returns:
- The bytes for filter.
-
hasIgnoreCase
boolean hasIgnoreCase()Ignore Case sensitivity for search filter (default is false -> case sensitive)
optional bool ignoreCase = 4;- Returns:
- Whether the ignoreCase field is set.
-
getIgnoreCase
boolean getIgnoreCase()Ignore Case sensitivity for search filter (default is false -> case sensitive)
optional bool ignoreCase = 4;- Returns:
- The ignoreCase.
-
hasLocal
boolean hasLocal()only for the current local instance (default is false)
optional bool local = 5;- Returns:
- Whether the local field is set.
-
getLocal
boolean getLocal()only for the current local instance (default is false)
optional bool local = 5;- Returns:
- The local.
-