Uses of Class
org.apache.zookeeper.common.FileChangeWatcher.State
-
Packages that use FileChangeWatcher.State Package Description org.apache.zookeeper.common -
-
Uses of FileChangeWatcher.State in org.apache.zookeeper.common
Methods in org.apache.zookeeper.common that return FileChangeWatcher.State Modifier and Type Method Description FileChangeWatcher.State
FileChangeWatcher. getState()
Returns the currentFileChangeWatcher.State
.static FileChangeWatcher.State
FileChangeWatcher.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static FileChangeWatcher.State[]
FileChangeWatcher.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-