Class ProcedurePrepareLatch

java.lang.Object
org.apache.hadoop.hbase.master.procedure.ProcedurePrepareLatch
Direct Known Subclasses:
ProcedurePrepareLatch.CompatibilityLatch, ProcedurePrepareLatch.NoopLatch

@Private @Evolving public abstract class ProcedurePrepareLatch extends Object
Latch used by the Master to have the prepare() sync behaviour for old clients, that can only get exceptions in a synchronous way.