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