34353637383940
protected int receiveSize; public AsyncSingleCommand(AsyncCluster cluster, Key key) { super(cluster); this.key = key; this.partition = new Partition(key); }