Uses of Class
org.apache.hadoop.hbase.procedure2.RemoteProcedureException
Packages that use RemoteProcedureException
Package
Description
-
Uses of RemoteProcedureException in org.apache.hadoop.hbase.master
Methods in org.apache.hadoop.hbase.master with parameters of type RemoteProcedureExceptionModifier and TypeMethodDescriptionvoid
HMaster.remoteProcedureFailed
(long procId, RemoteProcedureException error) -
Uses of RemoteProcedureException in org.apache.hadoop.hbase.master.assignment
Methods in org.apache.hadoop.hbase.master.assignment with parameters of type RemoteProcedureExceptionModifier 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
Methods in org.apache.hadoop.hbase.master.procedure with parameters of type RemoteProcedureExceptionModifier 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
Fields in org.apache.hadoop.hbase.procedure2 declared as RemoteProcedureExceptionMethods in org.apache.hadoop.hbase.procedure2 that return RemoteProcedureExceptionModifier 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()
Methods in org.apache.hadoop.hbase.procedure2 with parameters of type RemoteProcedureExceptionModifier 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)