Modifier and Type | Class and Description |
---|---|
class |
DiskFileScanScheduler.FetchWaitingThread |
Thread.State, Thread.UncaughtExceptionHandler
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
DiskFileScanScheduler(StorageManagerV2.StorgaeManagerContext smContext,
DiskDeviceInfo diskDeviceInfo) |
Modifier and Type | Method and Description |
---|---|
int |
getDiskId() |
int |
getTotalQueueSize() |
long |
getTotalScanCount() |
void |
incrementReadBytes(long[] readBytes) |
void |
printDiskSchedulerInfo() |
protected void |
requestScanFile(FileScannerV2 fileScannerV2) |
void |
run() |
void |
stopScan() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public DiskFileScanScheduler(StorageManagerV2.StorgaeManagerContext smContext, DiskDeviceInfo diskDeviceInfo)
public void incrementReadBytes(long[] readBytes)
public int getDiskId()
protected void requestScanFile(FileScannerV2 fileScannerV2)
public int getTotalQueueSize()
public long getTotalScanCount()
public void stopScan()
public void printDiskSchedulerInfo()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.