@Override
public RemoveKeyCommand buildRemoveKeyCommand(GlobalTransaction tx, Fqn fqn, Object key)
{
RemoveKeyCommand cmd = new PessRemoveKeyCommand(tx, fqn, key);
cmd.initialize(notifier, dataContainer);
return cmd;
}
@Override
public MoveCommand buildMoveCommand(Fqn from, Fqn to)