Class ContainerDocproc.Options

  • Enclosing class:
    ContainerDocproc

    public static class ContainerDocproc.Options
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Options​(boolean compressDocuments, java.lang.Integer maxMessagesInQueue, java.lang.Integer maxQueueMbSize, java.lang.Integer maxQueueTimeMs, java.lang.Double maxConcurrentFactor, java.lang.Double documentExpansionFactor, java.lang.Integer containerCoreMemory)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • compressDocuments

        public final boolean compressDocuments
      • maxMessagesInQueue

        public final java.lang.Integer maxMessagesInQueue
      • maxQueueMbSize

        public final java.lang.Integer maxQueueMbSize
      • maxQueueTimeMs

        public final java.lang.Integer maxQueueTimeMs
      • maxConcurrentFactor

        public final java.lang.Double maxConcurrentFactor
      • documentExpansionFactor

        public final java.lang.Double documentExpansionFactor
      • containerCoreMemory

        public final java.lang.Integer containerCoreMemory
    • Constructor Detail

      • Options

        public Options​(boolean compressDocuments,
                       java.lang.Integer maxMessagesInQueue,
                       java.lang.Integer maxQueueMbSize,
                       java.lang.Integer maxQueueTimeMs,
                       java.lang.Double maxConcurrentFactor,
                       java.lang.Double documentExpansionFactor,
                       java.lang.Integer containerCoreMemory)