Package me.ahoo.cosid.jdbc
Class JdbcIdSegmentDistributorFactory
java.lang.Object
me.ahoo.cosid.jdbc.JdbcIdSegmentDistributorFactory
- All Implemented Interfaces:
IdSegmentDistributorFactory
Jdbc IdSegment Distributor Factory.
-
Constructor Summary
ConstructorDescriptionJdbcIdSegmentDistributorFactory
(DataSource dataSource, boolean enableAutoInitIdSegment, JdbcIdSegmentInitializer jdbcIdSegmentInitializer, String incrementMaxIdSql, String fetchMaxIdSql) -
Method Summary
-
Constructor Details
-
JdbcIdSegmentDistributorFactory
public JdbcIdSegmentDistributorFactory(DataSource dataSource, boolean enableAutoInitIdSegment, JdbcIdSegmentInitializer jdbcIdSegmentInitializer, String incrementMaxIdSql, String fetchMaxIdSql)
-
-
Method Details
-
create
- Specified by:
create
in interfaceIdSegmentDistributorFactory
-