org.apache.lucene.gdata.storage.lucenestorage.recover
Class RecoverWriter
java.lang.Object
org.apache.lucene.gdata.storage.lucenestorage.recover.RecoverWriter
public class RecoverWriter
- extends Object
Writes the recover objects to the hard disc.
- Author:
- Simon Willnauer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
META_DATA_SEPARATOR
protected static final String META_DATA_SEPARATOR
- See Also:
- Constant Field Values
META_DATA_ENTRY_SEPARATOR
protected static final String META_DATA_ENTRY_SEPARATOR
STORAGE_OPERATION_SEPARATOR
protected static final String STORAGE_OPERATION_SEPARATOR
- See Also:
- Constant Field Values
OPERATION_DELETE
protected static final String OPERATION_DELETE
- See Also:
- Constant Field Values
OPERATION_UPDATE
protected static final String OPERATION_UPDATE
- See Also:
- Constant Field Values
OPERATION_INSERT
protected static final String OPERATION_INSERT
- See Also:
- Constant Field Values
FILE_PREFIX
protected static final String FILE_PREFIX
- See Also:
- Constant Field Values
RecoverWriter
public RecoverWriter()
writeEntry
public void writeEntry(StorageEntryWrapper wrapper,
Writer writer)
throws IOException
- Parameters:
wrapper
-
- Throws:
IOException
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.