All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.hajdbc.invocation.StandardExecutorProvider Maven / Gradle / Ivy

There is a newer version: 3.6.61
Show newest version
package net.sf.hajdbc.invocation;

import java.util.concurrent.ExecutorService;

import net.sf.hajdbc.Database;
import net.sf.hajdbc.DatabaseCluster;
import net.sf.hajdbc.invocation.AllResultsCollector.ExecutorProvider;

public class StandardExecutorProvider implements ExecutorProvider
{
	@Override
	public > ExecutorService getExecutor(DatabaseCluster cluster)
	{
		return cluster.getExecutor();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy