Class UsingPeriodicCommit

  • All Implemented Interfaces:
    Visitable

    @API(status=INTERNAL,
         since="2021.2.1")
    public final class UsingPeriodicCommit
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      UsingPeriodicCommit​(@Nullable java.lang.Integer rate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @Nullable java.lang.Integer getRate()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.neo4j.cypherdsl.core.ast.Visitable

        accept
    • Constructor Detail

      • UsingPeriodicCommit

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

      • getRate

        @Nullable
        public @Nullable java.lang.Integer getRate()