• G
    [FLINK-3965] [gelly] Delegating GraphAlgorithm · 149e7a01
    Greg Hogan 提交于
    A delegating GraphAlgorithm wraps a GraphAlgorithm result with a
    delegating proxy object. The delegated object can be replaced when the
    same algorithm is run on the same input with a mergeable configuration.
    This allows algorithms to be composed of implicitly reusable algorithms
    without publicly sharing intermediate DataSets.
    
    This closes #2032
    149e7a01
Simplify.java 4.3 KB