Github user ramkrish86 commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/8#discussion_r16699329
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/schema/stat/StatisticsScanner.java
---
@@ -0,0 +1,109 @@
+/*
--- End diff --
StatisticsScanner is something we may need if we want to collect the stats
as part of major compaction.
StatisticsWriter may be can be simplified and merged. similarly with
StatisticsValue, can be made an inner class (POJO like class)
StatisticsTracker i think it would be needed so that we could extend that
and impl that in the observers.
StatisticsUtils are just util methods to add some utitilites to extract the
table name, region name from the STAT table's row key.
StatisticsTable is a wrapper on the STATS HTable.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---