Package | Description |
---|---|
io.jdev.miniprofiler.ratpack |
Modifier and Type | Field and Description |
---|---|
ProfilerStoreOption |
MiniProfilerModule.Config.defaultProfilerStoreOption |
Modifier and Type | Method and Description |
---|---|
static ProfilerStoreOption |
ProfilerStoreOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProfilerStoreOption[] |
ProfilerStoreOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EagerMiniProfilerExecInitializer(ProfilerProvider provider,
ProfilerStoreOption defaultProfilerStoreOption) |
MiniProfilerExecInitializer(ProfilerProvider provider,
ProfilerStoreOption defaultProfilerStoreOption)
Construct the initializer with the given provider and default storage option.
|