Uses of Enum Class
com.loomcache.server.watch.WatchEvent.Type
Packages that use WatchEvent.Type
-
Uses of WatchEvent.Type in com.loomcache.server.watch
Subclasses with type arguments of type WatchEvent.Type in com.loomcache.server.watchMethods in com.loomcache.server.watch that return WatchEvent.TypeModifier and TypeMethodDescriptionWatchEvent.type()Returns the value of thetyperecord component.static WatchEvent.TypeReturns the enum constant of this class with the specified name.static WatchEvent.Type[]WatchEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.loomcache.server.watch with parameters of type WatchEvent.TypeModifierConstructorDescriptionWatchEvent(WatchEvent.Type type, String key, @Nullable String value, @Nullable String prevValue, long revision, long modRevision) Creates an instance of aWatchEventrecord class.