Class AlfrescoReplicationHandler.ContentStoreFilesStream

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

    protected class AlfrescoReplicationHandler.ContentStoreFilesStream
    extends java.lang.Object
    This is used to write files in content store.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void write​(java.io.OutputStream out)  
      protected void writeNothingAndFlush()
      Used to write a marker for EOF
      • 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

      • write

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

        protected void writeNothingAndFlush()
                                     throws java.io.IOException
        Used to write a marker for EOF
        Throws:
        java.io.IOException