Interface AgentBuilder.RedefinitionStrategy.BatchAllocator

    • Field Detail

      • FIRST_BATCH

        static final int FIRST_BATCH
        The index of the first batch.
        See Also:
        Constant Field Values
    • Method Detail

      • batch

        Iterable<? extends List<Class<?>>> batch​(List<Class<?>> types)
        Splits a list of types to be retransformed into separate batches.
        Parameters:
        types - A list of types which should be retransformed.
        Returns:
        An iterable of retransformations within a batch.