public static class TestMasterProcedureScheduler.TestNamespaceProcedure extends ProcedureTestingUtility.TestProcedure implements org.apache.hadoop.hbase.master.procedure.TableProcedureInterface
Modifier and Type | Field and Description |
---|---|
private String |
nsName |
private org.apache.hadoop.hbase.master.procedure.TableProcedureInterface.TableOperationType |
opType |
Constructor and Description |
---|
TestNamespaceProcedure() |
TestNamespaceProcedure(long procId,
String nsName,
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
public TestNamespaceProcedure()
public TestNamespaceProcedure(long procId, String nsName, 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.