이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 11. Isolation Levels
11.1. About Isolation Levels 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Isolation levels determine when readers can view a concurrent write.
READ_COMMITTED and REPEATABLE_READ are the two isolation modes offered in JBoss Data Grid.
READ_COMMITTED. This is the default isolation level because it is applicable to a wide variety of requirements.REPEATABLE_READ. This can be configured using thelockingconfiguration element.
For isolation mode configuration examples in JBoss Data Grid, refer to the lock striping configuration samples:
- Refer to Section 10.2, “Configure Lock Striping (Remote Client-Server Mode)” for a Remote Client-Server mode configuration sample.
- Refer to Section 10.3, “Configure Lock Striping (Library Mode)” for a Library mode configuration sample.