public class VisorHadoopTaskUtilsEnt
extends org.gridgain.grid.kernal.visor.cmd.VisorTaskUtils
| Modifier and Type | Field and Description |
|---|---|
static int |
LOG_COL_DATA_LEN |
static int |
LOG_COL_ENTRY_TYPE |
static int |
LOG_COL_GGFS_MODE |
static int |
LOG_COL_OVERWRITE |
static int |
LOG_COL_PATH |
static int |
LOG_COL_POS |
static int |
LOG_COL_STREAM_ID |
static int |
LOG_COL_SYSTEM_TIME |
static int |
LOG_COL_THREAD_ID |
static int |
LOG_COL_TIMESTAMP |
static int |
LOG_COL_TOTAL_BYTES |
static int |
LOG_COL_USER_TIME |
static Set<Integer> |
LOG_TYPES
List of log entries that should be parsed.
|
| Constructor and Description |
|---|
VisorHadoopTaskUtilsEnt() |
| Modifier and Type | Method and Description |
|---|---|
static Path |
resolveGgfsProfilerLogsDir(org.gridgain.grid.ggfs.GridGgfs ggfs)
Resolve GGFS profiler logs directory.
|
public static final int LOG_COL_TIMESTAMP
public static final int LOG_COL_THREAD_ID
public static final int LOG_COL_ENTRY_TYPE
public static final int LOG_COL_PATH
public static final int LOG_COL_GGFS_MODE
public static final int LOG_COL_STREAM_ID
public static final int LOG_COL_DATA_LEN
public static final int LOG_COL_OVERWRITE
public static final int LOG_COL_POS
public static final int LOG_COL_USER_TIME
public static final int LOG_COL_SYSTEM_TIME
public static final int LOG_COL_TOTAL_BYTES
public static Path resolveGgfsProfilerLogsDir(org.gridgain.grid.ggfs.GridGgfs ggfs) throws org.gridgain.grid.GridException
ggfs - GGFS instance to resolve logs dir for.Path to log dir or null if not found.org.gridgain.grid.GridException - if failed to resolve.Copyright © 2014. All rights reserved.