Class CassandraValidation

  • All Implemented Interfaces:
    org.apache.cassandra.spark.validation.StartupValidation

    public class CassandraValidation
    extends java.lang.Object
    implements org.apache.cassandra.spark.validation.StartupValidation
    A startup validation that checks the connectivity and health of Cassandra
    • Constructor Summary

      Constructors 
      Constructor Description
      CassandraValidation​(o.a.c.sidecar.client.shaded.client.SidecarClient sidecar, int timeoutSeconds)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void validate()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.cassandra.spark.validation.StartupValidation

        perform
    • Constructor Detail

      • CassandraValidation

        public CassandraValidation​(o.a.c.sidecar.client.shaded.client.SidecarClient sidecar,
                                   int timeoutSeconds)
    • Method Detail

      • validate

        public void validate()
        Specified by:
        validate in interface org.apache.cassandra.spark.validation.StartupValidation