Skip navigation links
Agroal Connection Pool 0.4
A B C D E F G I L M N O P R S T U V W 

A

abort(Executor) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
absolute(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
acquireCount() - Method in class io.agroal.pool.DefaultMetricsRepository
 
activeCount() - Method in class io.agroal.pool.ConnectionPool
 
activeCount() - Method in class io.agroal.pool.DefaultMetricsRepository
 
add(T) - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
add(int, T) - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
add(T) - Method in class io.agroal.pool.util.UncheckedArrayList
 
add(int, T) - Method in class io.agroal.pool.util.UncheckedArrayList
 
addAll(Collection<? extends T>) - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
addAll(int, Collection<? extends T>) - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
addAll(Collection<? extends T>) - Method in class io.agroal.pool.util.UncheckedArrayList
 
addAll(int, Collection<? extends T>) - Method in class io.agroal.pool.util.UncheckedArrayList
 
addBatch() - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
addBatch() - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
addBatch(String) - Method in class io.agroal.pool.wrapper.StatementWrapper
 
addListener(AgroalDataSourceListener) - Method in class io.agroal.pool.DataSource
Deprecated.
afterConnectionAcquire(long) - Method in class io.agroal.pool.DefaultMetricsRepository
 
afterConnectionAcquire(long) - Method in interface io.agroal.pool.MetricsRepository
 
afterConnectionCreation(long) - Method in class io.agroal.pool.DefaultMetricsRepository
 
afterConnectionCreation(long) - Method in interface io.agroal.pool.MetricsRepository
 
afterConnectionDestroy() - Method in class io.agroal.pool.DefaultMetricsRepository
 
afterConnectionDestroy() - Method in interface io.agroal.pool.MetricsRepository
 
afterConnectionFlush() - Method in class io.agroal.pool.DefaultMetricsRepository
 
afterConnectionFlush() - Method in interface io.agroal.pool.MetricsRepository
 
afterConnectionInvalid() - Method in class io.agroal.pool.DefaultMetricsRepository
 
afterConnectionInvalid() - Method in interface io.agroal.pool.MetricsRepository
 
afterConnectionReap() - Method in class io.agroal.pool.DefaultMetricsRepository
 
afterConnectionReap() - Method in interface io.agroal.pool.MetricsRepository
 
afterConnectionReturn() - Method in class io.agroal.pool.DefaultMetricsRepository
 
afterConnectionReturn() - Method in interface io.agroal.pool.MetricsRepository
 
afterLast() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
afterLeakDetection() - Method in class io.agroal.pool.DefaultMetricsRepository
 
afterLeakDetection() - Method in interface io.agroal.pool.MetricsRepository
 
AgroalSynchronizer - Class in io.agroal.pool.util
 
AgroalSynchronizer() - Constructor for class io.agroal.pool.util.AgroalSynchronizer
 
availableCount() - Method in class io.agroal.pool.ConnectionPool
 
availableCount() - Method in class io.agroal.pool.DefaultMetricsRepository
 
averageBlockingTime() - Method in class io.agroal.pool.DefaultMetricsRepository
 
averageCreationTime() - Method in class io.agroal.pool.DefaultMetricsRepository
 
awaitingCount() - Method in class io.agroal.pool.ConnectionPool
 
awaitingCount() - Method in class io.agroal.pool.DefaultMetricsRepository
 

B

beforeConnectionAcquire() - Method in class io.agroal.pool.DefaultMetricsRepository
 
beforeConnectionAcquire() - Method in interface io.agroal.pool.MetricsRepository
 
beforeConnectionCreation() - Method in class io.agroal.pool.DefaultMetricsRepository
 
beforeConnectionCreation() - Method in interface io.agroal.pool.MetricsRepository
 
beforeExecute(Thread, Runnable) - Method in class io.agroal.pool.util.PriorityScheduledExecutor
 
beforeFirst() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 

C

CallableStatementWrapper - Class in io.agroal.pool.wrapper
 
CallableStatementWrapper(ConnectionWrapper, CallableStatement) - Constructor for class io.agroal.pool.wrapper.CallableStatementWrapper
 
cancel() - Method in class io.agroal.pool.wrapper.StatementWrapper
 
cancelRowUpdates() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
clear() - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
clear() - Method in class io.agroal.pool.util.UncheckedArrayList
 
clearBatch() - Method in class io.agroal.pool.wrapper.StatementWrapper
 
clearParameters() - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
clearParameters() - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
clearWarnings() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
clearWarnings() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
clearWarnings() - Method in class io.agroal.pool.wrapper.StatementWrapper
 
close() - Method in class io.agroal.pool.ConnectionPool
 
close() - Method in class io.agroal.pool.DataSource
 
close() - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
close() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
close() - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
close() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
close() - Method in class io.agroal.pool.wrapper.StatementWrapper
 
closeConnection() - Method in class io.agroal.pool.ConnectionHandler
 
closeOnCompletion() - Method in class io.agroal.pool.wrapper.StatementWrapper
 
closeTrackedResultSets() - Method in class io.agroal.pool.wrapper.StatementWrapper
 
commit() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
ConnectionFactory - Class in io.agroal.pool
 
ConnectionFactory(AgroalConnectionFactoryConfiguration) - Constructor for class io.agroal.pool.ConnectionFactory
 
ConnectionHandler - Class in io.agroal.pool
 
ConnectionHandler(Connection, ConnectionPool) - Constructor for class io.agroal.pool.ConnectionHandler
 
ConnectionHandler.DirtyAttribute - Enum in io.agroal.pool
 
ConnectionHandler.State - Enum in io.agroal.pool
 
ConnectionPool - Class in io.agroal.pool
 
ConnectionPool(AgroalConnectionPoolConfiguration, DataSource) - Constructor for class io.agroal.pool.ConnectionPool
 
ConnectionWrapper - Class in io.agroal.pool.wrapper
 
ConnectionWrapper(ConnectionHandler) - Constructor for class io.agroal.pool.wrapper.ConnectionWrapper
 
contains(Object) - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
contains(Object) - Method in class io.agroal.pool.util.UncheckedArrayList
 
containsAll(Collection<?>) - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
containsAll(Collection<?>) - Method in class io.agroal.pool.util.UncheckedArrayList
 
createArrayOf(String, Object[]) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
createBlob() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
createClob() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
createConnection() - Method in class io.agroal.pool.ConnectionFactory
 
createNClob() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
createSQLXML() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
createStatement() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
createStatement(int, int) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
createStatement(int, int, int) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
createStruct(String, Object[]) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
creationCount() - Method in class io.agroal.pool.DefaultMetricsRepository
 

D

DataSource - Class in io.agroal.pool
 
DataSource(AgroalDataSourceConfiguration, AgroalDataSourceListener...) - Constructor for class io.agroal.pool.DataSource
 
DataSourceProvider - Class in io.agroal.pool
 
DataSourceProvider() - Constructor for class io.agroal.pool.DataSourceProvider
 
DefaultMetricsRepository - Class in io.agroal.pool
 
DefaultMetricsRepository(ConnectionPool) - Constructor for class io.agroal.pool.DefaultMetricsRepository
 
deleteRow() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
destroyCount() - Method in class io.agroal.pool.DefaultMetricsRepository
 

E

EmptyMetricsRepository() - Constructor for class io.agroal.pool.MetricsRepository.EmptyMetricsRepository
 
execute() - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
execute() - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
execute(String) - Method in class io.agroal.pool.wrapper.StatementWrapper
 
execute(String, int) - Method in class io.agroal.pool.wrapper.StatementWrapper
 
execute(String, int[]) - Method in class io.agroal.pool.wrapper.StatementWrapper
 
execute(String, String[]) - Method in class io.agroal.pool.wrapper.StatementWrapper
 
executeBatch() - Method in class io.agroal.pool.wrapper.StatementWrapper
 
executeNow(Runnable) - Method in class io.agroal.pool.util.PriorityScheduledExecutor
 
executeQuery() - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
executeQuery() - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
executeQuery(String) - Method in class io.agroal.pool.wrapper.StatementWrapper
 
executeUpdate() - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
executeUpdate() - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
executeUpdate(String) - Method in class io.agroal.pool.wrapper.StatementWrapper
 
executeUpdate(String, int) - Method in class io.agroal.pool.wrapper.StatementWrapper
 
executeUpdate(String, int[]) - Method in class io.agroal.pool.wrapper.StatementWrapper
 
executeUpdate(String, String[]) - Method in class io.agroal.pool.wrapper.StatementWrapper
 

F

findColumn(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
fireBeforeConnectionAcquire(DataSource) - Static method in class io.agroal.pool.ListenerHelper
 
fireBeforeConnectionCreation(DataSource) - Static method in class io.agroal.pool.ListenerHelper
 
fireBeforeConnectionDestroy(DataSource, ConnectionHandler) - Static method in class io.agroal.pool.ListenerHelper
 
fireBeforeConnectionFlush(DataSource, ConnectionHandler) - Static method in class io.agroal.pool.ListenerHelper
 
fireBeforeConnectionLeak(DataSource, ConnectionHandler) - Static method in class io.agroal.pool.ListenerHelper
 
fireBeforeConnectionReap(DataSource, ConnectionHandler) - Static method in class io.agroal.pool.ListenerHelper
 
fireBeforeConnectionReturn(DataSource, ConnectionHandler) - Static method in class io.agroal.pool.ListenerHelper
 
fireBeforeConnectionValidation(DataSource, ConnectionHandler) - Static method in class io.agroal.pool.ListenerHelper
 
fireOnConnectionAcquired(DataSource, ConnectionHandler) - Static method in class io.agroal.pool.ListenerHelper
 
fireOnConnectionCreation(DataSource, ConnectionHandler) - Static method in class io.agroal.pool.ListenerHelper
 
fireOnConnectionDestroy(DataSource, ConnectionHandler) - Static method in class io.agroal.pool.ListenerHelper
 
fireOnConnectionFlush(DataSource, ConnectionHandler) - Static method in class io.agroal.pool.ListenerHelper
 
fireOnConnectionInvalid(DataSource, ConnectionHandler) - Static method in class io.agroal.pool.ListenerHelper
 
fireOnConnectionLeak(DataSource, ConnectionHandler) - Static method in class io.agroal.pool.ListenerHelper
 
fireOnConnectionReap(DataSource, ConnectionHandler) - Static method in class io.agroal.pool.ListenerHelper
 
fireOnConnectionReturn(DataSource, ConnectionHandler) - Static method in class io.agroal.pool.ListenerHelper
 
fireOnConnectionValid(DataSource, ConnectionHandler) - Static method in class io.agroal.pool.ListenerHelper
 
fireOnWarning(DataSource, Throwable) - Static method in class io.agroal.pool.ListenerHelper
 
first() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
flushCount() - Method in class io.agroal.pool.DefaultMetricsRepository
 
forEach(Consumer<? super T>) - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
forEach(Consumer<? super T>) - Method in class io.agroal.pool.util.UncheckedArrayList
 

G

get(int) - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
get(int) - Method in class io.agroal.pool.util.UncheckedArrayList
 
getArray(int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getArray(String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getArray(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getArray(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getAsciiStream(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getAsciiStream(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getAutoCommit() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
getBigDecimal(int, int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getBigDecimal(int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getBigDecimal(String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getBigDecimal(int, int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getBigDecimal(String, int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getBigDecimal(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getBigDecimal(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getBinaryStream(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getBinaryStream(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getBlob(int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getBlob(String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getBlob(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getBlob(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getBoolean(int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getBoolean(String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getBoolean(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getBoolean(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getByte(int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getByte(String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getByte(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getByte(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getBytes(int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getBytes(String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getBytes(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getBytes(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getCatalog() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
getCharacterStream(int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getCharacterStream(String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getCharacterStream(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getCharacterStream(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getClientInfo() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
getClientInfo(String) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
getClob(int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getClob(String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getClob(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getClob(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getConcurrency() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getConfiguration() - Method in class io.agroal.pool.DataSource
 
getConnection() - Method in class io.agroal.pool.ConnectionHandler
 
getConnection() - Method in class io.agroal.pool.ConnectionPool
 
getConnection() - Method in class io.agroal.pool.DataSource
 
getConnection(String, String) - Method in class io.agroal.pool.DataSource
 
getConnection() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
getConnection() - Method in class io.agroal.pool.wrapper.StatementWrapper
 
getCursorName() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getDataSource(AgroalDataSourceConfiguration, AgroalDataSourceListener...) - Method in class io.agroal.pool.DataSourceProvider
 
getDate(int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getDate(int, Calendar) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getDate(String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getDate(String, Calendar) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getDate(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getDate(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getDate(int, Calendar) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getDate(String, Calendar) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getDouble(int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getDouble(String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getDouble(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getDouble(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getFetchDirection() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getFetchDirection() - Method in class io.agroal.pool.wrapper.StatementWrapper
 
getFetchSize() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getFetchSize() - Method in class io.agroal.pool.wrapper.StatementWrapper
 
getFloat(int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getFloat(String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getFloat(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getFloat(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getGeneratedKeys() - Method in class io.agroal.pool.wrapper.StatementWrapper
 
getHandler() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
getHoldability() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
getHoldability() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getHoldingThread() - Method in class io.agroal.pool.ConnectionHandler
 
getInt(int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getInt(String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getInt(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getInt(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getLastAccess() - Method in class io.agroal.pool.ConnectionHandler
 
getLoginTimeout() - Method in class io.agroal.pool.DataSource
 
getLogWriter() - Method in class io.agroal.pool.DataSource
 
getLong(int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getLong(String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getLong(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getLong(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getMaxFieldSize() - Method in class io.agroal.pool.wrapper.StatementWrapper
 
getMaxRows() - Method in class io.agroal.pool.wrapper.StatementWrapper
 
getMetaData() - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getMetaData() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
getMetaData() - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
getMetaData() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getMetrics() - Method in class io.agroal.pool.DataSource
 
getMoreResults() - Method in class io.agroal.pool.wrapper.StatementWrapper
 
getMoreResults(int) - Method in class io.agroal.pool.wrapper.StatementWrapper
 
getNCharacterStream(int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getNCharacterStream(String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getNCharacterStream(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getNCharacterStream(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getNClob(int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getNClob(String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getNClob(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getNClob(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getNetworkTimeout() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
getNString(int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getNString(String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getNString(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getNString(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getObject(int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getObject(int, Map<String, Class<?>>) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getObject(String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getObject(String, Map<String, Class<?>>) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getObject(int, Class<T>) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getObject(String, Class<T>) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getObject(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getObject(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getObject(int, Map<String, Class<?>>) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getObject(String, Map<String, Class<?>>) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getObject(int, Class<T>) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getObject(String, Class<T>) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getParameterMetaData() - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getParameterMetaData() - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
getParentLogger() - Method in class io.agroal.pool.DataSource
 
getQueryTimeout() - Method in class io.agroal.pool.wrapper.StatementWrapper
 
getRef(int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getRef(String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getRef(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getRef(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getResultSet() - Method in class io.agroal.pool.wrapper.StatementWrapper
 
getResultSetConcurrency() - Method in class io.agroal.pool.wrapper.StatementWrapper
 
getResultSetHoldability() - Method in class io.agroal.pool.wrapper.StatementWrapper
 
getResultSetType() - Method in class io.agroal.pool.wrapper.StatementWrapper
 
getRow() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getRowId(int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getRowId(String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getRowId(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getRowId(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getSchema() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
getShort(int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getShort(String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getShort(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getShort(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getSQLXML(int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getSQLXML(String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getSQLXML(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getSQLXML(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getStamp() - Method in class io.agroal.pool.util.AgroalSynchronizer
 
getStatement() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getString(int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getString(String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getString(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getString(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getTime(int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getTime(int, Calendar) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getTime(String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getTime(String, Calendar) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getTime(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getTime(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getTime(int, Calendar) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getTime(String, Calendar) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getTimestamp(int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getTimestamp(int, Calendar) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getTimestamp(String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getTimestamp(String, Calendar) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getTimestamp(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getTimestamp(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getTimestamp(int, Calendar) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getTimestamp(String, Calendar) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getTransactionIsolation() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
getType() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getTypeMap() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
getUnderlyingArray() - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
getUnicodeStream(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getUnicodeStream(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getUpdateCount() - Method in class io.agroal.pool.wrapper.StatementWrapper
 
getURL(int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getURL(String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
getURL(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getURL(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getWarnings() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
getWarnings() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
getWarnings() - Method in class io.agroal.pool.wrapper.StatementWrapper
 

I

indexOf(Object) - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
indexOf(Object) - Method in class io.agroal.pool.util.UncheckedArrayList
 
init() - Method in class io.agroal.pool.ConnectionPool
 
insertRow() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
invalidCount() - Method in class io.agroal.pool.DefaultMetricsRepository
 
io.agroal.pool - package io.agroal.pool
 
io.agroal.pool.util - package io.agroal.pool.util
 
io.agroal.pool.wrapper - package io.agroal.pool.wrapper
 
isActive() - Method in class io.agroal.pool.ConnectionHandler
 
isAfterLast() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
isBeforeFirst() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
isClosed() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
isClosed() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
isClosed() - Method in class io.agroal.pool.wrapper.StatementWrapper
 
isCloseOnCompletion() - Method in class io.agroal.pool.wrapper.StatementWrapper
 
isEmpty() - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
isEmpty() - Method in class io.agroal.pool.util.UncheckedArrayList
 
isFirst() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
isLast() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
isPoolable() - Method in class io.agroal.pool.wrapper.StatementWrapper
 
isReadOnly() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
isValid(int) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
isWrapperFor(Class<?>) - Method in class io.agroal.pool.DataSource
 
isWrapperFor(Class<?>) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
isWrapperFor(Class<?>) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
isWrapperFor(Class<?>) - Method in class io.agroal.pool.wrapper.StatementWrapper
 
iterator() - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
iterator() - Method in class io.agroal.pool.util.UncheckedArrayList
 

L

last() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
lastIndexOf(Object) - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
lastIndexOf(Object) - Method in class io.agroal.pool.util.UncheckedArrayList
 
leakDetectionCount() - Method in class io.agroal.pool.DefaultMetricsRepository
 
ListenerHelper - Class in io.agroal.pool
 
listenerList() - Method in class io.agroal.pool.DataSource
 
listIterator() - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
listIterator(int) - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
listIterator() - Method in class io.agroal.pool.util.UncheckedArrayList
 
listIterator(int) - Method in class io.agroal.pool.util.UncheckedArrayList
 

M

maxBlockingTime() - Method in class io.agroal.pool.DefaultMetricsRepository
 
maxCreationTime() - Method in class io.agroal.pool.DefaultMetricsRepository
 
maxUsedCount() - Method in class io.agroal.pool.ConnectionPool
 
maxUsedCount() - Method in class io.agroal.pool.DefaultMetricsRepository
 
metricsRepository() - Method in class io.agroal.pool.DataSource
 
MetricsRepository - Interface in io.agroal.pool
 
MetricsRepository.EmptyMetricsRepository - Class in io.agroal.pool
 
moveToCurrentRow() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
moveToInsertRow() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 

N

nativeSQL(String) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
next() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 

O

onMetricsEnabled(boolean) - Method in class io.agroal.pool.DataSource
 

P

parallelStream() - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
parallelStream() - Method in class io.agroal.pool.util.UncheckedArrayList
 
prepareCall(String) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
prepareCall(String, int, int) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
prepareCall(String, int, int, int) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
PreparedStatementWrapper - Class in io.agroal.pool.wrapper
 
PreparedStatementWrapper(ConnectionWrapper, PreparedStatement) - Constructor for class io.agroal.pool.wrapper.PreparedStatementWrapper
 
prepareStatement(String) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
prepareStatement(String, int, int) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
prepareStatement(String, int, int, int) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
prepareStatement(String, int) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
prepareStatement(String, int[]) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
prepareStatement(String, String[]) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
previous() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
PriorityScheduledExecutor - Class in io.agroal.pool.util
 
PriorityScheduledExecutor(int, String) - Constructor for class io.agroal.pool.util.PriorityScheduledExecutor
 

R

reapCount() - Method in class io.agroal.pool.DefaultMetricsRepository
 
refreshRow() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
registerOutParameter(int, int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
registerOutParameter(int, int, int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
registerOutParameter(int, int, String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
registerOutParameter(String, int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
registerOutParameter(String, int, int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
registerOutParameter(String, int, String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
relative(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
releaseConditional() - Method in class io.agroal.pool.util.AgroalSynchronizer
 
releaseSavepoint(Savepoint) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
releaseTrackedResultSet(ResultSet) - Method in class io.agroal.pool.wrapper.StatementWrapper
 
releaseTrackedStatement(Statement) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
remove(Object) - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
remove(int) - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
remove(Object) - Method in class io.agroal.pool.util.UncheckedArrayList
 
remove(int) - Method in class io.agroal.pool.util.UncheckedArrayList
 
removeAll(Collection<?>) - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
removeAll(Collection<?>) - Method in class io.agroal.pool.util.UncheckedArrayList
 
removeIf(Predicate<? super T>) - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
removeIf(Predicate<? super T>) - Method in class io.agroal.pool.util.UncheckedArrayList
 
removeLast() - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
removeLast() - Method in class io.agroal.pool.util.UncheckedArrayList
 
replaceAll(UnaryOperator<T>) - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
replaceAll(UnaryOperator<T>) - Method in class io.agroal.pool.util.UncheckedArrayList
 
reset() - Method in class io.agroal.pool.DefaultMetricsRepository
 
resetConnection(AgroalConnectionFactoryConfiguration) - Method in class io.agroal.pool.ConnectionHandler
 
resetMaxUsedCount() - Method in class io.agroal.pool.ConnectionPool
 
ResultSetWrapper - Class in io.agroal.pool.wrapper
 
ResultSetWrapper(StatementWrapper, ResultSet) - Constructor for class io.agroal.pool.wrapper.ResultSetWrapper
 
retainAll(Collection<?>) - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
retainAll(Collection<?>) - Method in class io.agroal.pool.util.UncheckedArrayList
 
returnConnection() - Method in class io.agroal.pool.ConnectionHandler
 
returnConnection(ConnectionHandler) - Method in class io.agroal.pool.ConnectionPool
 
rollback() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
rollback(Savepoint) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
rowDeleted() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
rowInserted() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
rowUpdated() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 

S

set(int, T) - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
set(int, T) - Method in class io.agroal.pool.util.UncheckedArrayList
 
setArray(int, Array) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setArray(int, Array) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setAsciiStream(String, InputStream, int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setAsciiStream(String, InputStream, long) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setAsciiStream(String, InputStream) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setAsciiStream(int, InputStream, int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setAsciiStream(int, InputStream, long) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setAsciiStream(int, InputStream) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setAsciiStream(int, InputStream, int) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setAsciiStream(int, InputStream, long) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setAsciiStream(int, InputStream) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setAutoCommit(boolean) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
setBigDecimal(String, BigDecimal) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setBigDecimal(int, BigDecimal) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setBigDecimal(int, BigDecimal) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setBinaryStream(String, InputStream, int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setBinaryStream(String, InputStream, long) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setBinaryStream(String, InputStream) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setBinaryStream(int, InputStream, int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setBinaryStream(int, InputStream, long) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setBinaryStream(int, InputStream) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setBinaryStream(int, InputStream, int) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setBinaryStream(int, InputStream, long) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setBinaryStream(int, InputStream) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setBlob(String, InputStream, long) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setBlob(String, Blob) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setBlob(String, InputStream) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setBlob(int, Blob) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setBlob(int, InputStream, long) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setBlob(int, InputStream) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setBlob(int, Blob) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setBlob(int, InputStream, long) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setBlob(int, InputStream) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setBoolean(String, boolean) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setBoolean(int, boolean) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setBoolean(int, boolean) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setByte(String, byte) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setByte(int, byte) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setByte(int, byte) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setBytes(String, byte[]) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setBytes(int, byte[]) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setBytes(int, byte[]) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setCatalog(String) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
setCharacterStream(String, Reader, int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setCharacterStream(String, Reader, long) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setCharacterStream(String, Reader) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setCharacterStream(int, Reader, int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setCharacterStream(int, Reader, long) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setCharacterStream(int, Reader) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setCharacterStream(int, Reader, int) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setCharacterStream(int, Reader, long) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setCharacterStream(int, Reader) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setClientInfo(Properties) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
setClientInfo(String, String) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
setClob(String, Reader, long) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setClob(String, Clob) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setClob(String, Reader) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setClob(int, Clob) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setClob(int, Reader, long) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setClob(int, Reader) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setClob(int, Clob) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setClob(int, Reader, long) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setClob(int, Reader) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setCursorName(String) - Method in class io.agroal.pool.wrapper.StatementWrapper
 
setDate(String, Date) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setDate(String, Date, Calendar) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setDate(int, Date) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setDate(int, Date, Calendar) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setDate(int, Date) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setDate(int, Date, Calendar) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setDirtyAttribute(ConnectionHandler.DirtyAttribute) - Method in class io.agroal.pool.ConnectionHandler
 
setDouble(String, double) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setDouble(int, double) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setDouble(int, double) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setEscapeProcessing(boolean) - Method in class io.agroal.pool.wrapper.StatementWrapper
 
setFetchDirection(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
setFetchDirection(int) - Method in class io.agroal.pool.wrapper.StatementWrapper
 
setFetchSize(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
setFetchSize(int) - Method in class io.agroal.pool.wrapper.StatementWrapper
 
setFloat(String, float) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setFloat(int, float) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setFloat(int, float) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setHoldability(int) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
setHoldingThread(Thread) - Method in class io.agroal.pool.ConnectionHandler
 
setInt(String, int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setInt(int, int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setInt(int, int) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setLastAccess(long) - Method in class io.agroal.pool.ConnectionHandler
 
setLoginTimeout(int) - Method in class io.agroal.pool.DataSource
 
setLogWriter(PrintWriter) - Method in class io.agroal.pool.DataSource
 
setLong(String, long) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setLong(int, long) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setLong(int, long) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setMaxFieldSize(int) - Method in class io.agroal.pool.wrapper.StatementWrapper
 
setMaxRows(int) - Method in class io.agroal.pool.wrapper.StatementWrapper
 
setNCharacterStream(String, Reader, long) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setNCharacterStream(String, Reader) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setNCharacterStream(int, Reader, long) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setNCharacterStream(int, Reader) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setNCharacterStream(int, Reader, long) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setNCharacterStream(int, Reader) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setNClob(String, NClob) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setNClob(String, Reader, long) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setNClob(String, Reader) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setNClob(int, NClob) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setNClob(int, Reader, long) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setNClob(int, Reader) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setNClob(int, NClob) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setNClob(int, Reader, long) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setNClob(int, Reader) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setNetworkTimeout(Executor, int) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
setNString(String, String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setNString(int, String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setNString(int, String) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setNull(String, int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setNull(String, int, String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setNull(int, int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setNull(int, int, String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setNull(int, int) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setNull(int, int, String) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setObject(String, Object, int, int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setObject(String, Object, int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setObject(String, Object) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setObject(int, Object, int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setObject(int, Object) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setObject(int, Object, int, int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setObject(int, Object, int) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setObject(int, Object) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setObject(int, Object, int, int) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setPoolable(boolean) - Method in class io.agroal.pool.wrapper.StatementWrapper
 
setQueryTimeout(int) - Method in class io.agroal.pool.wrapper.StatementWrapper
 
setReadOnly(boolean) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
setRef(int, Ref) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setRef(int, Ref) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setRowId(String, RowId) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setRowId(int, RowId) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setRowId(int, RowId) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setSavepoint() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
setSavepoint(String) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
setSchema(String) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
setShort(String, short) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setShort(int, short) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setShort(int, short) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setSQLXML(String, SQLXML) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setSQLXML(int, SQLXML) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setSQLXML(int, SQLXML) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setState(ConnectionHandler.State, ConnectionHandler.State) - Method in class io.agroal.pool.ConnectionHandler
 
setState(ConnectionHandler.State) - Method in class io.agroal.pool.ConnectionHandler
 
setString(String, String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setString(int, String) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setString(int, String) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setTime(String, Time) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setTime(String, Time, Calendar) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setTime(int, Time) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setTime(int, Time, Calendar) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setTime(int, Time) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setTime(int, Time, Calendar) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setTimestamp(String, Timestamp) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setTimestamp(String, Timestamp, Calendar) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setTimestamp(int, Timestamp) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setTimestamp(int, Timestamp, Calendar) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setTimestamp(int, Timestamp) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setTimestamp(int, Timestamp, Calendar) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setTransactionIsolation(int) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
setTypeMap(Map<String, Class<?>>) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
setUnicodeStream(int, InputStream, int) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setUnicodeStream(int, InputStream, int) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
setURL(String, URL) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setURL(int, URL) - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
setURL(int, URL) - Method in class io.agroal.pool.wrapper.PreparedStatementWrapper
 
shutdown() - Method in class io.agroal.pool.util.PriorityScheduledExecutor
 
shutdownNow() - Method in class io.agroal.pool.util.PriorityScheduledExecutor
 
size() - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
size() - Method in class io.agroal.pool.util.UncheckedArrayList
 
sort(Comparator<? super T>) - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
sort(Comparator<? super T>) - Method in class io.agroal.pool.util.UncheckedArrayList
 
spliterator() - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
spliterator() - Method in class io.agroal.pool.util.UncheckedArrayList
 
StampedCopyOnWriteArrayList<T> - Class in io.agroal.pool.util
 
StampedCopyOnWriteArrayList(Class<? extends T>) - Constructor for class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
StatementWrapper - Class in io.agroal.pool.wrapper
 
StatementWrapper(ConnectionWrapper, Statement) - Constructor for class io.agroal.pool.wrapper.StatementWrapper
 
stream() - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
stream() - Method in class io.agroal.pool.util.UncheckedArrayList
 
subList(int, int) - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
subList(int, int) - Method in class io.agroal.pool.util.UncheckedArrayList
 

T

toArray() - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
toArray(E[]) - Method in class io.agroal.pool.util.StampedCopyOnWriteArrayList
 
toArray() - Method in class io.agroal.pool.util.UncheckedArrayList
 
toArray(E[]) - Method in class io.agroal.pool.util.UncheckedArrayList
 
toString() - Method in class io.agroal.pool.DefaultMetricsRepository
 
toString() - Method in class io.agroal.pool.MetricsRepository.EmptyMetricsRepository
 
toString() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
toString() - Method in class io.agroal.pool.wrapper.StatementWrapper
 
totalBlockingTime() - Method in class io.agroal.pool.DefaultMetricsRepository
 
totalCreationTime() - Method in class io.agroal.pool.DefaultMetricsRepository
 
trackResultSet(ResultSet) - Method in class io.agroal.pool.wrapper.StatementWrapper
 
transactionCheckCallback(TransactionAware.SQLCallable<Boolean>) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
transactionCommit() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
transactionEnd() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
transactionRollback() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
transactionStart() - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
tryAcquire(long) - Method in class io.agroal.pool.util.AgroalSynchronizer
 
tryRelease(long) - Method in class io.agroal.pool.util.AgroalSynchronizer
 

U

UncheckedArrayList<T> - Class in io.agroal.pool.util
 
UncheckedArrayList(Class<?>) - Constructor for class io.agroal.pool.util.UncheckedArrayList
 
UncheckedArrayList(Class<?>, T[]) - Constructor for class io.agroal.pool.util.UncheckedArrayList
 
unwrap(Class<T>) - Method in class io.agroal.pool.DataSource
 
unwrap(Class<T>) - Method in class io.agroal.pool.wrapper.ConnectionWrapper
 
unwrap(Class<T>) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
unwrap(Class<T>) - Method in class io.agroal.pool.wrapper.StatementWrapper
 
updateArray(int, Array) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateArray(String, Array) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateAsciiStream(int, InputStream, int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateAsciiStream(String, InputStream, int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateAsciiStream(int, InputStream, long) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateAsciiStream(String, InputStream, long) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateAsciiStream(int, InputStream) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateAsciiStream(String, InputStream) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateBigDecimal(int, BigDecimal) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateBigDecimal(String, BigDecimal) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateBinaryStream(int, InputStream, int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateBinaryStream(String, InputStream, int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateBinaryStream(int, InputStream, long) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateBinaryStream(String, InputStream, long) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateBinaryStream(int, InputStream) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateBinaryStream(String, InputStream) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateBlob(int, Blob) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateBlob(String, Blob) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateBlob(int, InputStream, long) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateBlob(String, InputStream, long) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateBlob(int, InputStream) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateBlob(String, InputStream) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateBoolean(int, boolean) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateBoolean(String, boolean) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateByte(int, byte) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateByte(String, byte) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateBytes(int, byte[]) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateBytes(String, byte[]) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateCharacterStream(int, Reader, int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateCharacterStream(String, Reader, int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateCharacterStream(int, Reader, long) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateCharacterStream(String, Reader, long) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateCharacterStream(int, Reader) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateCharacterStream(String, Reader) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateClob(int, Clob) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateClob(String, Clob) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateClob(int, Reader, long) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateClob(String, Reader, long) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateClob(int, Reader) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateClob(String, Reader) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateDate(int, Date) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateDate(String, Date) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateDouble(int, double) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateDouble(String, double) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateFloat(int, float) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateFloat(String, float) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateInt(int, int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateInt(String, int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateLong(int, long) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateLong(String, long) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateNCharacterStream(int, Reader, long) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateNCharacterStream(String, Reader, long) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateNCharacterStream(int, Reader) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateNCharacterStream(String, Reader) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateNClob(int, NClob) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateNClob(String, NClob) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateNClob(int, Reader, long) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateNClob(String, Reader, long) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateNClob(int, Reader) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateNClob(String, Reader) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateNString(int, String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateNString(String, String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateNull(int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateNull(String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateObject(int, Object, int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateObject(int, Object) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateObject(String, Object, int) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateObject(String, Object) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateRef(int, Ref) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateRef(String, Ref) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateRow() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateRowId(int, RowId) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateRowId(String, RowId) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateShort(int, short) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateShort(String, short) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateSQLXML(int, SQLXML) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateSQLXML(String, SQLXML) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateString(int, String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateString(String, String) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateTime(int, Time) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateTime(String, Time) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateTimestamp(int, Timestamp) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
updateTimestamp(String, Timestamp) - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 

V

valueOf(String) - Static method in enum io.agroal.pool.ConnectionHandler.DirtyAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agroal.pool.ConnectionHandler.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.agroal.pool.ConnectionHandler.DirtyAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agroal.pool.ConnectionHandler.State
Returns an array containing the constants of this enum type, in the order they are declared.

W

wasNull() - Method in class io.agroal.pool.wrapper.CallableStatementWrapper
 
wasNull() - Method in class io.agroal.pool.wrapper.ResultSetWrapper
 
A B C D E F G I L M N O P R S T U V W 
Skip navigation links
Agroal Connection Pool 0.4

Copyright © 2018 JBoss by Red Hat. All rights reserved.