org.apache.hadoop.hbase.regionserver
Interface ColumnTracker

All Known Implementing Classes:
ExplicitColumnTracker, ScanWildcardColumnTracker

@InterfaceAudience.Private
public interface ColumnTracker

Implementing classes of this interface will be used for the tracking and enforcement of columns and numbers of versions and timeToLive during the course of a Get or Scan operation.

Currently there are two different types of Store/Family-level queries.