Uses of Interface
org.apache.shardingsphere.infra.federation.executor.FederationExecutor
Packages that use FederationExecutor
Package
Description
-
Uses of FederationExecutor in org.apache.shardingsphere.infra.federation.executor
Methods in org.apache.shardingsphere.infra.federation.executor that return FederationExecutorModifier and TypeMethodDescriptionstatic FederationExecutorFederationExecutorFactory.newInstance(String databaseName, String schemaName, OptimizerContext optimizerContext, org.apache.shardingsphere.infra.config.props.ConfigurationProperties props, JDBCExecutor jdbcExecutor) Create new instance of federation executor factory. -
Uses of FederationExecutor in org.apache.shardingsphere.infra.federation.executor.customized
Classes in org.apache.shardingsphere.infra.federation.executor.customized that implement FederationExecutorModifier and TypeClassDescriptionfinal classCustomized filterable executor. -
Uses of FederationExecutor in org.apache.shardingsphere.infra.federation.executor.original
Classes in org.apache.shardingsphere.infra.federation.executor.original that implement FederationExecutorModifier and TypeClassDescriptionfinal classOriginal filterable executor.