public interface InstanceRevision
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the instance revision.
|
long |
get()
Return current instance revision.
|
void |
set(long value)
Set current instance revision.
|
long get() throws JournalException
JournalException
- if some error occursvoid set(long value) throws JournalException
value
- new instance revisionJournalException
- if some error occursvoid close()
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.