此内容没有您所选择的语言版本。
9.9. Isolation Levels
9.9.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 thelocking
configuration element.