Uses of Class
com.gigaspaces.log.BeforeTimeLogEntryMatcher
Packages that use BeforeTimeLogEntryMatcher
-
Uses of BeforeTimeLogEntryMatcher in com.gigaspaces.log
Methods in com.gigaspaces.log that return BeforeTimeLogEntryMatcherModifier and TypeMethodDescriptionstatic BeforeTimeLogEntryMatcherLogEntryMatchers.beforeTime(long timestamp) static BeforeTimeLogEntryMatcherLogEntryMatchers.beforeTime(long timestamp, boolean inclusive) static BeforeTimeLogEntryMatcherLogEntryMatchers.beforeTime(long timestamp, boolean inclusive, LogEntryMatcher matcher) static BeforeTimeLogEntryMatcherLogEntryMatchers.beforeTime(long timestamp, LogEntryMatcher matcher) static BeforeTimeLogEntryMatcherLogEntryMatchers.beforeTime(String time) static BeforeTimeLogEntryMatcherLogEntryMatchers.beforeTime(String time, boolean inclusive) static BeforeTimeLogEntryMatcherLogEntryMatchers.beforeTime(String time, boolean inclusive, LogEntryMatcher matcher) static BeforeTimeLogEntryMatcherLogEntryMatchers.beforeTime(String time, LogEntryMatcher matcher) static BeforeTimeLogEntryMatcherLogEntryMatchers.beforeTime(String time, String format) static BeforeTimeLogEntryMatcherLogEntryMatchers.beforeTime(String time, String format, boolean inclusive) static BeforeTimeLogEntryMatcherLogEntryMatchers.beforeTime(String time, String format, boolean inclusive, LogEntryMatcher matcher) static BeforeTimeLogEntryMatcherLogEntryMatchers.beforeTime(String time, String format, LogEntryMatcher matcher)