ApplicationHistoryStoreFileSystemApplicationHistoryStore, MemoryApplicationHistoryStore, NullApplicationHistoryStore@Private
@Unstable
public interface ApplicationHistoryWriter
ApplicationStartData, ApplicationFinishData
ApplicationAttemptStartData, ApplicationAttemptFinishData,
ContainerStartData and ContainerFinishData.| Modifier and Type | Method | Description |
|---|---|---|
void |
applicationAttemptFinished(ApplicationAttemptFinishData appAttemptFinish) |
This method writes the information of
RMAppAttempt that is
available when it finishes. |
void |
applicationAttemptStarted(ApplicationAttemptStartData appAttemptStart) |
This method writes the information of
RMAppAttempt that is
available when it starts. |
void |
applicationFinished(ApplicationFinishData appFinish) |
This method writes the information of
RMApp that is available
when it finishes. |
void |
applicationStarted(ApplicationStartData appStart) |
This method writes the information of
RMApp that is available
when it starts. |
void |
containerFinished(ContainerFinishData containerFinish) |
This method writes the information of
RMContainer that is
available when it finishes. |
void |
containerStarted(ContainerStartData containerStart) |
This method writes the information of
RMContainer that is
available when it starts. |
void applicationStarted(ApplicationStartData appStart) throws java.io.IOException
RMApp that is available
when it starts.appStart - the record of the information of RMApp that is
available when it startsjava.io.IOExceptionvoid applicationFinished(ApplicationFinishData appFinish) throws java.io.IOException
RMApp that is available
when it finishes.appFinish - the record of the information of RMApp that is
available when it finishesjava.io.IOExceptionvoid applicationAttemptStarted(ApplicationAttemptStartData appAttemptStart) throws java.io.IOException
RMAppAttempt that is
available when it starts.appAttemptStart - the record of the information of RMAppAttempt that is
available when it startsjava.io.IOExceptionvoid applicationAttemptFinished(ApplicationAttemptFinishData appAttemptFinish) throws java.io.IOException
RMAppAttempt that is
available when it finishes.appAttemptFinish - the record of the information of RMAppAttempt that is
available when it finishesjava.io.IOExceptionvoid containerStarted(ContainerStartData containerStart) throws java.io.IOException
RMContainer that is
available when it starts.containerStart - the record of the information of RMContainer that is
available when it startsjava.io.IOExceptionvoid containerFinished(ContainerFinishData containerFinish) throws java.io.IOException
RMContainer that is
available when it finishes.containerFinish - the record of the information of RMContainer that is
available when it finishesjava.io.IOExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.