| Package | Description | 
|---|---|
| org.apache.reef.io.network.naming | 
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NameCache
Naming cache implementation 
 | 
| Constructor and Description | 
|---|
NameClient(String serverAddr,
                    int serverPort,
                    IdentifierFactory factory,
                    int retryCount,
                    int retryTimeout,
                    Cache<Identifier,InetSocketAddress> cache)
Constructs a naming client 
 | 
NameClient(String serverAddr,
                    int serverPort,
                    long timeout,
                    IdentifierFactory factory,
                    int retryCount,
                    int retryTimeout,
                    Cache<Identifier,InetSocketAddress> cache)
Constructs a naming client 
 | 
NameLookupClient(String serverAddr,
                                int serverPort,
                                IdentifierFactory factory,
                                int retryCount,
                                int retryTimeout,
                                Cache<Identifier,InetSocketAddress> cache)
Constructs a naming lookup client 
 | 
NameLookupClient(String serverAddr,
                                int serverPort,
                                long timeout,
                                IdentifierFactory factory,
                                int retryCount,
                                int retryTimeout,
                                Cache<Identifier,InetSocketAddress> cache)
Constructs a naming lookup client 
 | 
Copyright © 2015 The Apache Software Foundation. All rights reserved.