IBuffer
public interface ISPOBuffer
SPO
s. ISPOBuffer
s are used to collect
SPO
s into chunks that can be sorted in order to support efficient
batch operations on statement indices.Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.int size()
boolean isEmpty()
boolean add(ISPO spo)
ISPO
.spo
- The ISPO
.int flush()
#flush(boolean)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.