public abstract class WatchmanOverflowEvent extends Object implements WatchmanEvent
WatchmanEvent.Kind, WatchmanEvent.Type
Constructor and Description |
---|
WatchmanOverflowEvent() |
Modifier and Type | Method and Description |
---|---|
abstract AbsPath |
getCellPath()
Absolute cell path root being watched.
|
abstract String |
getReason()
Human-readable message why overflow event is sent
|
static WatchmanOverflowEvent |
of(AbsPath cellPath,
String reason) |
public abstract AbsPath getCellPath()
WatchmanEvent
getCellPath
in interface WatchmanEvent
public abstract String getReason()
public static WatchmanOverflowEvent of(AbsPath cellPath, String reason)