public class HttpReportMarkDoneAction extends Object implements PartitionMarkDoneAction
Modifier and Type | Class and Description |
---|---|
static class |
HttpReportMarkDoneAction.HttpReportMarkDoneRequest
RestRequest only for HttpReportMarkDoneAction.
|
static class |
HttpReportMarkDoneAction.HttpReportMarkDoneResponse
Response only for HttpReportMarkDoneAction.
|
Constructor and Description |
---|
HttpReportMarkDoneAction() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
markDone(String partition) |
void |
open(FileStoreTable fileStoreTable,
CoreOptions options) |
HttpReportMarkDoneAction.HttpReportMarkDoneResponse |
post(HttpReportMarkDoneAction.HttpReportMarkDoneRequest body,
Map<String,String> headers) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createActions, createPartitionHandler, generateCustomMarkDoneAction
public void open(FileStoreTable fileStoreTable, CoreOptions options)
open
in interface PartitionMarkDoneAction
public void markDone(String partition) throws Exception
markDone
in interface PartitionMarkDoneAction
Exception
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
public HttpReportMarkDoneAction.HttpReportMarkDoneResponse post(HttpReportMarkDoneAction.HttpReportMarkDoneRequest body, Map<String,String> headers) throws IOException
IOException
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.