Class UsingPeriodicCommit

  • All Implemented Interfaces:
    Visitable

    @API(status=INTERNAL,
         since="2021.2.1")
    public final class UsingPeriodicCommit
    extends Object
    implements Visitable
    A visitable representing a USING PERIODIC COMMIT clause. Not meant to be used outside the Cypher-DSL directly. Will be changed without further notice.
    Since:
    2021.2.1
    Author:
    Michael J. Simons
    • Constructor Detail

      • UsingPeriodicCommit

        public UsingPeriodicCommit​(@Nullable
                                   @Nullable Integer rate)
    • Method Detail

      • getRate

        @Nullable
        public @Nullable Integer getRate()