public class DistClient extends Object
| Constructor and Description |
|---|
DistClient() |
| Modifier and Type | Method and Description |
|---|---|
static void |
atomicUpdateTask()
atomicUpdateTask: TASK to atomically read and update data in the
distributed cache.
|
static void |
checkDistributedCacheTask()
checkDistributedCacheTask: ENDTASK to check shared data in the distributed cache.
|
static void |
closeCacheTask()
closeCacheTask: general task to unhook a vm from the distributed cache.
|
static void |
createCacheTask()
createCacheTask: general task to hook a vm to the distributed cache.
|
static void |
initCacheTask()
initCacheTask: STARTTASK to create shared data in the distributed cache.
|
static void |
readTask()
readTask: TASK to read data in the distributed cache.
|
static void |
updateTask()
updateTask: TASK to update data in the distributed cache.
|
public static void createCacheTask()
public static void closeCacheTask()
public static void initCacheTask()
public static void updateTask()
public static void atomicUpdateTask()
public static void readTask()
public static void checkDistributedCacheTask()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.