Uses of Class
org.apache.hadoop.hbase.procedure2.RemoteProcedureException
Package
Description
-
Uses of RemoteProcedureException in org.apache.hadoop.hbase.master
Modifier and TypeMethodDescriptionvoid
HMaster.remoteProcedureFailed
(long procId, RemoteProcedureException error) -
Uses of RemoteProcedureException in org.apache.hadoop.hbase.master.assignment
Modifier and TypeMethodDescriptionvoid
RegionRemoteProcedureBase.remoteOperationFailed
(MasterProcedureEnv env, RemoteProcedureException error) void
RegionTransitionProcedure.remoteOperationFailed
(MasterProcedureEnv env, RemoteProcedureException error) Deprecated. -
Uses of RemoteProcedureException in org.apache.hadoop.hbase.master.procedure
Modifier and TypeMethodDescriptionvoid
FlushRegionProcedure.remoteOperationFailed
(MasterProcedureEnv env, RemoteProcedureException error) void
ServerRemoteProcedure.remoteOperationFailed
(MasterProcedureEnv env, RemoteProcedureException error) void
SnapshotRegionProcedure.remoteOperationFailed
(MasterProcedureEnv env, RemoteProcedureException e) private Throwable
SnapshotVerifyProcedure.unwrapRemoteProcedureException
(RemoteProcedureException e) -
Uses of RemoteProcedureException in org.apache.hadoop.hbase.procedure2
Modifier and TypeMethodDescriptionstatic RemoteProcedureException
RemoteProcedureException.deserialize
(byte[] bytes) Takes a series of bytes and tries to generate an RemoteProcedureException instance for it.static RemoteProcedureException
RemoteProcedureException.fromProto
(org.apache.hadoop.hbase.shaded.protobuf.generated.ErrorHandlingProtos.ForeignExceptionMessage eem) Procedure.getException()
protected RemoteProcedureException
RootProcedureState.getException()
Modifier and TypeMethodDescriptionvoid
RemoteProcedureDispatcher.RemoteProcedure.remoteOperationFailed
(TEnv env, RemoteProcedureException error) Called when RS tells the remote procedure is failed through thereportProcedureDone
method.protected void
Procedure.setFailure
(RemoteProcedureException exception)