public class TxInfoWrapper
extends java.lang.Object
implements com.gemstone.gemfire.DataSerializable
| Constructor and Description |
|---|
TxInfoWrapper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
void |
fromData(java.io.DataInput in) |
byte[] |
getTxInfoByteArray() |
static TxInfoWrapper |
getWrappedTxInfo(byte[] txInfoByteArray)
This method should be used to obtain instances of KeyWrapper.
|
int |
hashCode() |
void |
toData(java.io.DataOutput out) |
java.lang.String |
toString() |
public static TxInfoWrapper getWrappedTxInfo(byte[] txInfoByteArray)
key - the key to wrappublic byte[] getTxInfoByteArray()
public void toData(java.io.DataOutput out)
throws java.io.IOException
toData in interface com.gemstone.gemfire.DataSerializablejava.io.IOExceptionpublic void fromData(java.io.DataInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
fromData in interface com.gemstone.gemfire.DataSerializablejava.io.IOExceptionjava.lang.ClassNotFoundExceptionpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.