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

com.twitter.summingbird.javaapi.Buffer Maven / Gradle / Ivy

The newest version!
package com.twitter.summingbird.javaapi;

import com.twitter.summingbird.Platform;

/**
 * a Buffer used in left joins
 *
 * @author Julien Le Dem
 *
 * @param 

the underlying platform * @param Is the actual type used by the underlying Platform it is parameterized in * @param key * @param value */ public class Buffer

, BUFFER, K, V> extends Wrapper { public Buffer(BUFFER buffer) { super(buffer); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy