Package com.illumon.iris.db.gen
Class ProcessEventLogIndexLogger
java.lang.Object
com.illumon.intradaylogger.IntradayLoggerImpl2<com.illumon.iris.db.gen.ProcessEventLogIndexLogger.ISetter>
com.illumon.iris.db.gen.ProcessEventLogIndexLogger
- All Implemented Interfaces:
IntradayLogger,TwoArgLogger<String,ArrayTuple>
public class ProcessEventLogIndexLogger
extends IntradayLoggerImpl2<com.illumon.iris.db.gen.ProcessEventLogIndexLogger.ISetter>
implements TwoArgLogger<String,ArrayTuple>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.illumon.intradaylogger.IntradayLoggerImpl2
IntradayLoggerImpl2.BaseSetter<T2 extends IntradayLoggerImpl2<T>.BaseSetter<T2>>Nested classes/interfaces inherited from interface com.illumon.intradaylogger.IntradayLogger
IntradayLogger.TableWriterFactory, IntradayLogger.TableWriterFactoryImpl -
Field Summary
FieldsFields inherited from class com.illumon.intradaylogger.IntradayLoggerImpl2
forceStandaloneMode, isClosed, isShuttingDown, outstandingSetters, setterPool, verifyChecksumDisabled, writerFields inherited from interface com.illumon.intradaylogger.IntradayLogger
DEFAULT_INTRADAY_LOGGER_FLAGS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.illumon.iris.db.gen.ProcessEventLogIndexLogger.ISetterstatic Stringstatic StringintGet the log format (also called "application version") for this logger.protected TableWritergetTableWriter(IntradayLogger.TableWriterFactory tableWriterBuilder) voidlog(Row.Flags flags, String InternalPartition, ArrayTuple Tuple) voidlog(String InternalPartition, ArrayTuple Tuple) protected Stringprotected voidMethods inherited from class com.illumon.intradaylogger.IntradayLoggerImpl2
close, disableVerifyChecksum, flush, getWriterThread, init, init, init, init, isClosed, isInitialized, setOverflowThrottle, setStandaloneMode, shutdown, tryWrite, verifyCondition, waitDone, waitDoneMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.illumon.intradaylogger.IntradayLogger
close, getWriterThread, init, init, init, init, isClosed, setOverflowThrottle, shutdown, tryWrite, usingDynamicPartitioning, waitDone, waitDone
-
Field Details
-
_SCHEMA_
- See Also:
-
_CLASS_BODY_CRC32_
public static final long _CLASS_BODY_CRC32_- See Also:
-
-
Constructor Details
-
ProcessEventLogIndexLogger
public ProcessEventLogIndexLogger()
-
-
Method Details
-
getLogFormat
public int getLogFormat()Description copied from interface:IntradayLoggerGet the log format (also called "application version") for this logger. May be used, for example, to segment log streams into multiple partitions by log format as part of a rollout strategy for new schema versions.- Specified by:
getLogFormatin interfaceIntradayLogger- Returns:
- The log format number
-
getDefaultNamespace
-
getDefaultTableName
-
verifyChecksum
- Specified by:
verifyChecksumin classIntradayLoggerImpl2<com.illumon.iris.db.gen.ProcessEventLogIndexLogger.ISetter>- Throws:
IOException
-
threadName
- Specified by:
threadNamein classIntradayLoggerImpl2<com.illumon.iris.db.gen.ProcessEventLogIndexLogger.ISetter>
-
getTableWriter
protected TableWriter getTableWriter(IntradayLogger.TableWriterFactory tableWriterBuilder) throws IOException - Specified by:
getTableWriterin classIntradayLoggerImpl2<com.illumon.iris.db.gen.ProcessEventLogIndexLogger.ISetter>- Throws:
IOException
-
createSetter
protected com.illumon.iris.db.gen.ProcessEventLogIndexLogger.ISetter createSetter()- Specified by:
createSetterin classIntradayLoggerImpl2<com.illumon.iris.db.gen.ProcessEventLogIndexLogger.ISetter>
-
log
- Specified by:
login interfaceTwoArgLogger<String,ArrayTuple> - Throws:
IOException
-
log
- Specified by:
login interfaceTwoArgLogger<String,ArrayTuple> - Throws:
IOException
-