org.apache.lucene.gdata.storage.lucenestorage.recover
Class RecoverWriter

java.lang.Object
  extended by org.apache.lucene.gdata.storage.lucenestorage.recover.RecoverWriter

public class RecoverWriter
extends Object

Writes the recover objects to the hard disc.

Author:
Simon Willnauer

Field Summary
protected static String FILE_PREFIX
           
protected static String META_DATA_ENTRY_SEPARATOR
           
protected static String META_DATA_SEPARATOR
           
protected static String OPERATION_DELETE
           
protected static String OPERATION_INSERT
           
protected static String OPERATION_UPDATE
           
protected static String STORAGE_OPERATION_SEPARATOR
           
 
Constructor Summary
RecoverWriter()
           
 
Method Summary
 void writeEntry(StorageEntryWrapper wrapper, Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RecoverWriter

public RecoverWriter()
Method Detail

writeEntry

public void writeEntry(StorageEntryWrapper wrapper,
                       Writer writer)
                throws IOException
Parameters:
wrapper -
Throws:
IOException


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.