public class ShuffleMasterContextImpl extends Object implements ShuffleMasterContext
ShuffleMasterContext.| Constructor and Description |
|---|
ShuffleMasterContextImpl(org.apache.flink.configuration.Configuration configuration,
org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.configuration.Configuration |
getConfiguration() |
void |
onFatalError(Throwable throwable)
Handles the fatal error if any.
|
public ShuffleMasterContextImpl(org.apache.flink.configuration.Configuration configuration,
org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler)
public org.apache.flink.configuration.Configuration getConfiguration()
getConfiguration in interface ShuffleMasterContextpublic void onFatalError(Throwable throwable)
ShuffleMasterContextonFatalError in interface ShuffleMasterContextCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.