Annotation Interface EnableDiskStore.DiskDirectory

Enclosing class:
EnableDiskStore

public static @interface EnableDiskStore.DiskDirectory
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    File system directory location of the DiskStore files.
    int
    Maximum amount of space to use for the disk store, in megabytes.
  • Element Details

    • location

      String location
      File system directory location of the DiskStore files. Defaults to current working directory.
      Default:
      "."
    • maxSize

      int maxSize
      Maximum amount of space to use for the disk store, in megabytes. Defaults to 2 petabytes.
      Default:
      2147483647