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