@Private
public class StandbyCheckpointer
extends java.lang.Object
| Constructor | Description |
|---|---|
StandbyCheckpointer(org.apache.hadoop.conf.Configuration conf,
FSNamesystem ns) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
cancelAndPreventCheckpoints(java.lang.String msg) |
Cancel any checkpoint that's currently being made,
and prevent any new checkpoints from starting for the next
minute or so.
|
void |
start() |
|
void |
stop() |
|
void |
triggerRollbackCheckpoint() |
public StandbyCheckpointer(org.apache.hadoop.conf.Configuration conf,
FSNamesystem ns)
throws java.io.IOException
java.io.IOExceptionpublic void start()
public void stop()
throws java.io.IOException
java.io.IOExceptionpublic void triggerRollbackCheckpoint()
public void cancelAndPreventCheckpoints(java.lang.String msg)
throws org.apache.hadoop.ha.ServiceFailedException
org.apache.hadoop.ha.ServiceFailedExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.