13561357135813591360136113621363
/** * Get storage state for the journal storage directory. */ public GetStorageStateProto analyzeJournalStorage() { return new GetStorageStateProto(journalStorage.getStorageState(), journalStorage.getStorageInfo()); }
13641365136613671368136913701371
/** * Get storage state for the image storage directory. */ public GetStorageStateProto analyzeImageStorage() { return new GetStorageStateProto(imageStorage.getStorageState(), imageStorage.getStorageInfo()); }