public static class CartesianProduct.FakeOutputCommitter extends OutputCommitter
| Constructor and Description |
|---|
FakeOutputCommitter(OutputCommitterContext committerContext)
Constructor an instance of the OutputCommitter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
abortOutput(VertexStatus.State finalState) |
void |
commitOutput() |
void |
initialize() |
void |
setupOutput() |
getContext, isTaskRecoverySupported, recoverTaskpublic FakeOutputCommitter(OutputCommitterContext committerContext)
committerContext - committer context which can be used to access the payload, vertex
properties, etcpublic void initialize()
throws Exception
initialize in class OutputCommitterExceptionpublic void setupOutput()
throws Exception
setupOutput in class OutputCommitterExceptionpublic void commitOutput()
throws Exception
commitOutput in class OutputCommitterExceptionpublic void abortOutput(VertexStatus.State finalState) throws Exception
abortOutput in class OutputCommitterExceptionCopyright © 2021 Apache Software Foundation. All rights reserved.