Class RollingFileManagerWithSpecifiedColumnPartition

java.lang.Object
com.illumon.iris.binarystore.RollingFileManagerBase
com.illumon.iris.binarystore.RollingFileManagerWithSpecifiedColumnPartition
All Implemented Interfaces:
ChannelManager, ChannelManagerStandard

public class RollingFileManagerWithSpecifiedColumnPartition
extends RollingFileManagerBase
Implementation of RollingFileManagerBase which takes one unchanging value for the column partition. It will start a new file at the start of every hour, but the column partition value will never change from the value passed in to the constructor.