Package | Description |
---|---|
org.openrdf.sail.rdbms.managers | |
org.openrdf.sail.rdbms.managers.base | |
org.openrdf.sail.rdbms.managers.helpers | |
org.openrdf.sail.rdbms.schema |
Modifier and Type | Method and Description |
---|---|
protected void |
HashManager.flush(Batch batch) |
Modifier and Type | Method and Description |
---|---|
void |
TransTableManager.setBatchQueue(BlockingQueue<Batch> queue) |
Modifier and Type | Field and Description |
---|---|
BlockingQueue<Batch> |
ManagerBase.queue |
Modifier and Type | Method and Description |
---|---|
BlockingQueue<Batch> |
ManagerBase.getQueue() |
Modifier and Type | Method and Description |
---|---|
protected void |
ManagerBase.flush(Batch batch) |
Modifier and Type | Method and Description |
---|---|
Batch |
BatchBlockingQueue.peek() |
Batch |
BatchBlockingQueue.poll() |
Batch |
BatchBlockingQueue.poll(long timeout,
TimeUnit unit) |
Batch |
BatchBlockingQueue.take() |
Modifier and Type | Method and Description |
---|---|
Iterator<Batch> |
BatchBlockingQueue.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
BatchBlockingQueue.offer(Batch e) |
boolean |
BatchBlockingQueue.offer(Batch e,
long timeout,
TimeUnit unit) |
void |
BatchBlockingQueue.put(Batch e) |
Modifier and Type | Method and Description |
---|---|
int |
BatchBlockingQueue.drainTo(Collection<? super Batch> c) |
int |
BatchBlockingQueue.drainTo(Collection<? super Batch> c,
int n) |
Modifier and Type | Class and Description |
---|---|
class |
HashBatch |
class |
TripleBatch |
class |
ValueBatch |
Modifier and Type | Field and Description |
---|---|
static Batch |
Batch.CLOSED_SIGNAL |
Modifier and Type | Method and Description |
---|---|
BNodeTable |
ValueTableFactory.createBNodeTable(Connection conn,
BlockingQueue<Batch> queue) |
HashTable |
ValueTableFactory.createHashTable(Connection conn,
BlockingQueue<Batch> queue) |
LiteralTable |
ValueTableFactory.createLiteralTable(Connection conn,
BlockingQueue<Batch> queue) |
URITable |
ValueTableFactory.createURITable(Connection conn,
BlockingQueue<Batch> queue) |
protected ValueTable |
ValueTableFactory.createValueTable(Connection conn,
BlockingQueue<Batch> queue,
String name,
int sqlType) |
protected ValueTable |
ValueTableFactory.createValueTable(Connection conn,
BlockingQueue<Batch> queue,
String name,
int sqlType,
int length) |
void |
ValueTable.setQueue(BlockingQueue<Batch> queue) |
void |
TransactionTable.setQueue(BlockingQueue<Batch> queue) |
Copyright © 2001-2016 Aduna. All Rights Reserved.