hbase/hbase-mapreduce
Michael Stack a33a9de643
HBASE-19134 Make WALKey an Interface; expose Read-Only version to CPs
Created a new WALKey Interface and a WALKeyImpl. The WALKey Interface
is surfaced to Coprocessors and throughout most of the code base.
WALKeyImpl is used internally by WAL and by Replication which need
access to WALKey setters.

Methods that were deprecated in WALObserver because they were exposing
Private audience Classes have been undeprecated now we have WALKey.

Moved over to use SequenceId#getSequenceId throughout. Changed
SequenceId#getSequenceId removing the IOE.
2017-12-08 15:12:51 -08:00
..
src HBASE-19134 Make WALKey an Interface; expose Read-Only version to CPs 2017-12-08 15:12:51 -08:00
pom.xml HBASE-19349 Introduce wrong version depencency of servlet-api jar 2017-12-07 18:06:33 -08:00