T - type of rulepublic abstract class AbstractRuntimeContext<T extends org.apache.shardingsphere.core.rule.BaseRule> extends Object implements RuntimeContext<T>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRuntimeContext(T rule,
Properties props,
org.apache.shardingsphere.spi.database.DatabaseType databaseType) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDatabaseType, getExecuteEngine, getParseEngine, getProps, getRuleprotected AbstractRuntimeContext(T rule, Properties props, org.apache.shardingsphere.spi.database.DatabaseType databaseType)
public void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.