Package | Description |
---|---|
org.neo4j.graphdb |
The core graph database API.
|
org.neo4j.graphdb.event |
Event framework.
|
Class and Description |
---|
KernelEventHandler
Event handler interface for Neo4j Kernel life cycle events.
|
TransactionEventHandler
An event handler interface for Neo4j Transaction events.
|
Class and Description |
---|
ErrorState
An object that describes a state from which a Neo4j Graph Database cannot
continue.
|
KernelEventHandler
Event handler interface for Neo4j Kernel life cycle events.
|
KernelEventHandler.ExecutionOrder
Represents the order of execution between two event handlers, if one
handler should be executed
KernelEventHandler.ExecutionOrder.BEFORE ,
KernelEventHandler.ExecutionOrder.AFTER another handler, or if it
KernelEventHandler.ExecutionOrder.DOESNT_MATTER . |
LabelEntry
Represents an assigned or removed label for a node.
|
PropertyEntry
Represents a changed property.
|
TransactionData
Represents the data that has changed during the course of one transaction.
|
TransactionEventHandler
An event handler interface for Neo4j Transaction events.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.