Package org.eclipse.rdf4j.sail.lucene
Class LuceneSailBuffer.AddRemoveOperation
- java.lang.Object
-
- org.eclipse.rdf4j.sail.lucene.LuceneSailBuffer.Operation
-
- org.eclipse.rdf4j.sail.lucene.LuceneSailBuffer.AddRemoveOperation
-
- Enclosing class:
- LuceneSailBuffer
public static class LuceneSailBuffer.AddRemoveOperation extends LuceneSailBuffer.Operation
-
-
Constructor Summary
Constructors Constructor Description AddRemoveOperation()
AddRemoveOperation(boolean useType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Statement s)
void
addType(Statement s, boolean rightType)
HashSet<Statement>
getAdded()
HashSet<Statement>
getRemoved()
Map<Resource,Boolean>
getTypeAdded()
Set<Resource>
getTypeRemoved()
void
remove(Statement s)
void
removeType(Statement s)
-