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

        java.lang.Iterable<? extends java.util.List<java.lang.Class<?>>> batch​(java.util.List<java.lang.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.