Package | Description |
---|---|
org.apache.reef.io.watcher |
Watcher subscribes events and writes them to the destination using a certain EventStream.
|
org.apache.reef.tests.watcher |
Test reef.io.watcher.
|
Modifier and Type | Class and Description |
---|---|
class |
FileEventStream
Write events to a file in the root directory of the driver.
|
class |
LogEventStream
Write events to driver.err using Logger.
|
Modifier and Type | Field and Description |
---|---|
static OptionalImpl<EventStream> |
WatcherConfiguration.EVENT_STREAMS
Types of EventStream where events subscribed by Watcher will be reported.
|
Modifier and Type | Class and Description |
---|---|
class |
TestEventStream
Count events in the stream.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.