use of org.apache.hadoop.fs.azure.AzureNativeFileSystemStore in project hadoop by apache.
the class TestAzureFileSystemInstrumentation method getBandwidthGaugeUpdater.
private BandwidthGaugeUpdater getBandwidthGaugeUpdater() {
NativeAzureFileSystem azureFs = (NativeAzureFileSystem) fs;
AzureNativeFileSystemStore azureStore = azureFs.getStore();
return azureStore.getBandwidthGaugeUpdater();
}
Aggregations