Class PersistentQueryConfigurationLoggerImpl
java.lang.Object
io.deephaven.enterprise.binlog.internal.gen.PersistentQueryConfigurationLoggerImpl
io.deephaven.enterprise.controller.logger.PersistentQueryConfigurationLoggerImpl
- All Implemented Interfaces:
io.deephaven.enterprise.binlog.support.LoggerInfo,PersistentQueryConfigurationLogger
public class PersistentQueryConfigurationLoggerImpl
extends PersistentQueryConfigurationLoggerImpl
implements PersistentQueryConfigurationLogger
Small wrapper around generated
PersistentQueryConfigurationLoggerImpl, which formats input
arguments correctly.-
Field Summary
Fields inherited from class io.deephaven.enterprise.binlog.internal.gen.PersistentQueryConfigurationLoggerImpl
writerFields inherited from interface io.deephaven.enterprise.controller.logger.PersistentQueryConfigurationLogger
NULL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlog(long timestampMillis, CacheLogEventType eventType, PersistentQueryConfiguration config) Methods inherited from class io.deephaven.enterprise.binlog.internal.gen.PersistentQueryConfigurationLoggerImpl
allocateBuffer, close, dynamicPartitions, initialBufferSize, initLog, log, logFormat, makeHeaderBuffer, makeRowBuffer, namespace, namespaceSet, populateHeaderBuffer, populateRowBuffer, releaseBuffer, setMaxEntrySize, setStringEstimateMultiplier, systemNamespace, tableName, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.deephaven.enterprise.controller.logger.PersistentQueryConfigurationLogger
close
-
Constructor Details
-
PersistentQueryConfigurationLoggerImpl
public PersistentQueryConfigurationLoggerImpl()
-
-
Method Details
-
log
public void log(long timestampMillis, @NotNull CacheLogEventType eventType, @NotNull PersistentQueryConfiguration config) throws IOException - Specified by:
login interfacePersistentQueryConfigurationLogger- Throws:
IOException
-