net.nutch.fs
Interface FSConstants

All Known Implementing Classes:
FSDataset, FSNamesystem, FSParam, FSResults, HeartbeatData, NDFS, NDFSClient, TestClient

public interface FSConstants

Some handy constants

Author:
Mike Cafarella

Field Summary
static int BLOCK_SIZE
           
static long BLOCKREPORT_INTERVAL
           
static byte CHUNKED_ENCODING
           
static long DATANODE_STARTUP_PERIOD
           
static int FILE_COMPLETE_FAILED
           
static int FILE_COMPLETE_ONGOING
           
static int FILE_COMPLETE_SUCCESS
           
static long HEARTBEAT_INTERVAL
           
static byte OP_ACK
           
static byte OP_BLOCKRECEIVED
           
static byte OP_BLOCKREPORT
           
static byte OP_CLIENT_ADDBLOCK
           
static byte OP_CLIENT_ADDBLOCK_ACK
           
static byte OP_CLIENT_COMPLETEFILE
           
static byte OP_CLIENT_COMPLETEFILE_ACK
           
static byte OP_CLIENT_DELETE
           
static byte OP_CLIENT_DELETE_ACK
           
static byte OP_CLIENT_LISTING
           
static byte OP_CLIENT_LISTING_ACK
           
static byte OP_CLIENT_OPEN
           
static byte OP_CLIENT_OPEN_ACK
           
static byte OP_CLIENT_RENAMETO
           
static byte OP_CLIENT_RENAMETO_ACK
           
static byte OP_CLIENT_STARTFILE
           
static byte OP_CLIENT_STARTFILE_ACK
           
static byte OP_CLIENT_TRYAGAIN
           
static byte OP_ERROR
           
static byte OP_FAILURE
           
static byte OP_HEARTBEAT
           
static byte OP_INVALIDATE_BLOCKS
           
static byte OP_READ_BLOCK
           
static byte OP_TRANSFERBLOCKS
           
static byte OP_TRANSFERDATA
           
static byte OP_WRITE_BLOCK
           
static byte RUNLENGTH_ENCODING
           
static long SYSTEM_STARTUP_PERIOD
           
 

Field Detail

BLOCK_SIZE

public static final int BLOCK_SIZE
See Also:
Constant Field Values

OP_ERROR

public static final byte OP_ERROR
See Also:
Constant Field Values

OP_HEARTBEAT

public static final byte OP_HEARTBEAT
See Also:
Constant Field Values

OP_BLOCKRECEIVED

public static final byte OP_BLOCKRECEIVED
See Also:
Constant Field Values

OP_BLOCKREPORT

public static final byte OP_BLOCKREPORT
See Also:
Constant Field Values

OP_TRANSFERDATA

public static final byte OP_TRANSFERDATA
See Also:
Constant Field Values

OP_CLIENT_OPEN

public static final byte OP_CLIENT_OPEN
See Also:
Constant Field Values

OP_CLIENT_STARTFILE

public static final byte OP_CLIENT_STARTFILE
See Also:
Constant Field Values

OP_CLIENT_ADDBLOCK

public static final byte OP_CLIENT_ADDBLOCK
See Also:
Constant Field Values

OP_CLIENT_RENAMETO

public static final byte OP_CLIENT_RENAMETO
See Also:
Constant Field Values

OP_CLIENT_DELETE

public static final byte OP_CLIENT_DELETE
See Also:
Constant Field Values

OP_CLIENT_COMPLETEFILE

public static final byte OP_CLIENT_COMPLETEFILE
See Also:
Constant Field Values

OP_CLIENT_LISTING

public static final byte OP_CLIENT_LISTING
See Also:
Constant Field Values

OP_ACK

public static final byte OP_ACK
See Also:
Constant Field Values

OP_TRANSFERBLOCKS

public static final byte OP_TRANSFERBLOCKS
See Also:
Constant Field Values

OP_INVALIDATE_BLOCKS

public static final byte OP_INVALIDATE_BLOCKS
See Also:
Constant Field Values

OP_FAILURE

public static final byte OP_FAILURE
See Also:
Constant Field Values

OP_CLIENT_OPEN_ACK

public static final byte OP_CLIENT_OPEN_ACK
See Also:
Constant Field Values

OP_CLIENT_STARTFILE_ACK

public static final byte OP_CLIENT_STARTFILE_ACK
See Also:
Constant Field Values

OP_CLIENT_ADDBLOCK_ACK

public static final byte OP_CLIENT_ADDBLOCK_ACK
See Also:
Constant Field Values

OP_CLIENT_RENAMETO_ACK

public static final byte OP_CLIENT_RENAMETO_ACK
See Also:
Constant Field Values

OP_CLIENT_DELETE_ACK

public static final byte OP_CLIENT_DELETE_ACK
See Also:
Constant Field Values

OP_CLIENT_COMPLETEFILE_ACK

public static final byte OP_CLIENT_COMPLETEFILE_ACK
See Also:
Constant Field Values

OP_CLIENT_TRYAGAIN

public static final byte OP_CLIENT_TRYAGAIN
See Also:
Constant Field Values

OP_CLIENT_LISTING_ACK

public static final byte OP_CLIENT_LISTING_ACK
See Also:
Constant Field Values

OP_WRITE_BLOCK

public static final byte OP_WRITE_BLOCK
See Also:
Constant Field Values

OP_READ_BLOCK

public static final byte OP_READ_BLOCK
See Also:
Constant Field Values

RUNLENGTH_ENCODING

public static final byte RUNLENGTH_ENCODING
See Also:
Constant Field Values

CHUNKED_ENCODING

public static final byte CHUNKED_ENCODING
See Also:
Constant Field Values

FILE_COMPLETE_FAILED

public static final int FILE_COMPLETE_FAILED
See Also:
Constant Field Values

FILE_COMPLETE_ONGOING

public static final int FILE_COMPLETE_ONGOING
See Also:
Constant Field Values

FILE_COMPLETE_SUCCESS

public static final int FILE_COMPLETE_SUCCESS
See Also:
Constant Field Values

HEARTBEAT_INTERVAL

public static final long HEARTBEAT_INTERVAL
See Also:
Constant Field Values

BLOCKREPORT_INTERVAL

public static final long BLOCKREPORT_INTERVAL
See Also:
Constant Field Values

SYSTEM_STARTUP_PERIOD

public static final long SYSTEM_STARTUP_PERIOD
See Also:
Constant Field Values

DATANODE_STARTUP_PERIOD

public static final long DATANODE_STARTUP_PERIOD
See Also:
Constant Field Values


Copyright © 2004 The Nutch Organization.