Package org.infinispan.context.impl
Class FlagBitSets
- java.lang.Object
-
- org.infinispan.context.impl.FlagBitSets
-
public class FlagBitSets extends Object
Pre-computed bitsets containing each flag.- Since:
- 9.0
- Author:
- Dan Berindei
-
-
Field Summary
Fields Modifier and Type Field Description static long
CACHE_MODE_LOCAL
static long
COMMAND_RETRY
static long
DELTA_WRITE
Deprecated.static long
FAIL_SILENTLY
static long
FORCE_ASYNCHRONOUS
static long
FORCE_SYNCHRONOUS
static long
FORCE_WRITE_LOCK
static long
GUARANTEED_DELIVERY
static long
IGNORE_RETURN_VALUES
static long
OPERATION_HOTROD
static long
OPERATION_MEMCACHED
static long
PUT_FOR_EXTERNAL_READ
static long
PUT_FOR_STATE_TRANSFER
static long
PUT_FOR_X_SITE_STATE_TRANSFER
static long
REMOTE_ITERATION
static long
REMOVE_DATA_ON_STOP
static long
ROLLING_UPGRADE
static long
SKIP_CACHE_LOAD
static long
SKIP_CACHE_STORE
static long
SKIP_INDEX_CLEANUP
static long
SKIP_INDEXING
static long
SKIP_LISTENER_NOTIFICATION
static long
SKIP_LOCKING
static long
SKIP_OWNERSHIP_CHECK
static long
SKIP_REMOTE_LOOKUP
static long
SKIP_SHARED_CACHE_STORE
static long
SKIP_SIZE_OPTIMIZATION
static long
SKIP_STATISTICS
static long
SKIP_XSITE_BACKUP
static long
ZERO_LOCK_ACQUISITION_TIMEOUT
-
Constructor Summary
Constructors Constructor Description FlagBitSets()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
copyWithoutRemotableFlags(long flagsBitSet)
Creates a copy of a Flag BitSet removing instances of FAIL_SILENTLY.static Flag
extractStateTransferFlag(InvocationContext ctx, FlagAffectedCommand command)
-
-
-
Field Detail
-
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
-
REMOVE_DATA_ON_STOP
public static final long REMOVE_DATA_ON_STOP
-
SKIP_OWNERSHIP_CHECK
public static final long SKIP_OWNERSHIP_CHECK
-
DELTA_WRITE
@Deprecated public static final long DELTA_WRITE
Deprecated.
-
IGNORE_RETURN_VALUES
public static final long IGNORE_RETURN_VALUES
-
SKIP_XSITE_BACKUP
public static final long SKIP_XSITE_BACKUP
-
GUARANTEED_DELIVERY
public static final long GUARANTEED_DELIVERY
-
SKIP_LISTENER_NOTIFICATION
public static final long SKIP_LISTENER_NOTIFICATION
-
SKIP_STATISTICS
public static final long SKIP_STATISTICS
-
OPERATION_HOTROD
public static final long OPERATION_HOTROD
-
OPERATION_MEMCACHED
public static final long OPERATION_MEMCACHED
-
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
public static final long REMOTE_ITERATION
-
SKIP_SIZE_OPTIMIZATION
public static final long SKIP_SIZE_OPTIMIZATION
-
-
Method Detail
-
copyWithoutRemotableFlags
public static long copyWithoutRemotableFlags(long flagsBitSet)
Creates a copy of a Flag BitSet removing instances of FAIL_SILENTLY.
-
extractStateTransferFlag
public static Flag extractStateTransferFlag(InvocationContext ctx, FlagAffectedCommand command)
-
-