Class WireCommands.TableEntriesDeltaRead

    • Constructor Detail

      • TableEntriesDeltaRead

        @ConstructorProperties({"requestId","segment","entries","shouldClear","reachedEnd","lastPosition"})
        public TableEntriesDeltaRead​(long requestId,
                                     java.lang.String segment,
                                     WireCommands.TableEntries entries,
                                     boolean shouldClear,
                                     boolean reachedEnd,
                                     long lastPosition)
    • Method Detail

      • process

        public void process​(ReplyProcessor cp)
                     throws java.lang.UnsupportedOperationException
        Specified by:
        process in interface Reply
        Throws:
        java.lang.UnsupportedOperationException
      • writeFields

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

        public long getRequestId()
        Specified by:
        getRequestId in interface Reply
      • getSegment

        public java.lang.String getSegment()
      • isShouldClear

        public boolean isShouldClear()
      • isReachedEnd

        public boolean isReachedEnd()
      • getLastPosition

        public long getLastPosition()
      • 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