public final class PrepareRequest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Collection<SerializedObject> |
creates
The set of created objects
|
LongKeyMap<java.lang.Integer> |
reads
The object numbers and version numbers of the read objects
|
long |
tid |
java.util.Collection<SerializedObject> |
writes
The collection of modified objects
|
Constructor and Description |
---|
PrepareRequest(long tid,
java.util.Collection<SerializedObject> creates,
java.util.Collection<SerializedObject> writes,
LongKeyMap<java.lang.Integer> reads)
Create a PrepareRequest with the provided fields
|
public final long tid
public final java.util.Collection<SerializedObject> creates
public final java.util.Collection<SerializedObject> writes
public final LongKeyMap<java.lang.Integer> reads
public PrepareRequest(long tid, java.util.Collection<SerializedObject> creates, java.util.Collection<SerializedObject> writes, LongKeyMap<java.lang.Integer> reads)