public abstract static class IndexData.PendingChange extends Object
commit()) or undo the change (by calling rollback()).| Modifier and Type | Method and Description |
|---|---|
abstract void |
commit()
Completes the pending change.
|
IndexData.PendingChange |
getNext()
Returns the next pending change, if any
|
abstract void |
rollback()
Undoes the pending change.
|
public IndexData.PendingChange getNext()
public abstract void commit()
throws IOException
IOExceptionpublic abstract void rollback()
throws IOException
IOExceptionCopyright © 2005–2025 OpenHMS. All rights reserved.