Uses of Interface
org.apache.iotdb.db.mpp.plan.analyze.IPartitionFetcher
-
Packages that use IPartitionFetcher Package Description org.apache.iotdb.db.mpp.plan org.apache.iotdb.db.mpp.plan.analyze org.apache.iotdb.db.mpp.plan.execution -
-
Uses of IPartitionFetcher in org.apache.iotdb.db.mpp.plan
Methods in org.apache.iotdb.db.mpp.plan with parameters of type IPartitionFetcher Modifier and Type Method Description ExecutionResultCoordinator. execute(Statement statement, long queryId, SessionInfo session, java.lang.String sql, IPartitionFetcher partitionFetcher, ISchemaFetcher schemaFetcher)This method is called by the write method.ExecutionResultCoordinator. execute(Statement statement, long queryId, SessionInfo session, java.lang.String sql, IPartitionFetcher partitionFetcher, ISchemaFetcher schemaFetcher, long timeOut) -
Uses of IPartitionFetcher in org.apache.iotdb.db.mpp.plan.analyze
Classes in org.apache.iotdb.db.mpp.plan.analyze that implement IPartitionFetcher Modifier and Type Class Description classClusterPartitionFetcherclassFakePartitionFetcherImplclassStandalonePartitionFetcherConstructors in org.apache.iotdb.db.mpp.plan.analyze with parameters of type IPartitionFetcher Constructor Description Analyzer(MPPQueryContext context, IPartitionFetcher partitionFetcher, ISchemaFetcher schemaFetcher)AnalyzeVisitor(IPartitionFetcher partitionFetcher, ISchemaFetcher schemaFetcher, TypeProvider typeProvider, MPPQueryContext context) -
Uses of IPartitionFetcher in org.apache.iotdb.db.mpp.plan.execution
Constructors in org.apache.iotdb.db.mpp.plan.execution with parameters of type IPartitionFetcher Constructor Description QueryExecution(Statement statement, MPPQueryContext context, java.util.concurrent.ExecutorService executor, java.util.concurrent.ExecutorService writeOperationExecutor, java.util.concurrent.ScheduledExecutorService scheduledExecutor, IPartitionFetcher partitionFetcher, ISchemaFetcher schemaFetcher, org.apache.iotdb.commons.client.IClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,org.apache.iotdb.commons.client.sync.SyncDataNodeInternalServiceClient> internalServiceClientManager)
-