Class PartitionedService.PartitionRecoveryAction

    • Field Detail

      • m_partsOrphan

        protected PartitionSet m_partsOrphan
        The set of orphaned partitions.
      • m_infoQuorum

        protected com.tangosol.net.internal.QuorumInfo m_infoQuorum
        The "last good" service membership.
    • Constructor Detail

      • PartitionRecoveryAction

        public PartitionRecoveryAction​(PartitionSet partsOrphan,
                                       GUIDHelper.GUIDResolver resolver,
                                       com.tangosol.net.internal.QuorumInfo infoQuorum)
        Construct a PartitionRecoveryAction for the specified partitions, GUID resolver and the "last good" membership info.
        Parameters:
        partsOrphan - the set of orphaned partitions
        resolver - the GUID resolver
        infoQuorum - the "last good" membership info
    • Method Detail

      • getOrphanedPartitions

        public PartitionSet getOrphanedPartitions()
        Return the set of orphaned partitions.
        Returns:
        the set of orphaned partitions
      • getQuorumInfo

        public com.tangosol.net.internal.QuorumInfo getQuorumInfo()
        Return the "last good" service membership info.
        Returns:
        the "last good" service membership