Package com.illumon.iris.controller.gen
Class PersistentQueryStateLogFormat6Logger
java.lang.Object
com.illumon.intradaylogger.IntradayLoggerImpl2<com.illumon.iris.controller.gen.PersistentQueryStateLogFormat6Logger.ISetter>
com.illumon.iris.controller.gen.PersistentQueryStateLogFormat6Logger
- All Implemented Interfaces:
com.illumon.intradaylogger.IntradayLogger
,PersistentQueryStateLogger
public class PersistentQueryStateLogFormat6Logger
extends com.illumon.intradaylogger.IntradayLoggerImpl2<com.illumon.iris.controller.gen.PersistentQueryStateLogFormat6Logger.ISetter>
implements PersistentQueryStateLogger
-
Nested Class Summary
Nested classes/interfaces inherited from class com.illumon.intradaylogger.IntradayLoggerImpl2
com.illumon.intradaylogger.IntradayLoggerImpl2.BaseSetter<T2 extends com.illumon.intradaylogger.IntradayLoggerImpl2<T>.com.illumon.intradaylogger.IntradayLoggerImpl2.BaseSetter<T2>>
Nested classes/interfaces inherited from interface com.illumon.intradaylogger.IntradayLogger
com.illumon.intradaylogger.IntradayLogger.TableWriterFactory, com.illumon.intradaylogger.IntradayLogger.TableWriterFactoryImpl
-
Field Summary
FieldsFields inherited from class com.illumon.intradaylogger.IntradayLoggerImpl2
forceStandaloneMode, isClosed, isShuttingDown, outstandingSetters, setterPool, verifyChecksumDisabled, writer
Fields inherited from interface com.illumon.intradaylogger.IntradayLogger
DEFAULT_INTRADAY_LOGGER_FLAGS
Fields inherited from interface io.deephaven.enterprise.controller.logger.PersistentQueryStateLogger
NULL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.illumon.iris.controller.gen.PersistentQueryStateLogFormat6Logger.ISetter
static String
static String
int
protected TableWriter
getTableWriter
(com.illumon.intradaylogger.IntradayLogger.TableWriterFactory tableWriterBuilder) void
log
(Row.Flags flags, PersistentQueryState state, PersistentQueryConfiguration config, DBDateTime timestamp, String controllerHost) void
log
(PersistentQueryState state, PersistentQueryConfiguration config, DBDateTime timestamp, String controllerHost) protected String
boolean
protected void
Methods inherited from class com.illumon.intradaylogger.IntradayLoggerImpl2
close, disableVerifyChecksum, flush, getWriterThread, init, init, init, init, isClosed, isInitialized, setOverflowThrottle, setStandaloneMode, shutdown, tryWrite, verifyCondition, waitDone, waitDone
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.enterprise.controller.logger.PersistentQueryStateLogger
close, isClosed
-
Field Details
-
_SCHEMA_
- See Also:
-
_CLASS_BODY_CRC32_
public static final long _CLASS_BODY_CRC32_- See Also:
-
-
Constructor Details
-
PersistentQueryStateLogFormat6Logger
-
PersistentQueryStateLogFormat6Logger
public PersistentQueryStateLogFormat6Logger()
-
-
Method Details
-
usingDynamicPartitioning
public boolean usingDynamicPartitioning()- Specified by:
usingDynamicPartitioning
in interfacecom.illumon.intradaylogger.IntradayLogger
-
getLogFormat
public int getLogFormat()- Specified by:
getLogFormat
in interfacecom.illumon.intradaylogger.IntradayLogger
-
getDefaultNamespace
-
getDefaultTableName
-
verifyChecksum
- Specified by:
verifyChecksum
in classcom.illumon.intradaylogger.IntradayLoggerImpl2<com.illumon.iris.controller.gen.PersistentQueryStateLogFormat6Logger.ISetter>
- Throws:
IOException
-
threadName
- Specified by:
threadName
in classcom.illumon.intradaylogger.IntradayLoggerImpl2<com.illumon.iris.controller.gen.PersistentQueryStateLogFormat6Logger.ISetter>
-
getTableWriter
protected TableWriter getTableWriter(com.illumon.intradaylogger.IntradayLogger.TableWriterFactory tableWriterBuilder) throws IOException - Specified by:
getTableWriter
in classcom.illumon.intradaylogger.IntradayLoggerImpl2<com.illumon.iris.controller.gen.PersistentQueryStateLogFormat6Logger.ISetter>
- Throws:
IOException
-
createSetter
protected com.illumon.iris.controller.gen.PersistentQueryStateLogFormat6Logger.ISetter createSetter()- Specified by:
createSetter
in classcom.illumon.intradaylogger.IntradayLoggerImpl2<com.illumon.iris.controller.gen.PersistentQueryStateLogFormat6Logger.ISetter>
-
log
public void log(PersistentQueryState state, PersistentQueryConfiguration config, DBDateTime timestamp, String controllerHost) throws IOException - Specified by:
log
in interfacePersistentQueryStateLogger
- Throws:
IOException
-
log
public void log(Row.Flags flags, PersistentQueryState state, PersistentQueryConfiguration config, DBDateTime timestamp, String controllerHost) throws IOException - Throws:
IOException
-