Class ODistributedCommandExecutorSQLFactory
java.lang.Object
com.orientechnologies.orient.server.distributed.sql.ODistributedCommandExecutorSQLFactory
- All Implemented Interfaces:
OCommandExecutorSQLFactory
public class ODistributedCommandExecutorSQLFactory
extends Object
implements OCommandExecutorSQLFactory
Distributed related command operator executor factory. It's auto-discovered.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ODistributedCommandExecutorSQLFactory
public ODistributedCommandExecutorSQLFactory()
-
-
Method Details
-
getCommandNames
- Specified by:
getCommandNamesin interfaceOCommandExecutorSQLFactory- Returns:
- Set of supported command names of this factory
-
createCommand
Create command for the given name. returned command may be a new instance each time or a constant.- Specified by:
createCommandin interfaceOCommandExecutorSQLFactory- Returns:
- OCommandExecutorSQLAbstract : created command
- Throws:
OCommandExecutionException- : when command creation fail
-