Package com.hazelcast.jet.core.test
Class TestSupport.TestMode
- java.lang.Object
-
- com.hazelcast.jet.core.test.TestSupport.TestMode
-
- Enclosing class:
- TestSupport
public static final class TestSupport.TestMode extends java.lang.Object
Describes the current test mode.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
inboxLimit()
Size limit of the inbox.boolean
isSnapshotsEnabled()
Are snapshots enabled.int
snapshotRestoreInterval()
How often the snapshot is restored.java.lang.String
toString()
-
-
-
Method Detail
-
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 java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-