JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.hadoop.yarn.event
Interface Event<TYPE extends
Enum
<TYPE>>
All Known Implementing Classes:
AbstractEvent
@Public @Evolving
public interface
Event<TYPE extends
Enum
<TYPE>>
Interface defining events api.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
long
getTimestamp
()
TYPE
getType
()
String
toString
()
Method Details
getType
TYPE
getType
()
getTimestamp
long
getTimestamp
()
toString
String
toString
()
Overrides:
toString
in class
Object