public static class TestMasterProcedureScheduler.TestTableProcedureWithEvent extends TestMasterProcedureScheduler.TestTableProcedure
Modifier and Type | Field and Description |
---|---|
private org.apache.hadoop.hbase.procedure2.ProcedureEvent<?> |
event |
Constructor and Description |
---|
TestTableProcedureWithEvent(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.procedure2.ProcedureEvent<?> |
getEvent() |
getTableName, getTableOperationType, toStringClassDetails
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.procedure2.ProcedureEvent<?> event
public TestTableProcedureWithEvent(long procId, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.master.procedure.TableProcedureInterface.TableOperationType opType)
public org.apache.hadoop.hbase.procedure2.ProcedureEvent<?> getEvent()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.