public final class BundlingThresholds
extends java.lang.Object
Constructor and Description |
---|
BundlingThresholds() |
Modifier and Type | Method and Description |
---|---|
static <E> com.google.common.collect.ImmutableList<BundlingThreshold<E>> |
of(long elementThreshold)
Creates an ImmutableList containing only a single threshold which counts
the number of elements.
|
public static <E> com.google.common.collect.ImmutableList<BundlingThreshold<E>> of(long elementThreshold)