See: Description
Interface | Description |
---|---|
AccessDelegate<T extends HazelcastRegion> |
This interface is used to implement basic transactional guarantees
|
Class | Description |
---|---|
AbstractAccessDelegate<T extends HazelcastRegion> |
Base implementation for consistency guarantees
|
NonStrictReadWriteAccessDelegate<T extends HazelcastRegion> |
Makes no guarantee of consistency between the cache and the database.
|
ReadOnlyAccessDelegate<T extends HazelcastRegion> |
Guarantees that view is read-only and no updates can be made
|
ReadWriteAccessDelegate<T extends HazelcastRegion> |
Makes READ COMMITTED consistency guarantees even in a clustered environment.
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.