public class RtxUtilVersionHelper extends Object
| Constructor and Description |
|---|
RtxUtilVersionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Map<ActiveTxWrapper,TxInfoWrapper> |
convertActiveTxMapToWrapperMap(Map<com.gemstone.gemfire.internal.cache.TXId,TxInfo> activeTxnMap) |
static List<com.gemstone.gemfire.cache.TransactionId> |
convertByteArrayListToTransactionIDList(List<byte[]> list) |
static List<byte[]> |
convertTransactionIDListToByteArrayList(List<com.gemstone.gemfire.cache.TransactionId> txIdList) |
static Map<com.gemstone.gemfire.internal.cache.TXId,TxInfo> |
convertWrapperMapToActiveTxMap(Map<ActiveTxWrapper,TxInfoWrapper> wrapperMap) |
public static Map<com.gemstone.gemfire.internal.cache.TXId,TxInfo> convertWrapperMapToActiveTxMap(Map<ActiveTxWrapper,TxInfoWrapper> wrapperMap) throws ClassNotFoundException, IOException
ClassNotFoundExceptionIOExceptionpublic static Map<ActiveTxWrapper,TxInfoWrapper> convertActiveTxMapToWrapperMap(Map<com.gemstone.gemfire.internal.cache.TXId,TxInfo> activeTxnMap) throws ClassNotFoundException, IOException
ClassNotFoundExceptionIOExceptionpublic static List<byte[]> convertTransactionIDListToByteArrayList(List<com.gemstone.gemfire.cache.TransactionId> txIdList) throws Exception
ExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.