public enum IgfsIpcCommand extends Enum<IgfsIpcCommand>
| Enum Constant and Description |
|---|
AFFINITY
Get affinity block locations for data blocks of the file.
|
CLOSE
Close stream.
|
CONTROL_RESPONSE
Server response.
|
DELETE
Delete file.
|
EXISTS
Check specified path exists in the file system.
|
HANDSHAKE
Handshake command which will send information necessary for client to handle requests correctly.
|
INFO
Get information for the file in specified path.
|
LIST_FILES
List files under the specified path.
|
LIST_PATHS
List files under the specified path.
|
MAKE_DIRECTORIES
Make directories.
|
MODE_RESOLVER
Mode resolver request
|
OPEN_APPEND
Open existent file as output stream to append data to.
|
OPEN_CREATE
Create file and open output stream for writing data to.
|
OPEN_READ
Open file for reading as an input stream.
|
PATH_SUMMARY
Get directory summary.
|
READ_BLOCK
Read file's data block.
|
RENAME
Rename file.
|
SET_TIMES
Updates last access and last modification time for a path.
|
STATUS
IGFS status (free/used space).
|
UPDATE
Update information for the file in specified path.
|
WRITE_BLOCK
Write file's data block.
|
| Modifier and Type | Method and Description |
|---|---|
static IgfsIpcCommand |
valueOf(int ordinal)
Resolve command by its ordinal.
|
static IgfsIpcCommand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IgfsIpcCommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IgfsIpcCommand HANDSHAKE
public static final IgfsIpcCommand STATUS
public static final IgfsIpcCommand EXISTS
public static final IgfsIpcCommand INFO
public static final IgfsIpcCommand PATH_SUMMARY
public static final IgfsIpcCommand UPDATE
public static final IgfsIpcCommand RENAME
public static final IgfsIpcCommand DELETE
public static final IgfsIpcCommand MAKE_DIRECTORIES
public static final IgfsIpcCommand LIST_PATHS
public static final IgfsIpcCommand LIST_FILES
public static final IgfsIpcCommand AFFINITY
public static final IgfsIpcCommand SET_TIMES
public static final IgfsIpcCommand OPEN_READ
public static final IgfsIpcCommand OPEN_APPEND
public static final IgfsIpcCommand OPEN_CREATE
public static final IgfsIpcCommand CLOSE
public static final IgfsIpcCommand READ_BLOCK
public static final IgfsIpcCommand WRITE_BLOCK
public static final IgfsIpcCommand CONTROL_RESPONSE
public static final IgfsIpcCommand MODE_RESOLVER
public static IgfsIpcCommand[] values()
for (IgfsIpcCommand c : IgfsIpcCommand.values()) System.out.println(c);
public static IgfsIpcCommand valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static IgfsIpcCommand valueOf(int ordinal)
ordinal - Command ordinal.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.2.0 Release Date : September 15 2017