Class ArchivedJson
- java.lang.Object
-
- org.apache.flink.runtime.webmonitor.history.ArchivedJson
-
public class ArchivedJson extends Object
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
JsonArchivist
s, and used by theFsJobArchivist
to create a directory structure resembling the REST API.
-
-
Constructor Summary
Constructors Constructor Description ArchivedJson(String path, String json)
ArchivedJson(String path, ResponseBody json)
-
-
-
Constructor Detail
-
ArchivedJson
public ArchivedJson(String path, ResponseBody json) throws IOException
- Throws:
IOException
-
-