Class TextIndexTDB1

  • All Implemented Interfaces:
    org.apache.jena.tdb.transaction.TransactionLifecycle

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void abort​(org.apache.jena.tdb.transaction.Transaction txn)  
      void begin​(org.apache.jena.tdb.transaction.Transaction txn)  
      void clearupCommitted​(org.apache.jena.tdb.transaction.Transaction txn)  
      void commitPrepare​(org.apache.jena.tdb.transaction.Transaction txn)  
      void committed​(org.apache.jena.tdb.transaction.Transaction txn)  
      void enactCommitted​(org.apache.jena.tdb.transaction.Transaction txn)  
      • Methods inherited from class java.lang.Object

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

      • TextIndexTDB1

        public TextIndexTDB1​(TextIndex textIndex)
    • Method Detail

      • begin

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

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

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

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

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

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