public interface TransactionalFileI extends ManagedFileI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
void |
announceBP(java.lang.Long bpId,
java.lang.Long boId) |
void |
commit() |
void |
decReferenceCounter()
Decrements the current reference count by one.
|
void |
finish() |
int |
getReferenceCount()
Gets the current reference count.
|
void |
incReferenceCounter()
Increments the current reference count by one.
|
boolean |
isCommitted() |
default boolean |
isStillReferenced()
Returns true if this TransactionalFileI is still referenced.
|
void |
precommit() |
void |
rollback() |
void |
setReferenceCount(int newValue)
Sets the current reference count to the given value.
|
getBLOBInfo, getHash, getInputStream, getLength, hasBLOB, isDeletion, stream
static final java.lang.String $0
void announceBP(java.lang.Long bpId, java.lang.Long boId)
void precommit() throws java.io.IOException
java.io.IOException
void commit() throws java.io.IOException
java.io.IOException
boolean isCommitted()
void finish() throws java.io.IOException
java.io.IOException
void rollback() throws java.io.IOException
java.io.IOException
int getReferenceCount()
void setReferenceCount(int newValue)
void decReferenceCounter()
void incReferenceCounter()
default boolean isStillReferenced()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.