Class BitmapShardDataSourceProvider
java.lang.Object
org.zalando.sprocwrapper.dsprovider.BitmapShardDataSourceProvider
- All Implemented Interfaces:
DataSourceProvider
-
Constructor Summary
ConstructorsConstructorDescriptionBitmapShardDataSourceProvider(Class<? extends DataSource> dataSourceClass, Map<String, String> commonDataSourceProperties, Map<String, String> connectionUrls) BitmapShardDataSourceProvider(Map<String, DataSource> connectionDataSources) -
Method Summary
Modifier and TypeMethodDescriptiongetDataSource(int virtualShardId) intgetDataSourceId(int virtualShardId)
-
Constructor Details
-
BitmapShardDataSourceProvider
-
BitmapShardDataSourceProvider
public BitmapShardDataSourceProvider(Class<? extends DataSource> dataSourceClass, Map<String, String> commonDataSourceProperties, Map<String, throws InstantiationException, IllegalAccessException, InvocationTargetException, SecurityException, NoSuchMethodExceptionString> connectionUrls)
-
-
Method Details
-
getDataSourceId
public int getDataSourceId(int virtualShardId) - Specified by:
getDataSourceIdin interfaceDataSourceProvider
-
getDataSource
- Specified by:
getDataSourcein interfaceDataSourceProvider
-
getDistinctShardIds
- Specified by:
getDistinctShardIdsin interfaceDataSourceProvider
-