397398399400401402403
return new RemoveRecoveryInfoCommand(xid, cacheName); } @Override public <T> DistributedExecuteCommand<T> buildDistributedExecuteCommand(Callable<T> callable, Address sender, Collection keys) { return new DistributedExecuteCommand(keys, callable); }