public class SerializeUtilsAspect extends Object
| Constructor and Description |
|---|
SerializeUtilsAspect() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.jute.Record |
deserializeTxn(byte[] txnBytes,
org.apache.zookeeper.txn.TxnHeader hdr)
Copied `deserializeTxn()` from ZK-3.4.13
https://github.com/apache/zookeeper/blob/release-3.4.13/src/java/main/org/apache/zookeeper/server/util/SerializeUtils.java#L54
With addition for handling `create2`, `createContainer` and `deleteContainer` transactions when downgrading from
3.5.x to 3.4.x
|
org.apache.jute.Record |
wrapper(org.aspectj.lang.ProceedingJoinPoint joinPoint) |
public org.apache.jute.Record wrapper(org.aspectj.lang.ProceedingJoinPoint joinPoint)
throws IOException
IOExceptionpublic static org.apache.jute.Record deserializeTxn(byte[] txnBytes,
org.apache.zookeeper.txn.TxnHeader hdr)
throws IOException
IOExceptionCopyright © 2017–2019 Apache Software Foundation. All rights reserved.