| Package | Description |
|---|---|
| jdbm.recman |
Core classes for managing persistent objects and processing transactions.
|
| Modifier and Type | Method and Description |
|---|---|
static BaseRecordManager.IOType |
BaseRecordManager.IOType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BaseRecordManager.IOType[] |
BaseRecordManager.IOType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private BaseRecordManager.LockElement |
BaseRecordManager.beginIO(java.lang.Long recid,
BaseRecordManager.IOType io)
Used to serialize reads/write on a given logical rowid.
|
private boolean |
BaseRecordManager.conflictingIOPredicate(BaseRecordManager.IOType io,
BaseRecordManager.LockElement element) |
private void |
BaseRecordManager.endIO(java.lang.Long recid,
BaseRecordManager.LockElement element,
BaseRecordManager.IOType io)
Ends the IO by releasing the logical lock on the given recid
|