Package org.infinispan.context.impl
Class FlagBitSets
java.lang.Object
org.infinispan.context.impl.FlagBitSets
Pre-computed bitsets containing each flag.
- Since:
- 9.0
- Author:
- Dan Berindei
-
Field Summary
Modifier and TypeFieldDescriptionstatic final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
Deprecated, for removal: This API element is subject to removal in a future version.static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
copyWithoutRemotableFlags
(long flagsBitSet) Creates a copy of a Flag BitSet removing instances of FAIL_SILENTLY.static Flag
extractStateTransferFlag
(InvocationContext ctx, FlagAffectedCommand command)
-
Field Details
-
ZERO_LOCK_ACQUISITION_TIMEOUT
public static final long ZERO_LOCK_ACQUISITION_TIMEOUT -
CACHE_MODE_LOCAL
public static final long CACHE_MODE_LOCAL -
SKIP_LOCKING
public static final long SKIP_LOCKING -
FORCE_WRITE_LOCK
public static final long FORCE_WRITE_LOCK -
FORCE_ASYNCHRONOUS
public static final long FORCE_ASYNCHRONOUS -
FORCE_SYNCHRONOUS
public static final long FORCE_SYNCHRONOUS -
SKIP_CACHE_STORE
public static final long SKIP_CACHE_STORE -
SKIP_CACHE_LOAD
public static final long SKIP_CACHE_LOAD -
FAIL_SILENTLY
public static final long FAIL_SILENTLY -
SKIP_REMOTE_LOOKUP
public static final long SKIP_REMOTE_LOOKUP -
SKIP_INDEXING
public static final long SKIP_INDEXING -
PUT_FOR_EXTERNAL_READ
public static final long PUT_FOR_EXTERNAL_READ -
PUT_FOR_STATE_TRANSFER
public static final long PUT_FOR_STATE_TRANSFER -
PUT_FOR_X_SITE_STATE_TRANSFER
public static final long PUT_FOR_X_SITE_STATE_TRANSFER -
SKIP_SHARED_CACHE_STORE
public static final long SKIP_SHARED_CACHE_STORE -
SKIP_OWNERSHIP_CHECK
public static final long SKIP_OWNERSHIP_CHECK -
IGNORE_RETURN_VALUES
public static final long IGNORE_RETURN_VALUES -
SKIP_XSITE_BACKUP
public static final long SKIP_XSITE_BACKUP -
SKIP_LISTENER_NOTIFICATION
public static final long SKIP_LISTENER_NOTIFICATION -
SKIP_STATISTICS
public static final long SKIP_STATISTICS -
SKIP_INDEX_CLEANUP
public static final long SKIP_INDEX_CLEANUP -
COMMAND_RETRY
public static final long COMMAND_RETRY -
ROLLING_UPGRADE
public static final long ROLLING_UPGRADE -
REMOTE_ITERATION
Deprecated, for removal: This API element is subject to removal in a future version. -
SKIP_SIZE_OPTIMIZATION
public static final long SKIP_SIZE_OPTIMIZATION -
IGNORE_TRANSACTION
public static final long IGNORE_TRANSACTION -
IRAC_UPDATE
public static final long IRAC_UPDATE -
IRAC_STATE
public static final long IRAC_STATE -
ALREADY_HAS_LOCK
public static final long ALREADY_HAS_LOCK -
BACKUP_WRITE
public static final long BACKUP_WRITE -
STATE_TRANSFER_PROGRESS
public static final long STATE_TRANSFER_PROGRESS
-
-
Constructor Details
-
FlagBitSets
public FlagBitSets()
-
-
Method Details
-
copyWithoutRemotableFlags
public static long copyWithoutRemotableFlags(long flagsBitSet) Creates a copy of a Flag BitSet removing instances of FAIL_SILENTLY. -
extractStateTransferFlag
-