public class PRListener extends Object implements com.gemstone.gemfire.cache.partition.PartitionListener
| Constructor and Description |
|---|
PRListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterBucketCreated(int bucketId,
Iterable<?> keys) |
void |
afterBucketRemoved(int bucketId,
Iterable<?> keys) |
void |
afterPrimary(int bucketId) |
void |
afterRegionCreate(com.gemstone.gemfire.cache.Region<?,?> aRegion) |
public void afterPrimary(int bucketId)
afterPrimary in interface com.gemstone.gemfire.cache.partition.PartitionListenerpublic void afterRegionCreate(com.gemstone.gemfire.cache.Region<?,?> aRegion)
afterRegionCreate in interface com.gemstone.gemfire.cache.partition.PartitionListenerpublic void afterBucketRemoved(int bucketId,
Iterable<?> keys)
afterBucketRemoved in interface com.gemstone.gemfire.cache.partition.PartitionListenerpublic void afterBucketCreated(int bucketId,
Iterable<?> keys)
afterBucketCreated in interface com.gemstone.gemfire.cache.partition.PartitionListenerCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.