TYPE - Event typepublic abstract class TezAbstractEvent<TYPE extends Enum<TYPE>>
extends org.apache.hadoop.yarn.event.AbstractEvent<TYPE>
| Constructor and Description |
|---|
TezAbstractEvent(TYPE type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSerializingHash()
Returning a number that is identical for event instances that need to be
serialized while processing.
|
public TezAbstractEvent(TYPE type)
Copyright © 2019 Apache Software Foundation. All rights reserved.