Interface Urlfrontier.BlockQueueParamsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCrawlID()
      crawl ID
      com.google.protobuf.ByteString getCrawlIDBytes()
      crawl ID
      String getKey()
      * ID for the queue *
      com.google.protobuf.ByteString getKeyBytes()
      * ID for the queue *
      boolean getLocal()
      only for this instance
      long getTime()
      * Expressed in seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.
      • 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 Detail

      • 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.
      • getTime

        long getTime()
         * Expressed in seconds of UTC time since Unix epoch
         1970-01-01T00:00:00Z. The default value of 0 will unblock the queue.
         
        uint64 time = 2;
        Returns:
        The time.
      • 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.
      • getLocal

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