* net.rubyeye.xmemcached.CommandFactory#createFlushAllCommand(java.util
* .concurrent.CountDownLatch)
*/
public final Command createFlushAllCommand(CountDownLatch latch,
int exptime, boolean noreply) {
return new TextFlushAllCommand(latch, exptime, noreply);
}