|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object bucket.core.persistence.hibernate.HibernateEntityObjectQueue
public class HibernateEntityObjectQueue
Used for batch indexing.
Field Summary | |
---|---|
static org.apache.log4j.Logger |
log
Deprecated. |
Constructor Summary | |
---|---|
HibernateEntityObjectQueue(java.util.List handles,
net.sf.hibernate.SessionFactory sessionFactory)
|
Method Summary | |
---|---|
void |
clearCaches()
Clear any underlying caches that might be kept as the queue is run through. |
void |
close()
Release all resources (i.e. |
java.util.List |
getNextObjects()
Get a collection of the next "group" of objects from the queue. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@Deprecated public static final org.apache.log4j.Logger log
Constructor Detail |
---|
public HibernateEntityObjectQueue(java.util.List handles, net.sf.hibernate.SessionFactory sessionFactory) throws net.sf.hibernate.HibernateException
net.sf.hibernate.HibernateException
Method Detail |
---|
public java.util.List getNextObjects()
EntityObjectQueue
getNextObjects
in interface EntityObjectQueue
public void clearCaches()
EntityObjectQueue
clearCaches
in interface EntityObjectQueue
public void close()
EntityObjectQueue
close
in interface EntityObjectQueue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |