Liferay 6.2-ce-ga5

com.liferay.portal.search.lucene.dump
Class IndexCommitMetaInfo

java.lang.Object
  extended by com.liferay.portal.search.lucene.dump.IndexCommitMetaInfo
All Implemented Interfaces:
Serializable

public class IndexCommitMetaInfo
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
 class IndexCommitMetaInfo.Segment
           
 
Constructor Summary
IndexCommitMetaInfo(org.apache.lucene.index.IndexCommit indexCommit)
           
 
Method Summary
 long getGeneration()
           
 List<IndexCommitMetaInfo.Segment> getSegments()
           
 boolean isEmpty()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexCommitMetaInfo

public IndexCommitMetaInfo(org.apache.lucene.index.IndexCommit indexCommit)
                    throws IOException
Throws:
IOException
Method Detail

getGeneration

public long getGeneration()

getSegments

public List<IndexCommitMetaInfo.Segment> getSegments()

isEmpty

public boolean isEmpty()

toString

public String toString()
Overrides:
toString in class Object

Liferay 6.2-ce-ga5