Package org.alfresco.solr.handler
Class AlfrescoReplicationHandler.ContentStoreFilesStream
- java.lang.Object
-
- org.alfresco.solr.handler.AlfrescoReplicationHandler.ContentStoreFilesStream
-
- All Implemented Interfaces:
org.apache.solr.core.SolrCore.RawWriter
- Enclosing class:
- AlfrescoReplicationHandler
protected class AlfrescoReplicationHandler.ContentStoreFilesStream extends Object
This is used to write files in content store.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(OutputStream out)protected voidwriteNothingAndFlush()Used to write a marker for EOF
-
-
-
Method Detail
-
write
public void write(OutputStream out) throws IOException
- Specified by:
writein interfaceorg.apache.solr.core.SolrCore.RawWriter- Throws:
IOException
-
writeNothingAndFlush
protected void writeNothingAndFlush() throws IOExceptionUsed to write a marker for EOF- Throws:
IOException
-
-