Class ReplaceEdgeDefinitionOptions


  • public class ReplaceEdgeDefinitionOptions
    extends Object
    • Constructor Detail

      • ReplaceEdgeDefinitionOptions

        public ReplaceEdgeDefinitionOptions()
    • Method Detail

      • getWaitForSync

        public Boolean getWaitForSync()
      • waitForSync

        public ReplaceEdgeDefinitionOptions waitForSync​(Boolean waitForSync)
        Parameters:
        waitForSync - Define if the request should wait until synced to disk.
        Returns:
        this
      • getDropCollections

        public Boolean getDropCollections()
      • dropCollections

        public ReplaceEdgeDefinitionOptions dropCollections​(Boolean dropCollections)
        Parameters:
        dropCollections - Drop the collection as well. Collection will only be dropped if it is not used in other graphs.
        Returns:
        this