Class JarListInfo.JarFileInfo
java.lang.Object
org.apache.flink.runtime.webmonitor.handlers.JarListInfo.JarFileInfo
- Enclosing class:
- JarListInfo
Nested class to encapsulate the jar file info.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJarFileInfo(String id, String name, long uploaded, List<JarListInfo.JarEntryInfo> jarEntryList) -
Method Summary
-
Field Details
-
JAR_FILE_FIELD_ID
- See Also:
-
JAR_FILE_FIELD_NAME
- See Also:
-
JAR_FILE_FIELD_UPLOADED
- See Also:
-
JAR_FILE_FIELD_ENTRY
- See Also:
-
id
-
name
-
-
Constructor Details
-
JarFileInfo
public JarFileInfo(String id, String name, long uploaded, List<JarListInfo.JarEntryInfo> jarEntryList)
-
-
Method Details