Class GraphCreateOptions


  • public class GraphCreateOptions
    extends Object
    • Constructor Detail

      • GraphCreateOptions

        public GraphCreateOptions()
    • Method Detail

      • getName

        protected String getName()
      • orphanCollections

        public GraphCreateOptions orphanCollections​(String... orphanCollections)
        Parameters:
        orphanCollections - Additional vertex collections
        Returns:
        options
      • getNumberOfShards

        public Integer getNumberOfShards()
      • numberOfShards

        public GraphCreateOptions numberOfShards​(Integer numberOfShards)
        Parameters:
        numberOfShards - The number of shards that is used for every collection within this graph. Cannot be modified later.
        Returns:
        options