Class ShellTestProcedure

java.lang.Object
org.apache.hadoop.hbase.procedure2.Procedure<Object>
org.apache.hadoop.hbase.client.procedure.ShellTestProcedure
All Implemented Interfaces:
Comparable<org.apache.hadoop.hbase.procedure2.Procedure<Object>>, org.apache.hadoop.hbase.master.procedure.TableProcedureInterface

public class ShellTestProcedure extends org.apache.hadoop.hbase.procedure2.Procedure<Object> implements org.apache.hadoop.hbase.master.procedure.TableProcedureInterface
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.hadoop.hbase.procedure2.Procedure

    org.apache.hadoop.hbase.procedure2.Procedure.LockState

    Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.master.procedure.TableProcedureInterface

    org.apache.hadoop.hbase.master.procedure.TableProcedureInterface.TableOperationType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private String
     

    Fields inherited from class org.apache.hadoop.hbase.procedure2.Procedure

    NO_PROC_ID, NO_TIMEOUT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    ShellTestProcedure(String tableNameString)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     
    protected void
    deserializeStateData(org.apache.hadoop.hbase.procedure2.ProcedureStateSerializer serializer)
     
    protected org.apache.hadoop.hbase.procedure2.Procedure<Object>[]
     
    org.apache.hadoop.hbase.TableName
     
     
    org.apache.hadoop.hbase.master.procedure.TableProcedureInterface.TableOperationType
     
    protected void
     
    protected void
    serializeStateData(org.apache.hadoop.hbase.procedure2.ProcedureStateSerializer serializer)
     
    void
    setTableNameString(String tableNameString)
     

    Methods inherited from class org.apache.hadoop.hbase.procedure2.Procedure

    acquireLock, addStackIndex, afterReplay, beforeReplay, bypass, compareTo, completionCleanup, doExecute, doRollback, elapsedTime, getChildrenLatch, getException, getLastUpdate, getNonceKey, getOwner, getParentProcId, getProcedureMetrics, getProcId, getProcIdHashCode, getProcName, getResult, getRootProcedureId, getRootProcId, getStackIndexes, getState, getSubmittedTime, getTimeout, getTimeoutTimestamp, hasChildren, hasException, hasLock, hasOwner, hasParent, hasTimeout, haveSameParent, holdLock, incChildrenLatch, isBypass, isFailed, isFinished, isInitializing, isLockedWhenLoading, isRollbackSupported, isRunnable, isSuccess, isWaiting, isYieldAfterExecutionStep, releaseLock, removeStackIndex, setAbortFailure, setChildrenLatch, setExecuted, setFailure, setFailure, setLastUpdate, setNonceKey, setOwner, setOwner, setParentProcId, setProcId, setResult, setRootProcId, setStackIndexes, setState, setSubmittedTime, setTimeout, setTimeoutFailure, shouldWaitClientAck, skipPersistence, suspend, toString, toStringClass, toStringClassDetails, toStringDetails, toStringSimpleSB, toStringState, updateMetricsOnFinish, updateMetricsOnSubmit, updateTimestamp, waitInitialized, wasExecuted

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • getTableNameString

    • setTableNameString

      public void setTableNameString(String tableNameString)
    • getTableName

      public org.apache.hadoop.hbase.TableName getTableName()
      Specified by:
      getTableName in interface org.apache.hadoop.hbase.master.procedure.TableProcedureInterface
    • getTableOperationType

      public org.apache.hadoop.hbase.master.procedure.TableProcedureInterface.TableOperationType getTableOperationType()
      Specified by:
      getTableOperationType in interface org.apache.hadoop.hbase.master.procedure.TableProcedureInterface
    • execute

      protected org.apache.hadoop.hbase.procedure2.Procedure<Object>[] execute(Object env) throws org.apache.hadoop.hbase.procedure2.ProcedureYieldException, org.apache.hadoop.hbase.procedure2.ProcedureSuspendedException, InterruptedException
      Specified by:
      execute in class org.apache.hadoop.hbase.procedure2.Procedure<Object>
      Throws:
      org.apache.hadoop.hbase.procedure2.ProcedureYieldException
      org.apache.hadoop.hbase.procedure2.ProcedureSuspendedException
      InterruptedException
    • rollback

      protected void rollback(Object env) throws IOException, InterruptedException
      Specified by:
      rollback in class org.apache.hadoop.hbase.procedure2.Procedure<Object>
      Throws:
      IOException
      InterruptedException
    • abort

      protected boolean abort(Object env)
      Specified by:
      abort in class org.apache.hadoop.hbase.procedure2.Procedure<Object>
    • serializeStateData

      protected void serializeStateData(org.apache.hadoop.hbase.procedure2.ProcedureStateSerializer serializer) throws IOException
      Specified by:
      serializeStateData in class org.apache.hadoop.hbase.procedure2.Procedure<Object>
      Throws:
      IOException
    • deserializeStateData

      protected void deserializeStateData(org.apache.hadoop.hbase.procedure2.ProcedureStateSerializer serializer) throws IOException
      Specified by:
      deserializeStateData in class org.apache.hadoop.hbase.procedure2.Procedure<Object>
      Throws:
      IOException