Class GeneratedSimpleDistributedProcess

    • Field Detail

      • BATCHSIZE

        public static final java.lang.String BATCHSIZE
        Qualifier of the SimpleDistributedProcess.batchSize attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedSimpleDistributedProcess

        public GeneratedSimpleDistributedProcess()
    • Method Detail

      • getBatchSize

        public java.lang.Integer getBatchSize​(SessionContext ctx)
        Generated method - Getter of the SimpleDistributedProcess.batchSize attribute.
        Returns:
        the batchSize
      • getBatchSize

        public java.lang.Integer getBatchSize()
        Generated method - Getter of the SimpleDistributedProcess.batchSize attribute.
        Returns:
        the batchSize
      • getBatchSizeAsPrimitive

        public int getBatchSizeAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SimpleDistributedProcess.batchSize attribute.
        Returns:
        the batchSize
      • getBatchSizeAsPrimitive

        public int getBatchSizeAsPrimitive()
        Generated method - Getter of the SimpleDistributedProcess.batchSize attribute.
        Returns:
        the batchSize
      • setBatchSize

        protected void setBatchSize​(SessionContext ctx,
                                    java.lang.Integer value)
        Generated method - Setter of the SimpleDistributedProcess.batchSize attribute.
        Parameters:
        value - the batchSize
      • setBatchSize

        protected void setBatchSize​(java.lang.Integer value)
        Generated method - Setter of the SimpleDistributedProcess.batchSize attribute.
        Parameters:
        value - the batchSize
      • setBatchSize

        protected void setBatchSize​(SessionContext ctx,
                                    int value)
        Generated method - Setter of the SimpleDistributedProcess.batchSize attribute.
        Parameters:
        value - the batchSize
      • setBatchSize

        protected void setBatchSize​(int value)
        Generated method - Setter of the SimpleDistributedProcess.batchSize attribute.
        Parameters:
        value - the batchSize