Interface | Description |
---|---|
MapFactory | |
SetFactory |
Class | Description |
---|---|
HashMapFactory |
Default map factory implementation creating
HashMap s. |
HashSetFactory |
Default set factory implementation creating
HashSet s. |
OptimisticMapWrapper |
Wrapper that adds transactional control to all kinds of maps that implement the
Map interface. |
PessimisticMapWrapper |
Wrapper that adds transactional control to all kinds of maps that implement the
Map interface. |
TransactionalMapWrapper |
Wrapper that adds transactional control to all kinds of maps that implement the
Map interface. |
TransactionalMapWrapper.HashEntry |
Exception | Description |
---|---|
ConflictException |
Exception displaying a conflict between two optimistic transactions.
|
LockException | Deprecated
no longer used as it has been replaced by the more general
version in
LockException |
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.