Class AlfrescoReplicationHandler.LocalFsFileStream

  • All Implemented Interfaces:
    org.apache.solr.core.SolrCore.RawWriter
    Enclosing class:
    AlfrescoReplicationHandler

    protected abstract class AlfrescoReplicationHandler.LocalFsFileStream
    extends java.lang.Object
    This is used to read and send files in content store ad a single stream
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract java.io.File initFile()  
      void write​(java.io.OutputStream out)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.solr.core.SolrCore.RawWriter

        getContentType
    • Method Detail

      • initFile

        protected abstract java.io.File initFile()
      • write

        public void write​(java.io.OutputStream out)
        Specified by:
        write in interface org.apache.solr.core.SolrCore.RawWriter