Class LogInfo
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.LogInfo
-
- All Implemented Interfaces:
Serializable
public class LogInfo extends Object implements Serializable
Contains information about one log of TaskManager.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)longgetMtime()StringgetName()longgetSize()inthashCode()
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
SIZE
public static final String SIZE
- See Also:
- Constant Field Values
-
MTIME
public static final String MTIME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LogInfo
public LogInfo(String name, long size, long mtime)
-
-