类 ElasticSearchDataSource
java.lang.Object
org.anyline.data.runtime.init.DefaultRuntime
org.anyline.data.elasticsearch.datasource.ElasticSearchDataSource
- 所有已实现的接口:
Wrapper,CommonDataSource,DataSource,DataRuntime
-
字段概要
从类继承的字段 org.anyline.data.runtime.init.DefaultRuntime
adapter, adapterKey, feature, holder, version -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getConnection(String username, String password) intbooleanisWrapperFor(Class<?> iface) voidsetLoginTimeout(int seconds) voidsetLogWriter(PrintWriter out) <T> T从类继承的方法 org.anyline.data.runtime.init.DefaultRuntime
datasource, getAdapter, getAdapterKey, getDriver, getFeature, getHolder, getKey, getProcessor, getUrl, getVersion, origin, origin, setAdapter, setAdapterKey, setDriver, setFeature, setHolder, setKey, setProcessor, setUrl, setVersion从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 javax.sql.CommonDataSource
createShardingKeyBuilder从接口继承的方法 org.anyline.data.runtime.DataRuntime
getFeature从接口继承的方法 javax.sql.DataSource
createConnectionBuilder
-
构造器详细资料
-
ElasticSearchDataSource
public ElasticSearchDataSource()
-
-
方法详细资料
-
getConnection
- 指定者:
getConnection在接口中DataSource- 抛出:
SQLException
-
getConnection
- 指定者:
getConnection在接口中DataSource- 抛出:
SQLException
-
getLogWriter
- 指定者:
getLogWriter在接口中CommonDataSource- 指定者:
getLogWriter在接口中DataSource- 抛出:
SQLException
-
setLogWriter
- 指定者:
setLogWriter在接口中CommonDataSource- 指定者:
setLogWriter在接口中DataSource- 抛出:
SQLException
-
setLoginTimeout
- 指定者:
setLoginTimeout在接口中CommonDataSource- 指定者:
setLoginTimeout在接口中DataSource- 抛出:
SQLException
-
getLoginTimeout
- 指定者:
getLoginTimeout在接口中CommonDataSource- 指定者:
getLoginTimeout在接口中DataSource- 抛出:
SQLException
-
getParentLogger
- 指定者:
getParentLogger在接口中CommonDataSource- 抛出:
SQLFeatureNotSupportedException
-
unwrap
- 指定者:
unwrap在接口中Wrapper- 抛出:
SQLException
-
isWrapperFor
- 指定者:
isWrapperFor在接口中Wrapper- 抛出:
SQLException
-