public static class TestMasterProcedureScheduler.TestTableProcedure extends ProcedureTestingUtility.TestProcedure implements org.apache.hadoop.hbase.master.procedure.TableProcedureInterface
Modifier and Type | Field and Description |
---|---|
private org.apache.hadoop.hbase.master.procedure.TableProcedureInterface.TableOperationType |
opType |
private org.apache.hadoop.hbase.TableName |
tableName |
Constructor and Description |
---|
TestTableProcedure() |
TestTableProcedure(long rootProcId,
long parentProcId,
long procId,
org.apache.hadoop.hbase.TableName tableName,
org.apache.hadoop.hbase.master.procedure.TableProcedureInterface.TableOperationType opType) |
TestTableProcedure(long parentProcId,
long procId,
org.apache.hadoop.hbase.TableName tableName,
org.apache.hadoop.hbase.master.procedure.TableProcedureInterface.TableOperationType opType) |
TestTableProcedure(long procId,
org.apache.hadoop.hbase.TableName tableName,
org.apache.hadoop.hbase.master.procedure.TableProcedureInterface.TableOperationType opType) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.hbase.TableName |
getTableName() |
org.apache.hadoop.hbase.master.procedure.TableProcedureInterface.TableOperationType |
getTableOperationType() |
void |
toStringClassDetails(StringBuilder sb) |
acquireLock, addStackId, deserializeStateData, releaseLock, serializeStateData, setData, setSuccessState
abort, execute, rollback
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, isRunnable, isSuccess, isWaiting, isYieldAfterExecutionStep, removeStackIndex, setAbortFailure, setChildrenLatch, setFailure, setFailure, setLastUpdate, setNonceKey, setOwner, setOwner, setParentProcId, setProcId, setResult, setRootProcId, setStackIndexes, setState, setSubmittedTime, setTimeout, setTimeoutFailure, shouldWaitClientAck, skipPersistence, toString, toStringClass, toStringDetails, toStringSimpleSB, toStringState, updateMetricsOnFinish, updateMetricsOnSubmit, updateTimestamp, waitInitialized, wasExecuted
private final org.apache.hadoop.hbase.master.procedure.TableProcedureInterface.TableOperationType opType
private final org.apache.hadoop.hbase.TableName tableName
public TestTableProcedure()
public TestTableProcedure(long procId, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.master.procedure.TableProcedureInterface.TableOperationType opType)
public TestTableProcedure(long parentProcId, long procId, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.master.procedure.TableProcedureInterface.TableOperationType opType)
public TestTableProcedure(long rootProcId, long parentProcId, long procId, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.master.procedure.TableProcedureInterface.TableOperationType opType)
public org.apache.hadoop.hbase.TableName getTableName()
getTableName
in interface org.apache.hadoop.hbase.master.procedure.TableProcedureInterface
public org.apache.hadoop.hbase.master.procedure.TableProcedureInterface.TableOperationType getTableOperationType()
getTableOperationType
in interface org.apache.hadoop.hbase.master.procedure.TableProcedureInterface
public void toStringClassDetails(StringBuilder sb)
toStringClassDetails
in class org.apache.hadoop.hbase.procedure2.Procedure<Void>
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.