Uses of Class
org.jgroups.util.DistributionSampler
-
Packages that use DistributionSampler Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of DistributionSampler in org.jgroups.protocols
Fields in org.jgroups.protocols declared as DistributionSampler Modifier and Type Field Description protected DistributionSampler
SIZE2. down_sampler
protected DistributionSampler
SIZE2. up_sampler
Methods in org.jgroups.protocols with parameters of type DistributionSampler Modifier and Type Method Description protected void
SIZE2. addSample(Message msg, DistributionSampler ds)
-
Uses of DistributionSampler in org.jgroups.util
Methods in org.jgroups.util that return DistributionSampler Modifier and Type Method Description DistributionSampler
DistributionSampler. add(long value)
DistributionSampler
DistributionSampler. exceptionOnMissingBucket(boolean b)
DistributionSampler
DistributionSampler. reset()
-