Package | Description |
---|---|
io.jdev.miniprofiler | |
io.jdev.miniprofiler.storage |
Modifier and Type | Method and Description |
---|---|
Storage |
BaseProfilerProvider.getStorage()
Return the current storage implementation.
|
static Storage |
MiniProfiler.getStorage()
Returns the storage associated with the current profiler provider.
|
Storage |
ProfilerProvider.getStorage()
Returns the
Storage associated with this provider. |
Storage |
DelegatingProfilerProvider.getStorage() |
Modifier and Type | Method and Description |
---|---|
void |
BaseProfilerProvider.setStorage(Storage storage)
Set the profiler storage to be used by this provider.
|
void |
ProfilerProvider.setStorage(Storage storage)
Sets the
Storage for this provider to use. |
void |
DelegatingProfilerProvider.setStorage(Storage storage) |
Modifier and Type | Class and Description |
---|---|
class |
BaseStorage
Base class for storage interface - provides default implementations
for a number of optional methods.
|
class |
EhcacheStorage
Profiler storage that stored profiler instances in an Ehcache.
|
class |
MapStorage
Storage implementation based on an LRU in-memory map.
|