public class MultipleDiskRegions extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static int |
CLEAR |
protected static int |
CM_REMOVE |
protected static int |
FORCE_ROLLING |
protected static int |
INVALIDATE |
protected int |
lowerThreshold |
protected long |
minTaskGranularityMS |
protected long |
minTaskGranularitySec |
protected static int |
PUT |
protected static int |
PUT_ALL |
protected static int |
PUT_IF_ABSENT |
protected static int |
REGION_DESTROY |
protected static int |
REGION_INVALIDATE |
protected static int |
REMOVE |
protected int |
upperThreshold |
protected static int |
WRITE_TO_DISK |
| Constructor and Description |
|---|
MultipleDiskRegions() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearRegion(String regionName) |
void |
closeCache() |
protected void |
cm_remove(String regionName) |
protected void |
destroyRegion(String regionName) |
protected void |
forceRollOplogs(String regionName) |
protected int |
getEntryOperation(Long whichPrm) |
protected int |
getRegionOperation(Long whichPrm) |
static void |
HydraTask_closetask() |
static void |
HydraTask_initialize() |
static void |
HydraTask_performEntryOperations() |
static void |
HydraTask_performRegionOperations() |
protected void |
initialize() |
protected void |
invalidateObject(String regionName) |
protected void |
invalidateRegion(String regionName) |
protected void |
performEntryOperations() |
protected void |
performRegionOperations() |
protected void |
putAllObjects(String regionName) |
protected void |
putIfAbsent(String regionName) |
protected void |
putObject(String regionName) |
protected void |
recoverRegion(String regionName) |
protected void |
removeObject(String regionName) |
protected void |
writeToDisk(String regionName) |
protected long minTaskGranularitySec
protected long minTaskGranularityMS
protected int lowerThreshold
protected int upperThreshold
protected static final int PUT
protected static final int PUT_ALL
protected static final int REMOVE
protected static final int INVALIDATE
protected static final int PUT_IF_ABSENT
protected static final int CM_REMOVE
protected static final int CLEAR
protected static final int REGION_INVALIDATE
protected static final int REGION_DESTROY
protected static final int FORCE_ROLLING
protected static final int WRITE_TO_DISK
public static void HydraTask_initialize()
protected void initialize()
public static void HydraTask_closetask()
public void closeCache()
public static void HydraTask_performEntryOperations()
public static void HydraTask_performRegionOperations()
protected int getEntryOperation(Long whichPrm)
protected int getRegionOperation(Long whichPrm)
protected void performEntryOperations()
protected void performRegionOperations()
protected void recoverRegion(String regionName)
protected void putObject(String regionName)
protected void putIfAbsent(String regionName)
protected void putAllObjects(String regionName)
protected void removeObject(String regionName)
protected void cm_remove(String regionName)
protected void invalidateObject(String regionName)
protected void clearRegion(String regionName)
protected void invalidateRegion(String regionName)
protected void destroyRegion(String regionName)
protected void forceRollOplogs(String regionName)
protected void writeToDisk(String regionName)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.