public class BatchedMarkerCreationContext extends Object
| Constructor and Description |
|---|
BatchedMarkerCreationContext(String markerDir,
MarkerDirState markerDirState,
List<MarkerCreationFuture> futures,
int fileIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFileIndex() |
List<MarkerCreationFuture> |
getFutures() |
String |
getMarkerDir() |
MarkerDirState |
getMarkerDirState() |
public BatchedMarkerCreationContext(String markerDir, MarkerDirState markerDirState, List<MarkerCreationFuture> futures, int fileIndex)
public String getMarkerDir()
public MarkerDirState getMarkerDirState()
public List<MarkerCreationFuture> getFutures()
public int getFileIndex()
Copyright © 2024 The Apache Software Foundation. All rights reserved.