protected static class PartitionListenerDUnitTest.TestPartitionListener
extends com.gemstone.gemfire.cache.partition.PartitionListenerAdapter
| Constructor and Description |
|---|
TestPartitionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterBucketCreated(int bucketId,
java.lang.Iterable<?> keys) |
void |
afterBucketRemoved(int bucketId,
java.lang.Iterable<?> keys) |
java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> |
getBucketsAndKeysAdded() |
java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> |
getBucketsAndKeysRemoved() |
public java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> getBucketsAndKeysRemoved()
public java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> getBucketsAndKeysAdded()
public void afterBucketRemoved(int bucketId,
java.lang.Iterable<?> keys)
afterBucketRemoved in interface com.gemstone.gemfire.cache.partition.PartitionListenerafterBucketRemoved in class com.gemstone.gemfire.cache.partition.PartitionListenerAdapterpublic void afterBucketCreated(int bucketId,
java.lang.Iterable<?> keys)
afterBucketCreated in interface com.gemstone.gemfire.cache.partition.PartitionListenerafterBucketCreated in class com.gemstone.gemfire.cache.partition.PartitionListenerAdapterCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.