public static final class RemoveWriter.Asto extends Object implements RemoveWriter
RemoveWriter for abstract storage.RemoveWriter.Asto| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Void> |
delete(Path source,
Path out,
Map<String,Set<String>> todelete)
Rewrites source index file avoiding writing down info about charts which
contains in charts collection.
|
public CompletionStage<Void> delete(Path source, Path out, Map<String,Set<String>> todelete)
RemoveWriterdelete in interface RemoveWritersource - Path to temporary file with indexout - Path to temporary file in which new index would be writtentodelete - Collection with charts with specified versions which should be deletedCopyright © 2012–2021 jcabi.com. All rights reserved.