Class OutputStream

    • Field Detail

      • areKeysSkewed

        public final boolean areKeysSkewed
    • Constructor Detail

      • OutputStream

        public OutputStream​(String id,
                            NormalDistStats rate,
                            boolean areKeysSkewed)
        Create a new stream with stats.
        Parameters:
        id - the id of the stream
        rate - the rate of tuples being emitted on this stream
        areKeysSkewed - true if keys are skewed else false. For skewed keys we only simulate it by using a gaussian distribution to the keys instead of an even distribution. Tere is no effort made right not to measure the skewness and reproduce it.