| Package | Description |
|---|---|
| io.netty.util.internal.chmv8 |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> io.netty.util.internal.chmv8.ForkJoinTask<Long> |
ConcurrentHashMapV8.ForkJoinTasks.reduceToLong(ConcurrentHashMapV8<K,V> map,
ConcurrentHashMapV8.ObjectByObjectToLong<? super K,? super V> transformer,
long basis,
ConcurrentHashMapV8.LongByLongToLong reducer)
Returns a task that when invoked, returns the result of
accumulating the given transformation of all (key, value) pairs
using the given reducer to combine values, and the given
basis as an identity value.
|
long |
ConcurrentHashMapV8.reduceToLongInParallel(ConcurrentHashMapV8.ObjectByObjectToLong<? super K,? super V> transformer,
long basis,
ConcurrentHashMapV8.LongByLongToLong reducer)
Returns the result of accumulating the given transformation
of all (key, value) pairs using the given reducer to
combine values, and the given basis as an identity value.
|
long |
ConcurrentHashMapV8.reduceToLongSequentially(ConcurrentHashMapV8.ObjectByObjectToLong<? super K,? super V> transformer,
long basis,
ConcurrentHashMapV8.LongByLongToLong reducer)
Returns the result of accumulating the given transformation
of all (key, value) pairs using the given reducer to
combine values, and the given basis as an identity value.
|
Copyright © 2008-2013 The Netty Project. All Rights Reserved.