We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cdc191 commit fbe21d8Copy full SHA for fbe21d8
2 files changed
server/src/main/java/org/opensearch/index/engine/exec/CatalogSnapshot.java
@@ -16,7 +16,6 @@
16
import java.util.List;
17
import java.util.Map;
18
import java.util.Set;
19
-import java.util.function.Supplier;
20
21
/**
22
* Abstract base class representing a snapshot of the catalog state at a specific point in time.
@@ -108,13 +107,6 @@ public long getVersion() {
108
107
*/
109
public abstract String serializeToString() throws IOException;
110
111
- /**
112
- * Sets the supplier for IndexFileDeleter.
113
- *
114
- * @param supplier the IndexFileDeleter supplier
115
- */
116
- public abstract void setIndexFileDeleterSupplier(Supplier<IndexFileReferenceManager> supplier);
117
-
118
119
* Sets the catalog snapshot map for tracking multiple snapshots.
120
*
server/src/main/java/org/opensearch/index/engine/exec/IndexFileReferenceManager.java
0 commit comments