|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.lucis.core.impl.DefaultWriter
public final class DefaultWriter
Default writer implementation.
| Constructor Summary | |
|---|---|
DefaultWriter()
|
|
DefaultWriter(WriterConfiguration config)
|
|
| Method Summary | ||
|---|---|---|
void |
setLogName(java.lang.String name)
|
|
|
write(Store<T> store,
Batch<T> batch)
Applies a batch of operations. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultWriter()
public DefaultWriter(WriterConfiguration config)
| Method Detail |
|---|
public void setLogName(java.lang.String name)
public <T> IndexStatus write(Store<T> store,
Batch<T> batch)
Writer
write in interface WriterT - Checkpoint type.store - Destination store.batch - Batch to apply.
null if the batch is null or the final checkpoint is equals to the initial one.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||