| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
MessageSharedResult |
MessageSharedResult.getPointer(long i) |
MessageSharedResult |
MessageSharedResult.getPointer(long i) |
MessageSharedResult |
MessageFuture.MoveResult()
\brief Returns an rvalue to the result.
|
MessageSharedResult |
MessageFuture.MoveResult()
\brief Returns an rvalue to the result.
|
MessageSharedResult |
MessageSharedResult.position(long position) |
MessageSharedResult |
MessageSharedResult.position(long position) |
MessageSharedResult |
MessageSharedResult.put(MessageSharedResult other)
Copy-assignment operator.
|
MessageSharedResult |
MessageSharedResult.put(MessageSharedResult other)
Copy-assignment operator.
|
MessageSharedResult |
MessageFuture.result()
\brief Wait for the Future to complete and return its Result
|
MessageSharedResult |
MessageFuture.result()
\brief Wait for the Future to complete and return its Result
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MessageSharedResult.Equals(MessageSharedResult other)
Compare to another Result.
|
boolean |
MessageSharedResult.Equals(MessageSharedResult other)
Compare to another Result.
|
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
|
void |
MessageFuture.MarkFinished(MessageSharedResult res)
\brief Producer API: mark Future finished
The Future's result is set to
res. |
void |
MessageFuture.MarkFinished(MessageSharedResult res)
\brief Producer API: mark Future finished
The Future's result is set to
res. |
MessageSharedResult |
MessageSharedResult.put(MessageSharedResult other)
Copy-assignment operator.
|
MessageSharedResult |
MessageSharedResult.put(MessageSharedResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
MessageFuture(MessageSharedResult res)
\brief Implicit constructor to create a future from a Result, enabling use
of macros like ARROW_ASSIGN_OR_RAISE.
|
MessageFuture(MessageSharedResult res)
\brief Implicit constructor to create a future from a Result, enabling use
of macros like ARROW_ASSIGN_OR_RAISE.
|
MessageSharedResult(MessageSharedResult other)
Copy constructor.
|
MessageSharedResult(MessageSharedResult other)
Copy constructor.
|
Copyright © 2022. All rights reserved.