Class TestSupport.TestMode

java.lang.Object
com.hazelcast.jet.core.test.TestSupport.TestMode
Enclosing class:
TestSupport

public static final class TestSupport.TestMode extends Object
Describes the current test mode.
  • Method Details

    • isSnapshotsEnabled

      public boolean isSnapshotsEnabled()
      Are snapshots enabled.
    • snapshotRestoreInterval

      public int snapshotRestoreInterval()
      How often the snapshot is restored. 1 means restore every snapshot, 2 every other snapshot.
    • inboxLimit

      public int inboxLimit()
      Size limit of the inbox.
    • toString

      public String toString()
      Overrides:
      toString in class Object