Modifier and Type | Method and Description |
---|---|
void |
ServerManager.waitForRegionServers(MonitoredTask status)
Wait for the region servers to report in.
|
Modifier and Type | Field and Description |
---|---|
protected MonitoredTask |
TakeSnapshotHandler.status |
Modifier and Type | Interface and Description |
---|---|
interface |
MonitoredRPCHandler
A MonitoredTask implementation optimized for use with RPC Handlers
handling frequent, short duration tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
MonitoredRPCHandlerImpl
A MonitoredTask implementation designed for use with RPC Handlers
handling frequent, short duration tasks.
|
Modifier and Type | Method and Description |
---|---|
MonitoredTask |
MonitoredTask.clone()
Public exposure of Object.clone() in order to allow clients to easily
capture current state.
|
MonitoredTask |
TaskMonitor.createStatus(String description) |
Modifier and Type | Method and Description |
---|---|
List<MonitoredTask> |
TaskMonitor.getTasks()
Produces a list containing copies of the current state of all non-expired
MonitoredTasks handled by this TaskMonitor.
|
Modifier and Type | Method and Description |
---|---|
protected List<org.apache.hadoop.fs.Path> |
HStore.flushCache(long logCacheFlushId,
SortedSet<KeyValue> snapshot,
TimeRangeTracker snapshotTimeRangeTracker,
AtomicLong flushedSize,
MonitoredTask status)
Write out current snapshot.
|
List<org.apache.hadoop.fs.Path> |
DefaultStoreFlusher.flushSnapshot(SortedSet<KeyValue> snapshot,
long cacheFlushId,
TimeRangeTracker snapshotTimeRangeTracker,
AtomicLong flushedSize,
MonitoredTask status) |
List<org.apache.hadoop.fs.Path> |
StripeStoreFlusher.flushSnapshot(SortedSet<KeyValue> snapshot,
long cacheFlushSeqNum,
TimeRangeTracker tracker,
AtomicLong flushedSize,
MonitoredTask status) |
protected HRegion.FlushResult |
HRegion.internalFlushcache(HLog wal,
long myseqid,
MonitoredTask status) |
protected HRegion.FlushResult |
HRegion.internalFlushcache(MonitoredTask status)
Flush the memstore.
|
protected long |
HRegion.replayRecoveredEditsIfAny(org.apache.hadoop.fs.Path regiondir,
Map<byte[],Long> maxSeqIdInStores,
CancelableProgressable reporter,
MonitoredTask status)
Read the edits log put under this region by wal log splitting process.
|
Constructor and Description |
---|
RestoreSnapshotHelper(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
SnapshotManifest manifest,
HTableDescriptor tableDescriptor,
org.apache.hadoop.fs.Path rootDir,
ForeignExceptionDispatcher monitor,
MonitoredTask status) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.