Class ShouldCompressAttachmentTextExtraction

java.lang.Object
com.atlassian.confluence.internal.index.attachment.ShouldCompressAttachmentTextExtraction
All Implemented Interfaces:
Supplier<Boolean>

public class ShouldCompressAttachmentTextExtraction extends Object implements Supplier<Boolean>
Since:
6.5
  • Constructor Details

    • ShouldCompressAttachmentTextExtraction

      public ShouldCompressAttachmentTextExtraction(ClusterManager clusterManager)
  • Method Details

    • get

      public Boolean get()
      It doesn't make sense to compress extracted text in non cluster configuration where everything happen in the same node.
      Specified by:
      get in interface Supplier<Boolean>