org.neo4j.ext.udc.impl
Class UdcExtensionImpl
java.lang.Object
org.neo4j.helpers.Service
org.neo4j.kernel.KernelExtension<UdcTimerTask>
org.neo4j.ext.udc.impl.UdcExtensionImpl
- All Implemented Interfaces:
- UdcProperties
public class UdcExtensionImpl
- extends KernelExtension<UdcTimerTask>
- implements UdcProperties
Kernel extension for UDC, the Usage Data Collector. The UDC runs as a background
daemon, waking up once a day to collect basic usage information about a long
running graph database.
The first update is delayed to avoid needless activity during integration
testing and short-run applications. Subsequent updates are made at regular
intervals. Both times are specified in milliseconds.
|
Constructor Summary |
UdcExtensionImpl()
No-arg constructor, sets the extension key to "kernel udc". |
UDC_SOURCE_DISTRIBUTION_KEY
public static final String UDC_SOURCE_DISTRIBUTION_KEY
- See Also:
- Constant Field Values
UdcExtensionImpl
public UdcExtensionImpl()
- No-arg constructor, sets the extension key to "kernel udc".
load
protected UdcTimerTask load(KernelData kernel)
- Description copied from class:
KernelExtension
- Load this extension for a particular Neo4j Kernel.
- Specified by:
load in class KernelExtension<UdcTimerTask>
unload
protected void unload(UdcTimerTask task)
- Overrides:
unload in class KernelExtension<UdcTimerTask>
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.