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

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

public class IndexCommitMetaInfo.Segment
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
IndexCommitMetaInfo.Segment(java.lang.String fileName, long fileSize)
           
 
Method Summary
 java.lang.String getFileName()
           
 long getFileSize()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexCommitMetaInfo.Segment

public IndexCommitMetaInfo.Segment(java.lang.String fileName,
                                   long fileSize)
Method Detail

getFileName

public java.lang.String getFileName()

getFileSize

public long getFileSize()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object