You can get the row key from the KeyValue entries in the map. Just call KeyValue.getRow().
Sorry, not sure what you mean by the info family? You mean in the .META. table or somewhere else? In .META. it holds one row per region for each user table in HBase. On Mon, Mar 14, 2011 at 12:53 PM, Jason Rutherglen < [email protected]> wrote: > I've subclassed RegionObserver and am overriding postPut. How does > one obtain the row byte[] of the Put that generated the call? Is it > available via from the familyMap? What is the purpose of the info > family? >
