ExecutionExceptionInfo
will be replaced by JobExceptionsInfoWithHistory.ExceptionInfo
as part of the effort of deprecating JobExceptionsInfo.allExceptions
.@Deprecated public static final class JobExceptionsInfo.ExecutionExceptionInfo extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_NAME_ENDPOINT
Deprecated.
|
static String |
FIELD_NAME_EXCEPTION
Deprecated.
|
static String |
FIELD_NAME_LOCATION
Deprecated.
|
static String |
FIELD_NAME_TASK
Deprecated.
|
static String |
FIELD_NAME_TASK_MANAGER_ID
Deprecated.
|
static String |
FIELD_NAME_TIMESTAMP
Deprecated.
|
Constructor and Description |
---|
ExecutionExceptionInfo(String exception,
String task,
String endpoint,
long timestamp,
String taskManagerId)
Deprecated.
|
ExecutionExceptionInfo(String exception,
String task,
String location,
String endpoint,
long timestamp,
String taskManagerId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
public static final String FIELD_NAME_EXCEPTION
public static final String FIELD_NAME_TASK
@Deprecated public static final String FIELD_NAME_LOCATION
public static final String FIELD_NAME_ENDPOINT
public static final String FIELD_NAME_TIMESTAMP
public static final String FIELD_NAME_TASK_MANAGER_ID
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.