Package org.apache.geode.management
Class MembershipAttributesData
java.lang.Object
org.apache.geode.management.MembershipAttributesData
Deprecated.
this API is scheduled to be removed
Composite data type used to distribute the membership attributes for a
Region.-
Constructor Summary
ConstructorsConstructorDescriptionMembershipAttributesData(Set<String> requiredRoles, String lossAction, String resumptionAction) Deprecated.This constructor is to be used by internal JMX framework only. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the policy that describes the action to take if any required roles are missing.Deprecated.Returns the set of Roles that are required for the reliability of this region.Deprecated.Returns the policy that describes the action to take when resuming from missing roles.toString()Deprecated.String representation of MembershipAttributesData
-
Constructor Details
-
MembershipAttributesData
@ConstructorProperties({"requiredRoles","lossAction","resumptionAction"}) public MembershipAttributesData(Set<String> requiredRoles, String lossAction, String resumptionAction) Deprecated.This constructor is to be used by internal JMX framework only. User should not try to create an instance of this class.- Parameters:
requiredRoles- Array of required role names by this process for reliable access to the regionlossAction- The configuration defining how this process behaves when there are missing required rolesresumptionAction- The action to take when missing required roles return to the system
-
-
Method Details
-
getRequiredRoles
Deprecated.Returns the set of Roles that are required for the reliability of this region.- Returns:
- the set of Roles that are required for the reliability of this region
-
getLossAction
Deprecated.Returns the policy that describes the action to take if any required roles are missing.- Returns:
- the policy that describes the action to take if any required roles are missing
-
getResumptionAction
Deprecated.Returns the policy that describes the action to take when resuming from missing roles.- Returns:
- the policy that describes the action to take when resuming from missing roles
-
toString
Deprecated.String representation of MembershipAttributesData
-