| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
MessageFuture |
MessageFuture.getPointer(long i) |
MessageFuture |
MessageFuture.getPointer(long i) |
static MessageFuture |
MessageFuture.Make()
\brief Producer API: instantiate a valid Future
The Future's state is initialized with PENDING.
|
static MessageFuture |
MessageFuture.Make()
\brief Producer API: instantiate a valid Future
The Future's state is initialized with PENDING.
|
static MessageFuture |
MessageFuture.MakeFinished(MessageSharedResult res)
\brief Producer API: instantiate a finished Future
|
static MessageFuture |
MessageFuture.MakeFinished(MessageSharedResult res)
\brief Producer API: instantiate a finished Future
|
MessageFuture |
MessageFuture.position(long position) |
MessageFuture |
MessageFuture.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
static MessageFuture |
arrow.ReadMessageAsync(long offset,
int metadata_length,
long body_length,
RandomAccessFile file) |
static MessageFuture |
arrow.ReadMessageAsync(long offset,
int metadata_length,
long body_length,
RandomAccessFile file) |
static MessageFuture |
arrow.ReadMessageAsync(long offset,
int metadata_length,
long body_length,
RandomAccessFile file,
IOContext context) |
static MessageFuture |
arrow.ReadMessageAsync(long offset,
int metadata_length,
long body_length,
RandomAccessFile file,
IOContext context) |
Copyright © 2022. All rights reserved.