Annotation Interface EnableDiskStore.DiskDirectory
- Enclosing class:
- EnableDiskStore
public static @interface EnableDiskStore.DiskDirectory
-
Optional Element Summary
-
Element Details
-
location
String locationFile system directory location of theDiskStore
files. Defaults to current working directory.- Default:
- "."
-
maxSize
int maxSizeMaximum amount of space to use for the disk store, in megabytes. Defaults to 2 petabytes.- Default:
- 2147483647
-