Registry / networking / hbase-protocol-shaded

hbase-protocol-shaded

JSON →
library2.6.5javamavenunverified

Shaded protobuf protocol classes used internally by Apache HBase for RPC communication.

<dependency> <groupId>org.apache.hbase</groupId> <artifactId>hbase-protocol-shaded</artifactId> <version>2.6.5</version> </dependency>
INSTALL
IMPORT
SIG · HBASE-PROTOCOL-SHA
H
hbase-protocol-shaded
networkingjavav2.6.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ClientProtos
org.apache.hbase.shaded.protobuf.generated.ClientProtos

Minimal usage of HBase shaded protocol classes.

import org.apache.hbase.shaded.protobuf.generated.ClientProtos; public class Example { public static void main(String[] args) { ClientProtos.GetRequest request = ClientProtos.GetRequest.newBuilder().build(); System.out.println(request); } }
Debug
Known issues
gotchaShaded classes may conflict with non-shaded protobuf versions.
fix
Ensure no other protobuf dependency is present or use shading exclusions.
affects: all
Upgrade
Version history
2.6.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
hbase-protocol-shaded — mvn dependency:get hbase-protocol-shaded · libregistry