public class SnapshotIndexCommits extends Object implements Iterable<SnapshotIndexCommit>, Releasable
Constructor and Description |
---|
SnapshotIndexCommits(List<SnapshotIndexCommit> commits) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Iterator<SnapshotIndexCommit> |
iterator() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public SnapshotIndexCommits(List<SnapshotIndexCommit> commits)
public int size()
public Iterator<SnapshotIndexCommit> iterator()
iterator
in interface Iterable<SnapshotIndexCommit>
public void close()
close
in interface AutoCloseable
close
in interface Releasable
Copyright © 2009–2016. All rights reserved.