Searched refs:sInstances (Results 1 – 1 of 1) sorted by relevance
81 private static HashMap<StorageVolume, StorageMeasurement> sInstances = Maps.newHashMap(); field in StorageMeasurement88 synchronized (sInstances) { in getInstance()89 StorageMeasurement value = sInstances.get(volume); in getInstance()92 sInstances.put(volume, value); in getInstance()