public class TaskResult extends Object
Constructor and Description |
---|
TaskResult(Exception e) |
Modifier and Type | Method and Description |
---|---|
Exception |
getException() |
boolean |
isShardEndReached() |
protected void |
setShardEndReached(boolean shardEndReached) |
public TaskResult(Exception e)
e
- Any exception encountered when running the process task.public boolean isShardEndReached()
protected void setShardEndReached(boolean shardEndReached)
shardEndReached
- the shardEndReached to setpublic Exception getException()
Copyright © 2025. All rights reserved.