| Package | Description |
|---|---|
| org.apache.flink.runtime.taskmanager.transferenvelope |
| Modifier and Type | Method and Description |
|---|---|
RegisterTaskManagerResult.ReturnCode |
RegisterTaskManagerResult.getReturnCode() |
static RegisterTaskManagerResult.ReturnCode |
RegisterTaskManagerResult.ReturnCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegisterTaskManagerResult.ReturnCode[] |
RegisterTaskManagerResult.ReturnCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RegisterTaskManagerResult(RegisterTaskManagerResult.ReturnCode returnCode) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.