org.rx.core.ForkJoinPoolWrapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rxlib Show documentation
Show all versions of rxlib Show documentation
A set of utilities for Java
package org.rx.core;
import lombok.extern.slf4j.Slf4j;
import net.bytebuddy.ByteBuddy;
import net.bytebuddy.agent.ByteBuddyAgent;
import net.bytebuddy.asm.Advice;
import net.bytebuddy.dynamic.loading.ClassReloadingStrategy;
import net.bytebuddy.implementation.bytecode.assign.Assigner;
import net.bytebuddy.matcher.ElementMatchers;
import org.rx.exception.InvalidException;
import java.util.Properties;
import java.util.concurrent.*;
import java.util.function.Function;
@Slf4j
public class ForkJoinPoolWrapper {
static class TaskAdvice {
@Advice.OnMethodEnter
public static void enter(@Advice.AllArguments(readOnly = false, typing = Assigner.Typing.DYNAMIC) Object[] arguments) throws Throwable {
final String sk = "";
final int sl = 2, idx = 1;
Properties props = System.getProperties();
Object v = props.get(sk);
Object[] share = null;
Function