public class TombstoneSynchronization<K> extends InvocationAfterCompletion
cache, log, requiresTransaction, tc
Constructor and Description |
---|
TombstoneSynchronization(TransactionCoordinator tc,
org.infinispan.AdvancedCache cache,
boolean requiresTransaction,
BaseTransactionalDataRegion region,
K key) |
Modifier and Type | Method and Description |
---|---|
void |
beforeCompletion() |
K |
getKey() |
UUID |
getUuid() |
void |
invoke(boolean success,
org.infinispan.AdvancedCache cache) |
afterCompletion, invokeIsolated
public TombstoneSynchronization(TransactionCoordinator tc, org.infinispan.AdvancedCache cache, boolean requiresTransaction, BaseTransactionalDataRegion region, K key)
public UUID getUuid()
public K getKey()
public void beforeCompletion()
beforeCompletion
in interface Synchronization
beforeCompletion
in class InvocationAfterCompletion
public void invoke(boolean success, org.infinispan.AdvancedCache cache)
invoke
in class InvocationAfterCompletion
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.