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.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ColumnPartitionChannelManager.InvalidatedChannelException
-
Field Summary
Fields Modifier and Type Field Description protected com.fishlib.io.logger.Logger
log
-
Method Summary
-
Field Details
-
log
protected final com.fishlib.io.logger.Logger log
-