T - type of rulepublic abstract class AbstractRuntimeContext<T extends org.apache.shardingsphere.underlying.common.rule.BaseRule> extends Object implements RuntimeContext<T>
| 限定符 | 构造器和说明 |
|---|---|
protected |
AbstractRuntimeContext(T rule,
Properties props,
org.apache.shardingsphere.spi.database.type.DatabaseType databaseType) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
protected abstract org.apache.shardingsphere.underlying.common.metadata.ShardingSphereMetaData |
getMetaData() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDatabaseType, getExecutorEngine, getProperties, getRule, getSqlParserEngineprotected AbstractRuntimeContext(T rule, Properties props, org.apache.shardingsphere.spi.database.type.DatabaseType databaseType)
protected abstract org.apache.shardingsphere.underlying.common.metadata.ShardingSphereMetaData getMetaData()
public void close()
throws Exception
close 在接口中 AutoCloseableExceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.