public class StorageManagerV2.StorgaeManagerContext extends Object
Constructor and Description |
---|
StorageManagerV2.StorgaeManagerContext() |
Modifier and Type | Method and Description |
---|---|
TajoConf |
getConf() |
int |
getMaxReadBytesPerScheduleSlot() |
Object |
getScanDataLock() |
Queue<FileScannerV2> |
getScanQueue() |
Object |
getScanQueueLock() |
void |
incrementReadBytes(int diskId,
long[] readBytes) |
void |
requestFileScan(FileScannerV2 fileScanner) |
public StorageManagerV2.StorgaeManagerContext()
public Object getScanQueueLock()
public Object getScanDataLock()
public Queue<FileScannerV2> getScanQueue()
public int getMaxReadBytesPerScheduleSlot()
public void requestFileScan(FileScannerV2 fileScanner)
public TajoConf getConf()
public void incrementReadBytes(int diskId, long[] readBytes)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.