Class BaseDiskDurability

java.lang.Object
com.terracottatech.store.configuration.BaseDiskDurability
All Implemented Interfaces:
DiskDurability
Direct Known Subclasses:
BaseDiskDurability.Timed

public class BaseDiskDurability extends Object implements DiskDurability
  • Field Details

    • OS_DETERMINED

      public static DiskDurability OS_DETERMINED
      Static instance of DiskDurability representing disk durability that is left to the operating system. This is the laxest durability, and delegates disk flushing to operating system. Note that this is a constraint, and the implementation is free to be more conservative.
    • ALWAYS

      public static DiskDurability ALWAYS
      Static instance of DiskDurability representing disk durability where every mutative operation is fully synced/fsynched/flushed to disk. Note that this is a constraint, and the implementation is free to be more conservative.
  • Method Details