hbase/hbase-server
Peter Somogyi d3a817f212
HBASE-18815 We need to pass something like CompactionRequest in CP to give user some information about the compaction
CompactionRequest was removed from CP in HBASE-18453, this change reintroduces
CompatcionRequest to CP as a read-only interface called CompactionRequest.
The CompactionRequest class is renamed to CompactionRequestImpl.

Additionally, this change removes selectionTimeInNanos from CompactionRequest and
uses selectionTime as a replacement. This means that CompactionRequest:toString
is modified and compare as well.

Signed-off-by: Michael Stack <stack@apache.org>
2017-10-03 07:53:32 -07:00
..
src HBASE-18815 We need to pass something like CompactionRequest in CP to give user some information about the compaction 2017-10-03 07:53:32 -07:00
pom.xml HBASE-18836 Note need for explicit javax.el and exclude from shaded artifacts 2017-09-18 09:53:55 -05:00