|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.zookeeper.server.util.SerializeUtils
public class SerializeUtils
| Constructor Summary | |
|---|---|
SerializeUtils()
|
|
| Method Summary | |
|---|---|
static void |
deserializeSnapshot(DataTree dt,
InputArchive ia,
Map<Long,Integer> sessions)
|
static Record |
deserializeTxn(InputArchive ia,
org.apache.zookeeper.txn.TxnHeader hdr)
|
static void |
serializeSnapshot(DataTree dt,
OutputArchive oa,
Map<Long,Integer> sessions)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SerializeUtils()
| Method Detail |
|---|
public static Record deserializeTxn(InputArchive ia,
org.apache.zookeeper.txn.TxnHeader hdr)
throws IOException
IOException
public static void deserializeSnapshot(DataTree dt,
InputArchive ia,
Map<Long,Integer> sessions)
throws IOException
IOException
public static void serializeSnapshot(DataTree dt,
OutputArchive oa,
Map<Long,Integer> sessions)
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||