Hide
Removed the deprecated annotation for these two methods in WALObserver
preWALWrite(ObserverContext, RegionInfo, WALKey, WALEdit)
postWALWrite(ObserverContext, RegionInfo, WALKey, WALEdit)
These two methods are a bit dangerous but since we have abstract the WALKey interface for CP, and have already exposed WALEdit at other places to CP, we decided to still keep these two methods in 3.0.0.
Show
Removed the deprecated annotation for these two methods in WALObserver
preWALWrite(ObserverContext, RegionInfo, WALKey, WALEdit)
postWALWrite(ObserverContext, RegionInfo, WALKey, WALEdit)
These two methods are a bit dangerous but since we have abstract the WALKey interface for CP, and have already exposed WALEdit at other places to CP, we decided to still keep these two methods in 3.0.0.