Skip navigation links
A B C D E F G H I J L M N P R S T U V W 

A

abort(Executor) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
absolute(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
acceptsURL(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.DriverSpy
Returns true if this is a jdbc:log4 URL and if the URL is for an underlying driver that this DriverSpy can spy on.
addBatch() - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
addBatch(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
addChild(String) - Method in class io.jdev.miniprofiler.internal.NullProfiler
 
addChild(String) - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
 
addChild(TimingInternal) - Method in class io.jdev.miniprofiler.internal.TimingImpl
 
addChild(String) - Method in interface io.jdev.miniprofiler.Profiler
Adds a child profiler to the current on.
addChildProfiler(String) - Method in class io.jdev.miniprofiler.internal.TimingImpl
 
addChildProfiler(String) - Method in interface io.jdev.miniprofiler.Timing
Adds a child profiler under this step
addCustomTiming(String, String, String, long) - Method in class io.jdev.miniprofiler.internal.NullProfiler
 
addCustomTiming(String, String, String, long) - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
 
addCustomTiming(String, String, String, long) - Method in class io.jdev.miniprofiler.internal.TimingImpl
 
addCustomTiming(String, String, String, long) - Method in interface io.jdev.miniprofiler.Profiler
Add a query timing inside the current timing step.
addCustomTiming(String, String, String, long) - Method in interface io.jdev.miniprofiler.Timing
Add a custom timing to this timing.
afterLast() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
allowedOrigin - Variable in class io.jdev.miniprofiler.servlet.ProfilingFilter
 
argTrace - Variable in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
holds list of bind variables for tracing
argTraceSet(int, String, Object) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
Store an argument (bind variable) into the argTrace list (above) for later dumping.
asPlainText() - Method in class io.jdev.miniprofiler.internal.NullProfiler
 
asPlainText() - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
Render a plain test version of this profiler, for logging
asPlainText() - Method in interface io.jdev.miniprofiler.Profiler
Render a plain test version of this profiler, for logging
asUiJson() - Method in class io.jdev.miniprofiler.internal.NullProfiler
 
asUiJson() - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
 
asUiJson() - Method in interface io.jdev.miniprofiler.Profiler
Returns a JSON string representing this profiler instance in a form understood by the Javascript UI.

B

BaseProfilerProvider - Class in io.jdev.miniprofiler
Support class for profiler providers.
BaseProfilerProvider() - Constructor for class io.jdev.miniprofiler.BaseProfilerProvider
 
BaseStorage - Class in io.jdev.miniprofiler.storage
Base class for storage interface - provides default implementations for a number of optional methods.
BaseStorage() - Constructor for class io.jdev.miniprofiler.storage.BaseStorage
 
BasicFormatterImpl - Class in io.jdev.miniprofiler.sql.hibernate
Performs formatting of basic SQL statements (DML + query).
BasicFormatterImpl() - Constructor for class io.jdev.miniprofiler.sql.hibernate.BasicFormatterImpl
 
beforeFirst() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
bindDefaultProvider() - Method in class io.jdev.miniprofiler.ratpack.MiniProfilerModule
Return whether to explicitly bind the default profiler provider.

C

CallableStatementSpy - Class in io.jdev.miniprofiler.sql.log4jdbc
Wraps a CallableStatement and reports method calls, returns and exceptions.
CallableStatementSpy(String, ConnectionSpy, CallableStatement) - Constructor for class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
Create a CallableStatementSpy (JDBC 4 version) to spy upon a CallableStatement.
cancel() - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
cancelRowUpdates() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
classTypeDescription - Static variable in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
Description for ResultSet class type.
clearBatch() - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
clearParameters() - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
clearWarnings() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
clearWarnings() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
clearWarnings() - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
clone() - Method in class io.jdev.miniprofiler.sql.eclipselink.ProfilingConnector
 
close() - Method in interface io.jdev.miniprofiler.CustomTiming
Same as calling CustomTiming.stop().
close() - Method in class io.jdev.miniprofiler.internal.NullProfiler
 
close() - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
 
close() - Method in class io.jdev.miniprofiler.internal.TimingImpl
 
close() - Method in interface io.jdev.miniprofiler.Profiler
/** Same as calling Profiler.stop().
close() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
close() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
close() - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
close() - Method in class io.jdev.miniprofiler.sql.ProfilingDataSource
 
close() - Method in interface io.jdev.miniprofiler.Timing
Same as calling Timing.stop().
closeOnCompletion() - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
commit() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
Config() - Constructor for class io.jdev.miniprofiler.ratpack.MiniProfilerModule.Config
 
ConfigHelper - Class in io.jdev.miniprofiler.internal
 
ConfigHelper() - Constructor for class io.jdev.miniprofiler.internal.ConfigHelper
 
ConfigHelper.PropertiesWithPrefix - Class in io.jdev.miniprofiler.internal
 
configure() - Method in class io.jdev.miniprofiler.ratpack.MiniProfilerModule
Installs Ratpack / MiniProfiler support code.
connect(Properties, Session) - Method in class io.jdev.miniprofiler.sql.eclipselink.ProfilingConnector
 
connect(String, Properties) - Method in class io.jdev.miniprofiler.sql.log4jdbc.DriverSpy
Get a Connection to the database from the underlying driver that this DriverSpy is spying on.
connectionClosed(Spy) - Method in interface io.jdev.miniprofiler.sql.log4jdbc.SpyLogDelegator
Called whenever a connection spy is closed.
connectionClosed(Spy) - Method in class io.jdev.miniprofiler.sql.ProfilingSpyLogDelegator
 
connectionOpened(Spy) - Method in interface io.jdev.miniprofiler.sql.log4jdbc.SpyLogDelegator
Called whenever a new connection spy is created.
connectionOpened(Spy) - Method in class io.jdev.miniprofiler.sql.ProfilingSpyLogDelegator
 
ConnectionSpy - Class in io.jdev.miniprofiler.sql.log4jdbc
Wraps a JDBC Connection and reports method calls, returns and exceptions.
ConnectionSpy(Connection) - Constructor for class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
Create a new ConnectionSpy that wraps a given Connection.
ConnectionSpy(Connection, RdbmsSpecifics) - Constructor for class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
Create a new ConnectionSpy that wraps a given Connection.
connectionSpy - Variable in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
The Connection that created this Statement.
constructorReturned(Spy, String) - Method in interface io.jdev.miniprofiler.sql.log4jdbc.SpyLogDelegator
Called when a spied upon object is constructed.
constructorReturned(Spy, String) - Method in class io.jdev.miniprofiler.sql.ProfilingSpyLogDelegator
 
copy() - Method in class io.jdev.miniprofiler.ProfilerUiConfig
Creates a copy of this config object.
create() - Static method in class io.jdev.miniprofiler.ProfilerUiConfig
 
createArrayOf(String, Object[]) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
createBlob() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
createClob() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
createDataSource() - Method in class io.jdev.miniprofiler.ratpack.MiniProfilerH2Module
 
createInitializer(ProfilerProvider, MiniProfilerModule.Config) - Method in class io.jdev.miniprofiler.ratpack.MiniProfilerModule
 
createNClob() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
createProxy(ProfilerProvider, Object, Class<T>) - Static method in class io.jdev.miniprofiler.intercept.ProfilingInvocationHandler
Convenience method to create a profiling proxy for the given target object and interface.
createProxy(ProfilerProvider, Object, Class<?>...) - Static method in class io.jdev.miniprofiler.intercept.ProfilingInvocationHandler
Convenience method to create a profiling proxy for the given target object and interfaces.
createSQLXML() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
createStatement() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
createStatement(int, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
createStatement(int, int, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
createStruct(String, Object[]) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
current() - Method in class io.jdev.miniprofiler.BaseProfilerProvider
Returns the current MiniProfiler.
current() - Method in class io.jdev.miniprofiler.DelegatingProfilerProvider
 
current() - Static method in class io.jdev.miniprofiler.MiniProfiler
Returns the profiler object for the current profiling session.
current() - Method in interface io.jdev.miniprofiler.ProfilerProvider
Returns the current MiniProfiler.
currentBatch - Variable in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
Tracking of current batch (see addBatch, clearBatch and executeBatch) //todo: should access to this List be synchronized?
customize(Session) - Method in class io.jdev.miniprofiler.sql.eclipselink.ProfilingSessionCustomizer
 
CustomTiming - Interface in io.jdev.miniprofiler
A class representing a custom timing on a step, like a SQL query.
customTiming(String, String, String) - Method in class io.jdev.miniprofiler.internal.NullProfiler
 
customTiming(String, String, String, Runnable) - Method in class io.jdev.miniprofiler.internal.NullProfiler
 
customTiming(String, String, String, Callable<T>) - Method in class io.jdev.miniprofiler.internal.NullProfiler
 
customTiming(String, String, String) - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
 
customTiming(String, String, String, Runnable) - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
 
customTiming(String, String, String, Callable<T>) - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
 
customTiming(String, String, String) - Method in class io.jdev.miniprofiler.internal.TimingImpl
 
customTiming(String, String, String, Runnable) - Method in class io.jdev.miniprofiler.internal.TimingImpl
 
customTiming(String, String, String, Callable<T>) - Method in class io.jdev.miniprofiler.internal.TimingImpl
 
customTiming(String, String, String) - Method in interface io.jdev.miniprofiler.Profiler
Starts a custom timing under this timing.
customTiming(String, String, String, Runnable) - Method in interface io.jdev.miniprofiler.Profiler
Start and stop a new custom timing with the given block.
customTiming(String, String, String, Callable<T>) - Method in interface io.jdev.miniprofiler.Profiler
Start and stop a new custom timing with the given callable function.
customTiming(String, String, String) - Method in interface io.jdev.miniprofiler.Timing
Starts a custom timing under this timing.
customTiming(String, String, String, Runnable) - Method in interface io.jdev.miniprofiler.Timing
Start and stop a new custom timing with the given block.
customTiming(String, String, String, Callable<T>) - Method in interface io.jdev.miniprofiler.Timing
Start and stop a new custom timing with the given callable function.

D

debug(String) - Method in interface io.jdev.miniprofiler.sql.log4jdbc.SpyLogDelegator
Log a Setup and/or administrative log message for log4jdbc.
debug(String) - Method in class io.jdev.miniprofiler.sql.ProfilingSpyLogDelegator
 
DEFAULT_PREFIX - Static variable in class io.jdev.miniprofiler.ratpack.MiniProfilerHandlerChain
The default URI prefix that this handler chain should be installed under.
DefaultCDIProfilerProvider - Class in io.jdev.miniprofiler.javaee
 
DefaultCDIProfilerProvider() - Constructor for class io.jdev.miniprofiler.javaee.DefaultCDIProfilerProvider
 
DefaultProfilerProvider - Class in io.jdev.miniprofiler
A profiler provider which keeps track of the current profiling session in an internal ThreadLocal variable.
DefaultProfilerProvider() - Constructor for class io.jdev.miniprofiler.DefaultProfilerProvider
 
defaultProfilerStoreOption - Variable in class io.jdev.miniprofiler.ratpack.MiniProfilerModule.Config
 
defaults() - Static method in class io.jdev.miniprofiler.ProfilerUiConfig
 
DelegatingProfilerProvider - Class in io.jdev.miniprofiler
A profiler provider that defers to the passed-in profiler provider.
DelegatingProfilerProvider() - Constructor for class io.jdev.miniprofiler.DelegatingProfilerProvider
 
deleteRow() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
deregisterDriverFromClassloader(String, ClassLoader) - Static method in class io.jdev.miniprofiler.sql.DriverUtil
 
deregisterDriverSpy() - Static method in class io.jdev.miniprofiler.sql.DriverUtil
 
destroy() - Method in class io.jdev.miniprofiler.servlet.ProfilingFilter
 
DiscardMiniProfilerHandler - Class in io.jdev.miniprofiler.ratpack
Handler that binds ProfilerStoreOption.DISCARD_RESULTS to the current execution, to signal that the current profiler should not be saved.
DiscardMiniProfilerHandler() - Constructor for class io.jdev.miniprofiler.ratpack.DiscardMiniProfilerHandler
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.jdev.miniprofiler.servlet.ProfilingFilter
 
DriverSpy - Class in io.jdev.miniprofiler.sql.log4jdbc
A JDBC driver which is a facade that delegates to one or more real underlying JDBC drivers.
DriverSpy() - Constructor for class io.jdev.miniprofiler.sql.log4jdbc.DriverSpy
Default constructor.
DriverUtil - Class in io.jdev.miniprofiler.sql
 
DriverUtil() - Constructor for class io.jdev.miniprofiler.sql.DriverUtil
 
dumpedSql() - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 

E

EagerMiniProfilerExecInitializer - Class in io.jdev.miniprofiler.ratpack
A Ratpack execution initializer that, as well as performing general cleanup at the end of an execution, will also eagerly create a profiler and bind it to the execution at the start of execution.
EagerMiniProfilerExecInitializer(ProfilerProvider, ProfilerStoreOption) - Constructor for class io.jdev.miniprofiler.ratpack.EagerMiniProfilerExecInitializer
 
EagerMiniProfilerExecInitializer(ProfilerProvider) - Constructor for class io.jdev.miniprofiler.ratpack.EagerMiniProfilerExecInitializer
 
EhcacheStorage - Class in io.jdev.miniprofiler.storage
Profiler storage that stored profiler instances in an Ehcache.
EhcacheStorage(Ehcache) - Constructor for class io.jdev.miniprofiler.storage.EhcacheStorage
 
end(ExecuteContext) - Method in class io.jdev.miniprofiler.jooq.MiniProfilerExecuteListener
 
equals(Object) - Method in class io.jdev.miniprofiler.ProfilerUiConfig
 
exceptionOccured(Spy, String, Exception, String, long) - Method in interface io.jdev.miniprofiler.sql.log4jdbc.SpyLogDelegator
Called when a spied upon method throws an Exception.
exceptionOccured(Spy, String, Exception, String, long) - Method in class io.jdev.miniprofiler.sql.ProfilingSpyLogDelegator
 
execute(Chain) - Method in class io.jdev.miniprofiler.ratpack.MiniProfilerHandlerChain
Installs handlers to return results and serve UI resources on the given chain.
execute(Chain) - Method in class io.jdev.miniprofiler.ratpack.MiniProfilerStartProfilingHandlers
 
execute() - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
execute(String, String[]) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
execute(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
execute(String, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
execute(String, int[]) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
executeBatch() - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
executeQuery() - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
executeQuery(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
executeUpdate() - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
executeUpdate(String, String[]) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
executeUpdate(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
executeUpdate(String, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
executeUpdate(String, int[]) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
executionComplete(Execution) - Method in class io.jdev.miniprofiler.ratpack.MiniProfilerExecInitializer
 

F

findColumn(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
first() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
forkChildProfiler(T, String) - Static method in class io.jdev.miniprofiler.ratpack.MiniProfilerRatpackUtil
Add a child profiler of the current execution's profiler to a forked execution.
forkChildProfiler(T, String, Action<? super Execution>) - Static method in class io.jdev.miniprofiler.ratpack.MiniProfilerRatpackUtil
Add a child profiler of the current execution's profiler to a forked execution.
format(String) - Method in class io.jdev.miniprofiler.sql.hibernate.BasicFormatterImpl
 
format(String) - Method in class io.jdev.miniprofiler.sql.NullFormatter
 
format(String) - Method in interface io.jdev.miniprofiler.sql.SqlFormatter
 

G

getArray(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getArray(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getArray(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getArray(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getAsciiStream(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getAsciiStream(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getAutoCommit() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
getBigDecimal(int, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
Deprecated. 
getBigDecimal(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getBigDecimal(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getBigDecimal(int, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
Deprecated. 
getBigDecimal(String, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
Deprecated. 
getBigDecimal(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getBigDecimal(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getBinaryStream(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getBinaryStream(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getBlob(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getBlob(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getBlob(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getBlob(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getBoolean(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getBoolean(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getBoolean(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getBoolean(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getByte(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getByte(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getByte(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getByte(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getBytes(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getBytes(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getBytes(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getBytes(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getCatalog() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
getCharacterStream(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getCharacterStream(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getCharacterStream(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getCharacterStream(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getChildProfilers() - Method in class io.jdev.miniprofiler.internal.TimingImpl
 
getChildProfilers() - Method in interface io.jdev.miniprofiler.Timing
Returns child profilers of this timing
getChildren() - Method in class io.jdev.miniprofiler.internal.TimingImpl
 
getChildren() - Method in interface io.jdev.miniprofiler.Timing
Returns all child timings of this timing
getClassType() - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getClassType() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
getClassType() - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
getClassType() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getClassType() - Method in interface io.jdev.miniprofiler.sql.log4jdbc.Spy
Get the type of class being spied upon.
getClassType() - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
getClientInfo(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
getClientInfo() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
getClob(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getClob(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getClob(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getClob(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getCommandString() - Method in interface io.jdev.miniprofiler.CustomTiming
 
getConcurrency() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getConnection() - Method in class io.jdev.miniprofiler.sql.hibernate.ProfilingDatasourceConnectionProvider
 
getConnection() - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
getConnection() - Method in class io.jdev.miniprofiler.sql.ProfilingDataSource
 
getConnection(String, String) - Method in class io.jdev.miniprofiler.sql.ProfilingDataSource
 
getConnectionDetails() - Method in class io.jdev.miniprofiler.sql.eclipselink.ProfilingConnector
 
getConnectionNumber() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
getConnectionNumber() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getConnectionNumber() - Method in interface io.jdev.miniprofiler.sql.log4jdbc.Spy
Get the connection number.
getConnectionNumber() - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
getContent() - Method in class io.jdev.miniprofiler.util.ResourceHelper.Resource
 
getContentLength() - Method in class io.jdev.miniprofiler.util.ResourceHelper.Resource
 
getContentType() - Method in class io.jdev.miniprofiler.util.ResourceHelper.Resource
 
getCurrent() - Method in class io.jdev.miniprofiler.BaseProfilerProvider
Returns the current MiniProfiler.
getCurrent() - Method in class io.jdev.miniprofiler.DelegatingProfilerProvider
 
getCurrent() - Static method in class io.jdev.miniprofiler.MiniProfiler
A properties-friendly version of MiniProfiler.current().
getCurrent() - Method in interface io.jdev.miniprofiler.ProfilerProvider
A properties-friendly version of ProfilerProvider.current().
getCursorName() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getCustomTimings() - Method in class io.jdev.miniprofiler.internal.TimingImpl
 
getCustomTimings() - Method in interface io.jdev.miniprofiler.Timing
Returns custom timings
getDataSource(HikariService) - Method in class io.jdev.miniprofiler.ratpack.MiniProfilerHikariModule
 
getDate(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getDate(int, Calendar) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getDate(String, Calendar) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getDate(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getDate(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getDate(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getDate(int, Calendar) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getDate(String, Calendar) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getDecorator(HttpServletRequest, Page) - Method in class grails.plugin.miniprofiler.sitemesh.grails20.ProfilingDecoratorMapper
 
getDefaultHostname() - Method in class io.jdev.miniprofiler.BaseProfilerProvider
Return the local host name, or the loopback name (usually "localhost") if it doesn't resolve in DNS.
getDelegate() - Method in class io.jdev.miniprofiler.DelegatingProfilerProvider
 
getDelegate() - Method in class io.jdev.miniprofiler.StaticProfilerProvider
 
getDepth() - Method in class io.jdev.miniprofiler.internal.TimingImpl
 
getDepth() - Method in interface io.jdev.miniprofiler.Timing
How many hops from the root timing
getDouble(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getDouble(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getDouble(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getDouble(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getDurationMilliseconds() - Method in interface io.jdev.miniprofiler.CustomTiming
 
getDurationMilliseconds() - Method in class io.jdev.miniprofiler.internal.TimingImpl
 
getDurationMilliseconds() - Method in interface io.jdev.miniprofiler.Timing
Returned the length of this timing event
getExecuteType() - Method in interface io.jdev.miniprofiler.CustomTiming
 
getFetchDirection() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getFetchDirection() - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
getFetchSize() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getFetchSize() - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
getFloat(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getFloat(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getFloat(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getFloat(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getFormatter() - Static method in class io.jdev.miniprofiler.sql.SqlFormatterFactory
 
getGeneratedKeys() - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
getHead() - Method in class io.jdev.miniprofiler.internal.NullProfiler
 
getHead() - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
 
getHead() - Method in interface io.jdev.miniprofiler.Profiler
Returns the current live timing for this profiler.
getHoldability() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
getHoldability() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getId() - Method in class io.jdev.miniprofiler.internal.NullProfiler
 
getId() - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
 
getId() - Method in interface io.jdev.miniprofiler.Profiler
Returns a unique id for the profiling session.
getInitParameter(String) - Method in class grails.plugin.miniprofiler.sitemesh.grails20.ProfilingDecorator
 
getInitParameterNames() - Method in class grails.plugin.miniprofiler.sitemesh.grails20.ProfilingDecorator
 
getInt(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getInt(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getInt(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getInt(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getLevel() - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
 
getLoginTimeout() - Method in class io.jdev.miniprofiler.sql.ProfilingDataSource
 
getLogWriter() - Method in class io.jdev.miniprofiler.sql.ProfilingDataSource
 
getLong(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getLong(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getLong(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getLong(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getMachineName() - Method in class io.jdev.miniprofiler.BaseProfilerProvider
Returnes the current machine name set
getMachineName() - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
 
getMajorVersion() - Method in class io.jdev.miniprofiler.sql.log4jdbc.DriverSpy
Get the major version of the driver.
getMaxFieldSize() - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
getMaxRows() - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
getMaxTraces() - Method in class io.jdev.miniprofiler.ProfilerUiConfig
 
getMetaData() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
getMetaData() - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
getMetaData() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getMinorVersion() - Method in class io.jdev.miniprofiler.sql.log4jdbc.DriverSpy
Get the minor version of the driver.
getMoreResults() - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
getMoreResults(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
getName() - Method in class grails.plugin.miniprofiler.sitemesh.grails20.ProfilingDecorator
 
getName() - Method in class io.jdev.miniprofiler.internal.TimingImpl
 
getName() - Method in interface io.jdev.miniprofiler.Timing
Returns the name of the timing
getNamedDecorator(HttpServletRequest, String) - Method in class grails.plugin.miniprofiler.sitemesh.grails20.ProfilingDecoratorMapper
 
getNCharacterStream(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getNCharacterStream(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getNCharacterStream(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getNCharacterStream(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getNClob(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getNClob(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getNClob(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getNClob(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getNetworkTimeout() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
getNString(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getNString(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getNString(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getNString(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getObject(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getObject(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getObject(int, Map) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getObject(String, Map<String, Class<?>>) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getObject(int, Class<T>) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getObject(String, Class<T>) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getObject(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getObject(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getObject(String, Map) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getObject(int, Map<String, Class<?>>) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getObject(int, Class<T>) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getObject(String, Class<T>) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getOpenConnectionsDump() - Static method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
Get a dump of how many connections are open, and which connection numbers are open.
getPage() - Method in class grails.plugin.miniprofiler.sitemesh.grails20.ProfilingDecorator
 
getParameterMetaData() - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
getParent() - Method in class io.jdev.miniprofiler.internal.TimingImpl
 
getParent() - Method in interface io.jdev.miniprofiler.Timing
Returns the parent timing of this one.
getParentLogger() - Method in class io.jdev.miniprofiler.sql.log4jdbc.DriverSpy
 
getParentLogger() - Method in class io.jdev.miniprofiler.sql.ProfilingDataSource
 
getPath() - Method in class io.jdev.miniprofiler.ProfilerUiConfig
 
getPosition() - Method in class io.jdev.miniprofiler.ProfilerUiConfig
 
getProfiler() - Method in class io.jdev.miniprofiler.internal.TimingImpl
 
getProfilerName(Execution) - Method in class io.jdev.miniprofiler.ratpack.MiniProfilerExecInitializer
Override to customize the name given to the profiling instance.
getProfilerProvider() - Static method in class io.jdev.miniprofiler.MiniProfiler
Return the current internal profiler provider.
getProperty(List<ConfigHelper.PropertiesWithPrefix>, String, String) - Static method in class io.jdev.miniprofiler.internal.ConfigHelper
 
getProperty(List<ConfigHelper.PropertiesWithPrefix>, String, boolean) - Static method in class io.jdev.miniprofiler.internal.ConfigHelper
 
getProperty(List<ConfigHelper.PropertiesWithPrefix>, String, Integer) - Static method in class io.jdev.miniprofiler.internal.ConfigHelper
 
getProperty(List<ConfigHelper.PropertiesWithPrefix>, String, Class<T>, T) - Static method in class io.jdev.miniprofiler.internal.ConfigHelper
 
getPropertyInfo(String, Properties) - Method in class io.jdev.miniprofiler.sql.log4jdbc.DriverSpy
Gets information about the possible properties for the underlying driver.
getQueryTimeout() - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
getRealCallableStatement() - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
Get the real underlying CallableStatement that this CallableStatementSpy wraps.
getRealConnection() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
Get the real underlying Connection that this ConnectionSpy wraps.
getRealPreparedStatement() - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
Get the real PreparedStatement that this PreparedStatementSpy wraps.
getRealResultSet() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
Get the real ResultSet that this ResultSetSpy wraps.
getRealStatement() - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
Get the real Statement that this StatementSpy wraps.
getRef(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getRef(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getRef(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getRef(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getResource(String, String) - Method in class io.jdev.miniprofiler.util.ResourceHelper
 
getResource(String) - Method in class io.jdev.miniprofiler.util.ResourceHelper
 
getResourceAsString(String) - Method in class io.jdev.miniprofiler.util.ResourceHelper
 
getResultSet() - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
getResultSetConcurrency() - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
getResultSetHoldability() - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
getResultSetType() - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
getRole() - Method in class grails.plugin.miniprofiler.sitemesh.grails20.ProfilingDecorator
 
getRoot() - Method in class io.jdev.miniprofiler.internal.NullProfiler
 
getRoot() - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
 
getRoot() - Method in interface io.jdev.miniprofiler.Profiler
Returns the root timing for this profiler.
getRow() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getRowId(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getRowId(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getRowId(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getRowId(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getSchema() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
getShort(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getShort(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getShort(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getShort(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getSpyLogDelegator() - Static method in class io.jdev.miniprofiler.sql.log4jdbc.SpyLogFactory
Get the default SpyLogDelegator for logging to the logger.
getSQLXML(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getSQLXML(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getSQLXML(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getSQLXML(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getStartMilliseconds() - Method in interface io.jdev.miniprofiler.CustomTiming
 
getStartMilliseconds() - Method in class io.jdev.miniprofiler.internal.TimingImpl
 
getStartMilliseconds() - Method in interface io.jdev.miniprofiler.Timing
Returns the start time of this timing in ms since profiler start
getStatement() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getStorage() - Method in class io.jdev.miniprofiler.BaseProfilerProvider
Return the current storage implementation.
getStorage() - Method in class io.jdev.miniprofiler.DelegatingProfilerProvider
 
getStorage() - Static method in class io.jdev.miniprofiler.MiniProfiler
Returns the storage associated with the current profiler provider.
getStorage() - Method in interface io.jdev.miniprofiler.ProfilerProvider
Returns the Storage associated with this provider.
getString(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getString(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getString(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getString(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getTime(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getTime(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getTime(int, Calendar) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getTime(String, Calendar) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getTime(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getTime(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getTime(int, Calendar) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getTime(String, Calendar) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getTimestamp(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getTimestamp(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getTimestamp(int, Calendar) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getTimestamp(String, Calendar) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getTimestamp(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getTimestamp(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getTimestamp(int, Calendar) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getTimestamp(String, Calendar) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getToggleShortcut() - Method in class io.jdev.miniprofiler.ProfilerUiConfig
 
getTransactionIsolation() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
getTrivialMilliseconds() - Method in class io.jdev.miniprofiler.ProfilerUiConfig
 
getType() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getTypeMap() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
getUiConfig() - Method in class io.jdev.miniprofiler.BaseProfilerProvider
Returns the ProfilerUiConfig associated with this provider.
getUiConfig() - Method in class io.jdev.miniprofiler.DelegatingProfilerProvider
 
getUiConfig() - Method in interface io.jdev.miniprofiler.ProfilerProvider
Returns the ProfilerUiConfig associated with this provider.
getUnicodeStream(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
Deprecated. 
getUnicodeStream(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
Deprecated. 
getUnviewedIds(String) - Method in class io.jdev.miniprofiler.storage.BaseStorage
Default implementation.
getUnviewedIds(String) - Method in interface io.jdev.miniprofiler.storage.Storage
Returns a list of profiling session ids s that haven't been seen by the given user.
getUpdateCount() - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
getURIPath() - Method in class grails.plugin.miniprofiler.sitemesh.grails20.ProfilingDecorator
 
getURL(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getURL(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
getURL(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getURL(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getUser() - Method in class io.jdev.miniprofiler.internal.NullProfiler
 
getUser() - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
 
getUser() - Method in interface io.jdev.miniprofiler.Profiler
Returns the user name for the profile session.
getUser() - Method in interface io.jdev.miniprofiler.user.UserProvider
Returns the currently logged in user, if that is known.
getUUIDRequestId(Registry) - Static method in class io.jdev.miniprofiler.ratpack.internal.MiniProfilerRatpackUtilInternal
 
getVersion() - Static method in class io.jdev.miniprofiler.MiniProfiler
Returns the current version of the MiniProfiler-JVM library
getWarnings() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
getWarnings() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
getWarnings() - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
grails.plugin.miniprofiler.sitemesh.grails20 - package grails.plugin.miniprofiler.sitemesh.grails20
 

H

handle(Context) - Method in class io.jdev.miniprofiler.ratpack.DiscardMiniProfilerHandler
 
handle(Context) - Method in class io.jdev.miniprofiler.ratpack.MiniProfilerAjaxHeaderHandler
 
handle(Context) - Method in class io.jdev.miniprofiler.ratpack.MiniProfilerResourceHandler
Serves MiniProfiler UI resources to the front end
handle(Context) - Method in class io.jdev.miniprofiler.ratpack.MiniProfilerResultsHandler
Serves MiniProfiler results to the UI.
handle(Context) - Method in class io.jdev.miniprofiler.ratpack.MiniProfilerStartProfilingHandler
 
handle(Context) - Method in class io.jdev.miniprofiler.ratpack.StoreMiniProfilerHandler
 
hasCurrent() - Method in class io.jdev.miniprofiler.BaseProfilerProvider
Indicates whether there is currently a profiler in the context.
hasCurrent() - Method in class io.jdev.miniprofiler.DelegatingProfilerProvider
 
hasCurrent() - Method in interface io.jdev.miniprofiler.ProfilerProvider
Return true if there is a current profiler.
hashCode() - Method in class io.jdev.miniprofiler.ProfilerUiConfig
 
hasQueryTimings() - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
 

I

init(Config, Properties, DecoratorMapper) - Method in class grails.plugin.miniprofiler.sitemesh.grails20.ProfilingDecoratorMapper
 
init(FilterConfig) - Method in class grails.plugin.miniprofiler.sitemesh.grails20.ProfilingGrailsPageFilter
 
init(Execution) - Method in class io.jdev.miniprofiler.ratpack.MiniProfilerExecInitializer
Initialize the given execution and bind a new Profiler object
init(FilterConfig) - Method in class io.jdev.miniprofiler.servlet.ProfilingFilter
 
initDecoratorSelector(SiteMeshWebAppContext) - Method in class grails.plugin.miniprofiler.sitemesh.grails20.ProfilingGrailsPageFilter
 
initializer(ProfilerProvider, MiniProfilerModule.Config) - Method in class io.jdev.miniprofiler.ratpack.MiniProfilerModule
 
insertRow() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
INSTANCE - Static variable in class io.jdev.miniprofiler.internal.NullProfiler
 
invoke(Object, Method, Object[]) - Method in class io.jdev.miniprofiler.intercept.ProfilingInvocationHandler
 
io.jdev.miniprofiler - package io.jdev.miniprofiler
 
io.jdev.miniprofiler.intercept - package io.jdev.miniprofiler.intercept
 
io.jdev.miniprofiler.internal - package io.jdev.miniprofiler.internal
 
io.jdev.miniprofiler.javaee - package io.jdev.miniprofiler.javaee
 
io.jdev.miniprofiler.jooq - package io.jdev.miniprofiler.jooq
 
io.jdev.miniprofiler.ratpack - package io.jdev.miniprofiler.ratpack
 
io.jdev.miniprofiler.ratpack.internal - package io.jdev.miniprofiler.ratpack.internal
 
io.jdev.miniprofiler.servlet - package io.jdev.miniprofiler.servlet
 
io.jdev.miniprofiler.sql - package io.jdev.miniprofiler.sql
 
io.jdev.miniprofiler.sql.eclipselink - package io.jdev.miniprofiler.sql.eclipselink
 
io.jdev.miniprofiler.sql.hibernate - package io.jdev.miniprofiler.sql.hibernate
 
io.jdev.miniprofiler.sql.log4jdbc - package io.jdev.miniprofiler.sql.log4jdbc
log4jdbc is a Java JDBC driver that can log SQL and/or JDBC calls (and optionally SQL timing information) for other JDBC drivers using the Simple Logging Facade For Java (SLF4J) logging system.
io.jdev.miniprofiler.storage - package io.jdev.miniprofiler.storage
 
io.jdev.miniprofiler.test - package io.jdev.miniprofiler.test
 
io.jdev.miniprofiler.user - package io.jdev.miniprofiler.user
 
io.jdev.miniprofiler.util - package io.jdev.miniprofiler.util
 
isAfterLast() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
isAuthorized() - Method in class io.jdev.miniprofiler.ProfilerUiConfig
 
isBeforeFirst() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
isChildren() - Method in class io.jdev.miniprofiler.ProfilerUiConfig
 
isClosed() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
isClosed() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
isClosed() - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
isCloseOnCompletion() - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
isControls() - Method in class io.jdev.miniprofiler.ProfilerUiConfig
 
isFirst() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
isJdbcLoggingEnabled() - Method in interface io.jdev.miniprofiler.sql.log4jdbc.SpyLogDelegator
Determine if any of the jdbc or sql loggers are turned on.
isJdbcLoggingEnabled() - Method in class io.jdev.miniprofiler.sql.ProfilingSpyLogDelegator
 
isLast() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
isPoolable() - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
isReadOnly() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
isStartHidden() - Method in class io.jdev.miniprofiler.ProfilerUiConfig
 
isTrivial() - Method in class io.jdev.miniprofiler.ProfilerUiConfig
 
isValid(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
isWrapperFor(Class<?>) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
isWrapperFor(Class<?>) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
isWrapperFor(Class<?>) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
isWrapperFor(Class<?>) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
isWrapperFor(Class<?>) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
isWrapperFor(Class<?>) - Method in class io.jdev.miniprofiler.sql.ProfilingDataSource
 

J

jdbcCompliant() - Method in class io.jdev.miniprofiler.sql.log4jdbc.DriverSpy
Report whether the underlying driver is JDBC compliant.
Jsonable - Interface in io.jdev.miniprofiler.internal
Internal interface used by JSON serialization classes.

L

last() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
list(int, Date, Date, Storage.ListResultsOrder) - Method in class io.jdev.miniprofiler.storage.BaseStorage
Default implementation.
list(int, Date, Date, Storage.ListResultsOrder) - Method in interface io.jdev.miniprofiler.storage.Storage
List profiling
load(UUID) - Method in class io.jdev.miniprofiler.storage.EhcacheStorage
 
load(UUID) - Method in class io.jdev.miniprofiler.storage.MapStorage
 
load(UUID) - Method in interface io.jdev.miniprofiler.storage.Storage
Returns a previously saved profiling session.
loadPropertiesFile(String) - Static method in class io.jdev.miniprofiler.internal.ConfigHelper
 
log - Variable in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
lookupCurrentProfiler() - Method in class io.jdev.miniprofiler.BaseProfilerProvider
Return the current profiler, if any.
lookupCurrentProfiler() - Method in class io.jdev.miniprofiler.DefaultProfilerProvider
Returns the current MiniProfiler.
lookupCurrentProfiler() - Method in class io.jdev.miniprofiler.ratpack.RatpackContextProfilerProvider
Grabs the current profiler from the current execution.
lookupCurrentProfiler() - Method in class io.jdev.miniprofiler.test.TestProfilerProvider
 

M

main(String[]) - Static method in class io.jdev.miniprofiler.sql.log4jdbc.PostLogProfilerProcessor
Post Process log4jdbc sqltiming log data.
MapStorage - Class in io.jdev.miniprofiler.storage
Storage implementation based on an LRU in-memory map.
MapStorage() - Constructor for class io.jdev.miniprofiler.storage.MapStorage
 
MapStorage(int) - Constructor for class io.jdev.miniprofiler.storage.MapStorage
 
methodReturned(Spy, String, String) - Method in interface io.jdev.miniprofiler.sql.log4jdbc.SpyLogDelegator
Called when spied upon method call returns.
methodReturned(Spy, String, String) - Method in class io.jdev.miniprofiler.sql.ProfilingSpyLogDelegator
 
MiniProfiler - Class in io.jdev.miniprofiler
Convenience class for static access to profiling functions.
MiniProfiler() - Constructor for class io.jdev.miniprofiler.MiniProfiler
 
MiniProfilerAjaxHeaderHandler - Class in io.jdev.miniprofiler.ratpack
Handler which adds the miniprofiler id for the current request as a response header.
MiniProfilerAjaxHeaderHandler() - Constructor for class io.jdev.miniprofiler.ratpack.MiniProfilerAjaxHeaderHandler
 
MiniProfilerExecInitializer - Class in io.jdev.miniprofiler.ratpack
A Ratpack `ExecInitializer` that provides MiniProfiler support.
MiniProfilerExecInitializer(ProfilerProvider, ProfilerStoreOption) - Constructor for class io.jdev.miniprofiler.ratpack.MiniProfilerExecInitializer
Construct the initializer with the given provider and default storage option.
MiniProfilerExecInitializer(ProfilerProvider) - Constructor for class io.jdev.miniprofiler.ratpack.MiniProfilerExecInitializer
Construct the initializer with the given provider and a default to store all profiler results.
MiniProfilerExecuteListener - Class in io.jdev.miniprofiler.jooq
Captures sql statements from jOOQ during profiling.
MiniProfilerExecuteListener(ProfilerProvider) - Constructor for class io.jdev.miniprofiler.jooq.MiniProfilerExecuteListener
Constructs a listener with the given profiler.
MiniProfilerExecuteListenerProvider - Class in io.jdev.miniprofiler.jooq
A jOOQ ExecuteListenerProvider that profiles SQL statements issued.
MiniProfilerExecuteListenerProvider(ProfilerProvider) - Constructor for class io.jdev.miniprofiler.jooq.MiniProfilerExecuteListenerProvider
Construct a listener that gets the current profiler from the provided ProfilerProvider.
MiniProfilerH2Module - Class in io.jdev.miniprofiler.ratpack
A module that extends Ratpack's H2Module but provides a DataSource that is actually a ProfilingDataSource so that JDBC calls are profiled.
MiniProfilerH2Module(boolean) - Constructor for class io.jdev.miniprofiler.ratpack.MiniProfilerH2Module
Creates a module with profiling turned off completely, mainly for testing.
MiniProfilerH2Module() - Constructor for class io.jdev.miniprofiler.ratpack.MiniProfilerH2Module
 
MiniProfilerH2Module(String, String, String) - Constructor for class io.jdev.miniprofiler.ratpack.MiniProfilerH2Module
 
MiniProfilerH2Module(String, String, String, boolean) - Constructor for class io.jdev.miniprofiler.ratpack.MiniProfilerH2Module
 
MiniProfilerHandlerChain - Class in io.jdev.miniprofiler.ratpack
A handler chain that serves up miniprofiler results and resources for the UI.
MiniProfilerHandlerChain() - Constructor for class io.jdev.miniprofiler.ratpack.MiniProfilerHandlerChain
 
MiniProfilerHikariModule - Class in io.jdev.miniprofiler.ratpack
A module that extends Ratpack's HikariModule but provides a DataSource that is actually a ProfilingDataSource so that JDBC calls are profiled.
MiniProfilerHikariModule() - Constructor for class io.jdev.miniprofiler.ratpack.MiniProfilerHikariModule
 
MiniProfilerHikariModule(boolean) - Constructor for class io.jdev.miniprofiler.ratpack.MiniProfilerHikariModule
Creates a module with profiling turned off completely, mainly for testing.
MiniProfilerModule - Class in io.jdev.miniprofiler.ratpack
A Guice module to install a Ratpack compatible ProfilerProvider and an ExecInitializer to make all executions profiled.
MiniProfilerModule() - Constructor for class io.jdev.miniprofiler.ratpack.MiniProfilerModule
 
MiniProfilerModule.Config - Class in io.jdev.miniprofiler.ratpack
 
MiniProfilerRatpackUtil - Class in io.jdev.miniprofiler.ratpack
A class containing utility methods for timing promises.
MiniProfilerRatpackUtil() - Constructor for class io.jdev.miniprofiler.ratpack.MiniProfilerRatpackUtil
 
MiniProfilerRatpackUtilInternal - Class in io.jdev.miniprofiler.ratpack.internal
 
MiniProfilerResourceHandler - Class in io.jdev.miniprofiler.ratpack
A Ratpack Handler that serves MiniProfiler UI resources to the web browser.
MiniProfilerResourceHandler() - Constructor for class io.jdev.miniprofiler.ratpack.MiniProfilerResourceHandler
 
MiniProfilerResultsHandler - Class in io.jdev.miniprofiler.ratpack
A Ratpack Handler that serves MiniProfiler results to the UI.
MiniProfilerResultsHandler(ProfilerProvider) - Constructor for class io.jdev.miniprofiler.ratpack.MiniProfilerResultsHandler
 
MiniProfilerStartProfilingHandler - Class in io.jdev.miniprofiler.ratpack
A handler that starts a new profiler for the current execution.
MiniProfilerStartProfilingHandler(ProfilerProvider) - Constructor for class io.jdev.miniprofiler.ratpack.MiniProfilerStartProfilingHandler
 
MiniProfilerStartProfilingHandlers - Class in io.jdev.miniprofiler.ratpack
 
MiniProfilerStartProfilingHandlers() - Constructor for class io.jdev.miniprofiler.ratpack.MiniProfilerStartProfilingHandlers
 
moveToCurrentRow() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
moveToInsertRow() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 

N

nativeSQL(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
next() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
NullFormatter - Class in io.jdev.miniprofiler.sql
 
NullFormatter() - Constructor for class io.jdev.miniprofiler.sql.NullFormatter
 
NullProfiler - Class in io.jdev.miniprofiler.internal
A profiler implementation which does nothing.

P

PostLogProfilerProcessor - Class in io.jdev.miniprofiler.sql.log4jdbc
Post processes an existing sqltiming log, and creates a profiling report from it.
PostLogProfilerProcessor(String, PrintStream) - Constructor for class io.jdev.miniprofiler.sql.log4jdbc.PostLogProfilerProcessor
Process given filename, and produce sql profiling report to given PrintStream.
prefix - Variable in class io.jdev.miniprofiler.internal.ConfigHelper.PropertiesWithPrefix
 
prepareCall(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
prepareCall(String, int, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
prepareCall(String, int, int, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
PreparedStatementSpy - Class in io.jdev.miniprofiler.sql.log4jdbc
Wraps a PreparedStatement and reports method calls, returns and exceptions.
PreparedStatementSpy(String, ConnectionSpy, PreparedStatement) - Constructor for class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
Create a PreparedStatementSpy (JDBC 4 version) for logging activity of another PreparedStatement.
prepareStatement(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
prepareStatement(String, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
prepareStatement(String, int, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
prepareStatement(String, int, int, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
prepareStatement(String, int[]) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
prepareStatement(String, String[]) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
previous() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
printScriptTag() - Method in class io.jdev.miniprofiler.ScriptTagWriter
Writes out a script tag in the format that the mini profiler front end javascript expects.
printScriptTag(ProfilerUiConfig) - Method in class io.jdev.miniprofiler.ScriptTagWriter
Writes out a script tag in the format that the mini profiler front end javascript expects.
printScriptTag(String) - Method in class io.jdev.miniprofiler.ScriptTagWriter
Writes out a script tag in the format that the mini profiler front end javascript expects.
printScriptTag(Profiler) - Method in class io.jdev.miniprofiler.ScriptTagWriter
Writes out a script tag in the format that the mini profiler front end javascript expects.
printScriptTag(Profiler, String) - Method in class io.jdev.miniprofiler.ScriptTagWriter
Writes out a script tag in the format that the mini profiler front end javascript expects.
printScriptTag(Profiler, ProfilerUiConfig) - Method in class io.jdev.miniprofiler.ScriptTagWriter
Writes out a script tag in the format that the mini profiler front end javascript expects.
printScriptTag(Profiler, ProfilerUiConfig, String) - Method in class io.jdev.miniprofiler.ScriptTagWriter
Writes out a script tag in the format that the mini profiler front end javascript expects.
profile(InvocationContext) - Method in class io.jdev.miniprofiler.javaee.ProfilingEJBInterceptor
 
profile(Profiler, String, Promise<T>) - Static method in class io.jdev.miniprofiler.ratpack.MiniProfilerRatpackUtil
Add a profiling step for the promise, starting with when the promise is first subscribed-to and finishing when the promise supplies results.
Profiled - Annotation Type in io.jdev.miniprofiler.javaee
 
profileFromNow(Profiler, String, Promise<T>) - Static method in class io.jdev.miniprofiler.ratpack.MiniProfilerRatpackUtil
Add a profiling step for the promise, starting with the current time and finishing when the promise supplies results.
ProfileLevel - Enum in io.jdev.miniprofiler
An enum representing different levels of detail.
Profiler - Interface in io.jdev.miniprofiler
Represents a single profiling session.
profilerCreated(Profiler) - Method in class io.jdev.miniprofiler.BaseProfilerProvider
Called after a new profiler is created.
profilerCreated(Profiler) - Method in class io.jdev.miniprofiler.DefaultProfilerProvider
 
profilerCreated(Profiler) - Method in class io.jdev.miniprofiler.ratpack.RatpackContextProfilerProvider
Adds the given rofiler to the current Execution.
profilerCreated(Profiler) - Method in class io.jdev.miniprofiler.test.TestProfilerProvider
 
ProfilerImpl - Class in io.jdev.miniprofiler.internal
Profiler implementation.
ProfilerImpl(UUID, String, String, ProfileLevel, ProfilerProvider) - Constructor for class io.jdev.miniprofiler.internal.ProfilerImpl
Construct a new profiling session.
profilerPath - Variable in class io.jdev.miniprofiler.servlet.ProfilingFilter
 
ProfilerProvider - Interface in io.jdev.miniprofiler
Primary interface for starting a profiling session and getting a handle on the current session.
profilerProvider - Variable in class io.jdev.miniprofiler.servlet.ProfilingFilter
 
profilerStopped(Profiler) - Method in class io.jdev.miniprofiler.BaseProfilerProvider
Called after a profiler has been stopped.
profilerStopped(Profiler) - Method in class io.jdev.miniprofiler.DefaultProfilerProvider
 
profilerStopped(Profiler) - Method in class io.jdev.miniprofiler.ratpack.RatpackContextProfilerProvider
Does nothing.
profilerStopped(Profiler) - Method in class io.jdev.miniprofiler.test.TestProfilerProvider
 
ProfilerStoreOption - Enum in io.jdev.miniprofiler.ratpack
 
ProfilerUiConfig - Class in io.jdev.miniprofiler
 
ProfilerUiConfig.Position - Enum in io.jdev.miniprofiler
 
ProfilingConnector - Class in io.jdev.miniprofiler.sql.eclipselink
EclipseLink Connector implementation which returns Connection objects that will profile JDBC queries.
ProfilingConnector(Connector) - Constructor for class io.jdev.miniprofiler.sql.eclipselink.ProfilingConnector
 
ProfilingDataSource - Class in io.jdev.miniprofiler.sql
 
ProfilingDataSource(DataSource) - Constructor for class io.jdev.miniprofiler.sql.ProfilingDataSource
 
ProfilingDataSource(DataSource, ProfilerProvider) - Constructor for class io.jdev.miniprofiler.sql.ProfilingDataSource
 
ProfilingDatasourceConnectionProvider - Class in io.jdev.miniprofiler.sql.hibernate
 
ProfilingDatasourceConnectionProvider() - Constructor for class io.jdev.miniprofiler.sql.hibernate.ProfilingDatasourceConnectionProvider
 
ProfilingDatasourceConnectionProvider(ProfilerProvider) - Constructor for class io.jdev.miniprofiler.sql.hibernate.ProfilingDatasourceConnectionProvider
 
ProfilingDecorator - Class in grails.plugin.miniprofiler.sitemesh.grails20
 
ProfilingDecorator(Decorator, Profiler) - Constructor for class grails.plugin.miniprofiler.sitemesh.grails20.ProfilingDecorator
 
ProfilingDecorator(Decorator, Profiler) - Constructor for class grails.plugin.miniprofiler.sitemesh.grails20.ProfilingDecorator
 
ProfilingDecoratorMapper - Class in grails.plugin.miniprofiler.sitemesh.grails20
 
ProfilingDecoratorMapper(DecoratorMapper, ProfilerProvider) - Constructor for class grails.plugin.miniprofiler.sitemesh.grails20.ProfilingDecoratorMapper
 
ProfilingEJBInterceptor - Class in io.jdev.miniprofiler.javaee
 
ProfilingEJBInterceptor() - Constructor for class io.jdev.miniprofiler.javaee.ProfilingEJBInterceptor
 
ProfilingFilter - Class in io.jdev.miniprofiler.servlet
Filter to start and end profiling, and serve up results as JSON.
ProfilingFilter() - Constructor for class io.jdev.miniprofiler.servlet.ProfilingFilter
 
ProfilingGrailsDecoratorSelector - Class in grails.plugin.miniprofiler.sitemesh.grails20
 
ProfilingGrailsDecoratorSelector(DecoratorSelector, Profiler) - Constructor for class grails.plugin.miniprofiler.sitemesh.grails20.ProfilingGrailsDecoratorSelector
 
ProfilingGrailsPageFilter - Class in grails.plugin.miniprofiler.sitemesh.grails20
 
ProfilingGrailsPageFilter() - Constructor for class grails.plugin.miniprofiler.sitemesh.grails20.ProfilingGrailsPageFilter
 
ProfilingInvocationHandler - Class in io.jdev.miniprofiler.intercept
Invocation handler for profiling method calls using anything that can take an InvocationHandler.
ProfilingInvocationHandler(ProfilerProvider, Object) - Constructor for class io.jdev.miniprofiler.intercept.ProfilingInvocationHandler
Create a new handler with the given profiler provider and target object
ProfilingSessionCustomizer - Class in io.jdev.miniprofiler.sql.eclipselink
An EclipseLink SessionCustomizer that installs a ProfilingConnector onto EclipseLink's read and write pools.
ProfilingSessionCustomizer() - Constructor for class io.jdev.miniprofiler.sql.eclipselink.ProfilingSessionCustomizer
 
ProfilingSessionCustomizer(ProfilerProvider) - Constructor for class io.jdev.miniprofiler.sql.eclipselink.ProfilingSessionCustomizer
 
ProfilingSpyLogDelegator - Class in io.jdev.miniprofiler.sql
 
ProfilingSpyLogDelegator() - Constructor for class io.jdev.miniprofiler.sql.ProfilingSpyLogDelegator
 
ProfilingSpyLogDelegator(ProfilerProvider) - Constructor for class io.jdev.miniprofiler.sql.ProfilingSpyLogDelegator
 
PropertiesWithPrefix(Properties, String) - Constructor for class io.jdev.miniprofiler.internal.ConfigHelper.PropertiesWithPrefix
 
props - Variable in class io.jdev.miniprofiler.internal.ConfigHelper.PropertiesWithPrefix
 
provide() - Method in class io.jdev.miniprofiler.jooq.MiniProfilerExecuteListenerProvider
 

R

RatpackContextProfilerProvider - Class in io.jdev.miniprofiler.ratpack
A ProfilerProvider that keeps profilers that it creates on the current Ratpack Execution rather than e.g.
RatpackContextProfilerProvider() - Constructor for class io.jdev.miniprofiler.ratpack.RatpackContextProfilerProvider
 
rdbmsSpecifics - Variable in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
RdbmsSpecifics for formatting SQL for the given RDBMS.
realPreparedStatement - Variable in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
The real PreparedStatement that this PreparedStatementSpy wraps.
realStatement - Variable in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
The real statement that this StatementSpy wraps.
refreshRow() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
registerOutParameter(int, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
registerOutParameter(int, int, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
registerOutParameter(int, int, String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
registerOutParameter(String, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
registerOutParameter(String, int, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
registerOutParameter(String, int, String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
relative(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
releaseSavepoint(Savepoint) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
render(Content, SiteMeshContext) - Method in class grails.plugin.miniprofiler.sitemesh.grails20.ProfilingDecorator
 
reportAllReturns(String, String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
reportAllReturns(String, String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
reportAllReturns(String, String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
reportAllReturns(String, String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
Report (for logging) that a method returned.
reportAllReturns(String, String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
Report (for logging) that a method returned.
reportException(String, SQLException, String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
reportException(String, SQLException) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
reportException(String, SQLException) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
Report an exception to be logged.
reportException(String, SQLException, String, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
Report an exception to be logged which includes timing data on a sql failure.
reportException(String, SQLException, String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
Report an exception to be logged.
reportException(String, SQLException) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
Report an exception to be logged.
reportReturn(String, boolean) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
Conveniance method to report (for logging) that a method returned a boolean value.
reportReturn(String, byte) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
Conveniance method to report (for logging) that a method returned a byte value.
reportReturn(String, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
Conveniance method to report (for logging) that a method returned a int value.
reportReturn(String, double) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
Conveniance method to report (for logging) that a method returned a double value.
reportReturn(String, short) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
Conveniance method to report (for logging) that a method returned a short value.
reportReturn(String, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
Conveniance method to report (for logging) that a method returned a long value.
reportReturn(String, float) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
Conveniance method to report (for logging) that a method returned a float value.
reportReturn(String, Object) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
Conveniance method to report (for logging) that a method returned an Object.
reportReturn(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
Conveniance method to report (for logging) that a method returned (void return type).
reportReturn(String, boolean) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
Conveniance method to report (for logging) that a method returned a boolean value.
reportReturn(String, byte) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
Conveniance method to report (for logging) that a method returned a byte value.
reportReturn(String, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
Conveniance method to report (for logging) that a method returned a int value.
reportReturn(String, double) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
Conveniance method to report (for logging) that a method returned a double value.
reportReturn(String, short) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
Conveniance method to report (for logging) that a method returned a short value.
reportReturn(String, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
Conveniance method to report (for logging) that a method returned a long value.
reportReturn(String, float) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
Conveniance method to report (for logging) that a method returned a float value.
reportReturn(String, Object) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
Conveniance method to report (for logging) that a method returned an Object.
reportReturn(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
Conveniance method to report (for logging) that a method returned (void return type).
reportSql(String, String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
Report SQL for logging.
reportSqlTiming(long, String, String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
Report SQL for logging.
reportStatementSql(String, String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
Report SQL for logging with a warning that it was generated from a statement.
reportStatementSqlTiming(long, String, String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
Report SQL for logging with a warning that it was generated from a statement.
Resource(byte[], String) - Constructor for class io.jdev.miniprofiler.util.ResourceHelper.Resource
 
resourceHelper - Variable in class io.jdev.miniprofiler.servlet.ProfilingFilter
 
ResourceHelper - Class in io.jdev.miniprofiler.util
Helper class for loading internal resources.
ResourceHelper() - Constructor for class io.jdev.miniprofiler.util.ResourceHelper
 
ResourceHelper(String) - Constructor for class io.jdev.miniprofiler.util.ResourceHelper
 
ResourceHelper.Resource - Class in io.jdev.miniprofiler.util
 
ResultSetSpy - Class in io.jdev.miniprofiler.sql.log4jdbc
Wraps a ResultSet and reports method calls, returns and exceptions.
ResultSetSpy(StatementSpy, ResultSet) - Constructor for class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
Create a new ResultSetSpy that wraps another ResultSet object, that logs all method calls, expceptions, etc.
rightJustify(int, String) - Static method in class io.jdev.miniprofiler.sql.log4jdbc.Utilities
Right justify a field within a certain number of spaces.
rollback(Savepoint) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
rollback() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
rowDeleted() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
rowInserted() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
rowUpdated() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 

S

save(ProfilerImpl) - Method in class io.jdev.miniprofiler.storage.EhcacheStorage
 
save(ProfilerImpl) - Method in class io.jdev.miniprofiler.storage.MapStorage
 
save(ProfilerImpl) - Method in interface io.jdev.miniprofiler.storage.Storage
Stores the given profiling information
ScriptTagWriter - Class in io.jdev.miniprofiler
Writes out a script tag in the format that the mini profiler front end javascript expects.
ScriptTagWriter(ProfilerProvider) - Constructor for class io.jdev.miniprofiler.ScriptTagWriter
 
ScriptTagWriter() - Constructor for class io.jdev.miniprofiler.ScriptTagWriter
 
selectDecorator(Content, SiteMeshContext) - Method in class grails.plugin.miniprofiler.sitemesh.grails20.ProfilingGrailsDecoratorSelector
 
servletContext - Variable in class io.jdev.miniprofiler.servlet.ProfilingFilter
 
setArray(int, Array) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setAsciiStream(String, InputStream, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setAsciiStream(String, InputStream, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setAsciiStream(String, InputStream) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setAsciiStream(int, InputStream, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(int, InputStream) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setAsciiStream(int, InputStream, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setAuthorized(boolean) - Method in class io.jdev.miniprofiler.ProfilerUiConfig
 
setAutoCommit(boolean) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
setBigDecimal(String, BigDecimal) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setBigDecimal(int, BigDecimal) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setBinaryStream(String, InputStream, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setBinaryStream(String, InputStream, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setBinaryStream(String, InputStream) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setBinaryStream(int, InputStream, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setBinaryStream(int, InputStream) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setBinaryStream(int, InputStream, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setBlob(String, InputStream, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setBlob(String, Blob) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setBlob(String, InputStream) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setBlob(int, Blob) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setBlob(int, InputStream, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setBlob(int, InputStream) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setBoolean(String, boolean) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setBoolean(int, boolean) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setByte(String, byte) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setByte(int, byte) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setBytes(String, byte[]) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setBytes(int, byte[]) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setCatalog(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
setCharacterStream(String, Reader, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setCharacterStream(String, Reader, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setCharacterStream(String, Reader) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setCharacterStream(int, Reader, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setCharacterStream(int, Reader, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setCharacterStream(int, Reader) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setChildren(boolean) - Method in class io.jdev.miniprofiler.ProfilerUiConfig
 
setClientInfo(String, String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
setClientInfo(Properties) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
setClob(String, Reader, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setClob(String, Clob) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setClob(String, Reader) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setClob(int, Clob) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setClob(int, Reader, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setClob(int, Reader) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setControls(boolean) - Method in class io.jdev.miniprofiler.ProfilerUiConfig
 
setCursorName(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
setDate(String, Date, Calendar) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setDate(String, Date) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setDate(int, Date) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setDate(int, Date, Calendar) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setDouble(String, double) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setDouble(int, double) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setEscapeProcessing(boolean) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
setFetchDirection(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
setFetchDirection(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
setFetchSize(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
setFetchSize(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
setFloat(String, float) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setFloat(int, float) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setFormatter(SqlFormatter) - Static method in class io.jdev.miniprofiler.sql.SqlFormatterFactory
 
setHasQueryTimings(boolean) - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
 
setHoldability(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
setInt(String, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setInt(int, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setLoginTimeout(int) - Method in class io.jdev.miniprofiler.sql.ProfilingDataSource
 
setLogWriter(PrintWriter) - Method in class io.jdev.miniprofiler.sql.ProfilingDataSource
 
setLong(String, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setLong(int, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setMachineName(String) - Method in class io.jdev.miniprofiler.BaseProfilerProvider
Sets the machine name for the current machine.
setMachineName(String) - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
 
setMaxFieldSize(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
setMaxRows(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
setMaxTraces(Integer) - Method in class io.jdev.miniprofiler.ProfilerUiConfig
 
setName(String) - Method in class io.jdev.miniprofiler.internal.TimingImpl
 
setName(String) - Method in interface io.jdev.miniprofiler.Timing
Allows changing the name of the timing step after creation.
setNCharacterStream(String, Reader, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setNCharacterStream(String, Reader) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setNCharacterStream(int, Reader, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setNCharacterStream(int, Reader) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setNClob(String, NClob) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setNClob(String, Reader, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setNClob(String, Reader) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setNClob(int, NClob) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setNClob(int, Reader, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setNClob(int, Reader) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setNetworkTimeout(Executor, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
setNString(String, String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setNString(int, String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setNull(String, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setNull(String, int, String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setNull(int, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setNull(int, int, String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setObject(String, Object) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setObject(String, Object, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setObject(String, Object, int, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setObject(int, Object, int, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setObject(int, Object, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setObject(int, Object) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setPath(String) - Method in class io.jdev.miniprofiler.ProfilerUiConfig
 
setPoolable(boolean) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
setPosition(ProfilerUiConfig.Position) - Method in class io.jdev.miniprofiler.ProfilerUiConfig
 
setProfilerProvider(ProfilerProvider) - Static method in class io.jdev.miniprofiler.MiniProfiler
Set the profiler provider instance to use for static calls
setProfilerProvider(ProfilerProvider) - Method in class io.jdev.miniprofiler.servlet.ProfilingFilter
Here so that DI frameworks can inject a profiler provider, rather than relying on MiniProfiler.start(String).
setQueryTimeout(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
setReadOnly(boolean) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
setRef(int, Ref) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setRowId(String, RowId) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setRowId(int, RowId) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setSavepoint() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
setSavepoint(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
setSchema(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
setShort(String, short) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setShort(int, short) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setSpyLogDelegator(SpyLogDelegator) - Static method in class io.jdev.miniprofiler.sql.log4jdbc.SpyLogFactory
 
setSQLXML(String, SQLXML) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setSQLXML(int, SQLXML) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setStartHidden(boolean) - Method in class io.jdev.miniprofiler.ProfilerUiConfig
 
setStorage(Storage) - Method in class io.jdev.miniprofiler.BaseProfilerProvider
Set the profiler storage to be used by this provider.
setStorage(Storage) - Method in class io.jdev.miniprofiler.DelegatingProfilerProvider
 
setStorage(Storage) - Method in interface io.jdev.miniprofiler.ProfilerProvider
Sets the Storage for this provider to use.
setString(String, String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setString(int, String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setTime(String, Time) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setTime(String, Time, Calendar) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setTime(int, Time) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setTime(int, Time, Calendar) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setTimestamp(String, Timestamp) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setTimestamp(String, Timestamp, Calendar) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setTimestamp(int, Timestamp) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setTimestamp(int, Timestamp, Calendar) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setToggleShortcut(String) - Method in class io.jdev.miniprofiler.ProfilerUiConfig
 
setTransactionIsolation(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
setTrivial(boolean) - Method in class io.jdev.miniprofiler.ProfilerUiConfig
 
setTrivialMilliseconds(Integer) - Method in class io.jdev.miniprofiler.ProfilerUiConfig
 
setTypeMap(Map<String, Class<?>>) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
setUiConfig(ProfilerUiConfig) - Method in class io.jdev.miniprofiler.BaseProfilerProvider
Sets the ProfilerUiConfig for this provider to use.
setUiConfig(ProfilerUiConfig) - Method in class io.jdev.miniprofiler.DelegatingProfilerProvider
 
setUiConfig(ProfilerUiConfig) - Method in interface io.jdev.miniprofiler.ProfilerProvider
Sets the ProfilerUiConfig for this provider to use.
setUnicodeStream(int, InputStream, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
Deprecated. 
setUnviewed(String, UUID) - Method in class io.jdev.miniprofiler.storage.BaseStorage
Default implementation.
setUnviewed(String, UUID) - Method in interface io.jdev.miniprofiler.storage.Storage
Sets a particular profiler session so it is considered "un-viewed" by the given user
setURL(String, URL) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
setURL(int, URL) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
setUser(String) - Method in class io.jdev.miniprofiler.internal.NullProfiler
 
setUser(String) - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
 
setUser(String) - Method in interface io.jdev.miniprofiler.Profiler
Set the user name for the current profiling session
setUserProvider(UserProvider) - Method in class io.jdev.miniprofiler.BaseProfilerProvider
Sets the user provider for this profiler provider.
setViewed(String, UUID) - Method in class io.jdev.miniprofiler.storage.BaseStorage
Default implementation.
setViewed(String, UUID) - Method in interface io.jdev.miniprofiler.storage.Storage
Sets a particular profiler session to "viewed" for the given user.
shouldCreateProfilerOnExecutionStart(Execution) - Method in class io.jdev.miniprofiler.ratpack.EagerMiniProfilerExecInitializer
This implementation returns true, ie always start a profiler.
shouldCreateProfilerOnExecutionStart(Execution) - Method in class io.jdev.miniprofiler.ratpack.MiniProfilerExecInitializer
Controls whether this initializer will start a profiler at the start of the execution for the given execution.
shouldProfileRequest(HttpServletRequest) - Method in class io.jdev.miniprofiler.servlet.ProfilingFilter
Called when the filter is determining whether to profile the request or not.
shouldStartProfiler(Context) - Method in class io.jdev.miniprofiler.ratpack.MiniProfilerStartProfilingHandler
Indicates whether the handler should start a profiler for the current request.
Spy - Interface in io.jdev.miniprofiler.sql.log4jdbc
Common interface that all Spy classes can implement.
SpyLogDelegator - Interface in io.jdev.miniprofiler.sql.log4jdbc
Delegates Spy events to a logger.
SpyLogFactory - Class in io.jdev.miniprofiler.sql.log4jdbc
A provider for a SpyLogDelegator.
SqlFormatter - Interface in io.jdev.miniprofiler.sql
 
SqlFormatterFactory - Class in io.jdev.miniprofiler.sql
 
SqlFormatterFactory() - Constructor for class io.jdev.miniprofiler.sql.SqlFormatterFactory
 
sqlOccured(Spy, String, String) - Method in interface io.jdev.miniprofiler.sql.log4jdbc.SpyLogDelegator
Special call that is called only for JDBC method calls that contain SQL.
sqlOccured(Spy, String, String) - Method in class io.jdev.miniprofiler.sql.ProfilingSpyLogDelegator
 
sqlTimingOccured(Spy, long, String, String) - Method in interface io.jdev.miniprofiler.sql.log4jdbc.SpyLogDelegator
Similar to sqlOccured, but reported after SQL executes and used to report timing stats on the SQL
sqlTimingOccured(Spy, long, String, String) - Method in class io.jdev.miniprofiler.sql.ProfilingSpyLogDelegator
 
start(String) - Method in class io.jdev.miniprofiler.BaseProfilerProvider
Create a new profiling session with Info profiling level.
start(UUID, String) - Method in class io.jdev.miniprofiler.BaseProfilerProvider
Create a new profiling session with Info profiling level.
start(String, ProfileLevel) - Method in class io.jdev.miniprofiler.BaseProfilerProvider
Create a new profiling session.
start(UUID, String, ProfileLevel) - Method in class io.jdev.miniprofiler.BaseProfilerProvider
Start a new profiling session with the given level, root name and UUID.
start(String) - Method in class io.jdev.miniprofiler.DelegatingProfilerProvider
 
start(UUID, String) - Method in class io.jdev.miniprofiler.DelegatingProfilerProvider
 
start(String, ProfileLevel) - Method in class io.jdev.miniprofiler.DelegatingProfilerProvider
 
start(UUID, String, ProfileLevel) - Method in class io.jdev.miniprofiler.DelegatingProfilerProvider
 
start(ExecuteContext) - Method in class io.jdev.miniprofiler.jooq.MiniProfilerExecuteListener
 
start(String) - Static method in class io.jdev.miniprofiler.MiniProfiler
Start a new profiling session with the default ProfileLevel.Info level.
start(String, ProfileLevel) - Static method in class io.jdev.miniprofiler.MiniProfiler
Start a new profiling session with the given level.
start(String) - Method in interface io.jdev.miniprofiler.ProfilerProvider
Start a new profiling session with the default ProfileLevel.Info level.
start(UUID, String) - Method in interface io.jdev.miniprofiler.ProfilerProvider
Start a new profiling session with the default ProfileLevel.Info level.
start(String, ProfileLevel) - Method in interface io.jdev.miniprofiler.ProfilerProvider
Start a new profiling session with the given level.
start(UUID, String, ProfileLevel) - Method in interface io.jdev.miniprofiler.ProfilerProvider
Start a new profiling session with the given level, root name and UUID.
startProfiling(UUID, HttpServletRequest) - Method in class io.jdev.miniprofiler.servlet.ProfilingFilter
 
startProfilingHandler(ProfilerProvider) - Method in class io.jdev.miniprofiler.ratpack.MiniProfilerModule
 
StatementSpy - Class in io.jdev.miniprofiler.sql.log4jdbc
Wraps a Statement and reports method calls, returns and exceptions.
StatementSpy(ConnectionSpy, Statement) - Constructor for class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
Create a StatementSpy that wraps another Statement for the purpose of logging all method calls, sql, exceptions and return values.
StaticProfilerProvider - Class in io.jdev.miniprofiler
Profiler provider that delegates to the static profiler provider stored in the MiniProfiler class.
StaticProfilerProvider() - Constructor for class io.jdev.miniprofiler.StaticProfilerProvider
 
step(String) - Method in class io.jdev.miniprofiler.internal.NullProfiler
 
step(String, ProfileLevel) - Method in class io.jdev.miniprofiler.internal.NullProfiler
 
step(String, Runnable) - Method in class io.jdev.miniprofiler.internal.NullProfiler
 
step(String, ProfileLevel, Runnable) - Method in class io.jdev.miniprofiler.internal.NullProfiler
 
step(String, Callable<T>) - Method in class io.jdev.miniprofiler.internal.NullProfiler
 
step(String, ProfileLevel, Callable<T>) - Method in class io.jdev.miniprofiler.internal.NullProfiler
 
step(String, ProfileLevel) - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
 
step(String) - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
 
step(String, ProfileLevel, Runnable) - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
 
step(String, Runnable) - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
 
step(String, ProfileLevel, Callable<T>) - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
 
step(String, Callable<T>) - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
 
step(String) - Method in interface io.jdev.miniprofiler.Profiler
Start a new profiling step with the default ProfileLevel.Info level;
step(String, ProfileLevel) - Method in interface io.jdev.miniprofiler.Profiler
Start a new profiling step with the given level;
step(String, Runnable) - Method in interface io.jdev.miniprofiler.Profiler
Start and stop a new profiling step with the given block.
step(String, ProfileLevel, Runnable) - Method in interface io.jdev.miniprofiler.Profiler
Start and stop a new profiling step with the given block.
step(String, Callable<T>) - Method in interface io.jdev.miniprofiler.Profiler
Start and stop a new profiling step with the given callable function.
step(String, ProfileLevel, Callable<T>) - Method in interface io.jdev.miniprofiler.Profiler
Start and stop a new profiling step with the given block.
stop() - Method in interface io.jdev.miniprofiler.CustomTiming
 
stop() - Method in class io.jdev.miniprofiler.internal.NullProfiler
 
stop(boolean) - Method in class io.jdev.miniprofiler.internal.NullProfiler
 
stop() - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
 
stop(boolean) - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
 
stop() - Method in class io.jdev.miniprofiler.internal.TimingImpl
 
stop() - Method in interface io.jdev.miniprofiler.Profiler
Stop the current timing session.
stop(boolean) - Method in interface io.jdev.miniprofiler.Profiler
Stop the current timing session.
stop() - Method in interface io.jdev.miniprofiler.Timing
Stops the timing step.
stopCurrentSession(boolean) - Method in class io.jdev.miniprofiler.BaseProfilerProvider
Ends the current profiling session, if one exists.
stopCurrentSession(boolean) - Method in class io.jdev.miniprofiler.DelegatingProfilerProvider
 
stopCurrentSession(boolean) - Method in interface io.jdev.miniprofiler.ProfilerProvider
Ends the current profiling session, if one exists.
stopSession(ProfilerImpl, boolean) - Method in class io.jdev.miniprofiler.BaseProfilerProvider
Marks the given profiling session as stopped.
stopSession(ProfilerImpl, boolean) - Method in class io.jdev.miniprofiler.DelegatingProfilerProvider
 
stopSession(ProfilerImpl, boolean) - Method in interface io.jdev.miniprofiler.ProfilerProvider
Marks the given profiling session as stopped.
stopSession(ProfilerImpl, boolean) - Method in class io.jdev.miniprofiler.test.TestProfilerProvider
 
Storage - Interface in io.jdev.miniprofiler.storage
Storage interface for storing profiling session information.
Storage.ListResultsOrder - Enum in io.jdev.miniprofiler.storage
Which order to list results in.
StoreMiniProfilerHandler - Class in io.jdev.miniprofiler.ratpack
Handler that binds ProfilerStoreOption.STORE_RESULTS to the current execution, to signal that the current profiler should be saved.
StoreMiniProfilerHandler() - Constructor for class io.jdev.miniprofiler.ratpack.StoreMiniProfilerHandler
 
stripBasePath(String, String) - Method in class io.jdev.miniprofiler.util.ResourceHelper
 

T

TestProfilerProvider - Class in io.jdev.miniprofiler.test
Profiler provider to assist testing.
TestProfilerProvider() - Constructor for class io.jdev.miniprofiler.test.TestProfilerProvider
 
Timing - Interface in io.jdev.miniprofiler
Represents a step to be timed / profiled.
TimingImpl - Class in io.jdev.miniprofiler.internal
Concrete implementation of Timing interface.
toMap() - Method in interface io.jdev.miniprofiler.internal.Jsonable
 
toMap() - Method in class io.jdev.miniprofiler.internal.ProfilerImpl
 
toMap() - Method in class io.jdev.miniprofiler.internal.TimingImpl
 
toString(PrintWriter) - Method in class io.jdev.miniprofiler.sql.eclipselink.ProfilingConnector
 

U

uiConfig - Variable in class io.jdev.miniprofiler.ratpack.MiniProfilerModule.Config
 
unwrap(Class<T>) - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
unwrap(Class<T>) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ConnectionSpy
 
unwrap(Class<T>) - Method in class io.jdev.miniprofiler.sql.log4jdbc.PreparedStatementSpy
 
unwrap(Class<T>) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
unwrap(Class<T>) - Method in class io.jdev.miniprofiler.sql.log4jdbc.StatementSpy
 
unwrap(Class<T>) - Method in class io.jdev.miniprofiler.sql.ProfilingDataSource
 
updateArray(int, Array) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateArray(String, Array) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateAsciiStream(int, InputStream, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateAsciiStream(String, InputStream, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateAsciiStream(int, InputStream, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateAsciiStream(String, InputStream, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateAsciiStream(int, InputStream) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateAsciiStream(String, InputStream) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateBigDecimal(int, BigDecimal) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateBigDecimal(String, BigDecimal) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateBinaryStream(int, InputStream, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateBinaryStream(String, InputStream, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateBinaryStream(int, InputStream) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateBinaryStream(String, InputStream) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateBinaryStream(int, InputStream, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateBinaryStream(String, InputStream, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateBlob(int, Blob) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateBlob(String, Blob) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateBlob(int, InputStream, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateBlob(String, InputStream, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateBlob(int, InputStream) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateBlob(String, InputStream) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateBoolean(int, boolean) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateBoolean(String, boolean) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateByte(int, byte) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateByte(String, byte) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateBytes(int, byte[]) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateBytes(String, byte[]) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateCharacterStream(int, Reader, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateCharacterStream(String, Reader, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateCharacterStream(int, Reader) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateCharacterStream(String, Reader) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateCharacterStream(int, Reader, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateCharacterStream(String, Reader, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateClob(int, Clob) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateClob(String, Clob) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateClob(int, Reader, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateClob(String, Reader, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateClob(int, Reader) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateClob(String, Reader) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateDate(int, Date) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateDate(String, Date) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateDouble(int, double) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateDouble(String, double) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateFloat(int, float) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateFloat(String, float) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateInt(int, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateInt(String, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateLong(int, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateLong(String, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateNCharacterStream(int, Reader, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateNCharacterStream(String, Reader, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateNCharacterStream(int, Reader) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateNCharacterStream(String, Reader) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateNClob(int, NClob) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateNClob(String, NClob) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateNClob(int, Reader, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateNClob(String, Reader, long) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateNClob(int, Reader) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateNClob(String, Reader) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateNString(int, String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateNString(String, String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateNull(int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateNull(String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateObject(int, Object, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateObject(int, Object) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateObject(String, Object, int) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateObject(String, Object) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateRef(int, Ref) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateRef(String, Ref) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateRow() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateRowId(int, RowId) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateRowId(String, RowId) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateShort(int, short) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateShort(String, short) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateSQLXML(int, SQLXML) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateSQLXML(String, SQLXML) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateString(int, String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateString(String, String) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateTime(int, Time) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateTime(String, Time) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateTimestamp(int, Timestamp) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
updateTimestamp(String, Timestamp) - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
uriMatches(String, String) - Method in class io.jdev.miniprofiler.util.ResourceHelper
 
UserProvider - Interface in io.jdev.miniprofiler.user
Interface to return the name of the current user.
Utilities - Class in io.jdev.miniprofiler.sql.log4jdbc
Static utility methods for use throughout the project.
Utilities() - Constructor for class io.jdev.miniprofiler.sql.log4jdbc.Utilities
 

V

valueOf(String) - Static method in enum io.jdev.miniprofiler.ProfileLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.jdev.miniprofiler.ProfilerUiConfig.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.jdev.miniprofiler.ratpack.ProfilerStoreOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.jdev.miniprofiler.storage.Storage.ListResultsOrder
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.jdev.miniprofiler.ProfileLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.jdev.miniprofiler.ProfilerUiConfig.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.jdev.miniprofiler.ratpack.ProfilerStoreOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.jdev.miniprofiler.storage.Storage.ListResultsOrder
Returns an array containing the constants of this enum type, in the order they are declared.

W

wasDiscarded() - Method in class io.jdev.miniprofiler.test.TestProfilerProvider
 
wasNull() - Method in class io.jdev.miniprofiler.sql.log4jdbc.CallableStatementSpy
 
wasNull() - Method in class io.jdev.miniprofiler.sql.log4jdbc.ResultSetSpy
 
A B C D E F G H I J L M N P R S T U V W 
Skip navigation links