| 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
NameAssignmentTuple
An implementation of the NameAssignment interface
|
| Modifier and Type | Method and Description |
|---|---|
List<NameAssignment> |
NameServerImpl.lookup(Iterable<Identifier> identifiers)
Finds addresses for identifiers locally
|
List<NameAssignment> |
NameServer.lookup(Iterable<Identifier> identifiers)
Finds addresses for identifiers locally
|
| Modifier and Type | Method and Description |
|---|---|
NameAssignment |
NamingRegisterRequest.getNameAssignment()
Gets a name assignment
|
| Modifier and Type | Method and Description |
|---|---|
List<NameAssignment> |
NamingLookupResponse.getNameAssignments()
Gets name assignments
|
| Constructor and Description |
|---|
NamingRegisterRequest(NameAssignment na)
Constructs a naming registration request
|
| Constructor and Description |
|---|
NamingLookupResponse(List<NameAssignment> nas)
Constructs a naming lookup response
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.