Class RpcResponseKey


  • public class RpcResponseKey
    extends Object
    RPC response key.
    Author:
    mirehak
    • Constructor Detail

      • RpcResponseKey

        public RpcResponseKey​(long xid,
                              String outputClazz)
    • Method Detail

      • getXid

        public long getXid()
        Returns the xid.
      • getOutputClazz

        public String getOutputClazz()
        Return the outputClazz.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object