Liferay 6.2-ce-ga5

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:
Serializable
Enclosing class:
IndexCommitMetaInfo

public class IndexCommitMetaInfo.Segment
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
IndexCommitMetaInfo.Segment(String fileName, long fileSize)
           
 
Method Summary
 String getFileName()
           
 long getFileSize()
           
 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(String fileName,
                                   long fileSize)
Method Detail

getFileName

public String getFileName()

getFileSize

public long getFileSize()

toString

public String toString()
Overrides:
toString in class Object

Liferay 6.2-ce-ga5