@InterfaceAudience.Private public interface StorageErrorReporter
JournalManager can use to report
errors on underlying storage directories. This avoids a circular dependency
between journal managers and the storage which instantiates them.| Modifier and Type | Method and Description |
|---|---|
void |
reportErrorOnFile(File f)
Indicate that some error occurred on the given file.
|
void reportErrorOnFile(File f)
f - the file which had an error.Copyright © 2013 Apache Software Foundation. All rights reserved.