| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
arrow.FutureState |
RandomAccessFileFuture.state()
\brief Return the Future's current state
A return value of PENDING is only indicative, as the Future can complete
concurrently.
|
arrow.FutureState |
InputStreamFuture.state()
\brief Return the Future's current state
A return value of PENDING is only indicative, as the Future can complete
concurrently.
|
arrow.FutureState |
Future.state()
\brief Return the Future's current state
A return value of PENDING is only indicative, as the Future can complete
concurrently.
|
arrow.FutureState |
TableFuture.state()
\brief Return the Future's current state
A return value of PENDING is only indicative, as the Future can complete
concurrently.
|
arrow.FutureState |
FileInfoVectorFuture.state()
\brief Return the Future's current state
A return value of PENDING is only indicative, as the Future can complete
concurrently.
|
| Modifier and Type | Method and Description |
|---|---|
arrow.FutureState |
arrow.FutureState.intern() |
static arrow.FutureState |
arrow.FutureState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static arrow.FutureState[] |
arrow.FutureState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
arrow.IsFutureFinished(arrow.FutureState state) |
Copyright © 2021. All rights reserved.