org.neo4j.ext.udc.impl
Class UdcTimerTask
java.lang.Object
java.util.TimerTask
org.neo4j.ext.udc.impl.UdcTimerTask
- All Implemented Interfaces:
- Runnable
public class UdcTimerTask
- extends TimerTask
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
successCounts
public static final Map<String,Integer> successCounts
failureCounts
public static final Map<String,Integer> failureCounts
UdcTimerTask
public UdcTimerTask(String host,
String version,
String storeId,
String source,
boolean crashPing)
run
public void run()
- Specified by:
run in interface Runnable- Specified by:
run in class TimerTask
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.