Class AgentBuilder.RedefinitionStrategy.BatchAllocator.Partitioning

    • Constructor Detail

      • Partitioning

        protected Partitioning​(int parts)
        Creates a new batch allocator that splits types for redefinition into a fixed amount of parts.
        Parameters:
        parts - The amount of parts to create.
    • Method Detail

      • of

        public static AgentBuilder.RedefinitionStrategy.BatchAllocator of​(int parts)
        Creates a part-splitting batch allocator.
        Parameters:
        parts - The amount of parts to create.
        Returns:
        A batch allocator that splits the redefined types into a fixed amount of batches.