Interface Urlfrontier.QueueDelayParamsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Urlfrontier.QueueDelayParams, Urlfrontier.QueueDelayParams.Builder
Enclosing class:
Urlfrontier

public static interface Urlfrontier.QueueDelayParamsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    crawl ID - empty string for default
    com.google.protobuf.ByteString
    crawl ID - empty string for default
    int
    delay in seconds before a queue can provide new URLs
    * ID for the queue - an empty value sets the default for all the queues *
    com.google.protobuf.ByteString
    * ID for the queue - an empty value sets the default for all the queues *
    boolean
    only for this instance

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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 - an empty value sets the default for all the queues *
       
      string key = 1;
      Returns:
      The key.
    • getKeyBytes

      com.google.protobuf.ByteString getKeyBytes()
       * ID for the queue - an empty value sets the default for all the queues *
       
      string key = 1;
      Returns:
      The bytes for key.
    • getDelayRequestable

      int getDelayRequestable()
        delay in seconds before a queue can provide new URLs
       
      uint32 delay_requestable = 2;
      Returns:
      The delayRequestable.
    • getCrawlID

      String getCrawlID()
       crawl ID - empty string for default
       
      string crawlID = 3;
      Returns:
      The crawlID.
    • getCrawlIDBytes

      com.google.protobuf.ByteString getCrawlIDBytes()
       crawl ID - empty string for default
       
      string crawlID = 3;
      Returns:
      The bytes for crawlID.
    • getLocal

      boolean getLocal()
       only for this instance
       
      bool local = 4;
      Returns:
      The local.