All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fnklabs.draenei.orm.analytics.ComputeTask Maven / Gradle / Ivy

package com.fnklabs.draenei.orm.analytics;

import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

import java.io.Serializable;

public interface ComputeTask extends Serializable {
    @NotNull
    Mapper getMapper();

    @Nullable
    Reducer getReducer();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy