public class SyncArrayListWrapper extends BaseWrapper
counters, debug, debugFine| Constructor and Description |
|---|
SyncArrayListWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
createDataInCache(com.gemstone.gemfire.cache.Region region,
Object name)
Creates a lockable object and puts it in the cache.
|
protected void |
noteUpdate() |
void |
read(com.gemstone.gemfire.cache.Region region,
Object name)
Reads a lockable object.
|
protected Object |
update(Object obj) |
void |
validate(com.gemstone.gemfire.cache.Region region,
Info info)
Tests whether a lockable object has the expected state.
|
public void createDataInCache(com.gemstone.gemfire.cache.Region region,
Object name)
LockablecreateDataInCache in interface LockablecreateDataInCache in class BaseWrapperpublic void read(com.gemstone.gemfire.cache.Region region,
Object name)
Lockableread in interface Lockableread in class BaseWrapperprotected Object update(Object obj)
update in class BaseWrapperprotected void noteUpdate()
noteUpdate in class BaseWrapperCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.