Class FlagBitSets


  • public class FlagBitSets
    extends Object
    Pre-computed bitsets containing each flag.
    Since:
    9.0
    Author:
    Dan Berindei
    • 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
    • Constructor Detail

      • FlagBitSets

        public FlagBitSets()
    • Method Detail

      • copyWithoutRemotableFlags

        public static long copyWithoutRemotableFlags​(long flagsBitSet)
        Creates a copy of a Flag BitSet removing instances of FAIL_SILENTLY.