public class AerospikeTestOperations extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AerospikeTestOperations.ScanJob |
| Constructor and Description |
|---|
AerospikeTestOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDuration(org.joda.time.Duration duration) |
void |
addNetworkLatencyForResponses(Duration millis)
Deprecated.
instead use
NetworkTestOperations directly. |
void |
assertNoScans() |
void |
assertNoScans(Predicate<AerospikeTestOperations.ScanJob> scanJobPredicate) |
void |
assertNoScansForSet(String setName) |
List<AerospikeTestOperations.ScanJob> |
getScans()
More at https://www.aerospike.com/docs/guide/scan.html
|
void |
killAllScans() |
void |
removeNetworkLatencyForResponses()
Deprecated.
instead use
NetworkTestOperations directly. |
void |
rollbackTime() |
void |
timeTravelTo(org.joda.time.DateTime futureTime) |
@Deprecated public void addNetworkLatencyForResponses(Duration millis)
NetworkTestOperations directly.@Deprecated public void removeNetworkLatencyForResponses()
NetworkTestOperations directly.public void addDuration(org.joda.time.Duration duration)
public void timeTravelTo(org.joda.time.DateTime futureTime)
public void rollbackTime()
public List<AerospikeTestOperations.ScanJob> getScans()
public void killAllScans()
public void assertNoScans()
public void assertNoScans(Predicate<AerospikeTestOperations.ScanJob> scanJobPredicate)
public void assertNoScansForSet(String setName)
Copyright © 2021. All rights reserved.