Interface PersistentQueryConfigurationLogger
- All Known Implementing Classes:
PersistentQueryConfigurationLogV2Format5Logger
public interface PersistentQueryConfigurationLogger
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
boolean
isClosed()
void
log
(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
-
isClosed
boolean isClosed() -
close
- Throws:
IOException
-