Class Queue


  • public class Queue
    extends Object
    A queue.
    • Method Detail

      • getName

        public String getName()
        Returns:
        The name of this queue.
      • getMetadata

        public com.google.common.base.Optional<Map<String,​String>> getMetadata()
        Returns:
        The key/value metadata for this queue.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • string

        protected com.google.common.base.MoreObjects.ToStringHelper string()