Class AerospikeWaitStrategy

java.lang.Object
org.testcontainers.containers.wait.strategy.AbstractWaitStrategy
com.playtika.testcontainer.common.checks.AbstractRetryingWaitStrategy
com.playtika.testcontainer.aerospike.AerospikeWaitStrategy
All Implemented Interfaces:
org.testcontainers.containers.wait.strategy.WaitStrategy

public class AerospikeWaitStrategy extends AbstractRetryingWaitStrategy
  • Field Summary

    Fields inherited from class org.testcontainers.containers.wait.strategy.AbstractWaitStrategy

    startupTimeout, waitStrategyTarget
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     

    Methods inherited from class com.playtika.testcontainer.common.checks.AbstractRetryingWaitStrategy

    getContainerType, waitUntilReady

    Methods inherited from class org.testcontainers.containers.wait.strategy.AbstractWaitStrategy

    getLivenessCheckPorts, getRateLimiter, waitUntilReady, withRateLimiter, withStartupTimeout

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AerospikeWaitStrategy

      public AerospikeWaitStrategy()
  • Method Details