Package com.exasol.bucketfs.monitor
Interface BucketFsMonitor.StateRetriever
-
- Enclosing interface:
- BucketFsMonitor
public static interface BucketFsMonitor.StateRetrieverRetrieves the initial state before an update operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BucketFsMonitor.StategetState()
-
-
-
Method Detail
-
getState
BucketFsMonitor.State getState()
- Returns:
- state as currently observed by the monitor
-
-