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
IOException
public abstract void rollback() throws IOException
IOException
Copyright © 2005–2024 OpenHMS. All rights reserved.