@InterfaceAudience.Private @InterfaceStability.Evolving public class DisabledTableSnapshotHandler extends TakeSnapshotHandler
Table must exist when taking the snapshot, or results are undefined.
conf, htd, master, metricsSnapshot, monitor, rootDir, rootFs, snapshot, snapshotManager, snapshotManifest, snapshotTable, status, workingDir, workingDirFseventType, seqids, server, waitingTimeForEvents| Constructor and Description |
|---|
DisabledTableSnapshotHandler(org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription snapshot,
MasterServices masterServices,
SnapshotManager snapshotManager) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
downgradeToSharedTableLock()
When taking snapshot, first we must acquire the exclusive table lock to confirm that there are
no ongoing merge/split procedures.
|
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<RegionInfo,ServerName>> regionsAndLocations)
Snapshot the specified regions
|
cancel, getCompletionTimestamp, getException, getExceptionIfFailed, getSnapshot, hasException, isFinished, process, rethrowException, rethrowExceptionIfFailed, snapshotDisabledRegioncompareTo, getEventType, getInformativeName, getPriority, getSeqid, handleException, run, toStringpublic DisabledTableSnapshotHandler(org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription snapshot, MasterServices masterServices, SnapshotManager snapshotManager) throws IOException
snapshot - descriptor of the snapshot to takemasterServices - master services providerIOException - if it cannot access the filesystem of the snapshot temporary directorypublic DisabledTableSnapshotHandler prepare() throws Exception
EventHandlerprepare in class TakeSnapshotHandlerException - when something goes wrongpublic void snapshotRegions(List<Pair<RegionInfo,ServerName>> regionsAndLocations) throws IOException, org.apache.zookeeper.KeeperException
TakeSnapshotHandlersnapshotRegions in class TakeSnapshotHandlerIOExceptionorg.apache.zookeeper.KeeperExceptionprotected boolean downgradeToSharedTableLock()
TakeSnapshotHandlerdowngradeToSharedTableLock in class TakeSnapshotHandlerCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.