Interface PersistentQueryConfigurationLogger
- All Known Implementing Classes:
PersistentQueryConfigurationLoggerImpl
public interface PersistentQueryConfigurationLogger
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidlog(long timestamp, CacheLogEventType eventType, PersistentQueryConfiguration config)
-
Field Details
-
NULL
-
-
Method Details
-
log
void log(long timestamp, @NotNull CacheLogEventType eventType, @NotNull PersistentQueryConfiguration config) throws IOException - Throws:
IOException
-
close
- Throws:
IOException
-