Class ZookeeperDataSourceFactoryBean
java.lang.Object
com.alibaba.cloud.sentinel.datasource.factorybean.ZookeeperDataSourceFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<com.alibaba.csp.sentinel.datasource.zookeeper.ZookeeperDataSource>
public class ZookeeperDataSourceFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<com.alibaba.csp.sentinel.datasource.zookeeper.ZookeeperDataSource>
A
FactoryBean for creating ZookeeperDataSource instance.- Author:
- Jim
- See Also:
-
ZookeeperDataSource
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.alibaba.csp.sentinel.datasource.Convertercom.alibaba.csp.sentinel.datasource.zookeeper.ZookeeperDataSourceClass<?>getPath()voidsetConverter(com.alibaba.csp.sentinel.datasource.Converter converter) voidvoidsetGroupId(String groupId) voidvoidsetServerAddr(String serverAddr) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Constructor Details
-
ZookeeperDataSourceFactoryBean
public ZookeeperDataSourceFactoryBean()
-
-
Method Details
-
getObject
public com.alibaba.csp.sentinel.datasource.zookeeper.ZookeeperDataSource getObject() throws Exception- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<com.alibaba.csp.sentinel.datasource.zookeeper.ZookeeperDataSource>- Throws:
Exception
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<com.alibaba.csp.sentinel.datasource.zookeeper.ZookeeperDataSource>
-
getServerAddr
-
setServerAddr
-
getPath
-
setPath
-
getGroupId
-
setGroupId
-
getDataId
-
setDataId
-
getConverter
public com.alibaba.csp.sentinel.datasource.Converter getConverter() -
setConverter
public void setConverter(com.alibaba.csp.sentinel.datasource.Converter converter)
-