Details
Description
In almost all other main interface class/APIs we have changed KeyValue to Cell. But missing in WALEdit. This is public marked for Replication (Well it should be for CP also)
These 2 APIs deal with KVs
add(KeyValue kv)
ArrayList<KeyValue> getKeyValues()
Suggest deprecate them and add for 0.98
add(Cell kv)
List<Cell> getCells()
And just replace from 1.0
Attachments
Attachments
Issue Links
- blocks
-
HBASE-11639 [Visibility controller] Replicate the visibility of Cells as strings
- Closed
- is depended upon by
-
HBASE-10856 Prep for 1.0
- Closed
- relates to
-
HBASE-11971 [0.98] Deprecate KeyValue based APIs in WALEdit
- Closed
-
HBASE-11777 Find a way to set sequenceId on Cells on the server
- Closed