On Thu, Jul 28, 2011 at 2:05 PM, Doug Meil <[email protected]> wrote: > If you iterate through the map in LruBlockCache the keys represent > blocknames, but what is the easiest way to go back up the chain (I.e., > StoreFile, CF, Table)? > >
There is no way to go from the cache to its container? Isn't that a good thing? Do block keys have what you need: i.e. do they have table name and or cf? St.Ack
