public class PartitionState extends Object
| Constructor and Description |
|---|
PartitionState(boolean redundancySatisfied,
boolean localMaxMemoryHonored,
Set<MemberState> memberState) |
PartitionState(com.gemstone.gemfire.cache.partition.PartitionRegionInfo prd) |
PartitionState(Set<com.gemstone.gemfire.cache.partition.PartitionMemberInfo> pmDetails) |
| Modifier and Type | Method and Description |
|---|---|
Set<MemberState> |
createMemberState(Set<com.gemstone.gemfire.cache.partition.PartitionMemberInfo> pmd) |
Set<MemberState> |
getMemberState() |
boolean |
isLocalMaxMemoryHonored() |
boolean |
isRedundancySatisfied() |
String |
toString() |
public PartitionState(com.gemstone.gemfire.cache.partition.PartitionRegionInfo prd)
public PartitionState(Set<com.gemstone.gemfire.cache.partition.PartitionMemberInfo> pmDetails)
public PartitionState(boolean redundancySatisfied,
boolean localMaxMemoryHonored,
Set<MemberState> memberState)
public Set<MemberState> createMemberState(Set<com.gemstone.gemfire.cache.partition.PartitionMemberInfo> pmd)
public boolean isRedundancySatisfied()
public boolean isLocalMaxMemoryHonored()
public Set<MemberState> getMemberState()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.