Interface BulkWriterContext

    • Method Detail

      • jobStats

        org.apache.cassandra.spark.common.stats.JobStatsPublisher jobStats()
      • bridge

        org.apache.cassandra.bridge.CassandraBridge bridge()
      • shutdown

        void shutdown()
      • from

        static BulkWriterContext from​(BulkWriterConfig config)
        Factory method to create a BulkWriterContext from a BulkWriterConfig on executors. This method reconstructs context instances on executors from the broadcast configuration. The driver creates contexts directly using constructors, not this method.
        Parameters:
        config - the immutable configuration object broadcast from driver
        Returns:
        a new BulkWriterContext instance