@InterfaceAudience.Private @InterfaceStability.Evolving public class DisabledTableSnapshotHandler extends TakeSnapshotHandler
Table must exist when taking the snapshot, or results are undefined.
EventHandler.EventHandlerListener
conf, fs, htd, master, metricsSnapshot, monitor, rootDir, snapshot, snapshotManifest, snapshotTable, status, tableLock, tableLockManager, workingDir
eventType, seqids, server, waitingTimeForEvents
Constructor and Description |
---|
DisabledTableSnapshotHandler(HBaseProtos.SnapshotDescription snapshot,
MasterServices masterServices) |
Modifier and Type | Method and Description |
---|---|
DisabledTableSnapshotHandler |
prepare()
Event handlers should do all the necessary checks in this method (rather than
in the constructor, or in process()) so that the caller, which is mostly executed
in the ipc context can fail fast.
|
void |
snapshotRegions(List<Pair<HRegionInfo,ServerName>> regionsAndLocations)
Snapshot the specified regions
|
cancel, completeSnapshot, getCompletionTimestamp, getException, getExceptionIfFailed, getSnapshot, hasException, isFinished, process, releaseTableLock, rethrowException, rethrowExceptionIfFailed, snapshotDisabledRegion
compareTo, getEventType, getInformativeName, getListener, getPriority, getSeqid, handleException, run, setListener, toString
public DisabledTableSnapshotHandler(HBaseProtos.SnapshotDescription snapshot, MasterServices masterServices)
snapshot
- descriptor of the snapshot to takemasterServices
- master services providerpublic DisabledTableSnapshotHandler prepare() throws Exception
EventHandler
prepare
in class TakeSnapshotHandler
Exception
- when something goes wrongpublic void snapshotRegions(List<Pair<HRegionInfo,ServerName>> regionsAndLocations) throws IOException, org.apache.zookeeper.KeeperException
TakeSnapshotHandler
snapshotRegions
in class TakeSnapshotHandler
IOException
org.apache.zookeeper.KeeperException
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.