public static interface Urlfrontier.URLInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsMetadata(java.lang.String key)
Arbitrary key / values stored alongside the URL.
|
java.lang.String |
getKey()
The key is used to put the URLs into queues, the value can be anything set by the client but would typically be the hostname,
domain name or IP or the URL.
|
com.google.protobuf.ByteString |
getKeyBytes()
The key is used to put the URLs into queues, the value can be anything set by the client but would typically be the hostname,
domain name or IP or the URL.
|
java.util.Map<java.lang.String,Urlfrontier.StringList> |
getMetadata()
Deprecated.
|
int |
getMetadataCount()
Arbitrary key / values stored alongside the URL.
|
java.util.Map<java.lang.String,Urlfrontier.StringList> |
getMetadataMap()
Arbitrary key / values stored alongside the URL.
|
Urlfrontier.StringList |
getMetadataOrDefault(java.lang.String key,
Urlfrontier.StringList defaultValue)
Arbitrary key / values stored alongside the URL.
|
Urlfrontier.StringList |
getMetadataOrThrow(java.lang.String key)
Arbitrary key / values stored alongside the URL.
|
java.lang.String |
getUrl()
URL *
|
com.google.protobuf.ByteString |
getUrlBytes()
URL *
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getUrl()
URL *
string url = 1;com.google.protobuf.ByteString getUrlBytes()
URL *
string url = 1;java.lang.String getKey()
The key is used to put the URLs into queues, the value can be anything set by the client but would typically be the hostname, domain name or IP or the URL. If not set, the service will use a sensible default like hostname.
string key = 2;com.google.protobuf.ByteString getKeyBytes()
The key is used to put the URLs into queues, the value can be anything set by the client but would typically be the hostname, domain name or IP or the URL. If not set, the service will use a sensible default like hostname.
string key = 2;int getMetadataCount()
Arbitrary key / values stored alongside the URL. Can be anything needed by the crawler like http status, source URL etc...
map<string, .urlfrontier.StringList> metadata = 3;boolean containsMetadata(java.lang.String key)
Arbitrary key / values stored alongside the URL. Can be anything needed by the crawler like http status, source URL etc...
map<string, .urlfrontier.StringList> metadata = 3;@Deprecated java.util.Map<java.lang.String,Urlfrontier.StringList> getMetadata()
getMetadataMap() instead.java.util.Map<java.lang.String,Urlfrontier.StringList> getMetadataMap()
Arbitrary key / values stored alongside the URL. Can be anything needed by the crawler like http status, source URL etc...
map<string, .urlfrontier.StringList> metadata = 3;Urlfrontier.StringList getMetadataOrDefault(java.lang.String key, Urlfrontier.StringList defaultValue)
Arbitrary key / values stored alongside the URL. Can be anything needed by the crawler like http status, source URL etc...
map<string, .urlfrontier.StringList> metadata = 3;Urlfrontier.StringList getMetadataOrThrow(java.lang.String key)
Arbitrary key / values stored alongside the URL. Can be anything needed by the crawler like http status, source URL etc...
map<string, .urlfrontier.StringList> metadata = 3;Copyright © 2020-2021 Crawler-Commons. All Rights Reserved.