org.apache.hadoop.hbase.regionserver
Interface ColumnTracker

All Known Implementing Classes:
ExplicitColumnTracker, ScanWildcardColumnTracker

public interface ColumnTracker

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

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