public static interface Urlfrontier.QueueListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCrawlID()
crawl ID - empty string for default
|
com.google.protobuf.ByteString |
getCrawlIDBytes()
crawl ID - empty string for default
|
int |
getSize()
number of values returned
|
int |
getStart()
position of the first result in the list
|
long |
getTotal()
total number of queues
|
java.lang.String |
getValues(int index)
repeated string values = 1; |
com.google.protobuf.ByteString |
getValuesBytes(int index)
repeated string values = 1; |
int |
getValuesCount()
repeated string values = 1; |
java.util.List<java.lang.String> |
getValuesList()
repeated string values = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<java.lang.String> getValuesList()
repeated string values = 1;int getValuesCount()
repeated string values = 1;java.lang.String getValues(int index)
repeated string values = 1;index - The index of the element to return.com.google.protobuf.ByteString getValuesBytes(int index)
repeated string values = 1;index - The index of the value to return.long getTotal()
total number of queues
uint64 total = 2;int getStart()
position of the first result in the list
uint32 start = 3;int getSize()
number of values returned
uint32 size = 4;java.lang.String getCrawlID()
crawl ID - empty string for default
string crawlID = 5;com.google.protobuf.ByteString getCrawlIDBytes()
crawl ID - empty string for default
string crawlID = 5;Copyright © 2020-2022 Crawler-Commons. All Rights Reserved.