h

hbase-external-blockcache

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.
Files download
File Operation
hbase-external-blockcache-2.5.0.jar download
hbase-external-blockcache-2.5.0.pom download
hbase-external-blockcache-2.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.hbase</groupId>
  <artifactId>hbase-external-blockcache</artifactId>
  <version>2.5.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.hbase:hbase-external-blockcache:2.5.0'
Gradle Kotlin
implementation("org.apache.hbase:hbase-external-blockcache:2.5.0")
Scala SBT
libraryDependencies += "org.apache.hbase" % "hbase-external-blockcache" % "2.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.hbase', module='hbase-external-blockcache', version='2.5.0')
)
Apache Ivy
<dependency org="org.apache.hbase" name="hbase-external-blockcache" rev="2.5.0" />
Leiningen
[org.apache.hbase/hbase-external-blockcache "2.5.0"]
Apache Buildr
'org.apache.hbase:hbase-external-blockcache:jar:2.5.0'