Interface PersistentQueryStateLogger
- All Superinterfaces:
AutoCloseable,Closeable,Flushable
- All Known Implementing Classes:
PersistentQueryStateLoggerImpl
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidlog(@Nullable PersistentQueryState state, @NotNull PersistentQueryConfiguration config, @NotNull DBDateTime timestamp, @NotNull String status, @Nullable String controllerHost)
-
Field Details
-
NULL
-
-
Method Details
-
log
void log(@Nullable @Nullable PersistentQueryState state, @NotNull @NotNull PersistentQueryConfiguration config, @NotNull @NotNull DBDateTime timestamp, @NotNull @NotNull String status, @Nullable @Nullable String controllerHost) throws IOException - Throws:
IOException
-