Class ProcessorConfiguration


  • public class ProcessorConfiguration
    extends java.lang.Object
    • Constructor Detail

      • ProcessorConfiguration

        public ProcessorConfiguration​(boolean singleTenant,
                                      int nodeBatchSize,
                                      double maxBatchesPerSecond,
                                      boolean readOnly,
                                      java.lang.String runAsUser)
    • Method Detail

      • isSingleTenant

        public boolean isSingleTenant()
      • getNodeBatchSize

        public int getNodeBatchSize()
      • getMaxBatchesPerSecond

        public double getMaxBatchesPerSecond()
      • isReadOnly

        public boolean isReadOnly()
      • getRunAsUser

        public java.lang.String getRunAsUser()