| Package | Description |
|---|---|
| org.apache.hudi.timeline.service.handlers.marker |
| Modifier and Type | Method and Description |
|---|---|
List<MarkerCreationFuture> |
MarkerDirState.fetchPendingMarkerCreationRequests() |
List<MarkerCreationFuture> |
BatchedMarkerCreationContext.getFutures() |
List<MarkerCreationFuture> |
MarkerDirState.getPendingMarkerCreationRequests(boolean shouldClear) |
| Modifier and Type | Method and Description |
|---|---|
void |
MarkerDirState.addMarkerCreationFuture(MarkerCreationFuture future)
Adds a
MarkerCreationCompletableFuture instance from a marker
creation request to the queue. |
| Modifier and Type | Method and Description |
|---|---|
void |
MarkerDirState.processMarkerCreationRequests(List<MarkerCreationFuture> pendingMarkerCreationFutures,
int fileIndex)
Processes pending marker creation requests.
|
| Constructor and Description |
|---|
BatchedMarkerCreationContext(String markerDir,
MarkerDirState markerDirState,
List<MarkerCreationFuture> futures,
int fileIndex) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.