Class MemcachedBlockCache

java.lang.Object
org.apache.hadoop.hbase.io.hfile.MemcachedBlockCache
All Implemented Interfaces:
Iterable<CachedBlock>, BlockCache

@Private public class MemcachedBlockCache extends Object implements BlockCache
Class to store blocks into memcached. This should only be used on a cluster of Memcached daemons that are tuned well and have a good network connection to the HBase regionservers. Any other use will likely slow down HBase greatly.