| Package | Description |
|---|---|
| org.apache.reef.bridge.message |
| Modifier and Type | Method and Description |
|---|---|
BridgeInterop.Builder |
BridgeInterop.Builder.clearMessage()
Clears the value of the 'message' field.
|
BridgeInterop.Builder |
BridgeInterop.Builder.clearMessageType()
Clears the value of the 'messageType' field.
|
BridgeInterop.Builder |
BridgeInterop.Builder.clearSequence()
Clears the value of the 'sequence' field.
|
static BridgeInterop.Builder |
BridgeInterop.newBuilder()
Creates a new BridgeInterop RecordBuilder.
|
static BridgeInterop.Builder |
BridgeInterop.newBuilder(BridgeInterop.Builder other)
Creates a new BridgeInterop RecordBuilder by copying an existing Builder.
|
static BridgeInterop.Builder |
BridgeInterop.newBuilder(BridgeInterop other)
Creates a new BridgeInterop RecordBuilder by copying an existing BridgeInterop instance.
|
BridgeInterop.Builder |
BridgeInterop.Builder.setMessage(Object value)
Sets the value of the 'message' field.
|
BridgeInterop.Builder |
BridgeInterop.Builder.setMessageType(MessageType value)
Sets the value of the 'messageType' field.
|
BridgeInterop.Builder |
BridgeInterop.Builder.setSequence(long value)
Sets the value of the 'sequence' field.
|
| Modifier and Type | Method and Description |
|---|---|
static BridgeInterop.Builder |
BridgeInterop.newBuilder(BridgeInterop.Builder other)
Creates a new BridgeInterop RecordBuilder by copying an existing Builder.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.