Class TextIndexTDB1

java.lang.Object
org.apache.jena.query.text.TextIndexTDB1
All Implemented Interfaces:
org.apache.jena.tdb1.transaction.TransactionLifecycle

public class TextIndexTDB1 extends Object implements org.apache.jena.tdb1.transaction.TransactionLifecycle
Adapter to put Lucene text indexes into the TDB1 transaction system.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    abort(org.apache.jena.tdb1.transaction.Transaction txn)
     
    void
    begin(org.apache.jena.tdb1.transaction.Transaction txn)
     
    void
    clearupCommitted(org.apache.jena.tdb1.transaction.Transaction txn)
     
    void
    commitPrepare(org.apache.jena.tdb1.transaction.Transaction txn)
     
    void
    committed(org.apache.jena.tdb1.transaction.Transaction txn)
     
    void
    enactCommitted(org.apache.jena.tdb1.transaction.Transaction txn)
     

    Methods inherited from class java.lang.Object

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

    • TextIndexTDB1

      public TextIndexTDB1(TextIndex textIndex)
  • Method Details

    • begin

      public void begin(org.apache.jena.tdb1.transaction.Transaction txn)
      Specified by:
      begin in interface org.apache.jena.tdb1.transaction.TransactionLifecycle
    • abort

      public void abort(org.apache.jena.tdb1.transaction.Transaction txn)
      Specified by:
      abort in interface org.apache.jena.tdb1.transaction.TransactionLifecycle
    • commitPrepare

      public void commitPrepare(org.apache.jena.tdb1.transaction.Transaction txn)
      Specified by:
      commitPrepare in interface org.apache.jena.tdb1.transaction.TransactionLifecycle
    • committed

      public void committed(org.apache.jena.tdb1.transaction.Transaction txn)
      Specified by:
      committed in interface org.apache.jena.tdb1.transaction.TransactionLifecycle
    • enactCommitted

      public void enactCommitted(org.apache.jena.tdb1.transaction.Transaction txn)
      Specified by:
      enactCommitted in interface org.apache.jena.tdb1.transaction.TransactionLifecycle
    • clearupCommitted

      public void clearupCommitted(org.apache.jena.tdb1.transaction.Transaction txn)
      Specified by:
      clearupCommitted in interface org.apache.jena.tdb1.transaction.TransactionLifecycle