public class DistributedOperation extends Object implements ReplicatedContent
| Constructor and Description |
|---|
DistributedOperation(ReplicatedContent content,
GlobalSession globalSession,
LocalOperationId operationId) |
| Modifier and Type | Method and Description |
|---|---|
ReplicatedContent |
content() |
static DistributedOperation |
deserialize(org.neo4j.storageengine.api.ReadableChannel channel) |
GlobalSession |
globalSession() |
LocalOperationId |
operationId() |
void |
serialize(org.neo4j.storageengine.api.WritableChannel channel) |
String |
toString() |
public DistributedOperation(ReplicatedContent content, GlobalSession globalSession, LocalOperationId operationId)
public GlobalSession globalSession()
public LocalOperationId operationId()
public ReplicatedContent content()
public void serialize(org.neo4j.storageengine.api.WritableChannel channel)
throws IOException
IOExceptionpublic static DistributedOperation deserialize(org.neo4j.storageengine.api.ReadableChannel channel) throws IOException, EndOfStreamException
IOExceptionEndOfStreamExceptionCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.