public static class Transaction.Created extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Lease |
lease
The lease.
|
Transaction |
transaction
The transaction.
|
| Constructor and Description |
|---|
Created(AtomicSerial.GetArg arg)
AtomicSerial constructor.
|
Created(Transaction transaction,
Lease lease)
Simple constructor.
|
public final Transaction transaction
public final Lease lease
public Created(Transaction transaction, Lease lease)
transaction - the transaction createdlease - the lease grantedpublic Created(AtomicSerial.GetArg arg) throws IOException
arg - atomic deserialization parameterIOException - if there are I/O errors while reading from GetArg's
underlying InputStreamCopyright © 2016–2018 The Apache Software Foundation. All rights reserved.