public class LogInfo extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
MTIME |
static String |
NAME |
static String |
SIZE |
Constructor and Description |
---|
LogInfo(String name,
long size,
long mtime) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getMtime() |
String |
getName() |
long |
getSize() |
int |
hashCode() |
public static final String NAME
public static final String SIZE
public static final String MTIME
public LogInfo(String name, long size, long mtime)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.