Uses of Class
org.neo4j.cdc.client.selector.RelationshipNodeSelector
-
Packages that use RelationshipNodeSelector Package Description org.neo4j.cdc.client.selector Package defining selectors. -
-
Uses of RelationshipNodeSelector in org.neo4j.cdc.client.selector
Methods in org.neo4j.cdc.client.selector that return RelationshipNodeSelector Modifier and Type Method Description RelationshipNodeSelectorRelationshipNodeSelector.RelationshipNodeSelectorBuilder. build()Build the desired selector.@NotNull RelationshipNodeSelectorRelationshipSelector. getEnd()Selector for the end node of the changed relationship.@NotNull RelationshipNodeSelectorRelationshipSelector. getStart()Selector for the start node of the changed relationship.Methods in org.neo4j.cdc.client.selector with parameters of type RelationshipNodeSelector Modifier and Type Method Description RelationshipSelector.RelationshipSelectorBuilderRelationshipSelector.RelationshipSelectorBuilder. withEnd(RelationshipNodeSelector end)Set a filter on relationship end node on the selector to be built.RelationshipSelector.RelationshipSelectorBuilderRelationshipSelector.RelationshipSelectorBuilder. withStart(RelationshipNodeSelector start)Set a filter on relationship start node on the selector to be built.
-