public class IndexCommitMetaInfo
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
class |
IndexCommitMetaInfo.Segment |
| Constructor and Description |
|---|
IndexCommitMetaInfo(org.apache.lucene.index.IndexCommit indexCommit) |
| Modifier and Type | Method and Description |
|---|---|
long |
getGeneration() |
java.util.List<IndexCommitMetaInfo.Segment> |
getSegments() |
boolean |
isEmpty() |
java.lang.String |
toString() |
public IndexCommitMetaInfo(org.apache.lucene.index.IndexCommit indexCommit)
throws java.io.IOException
java.io.IOExceptionpublic long getGeneration()
public java.util.List<IndexCommitMetaInfo.Segment> getSegments()
public boolean isEmpty()
public java.lang.String toString()
toString in class java.lang.Object