com.nhncorp.neptune.tabletserver.action
Class BatchUploadAction

java.lang.Object
  extended by com.nhncorp.neptune.tabletserver.action.TabletAction
      extended by com.nhncorp.neptune.tabletserver.action.BatchUploadAction
All Implemented Interfaces:
ActionIF, java.lang.Runnable

public class BatchUploadAction
extends TabletAction


Field Summary
 
Fields inherited from class com.nhncorp.neptune.tabletserver.action.TabletAction
LOG
 
Constructor Summary
BatchUploadAction()
           
BatchUploadAction(java.lang.String actionId)
           
 
Method Summary
 java.lang.String getActionKey()
           
 java.lang.String getActionType()
           
 java.util.List<java.lang.String> getRunCheckActionTypes()
           
 int hashCode()
           
 boolean isThreadMode()
           
 boolean isWaitingMode()
           
 void run()
           
 
Methods inherited from class com.nhncorp.neptune.tabletserver.action.TabletAction
canRun, equals, getWaitCheckActionTypes
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchUploadAction

public BatchUploadAction()

BatchUploadAction

public BatchUploadAction(java.lang.String actionId)
Method Detail

isThreadMode

public boolean isThreadMode()
Specified by:
isThreadMode in interface ActionIF
Specified by:
isThreadMode in class TabletAction

isWaitingMode

public boolean isWaitingMode()
Specified by:
isWaitingMode in interface ActionIF
Specified by:
isWaitingMode in class TabletAction

run

public void run()

getActionKey

public java.lang.String getActionKey()
Specified by:
getActionKey in interface ActionIF
Specified by:
getActionKey in class TabletAction

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getRunCheckActionTypes

public java.util.List<java.lang.String> getRunCheckActionTypes()
Specified by:
getRunCheckActionTypes in interface ActionIF
Specified by:
getRunCheckActionTypes in class TabletAction

getActionType

public java.lang.String getActionType()
Specified by:
getActionType in interface ActionIF
Specified by:
getActionType in class TabletAction