io.alphatier.java.Executor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alphatier-java Show documentation
Show all versions of alphatier-java Show documentation
Alphatier is a resource management library. It is designed to allow different schedulers to share the
resources of a pool of executors in order to execute tasks with those.
package io.alphatier.java;
import java.util.Collection;
import java.util.Map;
public final class Executor {
private final String id;
private final Status status;
private final Map resources;
private final Map