Class IsolationLevelModifiers

java.lang.Object
com.gigaspaces.client.SpaceProxyOperationModifiers
com.gigaspaces.client.IsolationLevelModifiers
All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable
Direct Known Subclasses:
CountModifiers, ReadModifiers

public abstract class IsolationLevelModifiers extends SpaceProxyOperationModifiers
Base class for isolation level based space proxy operations modifiers. NOTE: This class is intended for internal usage only.
Since:
9.5
Author:
Dan Kilman
See Also:
  • Constructor Details

  • Method Details

    • setIsolationLevel

      public <T extends IsolationLevelModifiers> T setIsolationLevel(IsolationLevelModifiers isolationLevel)
    • isRepeatableRead

      public boolean isRepeatableRead()
      Checks if this instance contains the #REPEATABLE_READ setting.
      Returns:
      true if this instance contains the #REPEATABLE_READ setting, false otherwise.
    • isReadCommitted

      public boolean isReadCommitted()
      Checks if this instance contains the #READ_COMMITTED setting.
      Returns:
      true if this instance contains the #READ_COMMITTED setting, false otherwise.
    • isDirtyRead

      public boolean isDirtyRead()
      Checks if this instance contains the #DIRTY_READ setting.
      Returns:
      true if this instance contains the #DIRTY_READ setting, false otherwise.