public class ReadWriteTransaction extends TransactionBase
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
boolean |
commit() |
boolean |
flush() |
boolean |
forceFlush() |
@NotNull ITree |
getTree(@NotNull StoreImpl store) |
boolean |
isIdempotent() |
boolean |
isReadonly() |
@NotNull StoreImpl |
openStoreByStructureId(int structureId) |
void |
revert() |
void |
setCommitHook(@Nullable java.lang.Runnable hook) |
protected boolean |
setIsFinished() |
checkIsFinished, clearImmutableTrees, getEnvironment, getHighAddress, getReadonlySnapshot, getSnapshot, getSnapshot, getStartTime, getTrace, getUserObject, getWrappedBeginHook, isDisableStoreGetCache, isExclusive, isFinished, setDisableStoreGetCache, setExclusive, setUserObjectpublic boolean isIdempotent()
public void abort()
public boolean commit()
public boolean flush()
public void revert()
public void setCommitHook(@Nullable
@Nullable java.lang.Runnable hook)
public boolean isReadonly()
public boolean forceFlush()
@NotNull public @NotNull StoreImpl openStoreByStructureId(int structureId)
@NotNull public @NotNull ITree getTree(@NotNull @NotNull StoreImpl store)
getTree in class TransactionBaseprotected boolean setIsFinished()
setIsFinished in class TransactionBase