public class WatchesReport extends Object
Modifier and Type | Method and Description |
---|---|
Set<String> |
getPaths(long sessionId)
Gets the paths that the given session has set watches on.
|
boolean |
hasPaths(long sessionId)
Checks if the given session has watches set.
|
Map<Long,Set<String>> |
toMap()
Converts this report to a map.
|
public boolean hasPaths(long sessionId)
sessionId
- session IDpublic Set<String> getPaths(long sessionId)
sessionId
- session IDCopyright © 2008–2020 The Apache Software Foundation. All rights reserved.