Class ColumnPartitionChannelManager

java.lang.Object
com.illumon.iris.db.v2.logaggregator.ColumnPartitionChannelManager

public class ColumnPartitionChannelManager extends Object
Class to handle Log Aggregator Service connections for a fully specified table location (namespace/table name/ table type (NamespaceSet)/internal partition/column partition). This class manages the creation of connections to the specified LAS, reconnects if necessary, and supports other operations such as flush.
  • Field Details

    • log

      protected final com.fishlib.io.logger.Logger log