public class TestPartitionListener2 extends Object implements com.gemstone.gemfire.cache.partition.PartitionListener, Serializable
| Constructor and Description |
|---|
TestPartitionListener2() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterBucketCreated(int bucketId,
Iterable<?> keys) |
void |
afterBucketRemoved(int bucketId,
Iterable<?> keys) |
void |
afterPrimary(int id) |
void |
afterRegionCreate(com.gemstone.gemfire.cache.Region region) |
public void afterPrimary(int id)
afterPrimary in interface com.gemstone.gemfire.cache.partition.PartitionListenerpublic void afterRegionCreate(com.gemstone.gemfire.cache.Region region)
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.