Class CassandraQueryWaitStrategy

java.lang.Object
org.testcontainers.containers.wait.strategy.AbstractWaitStrategy
org.testcontainers.containers.wait.CassandraQueryWaitStrategy
All Implemented Interfaces:
org.testcontainers.containers.wait.strategy.WaitStrategy

@Deprecated public class CassandraQueryWaitStrategy extends org.testcontainers.containers.wait.strategy.AbstractWaitStrategy
Deprecated.
Waits until Cassandra returns its version
  • Field Summary

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

    startupTimeout, waitStrategyTarget
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    Deprecated.
     

    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

    • CassandraQueryWaitStrategy

      public CassandraQueryWaitStrategy()
      Deprecated.
  • Method Details

    • waitUntilReady

      protected void waitUntilReady()
      Deprecated.
      Specified by:
      waitUntilReady in class org.testcontainers.containers.wait.strategy.AbstractWaitStrategy