public class UpdateBBPartitionListener extends Object implements com.gemstone.gemfire.cache.partition.PartitionListener, Serializable, com.gemstone.gemfire.internal.cache.xmlcache.Declarable2
| Constructor and Description |
|---|
UpdateBBPartitionListener() |
| 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) |
List |
getBucketIdsList() |
Properties |
getConfig() |
Set |
getReCreatedBucketSet() |
void |
init(Properties props) |
static void |
setBucketIds(ArrayList bucketIds) |
static void |
setRecreatedBuckets(HashSet recreatedBuckets) |
public static void setBucketIds(ArrayList bucketIds)
public static void setRecreatedBuckets(HashSet recreatedBuckets)
public List getBucketIdsList()
public 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,
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.PartitionListenerpublic Properties getConfig()
getConfig in interface com.gemstone.gemfire.internal.cache.xmlcache.Declarable2public void init(Properties props)
init in interface com.gemstone.gemfire.cache.DeclarableCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.