|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
IBuffer
public interface ISPOBuffer
A buffer for SPOs. ISPOBuffers are used to collect
SPOs into chunks that can be sorted in order to support efficient
batch operations on statement indices.
| Field Summary | |
|---|---|
static boolean |
DEBUG
Deprecated. True iff the log level is DEBUG or less. |
static boolean |
INFO
Deprecated. True iff the log level is INFO or less. |
static org.apache.log4j.Logger |
log
Deprecated. |
| Method Summary | |
|---|---|
boolean |
add(ISPO spo)
Deprecated. Adds an ISPO. |
int |
flush()
Deprecated. Flush any buffered statements to the backing store. |
boolean |
isEmpty()
Deprecated. True iff there are no statements in the buffer. |
int |
size()
Deprecated. The #of statements currently in the buffer. |
| Field Detail |
|---|
static final org.apache.log4j.Logger log
static final boolean INFO
log level is INFO or less.
static final boolean DEBUG
log level is DEBUG or less.
| Method Detail |
|---|
int size()
boolean isEmpty()
boolean add(ISPO spo)
ISPO.
spo - The ISPO.
int flush()
#flush(boolean)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||