public class TxInfoWrapper extends Object implements com.gemstone.gemfire.DataSerializable
| Constructor and Description |
|---|
TxInfoWrapper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
void |
fromData(DataInput in) |
byte[] |
getTxInfoByteArray() |
static TxInfoWrapper |
getWrappedTxInfo(byte[] txInfoByteArray)
This method should be used to obtain instances of KeyWrapper.
|
int |
hashCode() |
void |
toData(DataOutput out) |
String |
toString() |
public static TxInfoWrapper getWrappedTxInfo(byte[] txInfoByteArray)
key - the key to wrappublic byte[] getTxInfoByteArray()
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.