Class NaiveNameStrategy
java.lang.Object
io.dropwizard.metrics5.jdbi.strategies.DelegatingStatementNameStrategy
io.dropwizard.metrics5.jdbi.strategies.NaiveNameStrategy
- All Implemented Interfaces:
StatementNameStrategy
public class NaiveNameStrategy extends DelegatingStatementNameStrategy
Very simple strategy, can be used with any JDBI loader to build basic statistics.
-
Constructor Summary
Constructors Constructor Description NaiveNameStrategy() -
Method Summary
Methods inherited from class io.dropwizard.metrics5.jdbi.strategies.DelegatingStatementNameStrategy
getStatementName, registerStrategies
-
Constructor Details
-
NaiveNameStrategy
public NaiveNameStrategy()
-