Class SslValidation

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

    public class SslValidation
    extends java.lang.Object
    implements org.apache.cassandra.spark.validation.StartupValidation
    A startup validation that checks the SSL configuration
    • 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

      • SslValidation

        public SslValidation​(BulkSparkConf configuration)
    • Method Detail

      • validate

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