jar

com.alexkasko.springjdbc : parallel-queries

Maven & Gradle

Mar 26, 2013
8 stars

SQL Queries Parallel Processing Using JdbcTemplate · Processes given SQL query in parallel in multiple data sources (assuming that all data source contain the same data). Combined results from multiple queries are exposed to application as java.util.Iterator. Worker thread use spring's JdbcTemplate with named parameters support.

Table Of Contents

Latest Version

Download com.alexkasko.springjdbc : parallel-queries JAR file - Latest Versions:

All Versions

Download com.alexkasko.springjdbc : parallel-queries JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.2
1.1
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window parallel-queries-1.2.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.alexkasko.springjdbc.parallel.accessor

├─ com.alexkasko.springjdbc.parallel.accessor.DataSourceAccessor.class - [JAR]

├─ com.alexkasko.springjdbc.parallel.accessor.ImmutableAccessor.class - [JAR]

├─ com.alexkasko.springjdbc.parallel.accessor.RoundRobinAccessor.class - [JAR]

├─ com.alexkasko.springjdbc.parallel.accessor.RoundRobinNpjtAccessor.class - [JAR]

com.alexkasko.springjdbc.parallel

├─ com.alexkasko.springjdbc.parallel.CancellableStatementCreator.class - [JAR]

├─ com.alexkasko.springjdbc.parallel.ExceptionHolder.class - [JAR]

├─ com.alexkasko.springjdbc.parallel.NamedParameterJdbcTemplateFunction.class - [JAR]

├─ com.alexkasko.springjdbc.parallel.ParallelQueriesException.class - [JAR]

├─ com.alexkasko.springjdbc.parallel.ParallelQueriesExceptionHandler.class - [JAR]

├─ com.alexkasko.springjdbc.parallel.ParallelQueriesIterator.class - [JAR]

├─ com.alexkasko.springjdbc.parallel.ParallelQueriesListener.class - [JAR]

├─ com.alexkasko.springjdbc.parallel.RowMapperFactory.class - [JAR]

├─ com.alexkasko.springjdbc.parallel.SingletoneRowMapperFactory.class - [JAR]

├─ com.alexkasko.springjdbc.parallel.ThrowExceptionHandler.class - [JAR]