@Deprecated @InternalUseOnly public class LuceneSailBuffer extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LuceneSailBuffer.AddRemoveOperation
Deprecated.
|
static class |
LuceneSailBuffer.ClearContextOperation
Deprecated.
|
static class |
LuceneSailBuffer.ClearOperation
Deprecated.
|
static class |
LuceneSailBuffer.Operation
Deprecated.
|
Constructor and Description |
---|
LuceneSailBuffer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
add(Statement s)
Deprecated.
Add this statement to the buffer
|
void |
clear(Resource[] contexts)
Deprecated.
|
List<LuceneSailBuffer.Operation> |
operations()
Deprecated.
the list of operations.
|
Iterator<LuceneSailBuffer.Operation> |
operationsIterator()
Deprecated.
Iterator over the operations
|
void |
optimize()
Deprecated.
Optimize will remove any changes that are done before a clear()
|
void |
remove(Statement s)
Deprecated.
Remove this statement to the buffer
|
void |
reset()
Deprecated.
reset the buffer, empty the operations list
|
public void add(Statement s)
s
- the statementpublic void remove(Statement s)
s
- the statementpublic void clear(Resource[] contexts)
public Iterator<LuceneSailBuffer.Operation> operationsIterator()
public List<LuceneSailBuffer.Operation> operations()
public void optimize()
public void reset()
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.