org.hypergraphdb.cache
Class CacheActionQueueSingleton

java.lang.Object
  extended by org.hypergraphdb.cache.CacheActionQueueSingleton

public class CacheActionQueueSingleton
extends java.lang.Object

Wrap a single instance of ActionQueueThread for use by all caches in a HyperGraphDB instance.

Author:
Borislav Iordanov

Constructor Summary
CacheActionQueueSingleton()
           
 
Method Summary
static ActionQueueThread get()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheActionQueueSingleton

public CacheActionQueueSingleton()
Method Detail

get

public static ActionQueueThread get()