return new ORecordIteratorCluster<ORecordInternal<?>>(this, this, clusterId);
}
public OCommandRequest command(final OCommandRequest iCommand) {
OCommandRequestInternal command = (OCommandRequestInternal) iCommand;
try {
command.reset();
command.setDatabase(this);
return command;
} catch (Exception e) {
throw new ODatabaseException("Error on command execution", e);