| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
arrow.MessageType |
IpcPayload.type() |
arrow.MessageType |
Message.type()
\brief The Message type
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Message.HasBody(arrow.MessageType type)
\brief Whether a given message type needs a body.
|
IpcPayload |
IpcPayload.type(arrow.MessageType setter) |
| Modifier and Type | Method and Description |
|---|---|
arrow.MessageType |
arrow.MessageType.intern() |
static arrow.MessageType |
arrow.MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static arrow.MessageType[] |
arrow.MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
arrow.FormatMessageType(arrow.MessageType type) |
Copyright © 2021. All rights reserved.