René's URL Explorer Experiment


Title: Memory Management - arrow-java 18.1.0 documentation

direct link

Domain: arrow.apache.org

color-schemelight dark

Links:

Skip to contenthttps://arrow.apache.org/java/current/memory.html#furo-main-content
arrow-java 18.1.0 documentationhttps://arrow.apache.org/java/current/index.html
arrow-java 18.1.0 documentation https://arrow.apache.org/java/current/index.html
Quick Start Guidehttps://arrow.apache.org/java/current/quickstartguide.html
High-Level Overviewhttps://arrow.apache.org/java/current/overview.html
Installing Java Moduleshttps://arrow.apache.org/java/current/install.html
Java Developmenthttps://arrow.apache.org/java/current/developers/index.html
Building Arrow Javahttps://arrow.apache.org/java/current/developers/building.html
Development Guidelineshttps://arrow.apache.org/java/current/developers/development.html
Memory Managementhttps://arrow.apache.org/java/current/memory.html
ValueVectorhttps://arrow.apache.org/java/current/vector.html
Tabular Datahttps://arrow.apache.org/java/current/vector_schema_root.html
Tablehttps://arrow.apache.org/java/current/table.html
Reading/Writing IPC formatshttps://arrow.apache.org/java/current/ipc.html
Java Algorithmshttps://arrow.apache.org/java/current/algorithm.html
Arrow Flight RPChttps://arrow.apache.org/java/current/flight.html
Arrow Flight SQLhttps://arrow.apache.org/java/current/flight_sql.html
Arrow Flight SQL JDBC Driverhttps://arrow.apache.org/java/current/flight_sql_jdbc_driver.html
Datasethttps://arrow.apache.org/java/current/dataset.html
Substraithttps://arrow.apache.org/java/current/substrait.html
C Data Interfacehttps://arrow.apache.org/java/current/cdata.html
Arrow JDBC Adapterhttps://arrow.apache.org/java/current/jdbc.html
Reference (javadoc)https://arrow.apache.org/java/current/reference/index.html
Cookbookhttps://arrow.apache.org/cookbook/java/
Back to top https://arrow.apache.org/java/current/memory.html
View this page https://arrow.apache.org/java/current/_sources/memory.rst.txt
https://arrow.apache.org/java/current/memory.html#memory-management
https://arrow.apache.org/java/current/memory.html#memory-basics
ArrowBufhttps://arrow.apache.org/docs/java/reference/org/apache/arrow/memory/ArrowBuf.html
BufferAllocatorhttps://arrow.apache.org/docs/java/reference/org/apache/arrow/memory/BufferAllocator.html
https://arrow.apache.org/java/current/memory.html#getting-started
Nettyhttps://netty.io/wiki/
sun.misc.Unsafehttps://web.archive.org/web/20210929024401/http://www.docjar.com/html/api/sun/misc/Unsafe.java.html
https://arrow.apache.org/java/current/memory.html#arrowbuf
direct memoryhttps://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/ByteBuffer.html
https://arrow.apache.org/java/current/memory.html#why-arrow-uses-direct-memory
https://arrow.apache.org/java/current/memory.html#bufferallocator
BufferAllocatorhttps://arrow.apache.org/docs/java/reference/org/apache/arrow/memory/BufferAllocator.html
RootAllocatorhttps://arrow.apache.org/docs/java/reference/org/apache/arrow/memory/RootAllocator.html
newChildAllocatorhttps://arrow.apache.org/docs/java/reference/org/apache/arrow/memory/RootAllocator.html#newChildAllocator-java.lang.String-org.apache.arrow.memory.AllocationListener-long-long-
https://arrow.apache.org/java/current/memory.html#reference-counting
ReferenceManagerhttps://arrow.apache.org/docs/java/reference/org/apache/arrow/memory/ReferenceManager.html
ReferenceManager.releasehttps://arrow.apache.org/docs/java/reference/org/apache/arrow/memory/ReferenceManager.html#release--
ReferenceManager.retainhttps://arrow.apache.org/docs/java/reference/org/apache/arrow/memory/ReferenceManager.html#retain--
https://arrow.apache.org/java/current/memory.html#development-guidelines
https://arrow.apache.org/java/current/memory.html#debugging-memory-leaks-allocation
ArrowBuf.print()https://arrow.apache.org/docs/java/reference/org/apache/arrow/memory/ArrowBuf.html#print-java.lang.StringBuilder-int-org.apache.arrow.memory.BaseAllocator.Verbosity-
https://arrow.apache.org/java/current/memory.html#arrow-memory-in-depth
https://arrow.apache.org/java/current/memory.html#design-principles
https://arrow.apache.org/java/current/memory.html#reserving-memory
https://arrow.apache.org/java/current/memory.html#reference-counting-details
BufferLedgerhttps://arrow.apache.org/docs/java/reference/org/apache/arrow/memory/BufferLedger.html
https://arrow.apache.org/java/current/memory.html#allocation-details
https://arrow.apache.org/java/current/memory.html#object-hierarchy
https://arrow.apache.org/java/current/memory.html#memory-perspective
https://arrow.apache.org/java/current/memory.html#allocator-perspective
Next ValueVector https://arrow.apache.org/java/current/vector.html
Previous Development Guidelines https://arrow.apache.org/java/current/developers/development.html
Sphinxhttps://www.sphinx-doc.org/
@pradyunsghttps://pradyunsg.me
Furohttps://github.com/pradyunsg/furo
Memory Managementhttps://arrow.apache.org/java/current/memory.html
Memory Basicshttps://arrow.apache.org/java/current/memory.html#memory-basics
Getting Startedhttps://arrow.apache.org/java/current/memory.html#getting-started
ArrowBufhttps://arrow.apache.org/java/current/memory.html#arrowbuf
Why Arrow Uses Direct Memoryhttps://arrow.apache.org/java/current/memory.html#why-arrow-uses-direct-memory
BufferAllocatorhttps://arrow.apache.org/java/current/memory.html#bufferallocator
Reference countinghttps://arrow.apache.org/java/current/memory.html#reference-counting
Development Guidelineshttps://arrow.apache.org/java/current/memory.html#development-guidelines
Debugging Memory Leaks/Allocationhttps://arrow.apache.org/java/current/memory.html#debugging-memory-leaks-allocation
Arrow Memory In-Depthhttps://arrow.apache.org/java/current/memory.html#arrow-memory-in-depth
Design Principleshttps://arrow.apache.org/java/current/memory.html#design-principles
Reserving Memoryhttps://arrow.apache.org/java/current/memory.html#reserving-memory
Reference Counting Detailshttps://arrow.apache.org/java/current/memory.html#reference-counting-details
Allocation Detailshttps://arrow.apache.org/java/current/memory.html#allocation-details
Object Hierarchyhttps://arrow.apache.org/java/current/memory.html#object-hierarchy
Memory Perspectivehttps://arrow.apache.org/java/current/memory.html#memory-perspective
Allocator Perspectivehttps://arrow.apache.org/java/current/memory.html#allocator-perspective

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.