| org.openrdf.sail.memory.model.ReadMode
ReadMode | public enum ReadMode (Code) | | A type-safe enumeration for read modes for MemStatementIterator.
See Also: MemStatementIterator |
Field Summary | |
Enum Constant | COMMITTED Constant indicating that only committed statements should be read. | Enum Constant | RAW Constant indicating that statements should be read no matter what their
transaction status is. | Enum Constant | TRANSACTION Constant indicating that statements should be treated as if the currently
active transaction has been committed. |
COMMITTED | Enum Constant COMMITTED(Code) | | Constant indicating that only committed statements should be read.
Statements that have been added but not yet committed will be skipped.
|
RAW | Enum Constant RAW(Code) | | Constant indicating that statements should be read no matter what their
transaction status is.
|
TRANSACTION | Enum Constant TRANSACTION(Code) | | Constant indicating that statements should be treated as if the currently
active transaction has been committed. Statements that have been
scheduled for removal will be skipped.
|
|
|