Class TextIndexDB

  • All Implemented Interfaces:
    org.apache.jena.dboe.transaction.txn.TransactionalComponent

    public class TextIndexDB
    extends org.apache.jena.dboe.transaction.txn.TransactionalComponentBase<org.apache.jena.query.text.TextIndexDB.TextState>
    Adapter to put Lucene into DBOE transactions.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.jena.dboe.transaction.txn.TransactionalComponentLifecycle

        org.apache.jena.dboe.transaction.txn.TransactionalComponentLifecycle.ComponentState<X extends java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      TextIndexDB​(org.apache.jena.dboe.transaction.txn.ComponentId id, TextIndex textIndex)  
    • Method Summary

      • Methods inherited from class org.apache.jena.dboe.transaction.txn.TransactionalComponentBase

        cleanStart, finishRecovery, recover, startRecovery
      • Methods inherited from class org.apache.jena.dboe.transaction.txn.TransactionalComponentLifecycle

        abort, attach, begin, commit, commitEnd, commitPrepare, complete, detach, getComponentId, getComponentState, promote, setComponentState, shutdown
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TextIndexDB

        public TextIndexDB​(org.apache.jena.dboe.transaction.txn.ComponentId id,
                           TextIndex textIndex)