Package com.illumon.iris.controller.gen
Class PersistentQueryStateLogFormat3Logger
java.lang.Object
com.illumon.intradaylogger.IntradayLoggerImpl2<com.illumon.iris.controller.gen.PersistentQueryStateLogFormat3Logger.ISetter>
com.illumon.iris.controller.gen.PersistentQueryStateLogFormat3Logger
- All Implemented Interfaces:
com.illumon.intradaylogger.IntradayLogger
,com.illumon.intradaylogger.ThreeArgLogger<PersistentQueryState,PersistentQueryConfiguration,DBDateTime>
public class PersistentQueryStateLogFormat3Logger extends com.illumon.intradaylogger.IntradayLoggerImpl2<com.illumon.iris.controller.gen.PersistentQueryStateLogFormat3Logger.ISetter> implements com.illumon.intradaylogger.ThreeArgLogger<PersistentQueryState,PersistentQueryConfiguration,DBDateTime>
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description static long
_CLASS_BODY_CRC32_
static String
_SCHEMA_
-
Constructor Summary
Constructors Constructor Description PersistentQueryStateLogFormat3Logger()
PersistentQueryStateLogFormat3Logger(String timeZoneName)
-
Method Summary
Modifier and Type Method Description protected com.illumon.iris.controller.gen.PersistentQueryStateLogFormat3Logger.ISetter
createSetter()
static String
getDefaultNamespace()
static String
getDefaultTableName()
int
getLogFormat()
protected TableWriter
getTableWriter(com.illumon.intradaylogger.IntradayLogger.TableWriterFactory tableWriterBuilder)
void
log(Row.Flags flags, PersistentQueryState state, PersistentQueryConfiguration config, DBDateTime timestamp)
void
log(PersistentQueryState state, PersistentQueryConfiguration config, DBDateTime timestamp)
protected String
threadName()
boolean
usingDynamicPartitioning()
protected void
verifyChecksum()
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
-
Field Details
-
_SCHEMA_
- See Also:
- Constant Field Values
-
_CLASS_BODY_CRC32_
public static final long _CLASS_BODY_CRC32_- See Also:
- Constant Field Values
-
-
Constructor Details
-
PersistentQueryStateLogFormat3Logger
-
PersistentQueryStateLogFormat3Logger
public PersistentQueryStateLogFormat3Logger()
-
-
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.PersistentQueryStateLogFormat3Logger.ISetter>
- Throws:
IOException
-
threadName
- Specified by:
threadName
in classcom.illumon.intradaylogger.IntradayLoggerImpl2<com.illumon.iris.controller.gen.PersistentQueryStateLogFormat3Logger.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.PersistentQueryStateLogFormat3Logger.ISetter>
- Throws:
IOException
-
createSetter
protected com.illumon.iris.controller.gen.PersistentQueryStateLogFormat3Logger.ISetter createSetter()- Specified by:
createSetter
in classcom.illumon.intradaylogger.IntradayLoggerImpl2<com.illumon.iris.controller.gen.PersistentQueryStateLogFormat3Logger.ISetter>
-
log
public void log(PersistentQueryState state, PersistentQueryConfiguration config, DBDateTime timestamp) throws IOException- Specified by:
log
in interfacecom.illumon.intradaylogger.ThreeArgLogger<PersistentQueryState,PersistentQueryConfiguration,DBDateTime>
- Throws:
IOException
-
log
public void log(Row.Flags flags, PersistentQueryState state, PersistentQueryConfiguration config, DBDateTime timestamp) throws IOException- Specified by:
log
in interfacecom.illumon.intradaylogger.ThreeArgLogger<PersistentQueryState,PersistentQueryConfiguration,DBDateTime>
- Throws:
IOException
-