Class CypherAggregation.GraphAggregator

  • Enclosing class:
    CypherAggregation

    public static class CypherAggregation.GraphAggregator
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @Nullable CypherAggregation.AggregationResult buildGraph()  
      @Nullable java.util.Map<java.lang.String,​java.lang.Object> result()  
      void update​(java.lang.String graphName, java.lang.Object sourceNode, @Nullable java.lang.Object targetNode, @Nullable java.util.Map<java.lang.String,​java.lang.Object> nodesConfig, @Nullable java.util.Map<java.lang.String,​java.lang.Object> relationshipConfig)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • update

        public void update​(java.lang.String graphName,
                           java.lang.Object sourceNode,
                           @Nullable
                           @Nullable java.lang.Object targetNode,
                           @Nullable
                           @Nullable java.util.Map<java.lang.String,​java.lang.Object> nodesConfig,
                           @Nullable
                           @Nullable java.util.Map<java.lang.String,​java.lang.Object> relationshipConfig)
      • result

        @Nullable
        public @Nullable java.util.Map<java.lang.String,​java.lang.Object> result()