| Package | Description |
|---|---|
| org.apache.reef.io.network.naming |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.reef.io.network.naming.serialization |
Contains naming serialization codecs
|
| Constructor and Description |
|---|
NameRegistryClient(String serverAddr,
int serverPort,
long timeout,
IdentifierFactory factory,
BlockingQueue<NamingRegisterResponse> replyQueue,
Transport transport) |
| Modifier and Type | Method and Description |
|---|---|
NamingRegisterResponse |
NamingRegisterResponseCodec.decode(byte[] buf)
Decodes a naming register response from the bytes
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
NamingRegisterResponseCodec.encode(NamingRegisterResponse obj)
Encodes a naming register response to bytes
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.