public class BgThreadGroup
extends java.lang.Object
| Constructor and Description |
|---|
BgThreadGroup() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clockAllTables() |
static void |
deregisterWorkerThread() |
static int |
getSystemClock() |
static void |
globalBarrier() |
static void |
init(gnu.trove.map.TIntObjectMap<ClientTable> tables) |
static void |
registerWorkerThread() |
static boolean |
requestRow(int tableId,
int rowId,
int clock) |
static void |
shutdown() |
static void |
waitSystemClock(int myClock) |
public static void init(gnu.trove.map.TIntObjectMap<ClientTable> tables)
public static void shutdown()
public static void registerWorkerThread()
public static void deregisterWorkerThread()
public static boolean requestRow(int tableId,
int rowId,
int clock)
public static void clockAllTables()
public static int getSystemClock()
public static void waitSystemClock(int myClock)
public static void globalBarrier()