|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.stats.CounterDataArchivizer
public class CounterDataArchivizer
Created: Mar 25, 2010 8:55:11 PM
| Field Summary | |
|---|---|
static String |
DB_URL_PROP_KEY
Field description |
static String |
KEY_FIELD_PROP_KEY
Field description |
static String |
TABLE_NAME_PROP_KEY
Field description |
static String |
VAL_FIELD_PROP_KEY
Field description |
| Constructor Summary | |
|---|---|
CounterDataArchivizer()
|
|
| Method Summary | |
|---|---|
void |
execute(StatisticsProvider sp)
Method description |
void |
init(Map<String,Object> conf)
Method description |
void |
initData(String key,
String value)
Method description |
void |
initRepository(String conn_str,
Map<String,String> params)
Method description |
void |
release()
Method description |
void |
updateData(String key,
String value)
Method description |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DB_URL_PROP_KEY
public static final String TABLE_NAME_PROP_KEY
public static final String KEY_FIELD_PROP_KEY
public static final String VAL_FIELD_PROP_KEY
| Constructor Detail |
|---|
public CounterDataArchivizer()
| Method Detail |
|---|
public void execute(StatisticsProvider sp)
execute in interface StatisticsArchivizerIfcsp - public void init(Map<String,Object> conf)
init in interface StatisticsArchivizerIfcconf -
public void initData(String key,
String value)
key - value -
public void initRepository(String conn_str,
Map<String,String> params)
throws SQLException,
ClassNotFoundException,
InstantiationException,
IllegalAccessException,
DBInitException
conn_str - params -
SQLException
ClassNotFoundException
InstantiationException
IllegalAccessException
DBInitExceptionpublic void release()
release in interface StatisticsArchivizerIfc
public void updateData(String key,
String value)
key - value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||