This project has retired. For details please refer to its
Attic page.
LogEventStream (REEF 0.14.0 API)
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
onEvent(EventType type,
String jsonEncodedEvent)
Write an eventRecord with specific type.
|
-
-
Method Detail
-
onEvent
public void onEvent(EventType type,
String jsonEncodedEvent)
Write an eventRecord with specific type. This should be thread-safe
since multiple event handlers can concurrently call the method.
- Specified by:
onEvent
in interface EventStream
- Parameters:
type
- a event typejsonEncodedEvent
- an event encoded as json
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2016 The Apache Software Foundation. All rights reserved.