Uses of Class
engineering.swat.watch.Approximation
-
-
Uses of Approximation in engineering.swat.watch
Methods in engineering.swat.watch that return Approximation Modifier and Type Method Description static ApproximationApproximation. valueOf(String name)Returns the enum constant of this type with the specified name.static Approximation[]Approximation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in engineering.swat.watch with parameters of type Approximation Modifier and Type Method Description WatchWatch. onOverflow(Approximation whichFiles)Optionally configure which regular files/directories in the scope of the watch an approximation of synthetic events (of kindsWatchEvent.Kind.CREATED,WatchEvent.Kind.MODIFIED, and/orWatchEvent.Kind.DELETED) should be issued when an overflow event happens.
-