org.compass.core.lucene.engine.transaction.support
Class TransactionJob
java.lang.Object
org.compass.core.lucene.engine.transaction.support.TransactionJob
- All Implemented Interfaces:
- Serializable
public class TransactionJob
- extends Object
- implements Serializable
A transaction job represents a job that needs to be performed.
- Author:
- kimchy
- See Also:
- Serialized Form
TransactionJob
public TransactionJob(TransactionJob.Type type,
InternalResource resource)
TransactionJob
public TransactionJob(TransactionJob.Type type,
ResourceKey resourceKey)
getType
public TransactionJob.Type getType()
getResourceKey
public ResourceKey getResourceKey()
getResource
public InternalResource getResource()
getResourceUID
public String getResourceUID()
getSubIndex
public String getSubIndex()
getUIDTerm
public Term getUIDTerm()
attach
public void attach(SearchEngineFactory searchEngineFactory)
toString
public String toString()
- Overrides:
toString in class Object
Copyright (c) 2004-2008 The Compass Project.