Class StandaloneServiceProvider
- java.lang.Object
-
- org.apache.iotdb.db.service.basic.ServiceProvider
-
- org.apache.iotdb.db.service.basic.StandaloneServiceProvider
-
public class StandaloneServiceProvider extends ServiceProvider
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.db.service.basic.ServiceProvider
AUDIT_LOGGER, CONFIG, CURRENT_RPC_VERSION, executor, QUERY_FREQUENCY_RECORDER, QUERY_TIME_MANAGER, SESSION_MANAGER, SLOW_SQL_LOGGER, TRACING_MANAGER
-
-
Constructor Summary
Constructors Constructor Description StandaloneServiceProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexecuteNonQuery(PhysicalPlan plan)QueryContextgenQueryContext(long queryId, boolean debug, long startTime, java.lang.String statement, long timeout)-
Methods inherited from class org.apache.iotdb.db.service.basic.ServiceProvider
createQueryDataSet, getExecutor, getPlanner
-
-
-
-
Constructor Detail
-
StandaloneServiceProvider
public StandaloneServiceProvider() throws QueryProcessException- Throws:
QueryProcessException
-
-
Method Detail
-
genQueryContext
public QueryContext genQueryContext(long queryId, boolean debug, long startTime, java.lang.String statement, long timeout)
- Specified by:
genQueryContextin classServiceProvider
-
executeNonQuery
public boolean executeNonQuery(PhysicalPlan plan) throws QueryProcessException, StorageGroupNotSetException, StorageEngineException
- Specified by:
executeNonQueryin classServiceProvider- Throws:
QueryProcessExceptionStorageGroupNotSetExceptionStorageEngineException
-
-