Class IndexOptions<T extends IndexOptions<T>>

    • Constructor Detail

      • IndexOptions

        protected IndexOptions()
    • Method Detail

      • inBackground

        public T inBackground​(Boolean inBackground)
        Parameters:
        inBackground - create the the index in the background this is a RocksDB only flag.
        Returns:
        options
      • getInBackground

        public Boolean getInBackground()
      • name

        public T name​(String name)
        Parameters:
        name - the name of the index
        Returns:
        options
      • getName

        public String getName()