Class DiskStoreConfig

java.lang.Object
com.github.mizosoft.methanol.testing.store.StoreConfig
com.github.mizosoft.methanol.testing.store.DiskStoreConfig

public final class DiskStoreConfig extends StoreConfig
  • Constructor Details

    • DiskStoreConfig

      public DiskStoreConfig(long maxSize, int appVersion, StoreConfig.FileSystemType fileSystemType, StoreConfig.Execution execution, int indexUpdateDelaySeconds, boolean mockTime, boolean autoAdvanceClock, boolean dispatchEagerly)
  • Method Details

    • fileSystemType

      public StoreConfig.FileSystemType fileSystemType()
    • execution

      public StoreConfig.Execution execution()
    • indexUpdateDelaySeconds

      public OptionalInt indexUpdateDelaySeconds()
    • mockTime

      public boolean mockTime()
    • autoAdvanceClock

      public boolean autoAdvanceClock()
    • dispatchEagerly

      public boolean dispatchEagerly()