expTime, cmdType, noreply);
}
public Command createPrependCommand(String key, byte[] keyBytes,
Object value, boolean noreply, Transcoder transcoder) {
return new BinaryAppendPrependCommand(key, keyBytes,
CommandType.PREPEND, new CountDownLatch(1), 0, 0, value,
noreply, transcoder);
}