| Methods in com.gigaspaces.log that return AfterTimeLogEntryMatcher | 
static AfterTimeLogEntryMatcher | 
LogEntryMatchers.afterTime(long timestamp)
 
            | 
static AfterTimeLogEntryMatcher | 
LogEntryMatchers.afterTime(long timestamp,
          boolean inclusive)
 
            | 
static AfterTimeLogEntryMatcher | 
LogEntryMatchers.afterTime(long timestamp,
          boolean inclusive,
          LogEntryMatcher matcher)
 
            | 
static AfterTimeLogEntryMatcher | 
LogEntryMatchers.afterTime(long timestamp,
          LogEntryMatcher matcher)
 
            | 
static AfterTimeLogEntryMatcher | 
LogEntryMatchers.afterTime(String time)
 
            | 
static AfterTimeLogEntryMatcher | 
LogEntryMatchers.afterTime(String time,
          boolean inclusive)
 
            | 
static AfterTimeLogEntryMatcher | 
LogEntryMatchers.afterTime(String time,
          boolean inclusive,
          LogEntryMatcher matcher)
 
            | 
static AfterTimeLogEntryMatcher | 
LogEntryMatchers.afterTime(String time,
          LogEntryMatcher matcher)
 
            | 
static AfterTimeLogEntryMatcher | 
LogEntryMatchers.afterTime(String time,
          String format)
 
            | 
static AfterTimeLogEntryMatcher | 
LogEntryMatchers.afterTime(String time,
          String format,
          boolean inclusive)
 
            | 
static AfterTimeLogEntryMatcher | 
LogEntryMatchers.afterTime(String time,
          String format,
          boolean inclusive,
          LogEntryMatcher matcher)
 
            | 
static AfterTimeLogEntryMatcher | 
LogEntryMatchers.afterTime(String time,
          String format,
          LogEntryMatcher matcher)
 
            |