Uses of Class
org.neo4j.cdc.client.model.Node
-
Packages that use Node Package Description org.neo4j.cdc.client.model Package defining change events. -
-
Uses of Node in org.neo4j.cdc.client.model
Methods in org.neo4j.cdc.client.model that return Node Modifier and Type Method Description static NodeNode. fromMap(Map<?,?> map)NodeRelationshipEvent. getEnd()End node of the relationship.NodeRelationshipEvent. getStart()Start node of the relationship.Constructors in org.neo4j.cdc.client.model with parameters of type Node Constructor Description RelationshipEvent(String elementId, String type, Node start, Node end, List<Map<String,Object>> keys, EntityOperation operation, RelationshipState before, RelationshipState after)
-