com.atlassian.bonnie.index
Class BaseDocumentWritingScheme

java.lang.Object
  extended bycom.atlassian.bonnie.index.BaseDocumentWritingScheme
All Implemented Interfaces:
BatchOpIndexer.DocumentWritingScheme
Direct Known Subclasses:
TempDirectoryDocumentWritingScheme

public abstract class BaseDocumentWritingScheme
extends java.lang.Object
implements BatchOpIndexer.DocumentWritingScheme


Field Summary
protected  com.atlassian.core.util.ProgressWrapper progress
           
 
Constructor Summary
BaseDocumentWritingScheme()
           
 
Method Summary
 void setProgressWrapper(com.atlassian.core.util.ProgressWrapper progress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.bonnie.index.BatchOpIndexer.DocumentWritingScheme
close, runComplete, write
 

Field Detail

progress

protected com.atlassian.core.util.ProgressWrapper progress
Constructor Detail

BaseDocumentWritingScheme

public BaseDocumentWritingScheme()
Method Detail

setProgressWrapper

public void setProgressWrapper(com.atlassian.core.util.ProgressWrapper progress)
Specified by:
setProgressWrapper in interface BatchOpIndexer.DocumentWritingScheme


Copyright © 2006-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.