| Package | Description |
|---|---|
| org.apache.reef.wake | |
| org.apache.reef.wake.impl | |
| org.apache.reef.wake.remote | |
| org.apache.reef.wake.remote.impl | |
| org.apache.reef.wake.storage |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComparableIdentifier
Identifier that can be totally ordered.
|
| Modifier and Type | Method and Description |
|---|---|
Identifier |
Identifiable.getId()
Returns an identifier of this object
|
Identifier |
IdentifierFactory.getNewInstance(String str)
Creates a RemoteIdentifier object
|
Identifier |
IdentifierParser.newInstance() |
| Modifier and Type | Class and Description |
|---|---|
class |
OpaqueLocalIdentifier |
| Modifier and Type | Method and Description |
|---|---|
Identifier |
DefaultIdentifierFactory.getNewInstance(String str)
Creates a new remote identifier instance
|
| Constructor and Description |
|---|
DefaultIdentifierFactory(Map<String,Class<? extends Identifier>> typeToClazzMap)
Constructs a default remote identifier factory
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RemoteIdentifier
Wake remote identifier
|
| Modifier and Type | Class and Description |
|---|---|
class |
SocketRemoteIdentifier
Remote identifier based on a socket address
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
StorageIdentifier |
| Modifier and Type | Class and Description |
|---|---|
class |
FileIdentifier |
| Modifier and Type | Method and Description |
|---|---|
Identifier |
ReadRequest.getId() |
| Constructor and Description |
|---|
ReadRequest(StorageIdentifier f,
long offset,
byte[] buf,
Identifier id) |
ReadResponse(byte[] buf,
int bytesRead,
Identifier reqId) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.