Class WireCommands.TableKey

  • Enclosing class:
    WireCommands

    public static final class WireCommands.TableKey
    extends java.lang.Object
    • Constructor Detail

      • TableKey

        @ConstructorProperties({"data","keyVersion"})
        public TableKey​(io.netty.buffer.ByteBuf data,
                        long keyVersion)
    • Method Detail

      • writeFields

        public void writeFields​(java.io.DataOutput out)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • size

        public int size()
      • getData

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

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

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