Interface LockScopes

All Known Subinterfaces:
FetchConfiguration, JDBCFetchConfiguration
All Known Implementing Classes:
DelegatingFetchConfiguration, DelegatingJDBCFetchConfiguration, FetchConfigurationImpl, JDBCFetchConfigurationImpl, TargetFetchConfiguration

public interface LockScopes
Defines lock scope levels used for MixedLockManager.
Since:
2.0.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Generic extended lock scope level.
    static final int
    Generic Normal lock scope level.
  • Field Details

    • LOCKSCOPE_NORMAL

      static final int LOCKSCOPE_NORMAL
      Generic Normal lock scope level. Value of 0.
      See Also:
    • LOCKSCOPE_EXTENDED

      static final int LOCKSCOPE_EXTENDED
      Generic extended lock scope level. Value of 10.
      See Also: