is not current version
Last Version 3.0.0-alpha-2

org.apache.hbase:hbase-external-blockcache 2.1.7

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.

GroupId

GroupId

org.apache.hbase
ArtifactId

ArtifactId

hbase-external-blockcache
Version

Version

2.1.7
Type

Type

jar

Download hbase-external-blockcache 2.1.7


<!-- https://jarcasting.com/artifacts/org.apache.hbase/hbase-external-blockcache/ -->
<dependency>
    <groupId>org.apache.hbase</groupId>
    <artifactId>hbase-external-blockcache</artifactId>
    <version>2.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-external-blockcache/
implementation 'org.apache.hbase:hbase-external-blockcache:2.1.7'
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-external-blockcache/
implementation ("org.apache.hbase:hbase-external-blockcache:2.1.7")
'org.apache.hbase:hbase-external-blockcache:jar:2.1.7'
<dependency org="org.apache.hbase" name="hbase-external-blockcache" rev="2.1.7">
  <artifact name="hbase-external-blockcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase', module='hbase-external-blockcache', version='2.1.7')
)
libraryDependencies += "org.apache.hbase" % "hbase-external-blockcache" % "2.1.7"
[org.apache.hbase/hbase-external-blockcache "2.1.7"]