Class CancelJobEvent
- java.lang.Object
-
- org.apache.cassandra.spark.bulkwriter.CancelJobEvent
-
public class CancelJobEvent extends java.lang.ObjectA simple data structure to describe an event that leads to job cancellation. It contains the reason of cancellation and optionally the cause
-
-
Constructor Summary
Constructors Constructor Description CancelJobEvent(java.lang.String reason)CancelJobEvent(java.lang.String reason, java.lang.Throwable throwable)
-