Liferay 6.1.0-ce-b4

com.liferay.portal.search.lucene.store.jdbc
Class LiferayJdbcDirectory

java.lang.Object
  extended by org.apache.lucene.store.Directory
      extended by org.apache.lucene.store.jdbc.JdbcDirectory
          extended by com.liferay.portal.search.lucene.store.jdbc.LiferayJdbcDirectory
All Implemented Interfaces:
Closeable, org.apache.lucene.store.MultiDeleteDirectory

public class LiferayJdbcDirectory
extends org.apache.lucene.store.jdbc.JdbcDirectory


Field Summary
 
Fields inherited from class org.apache.lucene.store.Directory
isOpen, lockFactory
 
Constructor Summary
LiferayJdbcDirectory(DataSource dataSource, org.apache.lucene.store.jdbc.dialect.Dialect dialect, String tableName)
           
 
Method Summary
 String[] listAll()
           
 
Methods inherited from class org.apache.lucene.store.jdbc.JdbcDirectory
close, create, createLock, createOutput, delete, deleteContent, deleteFile, deleteFiles, deleteMarkDeleted, deleteMarkDeleted, fileExists, fileLength, fileModified, forceDeleteFile, getDataSource, getDialect, getFileEntryHandler, getJdbcTemplate, getSettings, getTable, list, makeLock, openInput, renameFile, tableExists, touchFile
 
Methods inherited from class org.apache.lucene.store.Directory
clearLock, copy, ensureOpen, getLockFactory, getLockID, openInput, setLockFactory, sync, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LiferayJdbcDirectory

public LiferayJdbcDirectory(DataSource dataSource,
                            org.apache.lucene.store.jdbc.dialect.Dialect dialect,
                            String tableName)
Method Detail

listAll

public String[] listAll()
                 throws IOException
Specified by:
listAll in class org.apache.lucene.store.Directory
Throws:
IOException

Liferay 6.1.0-ce-b4