Class AgentBuilder.RedefinitionStrategy.BatchAllocator.Partitioning

java.lang.Object
net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.BatchAllocator.Partitioning
All Implemented Interfaces:
AgentBuilder.RedefinitionStrategy.BatchAllocator
Enclosing interface:
AgentBuilder.RedefinitionStrategy.BatchAllocator

@Enhance public static class AgentBuilder.RedefinitionStrategy.BatchAllocator.Partitioning extends Object implements AgentBuilder.RedefinitionStrategy.BatchAllocator
A partitioning batch allocator that splits types for redefinition into a fixed amount of parts.
  • Field Details

    • parts

      private final int parts
      The amount of batches to generate.
  • Constructor Details

    • 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 Details