public class ReadonlyTransaction extends TransactionBase
| Constructor and Description |
|---|
ReadonlyTransaction(@NotNull EnvironmentImpl env,
boolean exclusive,
@Nullable java.lang.Runnable beginHook) |
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
boolean |
commit() |
boolean |
flush() |
boolean |
isIdempotent() |
boolean |
isReadonly() |
void |
revert() |
void |
setCommitHook(@Nullable java.lang.Runnable hook) |
checkIsFinished, clearImmutableTrees, getEnvironment, getHighAddress, getReadonlySnapshot, getSnapshot, getSnapshot, getStartTime, getTrace, getTree, getUserObject, getWrappedBeginHook, isDisableStoreGetCache, isExclusive, isFinished, setDisableStoreGetCache, setExclusive, setIsFinished, setUserObjectpublic ReadonlyTransaction(@NotNull
@NotNull EnvironmentImpl env,
boolean exclusive,
@Nullable
@Nullable java.lang.Runnable beginHook)