Registry / database / native-protocol

native-protocol

JSON →
library1.5.2javamavenunverified

Java types for Apache Cassandra native protocol frames and messages with serialization logic.

<dependency> <groupId>com.datastax.oss</groupId> <artifactId>native-protocol</artifactId> <version>1.5.2</version> </dependency>
INSTALL
IMPORT
SIG · NATIVE-PROTOCOL
N
native-protocol
databasejavav1.5.2
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.

Frame
com.datastax.oss.protocol.internal.Frame

Decodes a Cassandra native protocol frame from a buffer.

import com.datastax.oss.protocol.internal.Frame; import com.datastax.oss.protocol.internal.Message; Frame frame = Frame.decode(buffer); Message message = frame.message;
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
native-protocol — mvn dependency:get native-protocol · libregistry