| Package | Description |
|---|---|
| org.apache.lucene.luke.models.commits |
Models and APIs for the Commits tab
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Commit> |
Commits.getCommit(long commitGen)
Returns a commit of the specified generation.
|
Optional<Commit> |
CommitsImpl.getCommit(long commitGen) |
List<Commit> |
Commits.listCommits()
Returns commits that exists in this Directory.
|
List<Commit> |
CommitsImpl.listCommits() |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.