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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/
H A DStorageStatus.java44 UNUSABLE enum constant in enum:StorageStatus.Code
84 return new StorageStatus(Code.UNUSABLE, reason);
120 return code == Code.UNUSABLE;

Completed in 19 milliseconds