|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MonitoredTask in org.apache.hadoop.hbase.master |
---|
Methods in org.apache.hadoop.hbase.master with parameters of type MonitoredTask | |
---|---|
void |
ServerManager.waitForRegionServers(MonitoredTask status)
Wait for the region servers to report in. |
Uses of MonitoredTask in org.apache.hadoop.hbase.master.snapshot |
---|
Fields in org.apache.hadoop.hbase.master.snapshot declared as MonitoredTask | |
---|---|
protected MonitoredTask |
TakeSnapshotHandler.status
|
Uses of MonitoredTask in org.apache.hadoop.hbase.monitoring |
---|
Subinterfaces of MonitoredTask in org.apache.hadoop.hbase.monitoring | |
---|---|
interface |
MonitoredRPCHandler
A MonitoredTask implementation optimized for use with RPC Handlers handling frequent, short duration tasks. |
Classes in org.apache.hadoop.hbase.monitoring that implement MonitoredTask | |
---|---|
class |
MonitoredRPCHandlerImpl
A MonitoredTask implementation designed for use with RPC Handlers handling frequent, short duration tasks. |
Methods in org.apache.hadoop.hbase.monitoring that return MonitoredTask | |
---|---|
MonitoredTask |
MonitoredTask.clone()
Public exposure of Object.clone() in order to allow clients to easily capture current state. |
MonitoredTask |
TaskMonitor.createStatus(String description)
|
Methods in org.apache.hadoop.hbase.monitoring that return types with arguments of type MonitoredTask | |
---|---|
List<MonitoredTask> |
TaskMonitor.getTasks()
Produces a list containing copies of the current state of all non-expired MonitoredTasks handled by this TaskMonitor. |
Uses of MonitoredTask in org.apache.hadoop.hbase.regionserver |
---|
Methods in org.apache.hadoop.hbase.regionserver with parameters of type MonitoredTask | |
---|---|
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> |
StripeStoreFlusher.flushSnapshot(SortedSet<KeyValue> snapshot,
long cacheFlushSeqNum,
TimeRangeTracker tracker,
AtomicLong flushedSize,
MonitoredTask status)
|
List<org.apache.hadoop.fs.Path> |
DefaultStoreFlusher.flushSnapshot(SortedSet<KeyValue> snapshot,
long cacheFlushId,
TimeRangeTracker snapshotTimeRangeTracker,
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. |
Uses of MonitoredTask in org.apache.hadoop.hbase.snapshot |
---|
Constructors in org.apache.hadoop.hbase.snapshot with parameters of type MonitoredTask | |
---|---|
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)
|
|
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,
boolean createBackRefs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |