| Package | Description |
|---|---|
| org.gridgain.grid.kernal.processors.hadoop.taskexecutor.external.communication |
| Modifier and Type | Class and Description |
|---|---|
class |
GridHadoopAbstractCommunicationClient
Implements basic lifecycle for communication clients.
|
class |
GridHadoopTcpNioCommunicationClient
Grid client for NIO server.
|
| Modifier and Type | Method and Description |
|---|---|
protected GridHadoopCommunicationClient |
GridHadoopExternalCommunication.createNioClient(GridHadoopProcessDescriptor desc) |
protected GridHadoopCommunicationClient |
GridHadoopExternalCommunication.createShmemClient(GridHadoopProcessDescriptor desc,
int port) |
protected GridHadoopCommunicationClient |
GridHadoopExternalCommunication.createTcpClient(GridHadoopProcessDescriptor desc)
Establish TCP connection to remote hadoop process and returns client.
|
Copyright © 2014. All rights reserved.