public class RegisterTaskManagerResult extends Object implements IOReadableWritable
| Modifier and Type | Class and Description |
|---|---|
static class |
RegisterTaskManagerResult.ReturnCode |
| Constructor and Description |
|---|
RegisterTaskManagerResult() |
RegisterTaskManagerResult(RegisterTaskManagerResult.ReturnCode returnCode) |
| Modifier and Type | Method and Description |
|---|---|
RegisterTaskManagerResult.ReturnCode |
getReturnCode() |
void |
read(DataInputView in) |
void |
write(DataOutputView out) |
public RegisterTaskManagerResult()
public RegisterTaskManagerResult(RegisterTaskManagerResult.ReturnCode returnCode)
public RegisterTaskManagerResult.ReturnCode getReturnCode()
public void write(DataOutputView out) throws IOException
write in interface IOReadableWritableIOExceptionpublic void read(DataInputView in) throws IOException
read in interface IOReadableWritableIOExceptionCopyright © 2014 The Apache Software Foundation. All rights reserved.