Uses of Class
org.neo4j.cdc.client.model.NodeState
-
Packages that use NodeState Package Description org.neo4j.cdc.client.model Package defining change events. -
-
Uses of NodeState in org.neo4j.cdc.client.model
Methods in org.neo4j.cdc.client.model that return NodeState Modifier and Type Method Description static NodeStateNodeState. fromMap(Map<?,?> map)Constructors in org.neo4j.cdc.client.model with parameters of type NodeState Constructor Description NodeEvent(String elementId, EntityOperation operation, List<String> labels, Map<String,List<Map<String,Object>>> keys, NodeState before, NodeState after)
-