Package org.apache.jena.query.text
Class TextIndexTDB1
- java.lang.Object
-
- org.apache.jena.query.text.TextIndexTDB1
-
- All Implemented Interfaces:
org.apache.jena.tdb.transaction.TransactionLifecycle
public class TextIndexTDB1 extends java.lang.Object implements org.apache.jena.tdb.transaction.TransactionLifecycleAdapter to put Lucene text indexes into the TDB1 transaction system.
-
-
Constructor Summary
Constructors Constructor Description TextIndexTDB1(TextIndex textIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidabort(org.apache.jena.tdb.transaction.Transaction txn)voidbegin(org.apache.jena.tdb.transaction.Transaction txn)voidclearupCommitted(org.apache.jena.tdb.transaction.Transaction txn)voidcommitPrepare(org.apache.jena.tdb.transaction.Transaction txn)voidcommitted(org.apache.jena.tdb.transaction.Transaction txn)voidenactCommitted(org.apache.jena.tdb.transaction.Transaction txn)
-
-
-
Constructor Detail
-
TextIndexTDB1
public TextIndexTDB1(TextIndex textIndex)
-
-
Method Detail
-
begin
public void begin(org.apache.jena.tdb.transaction.Transaction txn)
- Specified by:
beginin interfaceorg.apache.jena.tdb.transaction.TransactionLifecycle
-
abort
public void abort(org.apache.jena.tdb.transaction.Transaction txn)
- Specified by:
abortin interfaceorg.apache.jena.tdb.transaction.TransactionLifecycle
-
commitPrepare
public void commitPrepare(org.apache.jena.tdb.transaction.Transaction txn)
- Specified by:
commitPreparein interfaceorg.apache.jena.tdb.transaction.TransactionLifecycle
-
committed
public void committed(org.apache.jena.tdb.transaction.Transaction txn)
- Specified by:
committedin interfaceorg.apache.jena.tdb.transaction.TransactionLifecycle
-
enactCommitted
public void enactCommitted(org.apache.jena.tdb.transaction.Transaction txn)
- Specified by:
enactCommittedin interfaceorg.apache.jena.tdb.transaction.TransactionLifecycle
-
clearupCommitted
public void clearupCommitted(org.apache.jena.tdb.transaction.Transaction txn)
- Specified by:
clearupCommittedin interfaceorg.apache.jena.tdb.transaction.TransactionLifecycle
-
-