public class ScatteredPartitionHandlingManagerImpl extends PartitionHandlingManagerImpl
distributionManager| Constructor and Description |
|---|
ScatteredPartitionHandlingManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
doCheck(Object key,
boolean isWrite,
long flagBitSet) |
protected boolean |
isKeyOperationAllowed(boolean isWrite,
long flagBitSet,
LocalizedCacheTopology cacheTopology,
Object key)
Check if a read/write operation is allowed with the actual members
|
addPartialCommit1PCTransaction, addPartialCommit2PCTransaction, addPartialRollbackTransaction, canRollbackTransactionAfterOriginatorLeave, checkBulkRead, checkClear, checkRead, checkWrite, getAvailabilityMode, getLastStableTopology, getPartialTransactions, getPartitionHandling, isBulkOperationAllowed, isTransactionPartiallyCommitted, onTopologyUpdate, setAvailabilityMode, startpublic ScatteredPartitionHandlingManagerImpl()
public void doCheck(Object key, boolean isWrite, long flagBitSet)
doCheck in class PartitionHandlingManagerImplprotected boolean isKeyOperationAllowed(boolean isWrite,
long flagBitSet,
LocalizedCacheTopology cacheTopology,
Object key)
PartitionHandlingManagerImplisKeyOperationAllowed in class PartitionHandlingManagerImplisWrite - false for reads, true for writesflagBitSet - reads with the Flag.FORCE_WRITE_LOCK are treated as writescacheTopology - actual members, or null for bulk operationskey - key owners, or null for bulk operationsCopyright © 2022 JBoss by Red Hat. All rights reserved.