Uses of Interface
com.exasol.bucketfs.monitor.BucketFsMonitor.State
-
Packages that use BucketFsMonitor.State Package Description com.exasol.bucketfs com.exasol.bucketfs.monitor -
-
Uses of BucketFsMonitor.State in com.exasol.bucketfs
Methods in com.exasol.bucketfs with parameters of type BucketFsMonitor.State Modifier and Type Method Description booleanBucket. isObjectSynchronized(String pathInBucket, BucketFsMonitor.State state)Check if the object with the given path is marked as synchronized after a given point in time.booleanSyncAwareBucket. isObjectSynchronized(String pathInBucket, BucketFsMonitor.State state) -
Uses of BucketFsMonitor.State in com.exasol.bucketfs.monitor
Methods in com.exasol.bucketfs.monitor that return BucketFsMonitor.State Modifier and Type Method Description BucketFsMonitor.StateBucketFsMonitor.StateRetriever. getState()Methods in com.exasol.bucketfs.monitor with parameters of type BucketFsMonitor.State Modifier and Type Method Description booleanBucketFsMonitor.State. accepts(BucketFsMonitor.State other)booleanBucketFsMonitor. isObjectSynchronized(ReadOnlyBucket bucket, String pathInBucket, BucketFsMonitor.State state)Check if the object with the given path is already synchronized.
-