Interface PersistentQueryStateLogger
- All Known Implementing Classes:
PersistentQueryStateLogFormat5Logger
public interface PersistentQueryStateLogger
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
boolean
isClosed()
void
log
(PersistentQueryState state, PersistentQueryConfiguration config, DBDateTime timestamp)
-
Field Details
-
NULL
-
-
Method Details
-
log
void log(@NotNull PersistentQueryState state, @NotNull PersistentQueryConfiguration config, @NotNull DBDateTime timestamp) throws IOException - Throws:
IOException
-
isClosed
boolean isClosed() -
close
- Throws:
IOException
-