Package | Description |
---|---|
org.neo4j.storageengine.api |
Modifier and Type | Method and Description |
---|---|
WritableChannel |
WritableChannel.put(byte value)
Writes a
byte to this channel. |
WritableChannel |
WritableChannel.put(byte[] value,
int length)
Writes a
byte[] to this channel. |
WritableChannel |
WritableChannel.putDouble(double value)
Writes a
double to this channel. |
WritableChannel |
WritableChannel.putFloat(float value)
Writes a
float to this channel. |
WritableChannel |
WritableChannel.putInt(int value)
Writes a
int to this channel. |
WritableChannel |
WritableChannel.putLong(long value)
Writes a
long to this channel. |
WritableChannel |
WritableChannel.putShort(short value)
Writes a
short to this channel. |
Modifier and Type | Method and Description |
---|---|
void |
StorageCommand.serialize(WritableChannel channel)
Serializes change this command represents into a
WritableChannel for later reading back. |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.