| Package | Description |
|---|---|
| org.gridgain.grid.kernal.ggfs.common |
Contains GGFS classes that are common between client and server.
|
| Modifier and Type | Method and Description |
|---|---|
GridGgfsIpcCommand |
GridGgfsMessage.command() |
GridGgfsIpcCommand |
GridGgfsStatusRequest.command() |
GridGgfsIpcCommand |
GridGgfsHandshakeRequest.command() |
static GridGgfsIpcCommand |
GridGgfsIpcCommand.valueOf(int ordinal)
Resolve command by its ordinal.
|
static GridGgfsIpcCommand |
GridGgfsIpcCommand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridGgfsIpcCommand[] |
GridGgfsIpcCommand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridGgfsMessage.command(GridGgfsIpcCommand cmd) |
void |
GridGgfsStatusRequest.command(GridGgfsIpcCommand cmd) |
void |
GridGgfsHandshakeRequest.command(GridGgfsIpcCommand cmd) |
static byte[] |
GridGgfsMarshaller.createHeader(long reqId,
GridGgfsIpcCommand cmd)
Creates new header with given request ID and command.
|
static byte[] |
GridGgfsMarshaller.fillHeader(byte[] hdr,
long reqId,
GridGgfsIpcCommand cmd)
Creates new header with given request ID and command.
|
GridGgfsMessage |
GridGgfsMarshaller.unmarshall(GridGgfsIpcCommand cmd,
byte[] hdr,
ObjectInput in) |
Copyright © 2014. All rights reserved.