| Package | Description |
|---|---|
| org.apache.reef.bridge.message |
| Modifier and Type | Field and Description |
|---|---|
MessageType |
BridgeInterop.messageType
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MessageType |
BridgeInterop.getMessageType()
Gets the value of the 'messageType' field.
|
MessageType |
BridgeInterop.Builder.getMessageType()
Gets the value of the 'messageType' field.
|
static MessageType |
MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageType[] |
MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BridgeInterop.setMessageType(MessageType value)
Sets the value of the 'messageType' field.
|
BridgeInterop.Builder |
BridgeInterop.Builder.setMessageType(MessageType value)
Sets the value of the 'messageType' field.
|
| Constructor and Description |
|---|
BridgeInterop(Long sequence,
MessageType messageType,
Object message)
All-args constructor.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.