Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
9.9. Isolation Levels
9.9.1. About Isolation Levels Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
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.