| Package | Description |
|---|---|
| org.gridgain.grid.kernal.ggfs.common |
Contains GGFS classes that are common between client and server.
|
| org.gridgain.grid.kernal.ggfs.hadoop |
Contains GGFS client classes.
|
| org.gridgain.grid.kernal.processors.ggfs |
Contains high performance file system processer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridGgfsControlResponse
GGFS path command response.
|
class |
GridGgfsHandshakeRequest
Handshake request.
|
class |
GridGgfsPathControlRequest
Single path command message.
|
class |
GridGgfsStatusRequest
GGFS status (total/used/free space) request.
|
class |
GridGgfsStreamControlRequest
Read block request.
|
| Modifier and Type | Method and Description |
|---|---|
GridGgfsMessage |
GridGgfsMarshaller.unmarshall(GridGgfsIpcCommand cmd,
byte[] hdr,
ObjectInput in) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridGgfsMarshaller.marshall(GridGgfsMessage msg,
byte[] hdr,
ObjectOutput out) |
| Modifier and Type | Method and Description |
|---|---|
org.gridgain.grid.util.lang.GridPlainFuture<GridGgfsMessage> |
GridGgfsHadoopIpcIo.send(GridGgfsMessage msg)
Sends given GGFS client message and asynchronously awaits for response.
|
org.gridgain.grid.util.lang.GridPlainFuture<GridGgfsMessage> |
GridGgfsHadoopIo.send(GridGgfsMessage msg)
Sends given GGFS client message and asynchronously awaits for response.
|
| Modifier and Type | Method and Description |
|---|---|
org.gridgain.grid.util.lang.GridPlainFuture<GridGgfsMessage> |
GridGgfsHadoopIpcIo.send(GridGgfsMessage msg)
Sends given GGFS client message and asynchronously awaits for response.
|
org.gridgain.grid.util.lang.GridPlainFuture<GridGgfsMessage> |
GridGgfsHadoopIo.send(GridGgfsMessage msg)
Sends given GGFS client message and asynchronously awaits for response.
|
<T> org.gridgain.grid.util.lang.GridPlainFuture<T> |
GridGgfsHadoopIpcIo.send(GridGgfsMessage msg,
byte[] outBuf,
int outOff,
int outLen)
Sends given GGFS client message and asynchronously awaits for response.
|
<T> org.gridgain.grid.util.lang.GridPlainFuture<T> |
GridGgfsHadoopIo.send(GridGgfsMessage msg,
byte[] outBuf,
int outOff,
int outLen)
Sends given GGFS client message and asynchronously awaits for response.
|
void |
GridGgfsHadoopIpcIo.sendPlain(GridGgfsMessage msg)
Sends given message and does not wait for response.
|
void |
GridGgfsHadoopIo.sendPlain(GridGgfsMessage msg)
Sends given message and does not wait for response.
|
| Modifier and Type | Method and Description |
|---|---|
org.gridgain.grid.GridFuture<GridGgfsMessage> |
GridGgfsServerHandler.handleAsync(GridGgfsClientSession ses,
GridGgfsMessage msg,
DataInput in)
Asynchronously handles incoming message.
|
| Modifier and Type | Method and Description |
|---|---|
org.gridgain.grid.GridFuture<GridGgfsMessage> |
GridGgfsServerHandler.handleAsync(GridGgfsClientSession ses,
GridGgfsMessage msg,
DataInput in)
Asynchronously handles incoming message.
|
Copyright © 2014. All rights reserved.