public abstract class LogEntryMatchers extends Object
LogEntryMatcher
s.Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_TIME_FORMAT |
static boolean |
EXCLUSIVE |
static boolean |
INCLUSIVE |
public static final boolean INCLUSIVE
public static final boolean EXCLUSIVE
public static final String DEFAULT_TIME_FORMAT
public static AfterTimeLogEntryMatcher afterTime(long timestamp)
public static AfterTimeLogEntryMatcher afterTime(long timestamp, boolean inclusive)
public static AfterTimeLogEntryMatcher afterTime(long timestamp, boolean inclusive, LogEntryMatcher matcher)
public static AfterTimeLogEntryMatcher afterTime(long timestamp, LogEntryMatcher matcher)
public static AfterTimeLogEntryMatcher afterTime(String time) throws ParseException
ParseException
public static AfterTimeLogEntryMatcher afterTime(String time, boolean inclusive) throws ParseException
ParseException
public static AfterTimeLogEntryMatcher afterTime(String time, boolean inclusive, LogEntryMatcher matcher) throws ParseException
ParseException
public static AfterTimeLogEntryMatcher afterTime(String time, LogEntryMatcher matcher) throws ParseException
ParseException
public static AfterTimeLogEntryMatcher afterTime(String time, String format) throws ParseException
ParseException
public static AfterTimeLogEntryMatcher afterTime(String time, String format, boolean inclusive) throws ParseException
ParseException
public static AfterTimeLogEntryMatcher afterTime(String time, String format, boolean inclusive, LogEntryMatcher matcher) throws ParseException
ParseException
public static AfterTimeLogEntryMatcher afterTime(String time, String format, LogEntryMatcher matcher) throws ParseException
ParseException
public static BeforeTimeLogEntryMatcher beforeTime(long timestamp)
public static BeforeTimeLogEntryMatcher beforeTime(long timestamp, boolean inclusive)
public static BeforeTimeLogEntryMatcher beforeTime(long timestamp, boolean inclusive, LogEntryMatcher matcher)
public static BeforeTimeLogEntryMatcher beforeTime(long timestamp, LogEntryMatcher matcher)
public static BeforeTimeLogEntryMatcher beforeTime(String time) throws ParseException
ParseException
public static BeforeTimeLogEntryMatcher beforeTime(String time, boolean inclusive) throws ParseException
ParseException
public static BeforeTimeLogEntryMatcher beforeTime(String time, boolean inclusive, LogEntryMatcher matcher) throws ParseException
ParseException
public static BeforeTimeLogEntryMatcher beforeTime(String time, LogEntryMatcher matcher) throws ParseException
ParseException
public static BeforeTimeLogEntryMatcher beforeTime(String time, String format) throws ParseException
ParseException
public static BeforeTimeLogEntryMatcher beforeTime(String time, String format, boolean inclusive) throws ParseException
ParseException
public static BeforeTimeLogEntryMatcher beforeTime(String time, String format, boolean inclusive, LogEntryMatcher matcher) throws ParseException
ParseException
public static BeforeTimeLogEntryMatcher beforeTime(String time, String format, LogEntryMatcher matcher) throws ParseException
ParseException
public static AfterEntryLogEntryMatcher afterEntry(LogEntries logEntries, LogEntry logEntry)
public static AfterEntryLogEntryMatcher afterEntry(LogEntries logEntries, LogEntry logEntry, boolean inclusive)
public static AfterEntryLogEntryMatcher afterEntry(LogEntries logEntries, LogEntry logEntry, LogEntryMatcher matcher)
public static AfterEntryLogEntryMatcher afterEntry(LogEntries logEntries, LogEntry logEntry, boolean inclusive, LogEntryMatcher matcher)
public static BeforeEntryLogEntryMatcher beforeEntry(LogEntries logEntries, LogEntry logEntry)
public static BeforeEntryLogEntryMatcher beforeEntry(LogEntries logEntries, LogEntry logEntry, boolean inclusive)
public static BeforeEntryLogEntryMatcher beforeEntry(LogEntries logEntries, LogEntry logEntry, LogEntryMatcher matcher)
public static BeforeEntryLogEntryMatcher beforeEntry(LogEntries logEntries, LogEntry logEntry, boolean inclusive, LogEntryMatcher matcher)
public static LastNLogEntryMatcher lastN(int lastN)
public static LastNLogEntryMatcher lastN(int lastN, LogEntryMatcher matcher)
public static RegexLogEntryMatcher regex(String regex)
public static RegexLogEntryMatcher regex(String regex, LogEntryMatcher matcher)
public static ContainsStringLogEntryMatcher containsString(String str)
public static ContainsStringLogEntryMatcher containsString(String str, LogEntryMatcher matcher)
public static FirstFileLogEntryMatcher firstFile()
public static FirstFileLogEntryMatcher firstFile(LogEntryMatcher matcher)
public static ContinuousLogEntryMatcher continuous(LogEntryMatcher initialMatcher)
public static ContinuousLogEntryMatcher continuous(LogEntryMatcher initialMatcher, LogEntryMatcher continousMatcher)
public static ForwardChunkLogEntryMatcher forwardChunk(LogEntryMatcher matcher)
public static ReverseLogEntryMatcher reverse(LogEntryMatcher matcher)
public static AllLogEntryMatcher all()
public static SizeLogEntryMatcher size(int size)
public static NoneLogEntryMatcher none()
Copyright © GigaSpaces.