Package com.hazelcast.jet.core.test
Class TestSupport.TestMode
java.lang.Object
com.hazelcast.jet.core.test.TestSupport.TestMode
- Enclosing class:
- TestSupport
Describes the current test mode.
-
Method Summary
Modifier and TypeMethodDescriptionint
Size limit of the inbox.boolean
Are snapshots enabled.int
How often the snapshot is restored.toString()
-
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
-