Class ArchivedJson
java.lang.Object
org.apache.flink.runtime.webmonitor.history.ArchivedJson
A simple container for a handler's JSON response and the REST URLs for which the response
would've been returned.
These are created by JsonArchivists, and used by the FsJobArchivist to create
a directory structure resembling the REST API.
-
Constructor Summary
ConstructorsConstructorDescriptionArchivedJson(String path, String json) ArchivedJson(String path, ResponseBody json) -
Method Summary