Class RecoveryInfoKey


  • public final class RecoveryInfoKey
    extends Object
    This makes sure that only xids pertaining to a certain cache are being returned when needed. This is required as the RecoveryManagerImpl#preparedTransactions is shared between different RecoveryManagers/caches.
    Since:
    5.0
    Author:
    Mircea.Markus@jboss.com
    • Constructor Detail

      • RecoveryInfoKey

        public RecoveryInfoKey​(Xid xid,
                               String cacheName)