Registry / utility / arrow-memory-netty

arrow-memory-netty

JSON →
library19.0.0javamavenunverified

Netty allocator and utilities for allocating memory in Apache Arrow.

<dependency> <groupId>org.apache.arrow</groupId> <artifactId>arrow-memory-netty</artifactId> <version>19.0.0</version> </dependency>
INSTALL
IMPORT
SIG · ARROW-MEMORY-NETTY
A
arrow-memory-netty
utilityjavav19.0.0
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.

NettyAllocationManager
org.apache.arrow.memory.netty.NettyAllocationManager

Creates a Netty-based memory allocator for Arrow buffers.

import org.apache.arrow.memory.netty.NettyAllocationManager; public class Example { public static void main(String[] args) { NettyAllocationManager manager = new NettyAllocationManager(); System.out.println("Netty allocator created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
19.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
2
Meta
1
Resources
arrow-memory-netty — mvn dependency:get arrow-memory-netty · libregistry