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()
WatchmanEventgetCellPath in interface WatchmanEventpublic abstract String getReason()
public static WatchmanOverflowEvent of(AbsPath cellPath, String reason)