public class ActiveTxWrapper extends Object implements com.gemstone.gemfire.DataSerializable
| Constructor and Description |
|---|
ActiveTxWrapper() |
ActiveTxWrapper(byte[] serializedTXId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
void |
fromData(DataInput in) |
byte[] |
getSerializedTXId() |
static ActiveTxWrapper |
getWrappedActiveTx(byte[] serializedTXId)
This method should be used to obtain instances of KeyWrapper.
|
int |
hashCode() |
void |
toData(DataOutput out) |
String |
toString() |
public ActiveTxWrapper()
public ActiveTxWrapper(byte[] serializedTXId)
public static ActiveTxWrapper getWrappedActiveTx(byte[] serializedTXId)
key - the key to wrappublic byte[] getSerializedTXId()
public void toData(DataOutput out) throws IOException
toData in interface com.gemstone.gemfire.DataSerializableIOExceptionpublic void fromData(DataInput in) throws IOException, ClassNotFoundException
fromData in interface com.gemstone.gemfire.DataSerializableIOExceptionClassNotFoundExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.