Last Version

Apache HBase - External Block Cache 3.0.0-alpha-2

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.

License

License

GroupId

GroupId

org.apache.hbase
ArtifactId

ArtifactId

hbase-external-blockcache
Version

Version

3.0.0-alpha-2
Type

Type

jar
Description

Description

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.
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

https://gitbox.apache.org/repos/asf?p=hbase.git/hbase-external-blockcache

Download hbase-external-blockcache 3.0.0-alpha-2


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

Dependencies

compile (5)

Group / Artifact Type Version
org.apache.hbase : hbase-common jar 3.0.0-alpha-2
org.apache.hbase : hbase-server jar 3.0.0-alpha-2
net.spy : spymemcached Optional jar 2.12.2
org.slf4j : slf4j-api jar 1.7.30
org.apache.yetus : audience-annotations jar 0.5.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.13
org.apache.hbase : hbase-annotations test-jar 3.0.0-alpha-2

Project Modules

There are no modules declared in this project.