public class UpdateBBPartitionListener
extends java.lang.Object
implements com.gemstone.gemfire.cache.partition.PartitionListener, java.io.Serializable, com.gemstone.gemfire.internal.cache.xmlcache.Declarable2
| Constructor and Description |
|---|
UpdateBBPartitionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterBucketCreated(int bucketId,
java.lang.Iterable<?> keys) |
void |
afterBucketRemoved(int bucketId,
java.lang.Iterable<?> keys) |
void |
afterPrimary(int id) |
void |
afterRegionCreate(com.gemstone.gemfire.cache.Region region) |
java.util.List |
getBucketIdsList() |
java.util.Properties |
getConfig() |
java.util.Set |
getReCreatedBucketSet() |
void |
init(java.util.Properties props) |
static void |
setBucketIds(java.util.ArrayList bucketIds) |
static void |
setRecreatedBuckets(java.util.HashSet recreatedBuckets) |
public static void setBucketIds(java.util.ArrayList bucketIds)
public static void setRecreatedBuckets(java.util.HashSet recreatedBuckets)
public java.util.List getBucketIdsList()
public java.util.Set getReCreatedBucketSet()
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,
java.lang.Iterable<?> keys)
afterBucketRemoved in interface com.gemstone.gemfire.cache.partition.PartitionListenerpublic void afterBucketCreated(int bucketId,
java.lang.Iterable<?> keys)
afterBucketCreated in interface com.gemstone.gemfire.cache.partition.PartitionListenerpublic java.util.Properties getConfig()
getConfig in interface com.gemstone.gemfire.internal.cache.xmlcache.Declarable2public void init(java.util.Properties props)
init in interface com.gemstone.gemfire.cache.DeclarableCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.