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 boolean
equals(Object o)
long
getMtime()
String
getName()
long
getSize()
int
hashCode()
-
-
-
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)
-
-