Class CurrentDatePartitionedBinaryStoreWriterFactory

java.lang.Object
com.illumon.intradaylogger.CurrentDatePartitionedBinaryStoreWriterFactory
All Implemented Interfaces:
IntradayLogger.TableWriterFactory

public class CurrentDatePartitionedBinaryStoreWriterFactory extends Object implements IntradayLogger.TableWriterFactory
Extend the default factory to add date to the rolling format. The default factory only appends the time portion, the date is part of the static prefix. That breaks pretty badly since for processes that stay alive past midnight.