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