public class ReplicatedTransactionSerializer extends Object
| Constructor and Description |
|---|
ReplicatedTransactionSerializer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
marshal(ReplicatedTransaction transaction,
io.netty.buffer.ByteBuf buffer) |
static void |
marshal(ReplicatedTransaction transaction,
org.neo4j.storageengine.api.WritableChannel channel) |
static ReplicatedTransaction |
unmarshal(io.netty.buffer.ByteBuf buffer) |
static ReplicatedTransaction |
unmarshal(org.neo4j.storageengine.api.ReadableChannel channel) |
public static void marshal(ReplicatedTransaction transaction, org.neo4j.storageengine.api.WritableChannel channel) throws IOException
IOExceptionpublic static ReplicatedTransaction unmarshal(org.neo4j.storageengine.api.ReadableChannel channel) throws IOException
IOExceptionpublic static void marshal(ReplicatedTransaction transaction, io.netty.buffer.ByteBuf buffer)
public static ReplicatedTransaction unmarshal(io.netty.buffer.ByteBuf buffer)
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.