public interface SnapshotInfo
| Modifier and Type | Method and Description |
|---|---|
List<FileInfo> |
getFiles()
Returns a list of files corresponding to this snapshot.
|
long |
getIndex()
Returns the index corresponding to this snapshot.
|
long |
getTerm()
Returns the term corresponding to this snapshot.
|
TermIndex |
getTermIndex()
Returns the term and index corresponding to this snapshot.
|
TermIndex getTermIndex()
long getTerm()
long getIndex()
List<FileInfo> getFiles()
Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.