Class RecoveryInfoKey
- java.lang.Object
-
- org.infinispan.transaction.xa.recovery.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 theRecoveryManagerImpl#preparedTransactions
is shared between different RecoveryManagers/caches.- Since:
- 5.0
- Author:
- Mircea.Markus@jboss.com
-
-
Constructor Summary
Constructors Constructor Description RecoveryInfoKey(Xid xid, String cacheName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
boolean
sameCacheName(String cacheName)
String
toString()
-