public interface JobEventStore
JobEvent.void start()
throws Exception
Exceptionvoid stop(boolean clearEventLogs)
clearEventLogs - Whether to clear the job events that have been recorded in the store.void writeEvent(JobEvent jobEvent, boolean cutBlock)
jobEvent - The job event that will be recorded.cutBlock - If set to true, the current output file will be closed after writing this
event, and a new output file will be created for subsequent events. This parameter
effectively controls the segmentation of event data into separate files.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.