public class SerializedTransaction
extends java.lang.Object
implements java.lang.AutoCloseable
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
log |
Constructor and Description |
---|
SerializedTransaction(Transaction tx)
Serializes the passed Transaction and stores the byte-array and references to the BLOB handles internally.
|
Modifier and Type | Method and Description |
---|---|
void |
cleanupAfterFailure()
Cleans up this SerializedTransaction after all saving retries failed.
|
void |
close()
Closes this SerializedTransaction, correctly decreasing the reference counters in all stored TransactionalFileI-s.
|
static Transaction |
deserialize(BOLoaderI bol,
java.io.InputStream is)
Deserializes and returns a Transaction from the passed InputStream and restores its state correctly.
|
static Transaction |
deserialize(BOLoaderI bol,
java.io.InputStream is,
SchemaI schema) |
static Transaction |
deserialize(BOLoaderI bol,
java.io.InputStream is,
SchemaI schema,
TemporaryIdSupplierI tempIdSupplier) |
Transaction |
deserialize(BOLoaderI bol,
SchemaI schema,
TemporaryIdSupplierI tempIdSupplier)
Deserializes and returns the internally stored Transaction and restores its state correctly.
|
boolean |
isClosed()
Returns true if this SerializedTransaction is closed, i.e. it has or never had any tx stored as a byte array.
|
static void |
serialize(Transaction tx,
java.io.OutputStream os)
Serializes the passed Transaction to the passed OutputStream.
|
public SerializedTransaction(Transaction tx)
public static void serialize(Transaction tx, java.io.OutputStream os)
public Transaction deserialize(BOLoaderI bol, SchemaI schema, TemporaryIdSupplierI tempIdSupplier)
public static Transaction deserialize(BOLoaderI bol, java.io.InputStream is)
public static Transaction deserialize(BOLoaderI bol, java.io.InputStream is, SchemaI schema)
public static Transaction deserialize(BOLoaderI bol, java.io.InputStream is, SchemaI schema, TemporaryIdSupplierI tempIdSupplier)
public void cleanupAfterFailure()
public boolean isClosed()
public void close()
close
in interface java.lang.AutoCloseable
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.