Class AerospikeTestOperations
java.lang.Object
com.playtika.testcontainer.aerospike.AerospikeTestOperations
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDuration(Duration duration) voidvoidassertNoScans(Predicate<AerospikeTestOperations.ScanJob> scanJobPredicate) voidassertNoScansForSet(String setName) getScans()More at https://www.aerospike.com/docs/guide/scan.htmlvoidvoidvoidtimeTravelTo(OffsetDateTime futureTime)
-
Constructor Details
-
AerospikeTestOperations
public AerospikeTestOperations()
-
-
Method Details
-
addDuration
-
timeTravelTo
-
rollbackTime
public void rollbackTime() -
getScans
More at https://www.aerospike.com/docs/guide/scan.html- Returns:
- performed scans on aerospike server instance.
-
killAllScans
public void killAllScans() -
assertNoScans
public void assertNoScans() -
assertNoScans
-
assertNoScansForSet
-