Class MultiResponse

  • All Implemented Interfaces:
    java.lang.Iterable<OpResult>, Record

    public class MultiResponse
    extends java.lang.Object
    implements Record, java.lang.Iterable<OpResult>
    Handles the response from a multi request. Such a response consists of a sequence of responses each prefixed by a MultiResponse that indicates the type of the response. The end of the list is indicated by a MultiHeader with a negative type. Each individual response is in the same format as with the corresponding operation in the original request list.
    • Constructor Detail

      • MultiResponse

        public MultiResponse()
    • Method Detail

      • iterator

        public java.util.Iterator<OpResult> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<OpResult>
      • size

        public int size()
      • serialize

        public void serialize​(OutputArchive archive,
                              java.lang.String tag)
                       throws java.io.IOException
        Specified by:
        serialize in interface Record
        Throws:
        java.io.IOException
      • deserialize

        public void deserialize​(InputArchive archive,
                                java.lang.String tag)
                         throws java.io.IOException
        Specified by:
        deserialize in interface Record
        Throws:
        java.io.IOException
      • getResultList

        public java.util.List<OpResult> getResultList()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object