jar

ch.cern.hbase : hbase-external-blockcache

Maven & Gradle

Nov 09, 2020
2 usages

Apache HBase - External Block Cache · HBase module that provides out of process block cache. Currently Memcached is the reference implementation for external block cache. External block caches allow HBase to take advantage of other more complex caches that can live longer than the HBase regionserver process and are not necessarily tied to a single computer life time. However external block caches add in extra operational overhead.

Table Of Contents

Latest Version

Download ch.cern.hbase : hbase-external-blockcache JAR file - Latest Versions:

All Versions

Download ch.cern.hbase : hbase-external-blockcache JAR file - All Versions:

Version Vulnerabilities Size Updated
2.2.x
2.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window hbase-external-blockcache-2.1.3_1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.hadoop.hbase.io.hfile

├─ org.apache.hadoop.hbase.io.hfile.MemcachedBlockCache.class - [JAR]

Advertisement