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

com.aliyun.openservices.log.flink.LogPartitioner Maven / Gradle / Ivy

package com.aliyun.openservices.log.flink;

import java.io.Serializable;

public abstract class LogPartitioner implements Serializable {
    public abstract String getHashKey(T element);
    public void initialize(int indexOfThisSubtask, int numberOfParallelSubtasks){

    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy