Class WireCommands.ConditionalBlockEnd

    • Constructor Detail

      • ConditionalBlockEnd

        @ConstructorProperties({"writerId","eventNumber","expectedOffset","data","requestId"})
        public ConditionalBlockEnd​(java.util.UUID writerId,
                                   long eventNumber,
                                   long expectedOffset,
                                   io.netty.buffer.ByteBuf data,
                                   long requestId)
    • Method Detail

      • writeFields

        public void writeFields​(java.io.DataOutput out)
                         throws java.io.IOException
        Specified by:
        writeFields in interface WireCommand
        Throws:
        java.io.IOException
      • getWriterId

        public java.util.UUID getWriterId()
      • getEventNumber

        public long getEventNumber()
      • getExpectedOffset

        public long getExpectedOffset()
      • getData

        public io.netty.buffer.ByteBuf getData()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

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

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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