Class AbstractCommunityResultBuilder<WRITE_RESULT>


  • public abstract class AbstractCommunityResultBuilder<WRITE_RESULT>
    extends AbstractResultBuilder<WRITE_RESULT>
    • Field Detail

      • buildHistogram

        protected boolean buildHistogram
      • buildCommunityCount

        protected boolean buildCommunityCount
      • postProcessingDuration

        protected long postProcessingDuration
      • maybeCommunityCount

        protected java.util.OptionalLong maybeCommunityCount
      • maybeCommunityHistogram

        protected java.util.Optional<org.HdrHistogram.Histogram> maybeCommunityHistogram
    • Constructor Detail

      • AbstractCommunityResultBuilder

        protected AbstractCommunityResultBuilder​(org.neo4j.internal.kernel.api.procs.ProcedureCallContext callContext,
                                                 org.neo4j.graphalgo.core.utils.paged.AllocationTracker tracker)