| Package | Description |
|---|---|
| org.apache.ignite.internal.igfs.common |
Contains IGFS classes that are common between client and server.
|
| Modifier and Type | Method and Description |
|---|---|
IgfsIpcCommand |
IgfsStatusRequest.command() |
IgfsIpcCommand |
IgfsHandshakeRequest.command() |
IgfsIpcCommand |
IgfsMessage.command() |
static IgfsIpcCommand |
IgfsIpcCommand.valueOf(int ordinal)
Resolve command by its ordinal.
|
static IgfsIpcCommand |
IgfsIpcCommand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IgfsIpcCommand[] |
IgfsIpcCommand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IgfsStatusRequest.command(IgfsIpcCommand cmd) |
void |
IgfsHandshakeRequest.command(IgfsIpcCommand cmd) |
void |
IgfsMessage.command(IgfsIpcCommand cmd) |
static byte[] |
IgfsMarshaller.createHeader(long reqId,
IgfsIpcCommand cmd)
Creates new header with given request ID and command.
|
static byte[] |
IgfsMarshaller.fillHeader(byte[] hdr,
long reqId,
IgfsIpcCommand cmd)
Creates new header with given request ID and command.
|
IgfsMessage |
IgfsMarshaller.unmarshall(IgfsIpcCommand cmd,
byte[] hdr,
ObjectInput in) |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.4.0 Release Date : September 24 2015