org.apache.hadoop.chukwa.analysis.salsa.fsm
Class HDFSState

java.lang.Object
  extended by org.apache.hadoop.chukwa.analysis.salsa.fsm.HDFSState

public class HDFSState
extends Object


Field Summary
static String[] NAMES
           
static int NONE
           
static int READ_LOCAL
           
static int READ_REMOTE
           
 int val
           
static int WRITE_LOCAL
           
static int WRITE_REMOTE
           
static int WRITE_REPLICATED
           
 
Constructor Summary
HDFSState()
           
HDFSState(int newval)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
See Also:
Constant Field Values

READ_LOCAL

public static final int READ_LOCAL
See Also:
Constant Field Values

READ_REMOTE

public static final int READ_REMOTE
See Also:
Constant Field Values

WRITE_LOCAL

public static final int WRITE_LOCAL
See Also:
Constant Field Values

WRITE_REMOTE

public static final int WRITE_REMOTE
See Also:
Constant Field Values

WRITE_REPLICATED

public static final int WRITE_REPLICATED
See Also:
Constant Field Values

NAMES

public static final String[] NAMES

val

public int val
Constructor Detail

HDFSState

public HDFSState()

HDFSState

public HDFSState(int newval)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © ${year} The Apache Software Foundation