Searched defs:storageStatus (Results 1 - 2 of 2) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/jeb/
H A DJEStorage.java617 private StorageStatus storageStatus = StorageStatus.working(); field in class:JEStorage
1225 return storageStatus;
1230 storageStatus = statusWhenDiskSpaceFull(directory, thresholdInBytes, config.getBackendId());
1235 storageStatus = statusWhenDiskSpaceLow(directory, thresholdInBytes, config.getBackendId());
1240 storageStatus = StorageStatus.working();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pdb/
H A DPDBStorage.java731 private StorageStatus storageStatus = StorageStatus.working(); field in class:PDBStorage
1291 return storageStatus;
1296 storageStatus = statusWhenDiskSpaceFull(directory, thresholdInBytes, config.getBackendId());
1301 storageStatus = statusWhenDiskSpaceLow(directory, thresholdInBytes, config.getBackendId());
1306 storageStatus = StorageStatus.working();

Completed in 35 milliseconds