org.openrdf.sail.rdbms.managers.base
Class ManagerBase
java.lang.Object
org.openrdf.sail.rdbms.managers.base.ManagerBase
- Direct Known Subclasses:
- HashManager, TripleManager, ValueManagerBase
public abstract class ManagerBase
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BATCH_SIZE
public static int BATCH_SIZE
MIN_QUEUE
public static int MIN_QUEUE
MAX_QUEUE
public static int MAX_QUEUE
queue
public final BlockingQueue<Batch> queue
ManagerBase
public ManagerBase()
getQueue
public BlockingQueue<Batch> getQueue()
close
public void close()
throws SQLException
- Throws:
SQLException
flush
public void flush()
throws SQLException,
InterruptedException
- Throws:
SQLException
InterruptedException
clear
public void clear()
optimize
protected void optimize()
throws SQLException
- Throws:
SQLException
flush
protected void flush(Batch batch)
throws SQLException
- Throws:
SQLException
Copyright © 2001-2008 Aduna. All Rights Reserved.