public interface SchemaContexts extends Closeable
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.shardingsphere.infra.auth.Authentication |
getAuthentication()
Get authentication.
|
org.apache.shardingsphere.infra.database.type.DatabaseType |
getDatabaseType()
Get database type.
|
org.apache.shardingsphere.infra.schema.ShardingSphereSchema |
getDefaultSchema()
Get default schema.
|
ExecutorKernel |
getExecutorKernel()
Get executor kernel.
|
org.apache.shardingsphere.infra.config.properties.ConfigurationProperties |
getProps()
Get configuration properties.
|
Map<String,org.apache.shardingsphere.infra.schema.ShardingSphereSchema> |
getSchemas()
Get schemas.
|
boolean |
isCircuitBreak()
Is circuit break or not.
|
org.apache.shardingsphere.infra.database.type.DatabaseType getDatabaseType()
Map<String,org.apache.shardingsphere.infra.schema.ShardingSphereSchema> getSchemas()
org.apache.shardingsphere.infra.schema.ShardingSphereSchema getDefaultSchema()
ExecutorKernel getExecutorKernel()
org.apache.shardingsphere.infra.auth.Authentication getAuthentication()
org.apache.shardingsphere.infra.config.properties.ConfigurationProperties getProps()
boolean isCircuitBreak()
Copyright © 2020 The Apache Software Foundation. All rights reserved.