| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.hbase |
| Идентификатор | Идентификаторhbase-external-blockcache |
| Версия | Версия2.4.2 |
| Тип | Типjar |
| Описание |
Описание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.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/org.apache.hbase/hbase-external-blockcache/ -->
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-external-blockcache</artifactId>
<version>2.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-external-blockcache/
implementation 'org.apache.hbase:hbase-external-blockcache:2.4.2'
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-external-blockcache/
implementation ("org.apache.hbase:hbase-external-blockcache:2.4.2")
'org.apache.hbase:hbase-external-blockcache:jar:2.4.2'
<dependency org="org.apache.hbase" name="hbase-external-blockcache" rev="2.4.2">
<artifact name="hbase-external-blockcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase', module='hbase-external-blockcache', version='2.4.2')
)
libraryDependencies += "org.apache.hbase" % "hbase-external-blockcache" % "2.4.2"
[org.apache.hbase/hbase-external-blockcache "2.4.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.hbase : hbase-common | jar | 2.4.2 |
| org.apache.hbase : hbase-server | jar | 2.4.2 |
| net.spy : spymemcached Необязательный | jar | 2.12.2 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.apache.htrace : htrace-core4 | jar | 4.2.0-incubating |
| org.apache.yetus : audience-annotations | jar | 0.5.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13 |
| org.apache.hbase : hbase-annotations | test-jar | 2.4.2 |