Package | Description |
---|---|
org.neo4j.storageengine.api | |
org.neo4j.storageengine.api.txstate |
Class and Description |
---|
CommandReader |
CommandReaderFactory
Provides
CommandReader instances for specific entry versions. |
CommandsToApply
Group of commands to apply onto
StorageEngine , as well as reference to CommandsToApply.next() group of commands. |
CommandStream
A stream of commands from one or more transactions, that can be serialized to a transaction log or applied to a
store.
|
DegreeItem
Single degree item from a node cursor.
|
Direction
Direction of a relationship from a node's POV.
|
EntityItem
Represents a single node or relationship cursor item.
|
EntityType
Type of graph entity.
|
LabelItem
Represents a single label on a node
|
NodeItem
Represents a single node from a cursor.
|
PropertyItem
Property item returned from property cursors
|
ReadableChannel
Represents a channel from where primitive values can be read.
|
ReadPastEndException
Thrown when reading from a
ReadableByteChannel into a buffer
and not enough bytes (Buffer.limit() ) could be read. |
RelationshipItem
Represents a single relationship from a cursor.
|
StorageCommand
A command representing one unit of change to a
StorageEngine . |
StorageProperty
Abstraction pairing property key token id and property value.
|
StorageStatement
A statement for accessing data from a
StoreReadLayer . |
StoreReadLayer
Abstraction for reading committed data from
store . |
Token |
TokenFactory
Creator of
Token instances. |
TransactionApplicationMode
Mode of
applying transactions . |
WritableChannel
Represents an infinite channel to write primitive data to.
|
Class and Description |
---|
Direction
Direction of a relationship from a node's POV.
|
LabelItem
Represents a single label on a node
|
NodeItem
Represents a single node from a cursor.
|
PropertyItem
Property item returned from property cursors
|
RelationshipItem
Represents a single relationship from a cursor.
|
StorageProperty
Abstraction pairing property key token id and property value.
|
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.