public class IndexIncrement extends Object
Constructor and Description |
---|
IndexIncrement(List<IndexFileMeta> newIndexFiles) |
IndexIncrement(List<IndexFileMeta> newIndexFiles,
List<IndexFileMeta> deletedIndexFiles) |
Modifier and Type | Method and Description |
---|---|
List<IndexFileMeta> |
deletedIndexFiles() |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isEmpty() |
List<IndexFileMeta> |
newIndexFiles() |
String |
toString() |
public IndexIncrement(List<IndexFileMeta> newIndexFiles)
public IndexIncrement(List<IndexFileMeta> newIndexFiles, List<IndexFileMeta> deletedIndexFiles)
public List<IndexFileMeta> newIndexFiles()
public List<IndexFileMeta> deletedIndexFiles()
public boolean isEmpty()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.