com.yammer.metrics.jdbi.strategies
Class NaiveNameStrategy

java.lang.Object
  extended by com.yammer.metrics.jdbi.strategies.DelegatingStatementNameStrategy
      extended by com.yammer.metrics.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
NaiveNameStrategy()
           
 
Method Summary
 
Methods inherited from class com.yammer.metrics.jdbi.strategies.DelegatingStatementNameStrategy
getStatementName, registerStrategies
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NaiveNameStrategy

public NaiveNameStrategy()


Copyright © 2012. All Rights Reserved.