public class InternalLogHelper extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InternalLogHelper.BackwardsFileInputStream |
Constructor and Description |
---|
InternalLogHelper() |
Modifier and Type | Method and Description |
---|---|
static LogEntries |
clientSideProcess(LogEntryMatcher matcher,
LogEntries entries) |
static CompoundLogEntries |
logEntries(LogProcessType[] types,
long[] pids,
LogEntryMatcher matcher) |
static CompoundLogEntries |
logEntries(LogProcessType type,
LogEntryMatcher matcher) |
static LogEntries |
logEntries(LogProcessType type,
long pid,
LogEntryMatcher matcher) |
static LogEntries |
logEntriesDirect(File[] files,
long pid,
LogProcessType type,
LogEntryMatcher matcher)
Retrieves the log entries.
|
static LogEntries |
logEntriesDirect(LogProcessType type,
LogEntryMatcher matcher) |
static File[] |
logFiles() |
static LogProcessType |
parseProcessTypeFromSystemProperty() |
public static LogProcessType parseProcessTypeFromSystemProperty()
public static LogEntries logEntries(LogProcessType type, long pid, LogEntryMatcher matcher) throws IOException
IOException
public static CompoundLogEntries logEntries(LogProcessType[] types, long[] pids, LogEntryMatcher matcher) throws IOException
IOException
public static CompoundLogEntries logEntries(LogProcessType type, LogEntryMatcher matcher) throws IOException
IOException
public static LogEntries logEntriesDirect(LogProcessType type, LogEntryMatcher matcher) throws IOException
IOException
public static File[] logFiles() throws IOException
IOException
public static LogEntries logEntriesDirect(File[] files, long pid, LogProcessType type, LogEntryMatcher matcher) throws IOException
IOException
public static LogEntries clientSideProcess(LogEntryMatcher matcher, LogEntries entries)
Copyright © GigaSpaces.