| Package | Description |
|---|---|
| org.apache.reef.io.network |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.reef.io.network.impl |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.reef.io.network.naming |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.reef.wake.remote.impl | |
| org.apache.reef.wake.remote.transport.netty |
| Modifier and Type | Method and Description |
|---|---|
Transport |
TransportFactory.create(int port,
EventHandler<TransportEvent> clientHandler,
EventHandler<TransportEvent> serverHandler,
EventHandler<Exception> exHandler)
Creates a transport
|
| Modifier and Type | Method and Description |
|---|---|
Transport |
MessagingTransportFactory.create(int port,
EventHandler<TransportEvent> clientHandler,
EventHandler<TransportEvent> serverHandler,
EventHandler<Exception> exHandler)
Creates a transport
|
Transport |
NetworkService.getTransport() |
| Constructor and Description |
|---|
NameRegistryClient(String serverAddr,
int serverPort,
long timeout,
IdentifierFactory factory,
BlockingQueue<NamingRegisterResponse> replyQueue,
Transport transport) |
| Constructor and Description |
|---|
RemoteSenderStage(Encoder encoder,
Transport transport,
int numThreads)
Constructs a remote sender stage
|
| Modifier and Type | Class and Description |
|---|---|
class |
NettyMessagingTransport
Messaging transport implementation with Netty
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.