public class SerializeUtils extends Object
| Constructor and Description |
|---|
SerializeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deserializeSnapshot(DataTree dt,
org.apache.jute.InputArchive ia,
Map<Long,Integer> sessions) |
static org.apache.jute.Record |
deserializeTxn(byte[] txnBytes,
TxnHeader hdr) |
static void |
serializeSnapshot(DataTree dt,
org.apache.jute.OutputArchive oa,
Map<Long,Integer> sessions) |
public static org.apache.jute.Record deserializeTxn(byte[] txnBytes,
TxnHeader hdr)
throws IOException
IOExceptionpublic static void deserializeSnapshot(DataTree dt, org.apache.jute.InputArchive ia, Map<Long,Integer> sessions) throws IOException
IOExceptionpublic static void serializeSnapshot(DataTree dt, org.apache.jute.OutputArchive oa, Map<Long,Integer> sessions) throws IOException
IOExceptionCopyright © 2013 The Apache Software Foundation