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
IOException
public static void deserializeSnapshot(DataTree dt, org.apache.jute.InputArchive ia, Map<Long,Integer> sessions) throws IOException
IOException
public static void serializeSnapshot(DataTree dt, org.apache.jute.OutputArchive oa, Map<Long,Integer> sessions) throws IOException
IOException
Copyright © 2013 The Apache Software Foundation