Class RollingFileManagerBase

java.lang.Object
com.illumon.iris.binarystore.RollingFileManagerBase
All Implemented Interfaces:
ChannelManager, ChannelManagerStandard
Direct Known Subclasses:
RollingFileManager, RollingFileManagerWithDateColumnPartition, RollingFileManagerWithSpecifiedColumnPartition

public abstract class RollingFileManagerBase
extends Object
implements ChannelManagerStandard
Base class for rolling files on a time interval. Extending classes will supply logic for naming files using the expiration managers.