Class BatchResult<V>

  • All Implemented Interfaces:
    Map<String,​V>

    public class BatchResult<V>
    extends com.google.common.collect.ForwardingMap<String,​V>
    See Also:
    doc
    • Method Detail

      • delegate

        protected Map<String,​V> delegate()
        Specified by:
        delegate in class com.google.common.collect.ForwardingMap<String,​V>
      • getErrors

        public Map<String,​BatchError> getErrors()
        Errors indexed by requestor supplied id
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface Map<String,​V>
        Overrides:
        hashCode in class com.google.common.collect.ForwardingMap<String,​V>
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface Map<String,​V>
        Overrides:
        equals in class com.google.common.collect.ForwardingMap<String,​V>
      • toString

        public String toString()
        Overrides:
        toString in class com.google.common.collect.ForwardingObject