public class WatchesPathReport extends Object
Modifier and Type | Method and Description |
---|---|
Set<Long> |
getSessions(String path)
Gets the session IDs of sessions that have set watches on the given path.
|
boolean |
hasSessions(String path)
Checks if the given path has watches set.
|
Map<String,Set<Long>> |
toMap()
Converts this report to a map.
|
public boolean hasSessions(String path)
path
- pathpublic Set<Long> getSessions(String path)
path
- session IDCopyright © 2008–2021 The Apache Software Foundation. All rights reserved.