- cancel(boolean) - Method in class io.netty.util.concurrent.CompleteFuture
-
- cancel(boolean) - Method in class io.netty.util.concurrent.DefaultPromise
-
- cancel(boolean) - Method in interface io.netty.util.concurrent.Future
-
- cancel() - Method in interface io.netty.util.Timeout
-
Attempts to cancel the
TimerTask associated with this handle.
- canEnableTcpNoDelayByDefault() - Static method in class io.netty.util.internal.PlatformDependent
-
Returns true if and only if it is fine to enable TCP_NODELAY socket option by default.
- cause() - Method in class io.netty.util.concurrent.DefaultPromise
-
- cause() - Method in class io.netty.util.concurrent.FailedFuture
-
- cause() - Method in interface io.netty.util.concurrent.Future
-
Returns the cause of the failed I/O operation if the I/O operation has
failed.
- cause() - Method in class io.netty.util.concurrent.SucceededFuture
-
- CharsetUtil - Class in io.netty.util
-
A utility class that provides various common operations and constants
related with
Charset and its relevant classes.
- checkDeadLock() - Method in class io.netty.util.concurrent.DefaultPromise
-
Do deadlock checks
- children() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
-
Return a safe-copy of all of the children of this group.
- cleanup() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Do nothing, sub-classes may override
- clear() - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Removes all of the mappings from this map.
- close() - Method in interface io.netty.util.ResourceLeak
-
- CommonsLoggerFactory - Class in io.netty.util.internal.logging
-
- CommonsLoggerFactory() - Constructor for class io.netty.util.internal.logging.CommonsLoggerFactory
-
- compareAndSet(T, T) - Method in interface io.netty.util.Attribute
-
Atomically sets the value to the given updated value if the current value == the expected value.
- compareTo(UniqueName) - Method in class io.netty.util.UniqueName
-
- CompleteFuture<V> - Class in io.netty.util.concurrent
-
A skeletal
Future implementation which represents a
Future which has been completed already.
- CompleteFuture(EventExecutor) - Constructor for class io.netty.util.concurrent.CompleteFuture
-
Creates a new instance.
- CompletePromise<V> - Class in io.netty.util.concurrent
-
- CompletePromise(EventExecutor) - Constructor for class io.netty.util.concurrent.CompletePromise
-
- compute(K, ConcurrentHashMapV8.BiFun<? super K, ? super V, ? extends V>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Computes a new mapping value given a key and
its current mapped value (or null if there is no current
mapping).
- computeIfAbsent(K, ConcurrentHashMapV8.Fun<? super K, ? extends V>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
If the specified key is not already associated with a value,
computes its value using the given mappingFunction and enters
it into the map unless null.
- computeIfPresent(K, ConcurrentHashMapV8.BiFun<? super K, ? super V, ? extends V>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
If the given key is present, computes a new mapping value given a key and
its current mapped value.
- ConcurrentHashMapV8<K,V> - Class in io.netty.util.internal.chmv8
-
A hash table supporting full concurrency of retrievals and
high expected concurrency for updates.
- ConcurrentHashMapV8() - Constructor for class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Creates a new, empty map with the default initial table size (16).
- ConcurrentHashMapV8(int) - Constructor for class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Creates a new, empty map with an initial table size
accommodating the specified number of elements without the need
to dynamically resize.
- ConcurrentHashMapV8(Map<? extends K, ? extends V>) - Constructor for class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Creates a new map with the same mappings as the given map.
- ConcurrentHashMapV8(int, float) - Constructor for class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Creates a new, empty map with an initial table size based on
the given number of elements (initialCapacity) and
initial table density (loadFactor).
- ConcurrentHashMapV8(int, float, int) - Constructor for class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Creates a new, empty map with an initial table size based on
the given number of elements (initialCapacity), table
density (loadFactor), and number of concurrently
updating threads (concurrencyLevel).
- ConcurrentHashMapV8.Action<A> - Interface in io.netty.util.internal.chmv8
-
Interface describing a void action of one argument
- ConcurrentHashMapV8.BiAction<A,B> - Interface in io.netty.util.internal.chmv8
-
Interface describing a void action of two arguments
- ConcurrentHashMapV8.BiFun<A,B,T> - Interface in io.netty.util.internal.chmv8
-
Interface describing a function of two arguments
- ConcurrentHashMapV8.DoubleByDoubleToDouble - Interface in io.netty.util.internal.chmv8
-
Interface describing a function mapping two doubles to a double
- ConcurrentHashMapV8.DoubleToDouble - Interface in io.netty.util.internal.chmv8
-
Interface describing a function mapping a double to a double
- ConcurrentHashMapV8.EntrySetView<K,V> - Class in io.netty.util.internal.chmv8
-
A view of a ConcurrentHashMapV8 as a
Set of (key, value)
entries.
- ConcurrentHashMapV8.ForkJoinTasks - Class in io.netty.util.internal.chmv8
-
Predefined tasks for performing bulk parallel operations on
ConcurrentHashMapV8s.
- ConcurrentHashMapV8.Fun<A,T> - Interface in io.netty.util.internal.chmv8
-
Interface describing a function of one argument
- ConcurrentHashMapV8.Generator<T> - Interface in io.netty.util.internal.chmv8
-
Interface describing a function of no arguments
- ConcurrentHashMapV8.IntByIntToInt - Interface in io.netty.util.internal.chmv8
-
Interface describing a function mapping two ints to an int
- ConcurrentHashMapV8.IntToInt - Interface in io.netty.util.internal.chmv8
-
Interface describing a function mapping an int to an int
- ConcurrentHashMapV8.KeySetView<K,V> - Class in io.netty.util.internal.chmv8
-
A view of a ConcurrentHashMapV8 as a
Set of keys, in
which additions may optionally be enabled by mapping to a
common value.
- ConcurrentHashMapV8.LongByLongToLong - Interface in io.netty.util.internal.chmv8
-
Interface describing a function mapping two longs to a long
- ConcurrentHashMapV8.LongToLong - Interface in io.netty.util.internal.chmv8
-
Interface describing a function mapping a long to a long
- ConcurrentHashMapV8.ObjectByObjectToDouble<A,B> - Interface in io.netty.util.internal.chmv8
-
Interface describing a function mapping two arguments to a double
- ConcurrentHashMapV8.ObjectByObjectToInt<A,B> - Interface in io.netty.util.internal.chmv8
-
Interface describing a function mapping two arguments to an int
- ConcurrentHashMapV8.ObjectByObjectToLong<A,B> - Interface in io.netty.util.internal.chmv8
-
Interface describing a function mapping two arguments to a long
- ConcurrentHashMapV8.ObjectToDouble<A> - Interface in io.netty.util.internal.chmv8
-
Interface describing a function mapping its argument to a double
- ConcurrentHashMapV8.ObjectToInt<A> - Interface in io.netty.util.internal.chmv8
-
Interface describing a function mapping its argument to an int
- ConcurrentHashMapV8.ObjectToLong<A> - Interface in io.netty.util.internal.chmv8
-
Interface describing a function mapping its argument to a long
- ConcurrentHashMapV8.Spliterator<T> - Interface in io.netty.util.internal.chmv8
-
A partitionable iterator.
- ConcurrentHashMapV8.ValuesView<K,V> - Class in io.netty.util.internal.chmv8
-
A view of a ConcurrentHashMapV8 as a
Collection of
values, in which additions are disabled.
- confirmShutdown() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Confirm that the shutdown if the instance should be done now!
- contains(Object) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Deprecated.
- contains(Object) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.EntrySetView
-
- contains(Object) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.KeySetView
-
- contains(Object) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ValuesView
-
- contains(String) - Static method in class io.netty.util.internal.SystemPropertyUtil
-
Returns true if and only if the system property with the specified key
exists.
- containsKey(Object) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Tests if the specified object is a key in this table.
- containsValue(Object) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns true if this map maps one or more keys to the
specified value.
- copyMemory(long, long, long) - Static method in class io.netty.util.internal.PlatformDependent
-
- copyMemory(byte[], int, long, long) - Static method in class io.netty.util.internal.PlatformDependent
-
- copyMemory(long, byte[], int, long) - Static method in class io.netty.util.internal.PlatformDependent
-
- createByteArrayFromIpAddressString(String) - Static method in class io.netty.util.NetUtil
-
Creates an byte[] based on an ipAddressString.
- FailedFuture<V> - Class in io.netty.util.concurrent
-
- FailedFuture(EventExecutor, Throwable) - Constructor for class io.netty.util.concurrent.FailedFuture
-
Creates a new instance.
- fillInStackTrace() - Method in error io.netty.util.Signal
-
- find(Object, Class<?>, String) - Static method in class io.netty.util.internal.TypeParameterMatcher
-
- forEach(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.BiAction<K, V>) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, performs the given
action for each (key, value)
- forEach(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.BiFun<? super K, ? super V, ? extends U>, ConcurrentHashMapV8.Action<U>) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, performs the given
action for each non-null transformation of each (key, value)
- forEachEntry(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.Action<Map.Entry<K, V>>) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, perform the given action
for each entry.
- forEachEntry(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.Fun<Map.Entry<K, V>, ? extends U>, ConcurrentHashMapV8.Action<U>) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, perform the given action
for each non-null transformation of each entry.
- forEachEntryInParallel(ConcurrentHashMapV8.Action<Map.Entry<K, V>>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Performs the given action for each entry.
- forEachEntryInParallel(ConcurrentHashMapV8.Fun<Map.Entry<K, V>, ? extends U>, ConcurrentHashMapV8.Action<U>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Performs the given action for each non-null transformation
of each entry.
- forEachEntrySequentially(ConcurrentHashMapV8.Action<Map.Entry<K, V>>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Performs the given action for each entry.
- forEachEntrySequentially(ConcurrentHashMapV8.Fun<Map.Entry<K, V>, ? extends U>, ConcurrentHashMapV8.Action<U>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Performs the given action for each non-null transformation
of each entry.
- forEachInParallel(ConcurrentHashMapV8.BiAction<K, V>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Performs the given action for each (key, value).
- forEachInParallel(ConcurrentHashMapV8.BiFun<? super K, ? super V, ? extends U>, ConcurrentHashMapV8.Action<U>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Performs the given action for each non-null transformation
of each (key, value).
- forEachKey(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.Action<K>) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, performs the given action
for each key.
- forEachKey(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.Fun<? super K, ? extends U>, ConcurrentHashMapV8.Action<U>) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, performs the given action
for each non-null transformation of each key.
- forEachKeyInParallel(ConcurrentHashMapV8.Action<K>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Performs the given action for each key.
- forEachKeyInParallel(ConcurrentHashMapV8.Fun<? super K, ? extends U>, ConcurrentHashMapV8.Action<U>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Performs the given action for each non-null transformation
of each key.
- forEachKeySequentially(ConcurrentHashMapV8.Action<K>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Performs the given action for each key.
- forEachKeySequentially(ConcurrentHashMapV8.Fun<? super K, ? extends U>, ConcurrentHashMapV8.Action<U>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Performs the given action for each non-null transformation
of each key.
- forEachSequentially(ConcurrentHashMapV8.BiAction<K, V>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Performs the given action for each (key, value).
- forEachSequentially(ConcurrentHashMapV8.BiFun<? super K, ? super V, ? extends U>, ConcurrentHashMapV8.Action<U>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Performs the given action for each non-null transformation
of each (key, value).
- forEachValue(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.Action<V>) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, performs the given action
for each value.
- forEachValue(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.Fun<? super V, ? extends U>, ConcurrentHashMapV8.Action<U>) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, performs the given action
for each non-null transformation of each value.
- forEachValueInParallel(ConcurrentHashMapV8.Action<V>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Performs the given action for each value.
- forEachValueInParallel(ConcurrentHashMapV8.Fun<? super V, ? extends U>, ConcurrentHashMapV8.Action<U>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Performs the given action for each non-null transformation
of each value.
- forEachValueSequentially(ConcurrentHashMapV8.Action<V>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Performs the given action for each value.
- forEachValueSequentially(ConcurrentHashMapV8.Fun<? super V, ? extends U>, ConcurrentHashMapV8.Action<U>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Performs the given action for each non-null transformation
of each value.
- freeDirectBuffer(ByteBuffer) - Static method in class io.netty.util.internal.PlatformDependent
-
Try to deallocate the specified direct
ByteBuffer.
- Future<V> - Interface in io.netty.util.concurrent
-
The result of an asynchronous operation.
- FutureListener<V> - Interface in io.netty.util.concurrent
-
- ReadOnlyIterator<T> - Class in io.netty.util.internal
-
- ReadOnlyIterator(Iterator<? extends T>) - Constructor for class io.netty.util.internal.ReadOnlyIterator
-
- readResolve() - Method in class io.netty.util.internal.logging.AbstractInternalLogger
-
- recycle(T, Recycler.Handle) - Method in class io.netty.util.Recycler
-
- Recycler<T> - Class in io.netty.util
-
Light-weight object pool based on a thread-local stack.
- Recycler() - Constructor for class io.netty.util.Recycler
-
- Recycler.Handle - Interface in io.netty.util
-
- reduce(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.BiFun<? super K, ? super V, ? extends U>, ConcurrentHashMapV8.BiFun<? super U, ? super U, ? extends U>) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
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, or null if none.
- reduceEntries(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.BiFun<Map.Entry<K, V>, Map.Entry<K, V>, ? extends Map.Entry<K, V>>) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, returns the result of
accumulating all entries using the given reducer to combine
values, or null if none.
- reduceEntries(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.Fun<Map.Entry<K, V>, ? extends U>, ConcurrentHashMapV8.BiFun<? super U, ? super U, ? extends U>) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, returns the result of
accumulating the given transformation of all entries using the
given reducer to combine values, or null if none.
- reduceEntriesInParallel(ConcurrentHashMapV8.BiFun<Map.Entry<K, V>, Map.Entry<K, V>, ? extends Map.Entry<K, V>>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating all entries using the
given reducer to combine values, or null if none.
- reduceEntriesInParallel(ConcurrentHashMapV8.Fun<Map.Entry<K, V>, ? extends U>, ConcurrentHashMapV8.BiFun<? super U, ? super U, ? extends U>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating the given transformation
of all entries using the given reducer to combine values,
or null if none.
- reduceEntriesSequentially(ConcurrentHashMapV8.BiFun<Map.Entry<K, V>, Map.Entry<K, V>, ? extends Map.Entry<K, V>>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating all entries using the
given reducer to combine values, or null if none.
- reduceEntriesSequentially(ConcurrentHashMapV8.Fun<Map.Entry<K, V>, ? extends U>, ConcurrentHashMapV8.BiFun<? super U, ? super U, ? extends U>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating the given transformation
of all entries using the given reducer to combine values,
or null if none.
- reduceEntriesToDouble(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.ObjectToDouble<Map.Entry<K, V>>, double, ConcurrentHashMapV8.DoubleByDoubleToDouble) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, returns the result of
accumulating the given transformation of all entries using the
given reducer to combine values, and the given basis as an
identity value.
- reduceEntriesToDoubleInParallel(ConcurrentHashMapV8.ObjectToDouble<Map.Entry<K, V>>, double, ConcurrentHashMapV8.DoubleByDoubleToDouble) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating the given transformation
of all entries using the given reducer to combine values,
and the given basis as an identity value.
- reduceEntriesToDoubleSequentially(ConcurrentHashMapV8.ObjectToDouble<Map.Entry<K, V>>, double, ConcurrentHashMapV8.DoubleByDoubleToDouble) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating the given transformation
of all entries using the given reducer to combine values,
and the given basis as an identity value.
- reduceEntriesToInt(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.ObjectToInt<Map.Entry<K, V>>, int, ConcurrentHashMapV8.IntByIntToInt) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, returns the result of
accumulating the given transformation of all entries using the
given reducer to combine values, and the given basis as an
identity value.
- reduceEntriesToIntInParallel(ConcurrentHashMapV8.ObjectToInt<Map.Entry<K, V>>, int, ConcurrentHashMapV8.IntByIntToInt) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating the given transformation
of all entries using the given reducer to combine values,
and the given basis as an identity value.
- reduceEntriesToIntSequentially(ConcurrentHashMapV8.ObjectToInt<Map.Entry<K, V>>, int, ConcurrentHashMapV8.IntByIntToInt) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating the given transformation
of all entries using the given reducer to combine values,
and the given basis as an identity value.
- reduceEntriesToLong(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.ObjectToLong<Map.Entry<K, V>>, long, ConcurrentHashMapV8.LongByLongToLong) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, returns the result of
accumulating the given transformation of all entries using the
given reducer to combine values, and the given basis as an
identity value.
- reduceEntriesToLongInParallel(ConcurrentHashMapV8.ObjectToLong<Map.Entry<K, V>>, long, ConcurrentHashMapV8.LongByLongToLong) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating the given transformation
of all entries using the given reducer to combine values,
and the given basis as an identity value.
- reduceEntriesToLongSequentially(ConcurrentHashMapV8.ObjectToLong<Map.Entry<K, V>>, long, ConcurrentHashMapV8.LongByLongToLong) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating the given transformation
of all entries using the given reducer to combine values,
and the given basis as an identity value.
- reduceInParallel(ConcurrentHashMapV8.BiFun<? super K, ? super V, ? extends U>, ConcurrentHashMapV8.BiFun<? super U, ? super U, ? extends U>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating the given transformation
of all (key, value) pairs using the given reducer to
combine values, or null if none.
- reduceKeys(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.BiFun<? super K, ? super K, ? extends K>) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, returns the result of
accumulating all keys using the given reducer to combine
values, or null if none.
- reduceKeys(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.Fun<? super K, ? extends U>, ConcurrentHashMapV8.BiFun<? super U, ? super U, ? extends U>) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, returns the result of
accumulating the given transformation of all keys using the given
reducer to combine values, or null if none.
- reduceKeysInParallel(ConcurrentHashMapV8.BiFun<? super K, ? super K, ? extends K>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating all keys using the given
reducer to combine values, or null if none.
- reduceKeysInParallel(ConcurrentHashMapV8.Fun<? super K, ? extends U>, ConcurrentHashMapV8.BiFun<? super U, ? super U, ? extends U>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating the given transformation
of all keys using the given reducer to combine values, or
null if none.
- reduceKeysSequentially(ConcurrentHashMapV8.BiFun<? super K, ? super K, ? extends K>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating all keys using the given
reducer to combine values, or null if none.
- reduceKeysSequentially(ConcurrentHashMapV8.Fun<? super K, ? extends U>, ConcurrentHashMapV8.BiFun<? super U, ? super U, ? extends U>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating the given transformation
of all keys using the given reducer to combine values, or
null if none.
- reduceKeysToDouble(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.ObjectToDouble<? super K>, double, ConcurrentHashMapV8.DoubleByDoubleToDouble) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, returns the result of
accumulating the given transformation of all keys using the given
reducer to combine values, and the given basis as an
identity value.
- reduceKeysToDoubleInParallel(ConcurrentHashMapV8.ObjectToDouble<? super K>, double, ConcurrentHashMapV8.DoubleByDoubleToDouble) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating the given transformation
of all keys using the given reducer to combine values, and
the given basis as an identity value.
- reduceKeysToDoubleSequentially(ConcurrentHashMapV8.ObjectToDouble<? super K>, double, ConcurrentHashMapV8.DoubleByDoubleToDouble) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating the given transformation
of all keys using the given reducer to combine values, and
the given basis as an identity value.
- reduceKeysToInt(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.ObjectToInt<? super K>, int, ConcurrentHashMapV8.IntByIntToInt) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, returns the result of
accumulating the given transformation of all keys using the given
reducer to combine values, and the given basis as an
identity value.
- reduceKeysToIntInParallel(ConcurrentHashMapV8.ObjectToInt<? super K>, int, ConcurrentHashMapV8.IntByIntToInt) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating the given transformation
of all keys using the given reducer to combine values, and
the given basis as an identity value.
- reduceKeysToIntSequentially(ConcurrentHashMapV8.ObjectToInt<? super K>, int, ConcurrentHashMapV8.IntByIntToInt) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating the given transformation
of all keys using the given reducer to combine values, and
the given basis as an identity value.
- reduceKeysToLong(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.ObjectToLong<? super K>, long, ConcurrentHashMapV8.LongByLongToLong) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, returns the result of
accumulating the given transformation of all keys using the given
reducer to combine values, and the given basis as an
identity value.
- reduceKeysToLongInParallel(ConcurrentHashMapV8.ObjectToLong<? super K>, long, ConcurrentHashMapV8.LongByLongToLong) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating the given transformation
of all keys using the given reducer to combine values, and
the given basis as an identity value.
- reduceKeysToLongSequentially(ConcurrentHashMapV8.ObjectToLong<? super K>, long, ConcurrentHashMapV8.LongByLongToLong) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating the given transformation
of all keys using the given reducer to combine values, and
the given basis as an identity value.
- reduceSequentially(ConcurrentHashMapV8.BiFun<? super K, ? super V, ? extends U>, ConcurrentHashMapV8.BiFun<? super U, ? super U, ? extends U>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating the given transformation
of all (key, value) pairs using the given reducer to
combine values, or null if none.
- reduceToDouble(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.ObjectByObjectToDouble<? super K, ? super V>, double, ConcurrentHashMapV8.DoubleByDoubleToDouble) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
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.
- reduceToDoubleInParallel(ConcurrentHashMapV8.ObjectByObjectToDouble<? super K, ? super V>, double, ConcurrentHashMapV8.DoubleByDoubleToDouble) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
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.
- reduceToDoubleSequentially(ConcurrentHashMapV8.ObjectByObjectToDouble<? super K, ? super V>, double, ConcurrentHashMapV8.DoubleByDoubleToDouble) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
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.
- reduceToInt(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.ObjectByObjectToInt<? super K, ? super V>, int, ConcurrentHashMapV8.IntByIntToInt) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
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.
- reduceToIntInParallel(ConcurrentHashMapV8.ObjectByObjectToInt<? super K, ? super V>, int, ConcurrentHashMapV8.IntByIntToInt) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
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.
- reduceToIntSequentially(ConcurrentHashMapV8.ObjectByObjectToInt<? super K, ? super V>, int, ConcurrentHashMapV8.IntByIntToInt) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
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.
- reduceToLong(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.ObjectByObjectToLong<? super K, ? super V>, long, ConcurrentHashMapV8.LongByLongToLong) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
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.
- reduceToLongInParallel(ConcurrentHashMapV8.ObjectByObjectToLong<? super K, ? super V>, long, ConcurrentHashMapV8.LongByLongToLong) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
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.
- reduceToLongSequentially(ConcurrentHashMapV8.ObjectByObjectToLong<? super K, ? super V>, long, ConcurrentHashMapV8.LongByLongToLong) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
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.
- reduceValues(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.BiFun<? super V, ? super V, ? extends V>) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, returns the result of
accumulating all values using the given reducer to combine
values, or null if none.
- reduceValues(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.Fun<? super V, ? extends U>, ConcurrentHashMapV8.BiFun<? super U, ? super U, ? extends U>) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, returns the result of
accumulating the given transformation of all values using the
given reducer to combine values, or null if none.
- reduceValuesInParallel(ConcurrentHashMapV8.BiFun<? super V, ? super V, ? extends V>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating all values using the
given reducer to combine values, or null if none.
- reduceValuesInParallel(ConcurrentHashMapV8.Fun<? super V, ? extends U>, ConcurrentHashMapV8.BiFun<? super U, ? super U, ? extends U>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating the given transformation
of all values using the given reducer to combine values, or
null if none.
- reduceValuesSequentially(ConcurrentHashMapV8.BiFun<? super V, ? super V, ? extends V>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating all values using the
given reducer to combine values, or null if none.
- reduceValuesSequentially(ConcurrentHashMapV8.Fun<? super V, ? extends U>, ConcurrentHashMapV8.BiFun<? super U, ? super U, ? extends U>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating the given transformation
of all values using the given reducer to combine values, or
null if none.
- reduceValuesToDouble(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.ObjectToDouble<? super V>, double, ConcurrentHashMapV8.DoubleByDoubleToDouble) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, returns the result of
accumulating the given transformation of all values using the
given reducer to combine values, and the given basis as an
identity value.
- reduceValuesToDoubleInParallel(ConcurrentHashMapV8.ObjectToDouble<? super V>, double, ConcurrentHashMapV8.DoubleByDoubleToDouble) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating the given transformation
of all values using the given reducer to combine values,
and the given basis as an identity value.
- reduceValuesToDoubleSequentially(ConcurrentHashMapV8.ObjectToDouble<? super V>, double, ConcurrentHashMapV8.DoubleByDoubleToDouble) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating the given transformation
of all values using the given reducer to combine values,
and the given basis as an identity value.
- reduceValuesToInt(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.ObjectToInt<? super V>, int, ConcurrentHashMapV8.IntByIntToInt) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, returns the result of
accumulating the given transformation of all values using the
given reducer to combine values, and the given basis as an
identity value.
- reduceValuesToIntInParallel(ConcurrentHashMapV8.ObjectToInt<? super V>, int, ConcurrentHashMapV8.IntByIntToInt) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating the given transformation
of all values using the given reducer to combine values,
and the given basis as an identity value.
- reduceValuesToIntSequentially(ConcurrentHashMapV8.ObjectToInt<? super V>, int, ConcurrentHashMapV8.IntByIntToInt) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating the given transformation
of all values using the given reducer to combine values,
and the given basis as an identity value.
- reduceValuesToLong(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.ObjectToLong<? super V>, long, ConcurrentHashMapV8.LongByLongToLong) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, returns the result of
accumulating the given transformation of all values using the
given reducer to combine values, and the given basis as an
identity value.
- reduceValuesToLongInParallel(ConcurrentHashMapV8.ObjectToLong<? super V>, long, ConcurrentHashMapV8.LongByLongToLong) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating the given transformation
of all values using the given reducer to combine values,
and the given basis as an identity value.
- reduceValuesToLongSequentially(ConcurrentHashMapV8.ObjectToLong<? super V>, long, ConcurrentHashMapV8.LongByLongToLong) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns the result of accumulating the given transformation
of all values using the given reducer to combine values,
and the given basis as an identity value.
- refCnt() - Method in class io.netty.util.AbstractReferenceCounted
-
- refCnt() - Method in interface io.netty.util.ReferenceCounted
-
Returns the reference count of this object.
- ReferenceCounted - Interface in io.netty.util
-
A reference-counted object that requires explicit deallocation.
- ReferenceCountUtil - Class in io.netty.util
-
- reject() - Static method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- release() - Method in class io.netty.util.AbstractReferenceCounted
-
- release(int) - Method in class io.netty.util.AbstractReferenceCounted
-
- release() - Method in interface io.netty.util.ReferenceCounted
-
Decreases the reference count by 1 and deallocates this object if the reference count reaches at
0.
- release(int) - Method in interface io.netty.util.ReferenceCounted
-
Decreases the reference count by the specified decrement and deallocates this object if the reference
count reaches at 0.
- release(Object) - Static method in class io.netty.util.ReferenceCountUtil
-
- release(Object, int) - Static method in class io.netty.util.ReferenceCountUtil
-
- remove() - Method in interface io.netty.util.Attribute
-
- remove(GenericFutureListener<? extends Future<?>>) - Method in class io.netty.util.concurrent.DefaultFutureListeners
-
- remove(Object) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.EntrySetView
-
- remove(Object) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.KeySetView
-
- remove(Object) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Removes the key (and its corresponding value) from this map.
- remove(Object, Object) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
- remove(Object) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ValuesView
-
- remove() - Method in class io.netty.util.internal.ReadOnlyIterator
-
- removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.CompleteFuture
-
- removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.CompletePromise
-
- removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.DefaultProgressivePromise
-
- removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.DefaultPromise
-
- removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.Future
-
Removes the specified listener from this future.
- removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.ProgressiveFuture
-
- removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.ProgressivePromise
-
- removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.Promise
-
- removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent.CompleteFuture
-
- removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent.CompletePromise
-
- removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent.DefaultProgressivePromise
-
- removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent.DefaultPromise
-
- removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.Future
-
Removes the specified listeners from this future.
- removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.ProgressiveFuture
-
- removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.ProgressivePromise
-
- removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.Promise
-
- removeShutdownHook(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Remove a previous added
Runnable as a shutdown hook
- removeTask(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- replace(K, V, V) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
- replace(K, V) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
- ResourceLeak - Interface in io.netty.util
-
- ResourceLeakDetector<T> - Class in io.netty.util
-
- ResourceLeakDetector(Class<?>) - Constructor for class io.netty.util.ResourceLeakDetector
-
- ResourceLeakDetector(String) - Constructor for class io.netty.util.ResourceLeakDetector
-
- ResourceLeakDetector(Class<?>, int, long) - Constructor for class io.netty.util.ResourceLeakDetector
-
- ResourceLeakDetector(String, int, long) - Constructor for class io.netty.util.ResourceLeakDetector
-
- ResourceLeakException - Exception in io.netty.util
-
- ResourceLeakException() - Constructor for exception io.netty.util.ResourceLeakException
-
- ResourceLeakException(String) - Constructor for exception io.netty.util.ResourceLeakException
-
- ResourceLeakException(String, Throwable) - Constructor for exception io.netty.util.ResourceLeakException
-
- ResourceLeakException(Throwable) - Constructor for exception io.netty.util.ResourceLeakException
-
- retain() - Method in class io.netty.util.AbstractReferenceCounted
-
- retain(int) - Method in class io.netty.util.AbstractReferenceCounted
-
- retain() - Method in interface io.netty.util.ReferenceCounted
-
Increases the reference count by 1.
- retain(int) - Method in interface io.netty.util.ReferenceCounted
-
Increases the reference count by the specified increment.
- retain(T) - Static method in class io.netty.util.ReferenceCountUtil
-
- retain(T, int) - Static method in class io.netty.util.ReferenceCountUtil
-
- run() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- run(Timeout) - Method in interface io.netty.util.TimerTask
-
- runAllTasks() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Poll all tasks from the task queue and run them via
Runnable.run() method.
- runAllTasks(long) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Poll all tasks from the task queue and run them via
Runnable.run() method.
- schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutor
-
- schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutor
-
- schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
-
- schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
-
- schedule(Runnable, long, TimeUnit) - Method in interface io.netty.util.concurrent.EventExecutorGroup
-
- schedule(Callable<V>, long, TimeUnit) - Method in interface io.netty.util.concurrent.EventExecutorGroup
-
- schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent.GlobalEventExecutor
-
- schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent.GlobalEventExecutor
-
- schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutor
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface io.netty.util.concurrent.EventExecutorGroup
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.GlobalEventExecutor
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- ScheduledFuture<V> - Interface in io.netty.util.concurrent
-
The result of an scheduled asynchronous operation.
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutor
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface io.netty.util.concurrent.EventExecutorGroup
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.GlobalEventExecutor
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- search(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.BiFun<? super K, ? super V, ? extends U>) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, returns a non-null result
from applying the given search function on each (key,
value), or null if none.
- searchEntries(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.Fun<Map.Entry<K, V>, ? extends U>) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, returns a non-null result
from applying the given search function on each entry, or
null if none.
- searchEntriesInParallel(ConcurrentHashMapV8.Fun<Map.Entry<K, V>, ? extends U>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns a non-null result from applying the given search
function on each entry, or null if none.
- searchEntriesSequentially(ConcurrentHashMapV8.Fun<Map.Entry<K, V>, ? extends U>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns a non-null result from applying the given search
function on each entry, or null if none.
- searchInParallel(ConcurrentHashMapV8.BiFun<? super K, ? super V, ? extends U>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns a non-null result from applying the given search
function on each (key, value), or null if none.
- searchKeys(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.Fun<? super K, ? extends U>) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, returns a non-null result
from applying the given search function on each key, or
null if none.
- searchKeysInParallel(ConcurrentHashMapV8.Fun<? super K, ? extends U>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns a non-null result from applying the given search
function on each key, or null if none.
- searchKeysSequentially(ConcurrentHashMapV8.Fun<? super K, ? extends U>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns a non-null result from applying the given search
function on each key, or null if none.
- searchSequentially(ConcurrentHashMapV8.BiFun<? super K, ? super V, ? extends U>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns a non-null result from applying the given search
function on each (key, value), or null if none.
- searchValues(ConcurrentHashMapV8<K, V>, ConcurrentHashMapV8.Fun<? super V, ? extends U>) - Static method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8.ForkJoinTasks
-
Returns a task that when invoked, returns a non-null result
from applying the given search function on each value, or
null if none.
- searchValuesInParallel(ConcurrentHashMapV8.Fun<? super V, ? extends U>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns a non-null result from applying the given search
function on each value, or null if none.
- searchValuesSequentially(ConcurrentHashMapV8.Fun<? super V, ? extends U>) - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
-
Returns a non-null result from applying the given search
function on each value, or null if none.
- set(T) - Method in interface io.netty.util.Attribute
-
Sets the value
- setDefaultFactory(InternalLoggerFactory) - Static method in class io.netty.util.internal.logging.InternalLoggerFactory
-
Changes the default factory.
- setFailure(Throwable) - Method in class io.netty.util.concurrent.CompletePromise
-
- setFailure(Throwable) - Method in class io.netty.util.concurrent.DefaultProgressivePromise
-
- setFailure(Throwable) - Method in class io.netty.util.concurrent.DefaultPromise
-
- setFailure(Throwable) - Method in interface io.netty.util.concurrent.ProgressivePromise
-
- setFailure(Throwable) - Method in interface io.netty.util.concurrent.Promise
-
Marks this future as a failure and notifies all
listeners.
- setIfAbsent(T) - Method in interface io.netty.util.Attribute
-
Atomically sets to the given value if this
Attribute does not contain a value at the moment.
- setProgress(long, long) - Method in class io.netty.util.concurrent.DefaultProgressivePromise
-
- setProgress(long, long) - Method in interface io.netty.util.concurrent.ProgressivePromise
-
- setRefCnt(int) - Method in class io.netty.util.AbstractReferenceCounted
-
An unsafe operation intended for use by a subclass that sets the reference count of the buffer directly
- setSuccess(V) - Method in class io.netty.util.concurrent.CompletePromise
-
- setSuccess(V) - Method in class io.netty.util.concurrent.DefaultProgressivePromise
-
- setSuccess(V) - Method in class io.netty.util.concurrent.DefaultPromise
-
- setSuccess(V) - Method in interface io.netty.util.concurrent.ProgressivePromise
-
- setSuccess(V) - Method in interface io.netty.util.concurrent.Promise
-
Marks this future as a success and notifies all
listeners.
- setUncancellable() - Method in class io.netty.util.concurrent.DefaultPromise
-
- setUncancellable() - Method in interface io.netty.util.concurrent.Promise
-
Make this future impossible to cancel.
- shutdown() - Method in class io.netty.util.concurrent.AbstractEventExecutor
-
- shutdown() - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
-
- shutdown() - Method in interface io.netty.util.concurrent.EventExecutorGroup
-
- shutdown() - Method in class io.netty.util.concurrent.GlobalEventExecutor
-
Deprecated.
- shutdown() - Method in class io.netty.util.concurrent.ImmediateEventExecutor
-
Deprecated.
- shutdown() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
-
Deprecated.
- shutdown() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Deprecated.
- shutdownGracefully() - Method in class io.netty.util.concurrent.AbstractEventExecutor
-
- shutdownGracefully() - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
-
- shutdownGracefully() - Method in interface io.netty.util.concurrent.EventExecutorGroup
-
- shutdownGracefully(long, long, TimeUnit) - Method in interface io.netty.util.concurrent.EventExecutorGroup
-
Signals this executor that the caller wants the executor to be shut down.
- shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.util.concurrent.GlobalEventExecutor
-
- shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.util.concurrent.ImmediateEventExecutor
-
- shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
-
- shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- shutdownNow() - Method in class io.netty.util.concurrent.AbstractEventExecutor
-
- shutdownNow() - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
-
- shutdownNow() - Method in interface io.netty.util.concurrent.EventExecutorGroup
-
- Signal - Error in io.netty.util
-
A special
Error which is used to signal some state or request by throwing it.
- Signal(String) - Constructor for error io.netty.util.Signal
-
Create a new instance
- simpleClassName(Object) - Static method in class io.netty.util.internal.StringUtil
-
- simpleClassName(Class<?>) - Static method in class io.netty.util.internal.StringUtil
-
Generates a simplified name from a
Class.
- SingleThreadEventExecutor - Class in io.netty.util.concurrent
-
Abstract base class for
EventExecutor's that execute all its submitted tasks in a single thread.
- SingleThreadEventExecutor(EventExecutorGroup, ThreadFactory, boolean) - Constructor for class io.netty.util.concurrent.SingleThreadEventExecutor
-
Create a new instance
- size() - Method in class io.netty.util.concurrent.DefaultFutureListeners
-
- size() - Method in class io.netty.util.internal.chmv8.ConcurrentHashMapV8
- Slf4JLoggerFactory - Class in io.netty.util.internal.logging
-
Logger factory which creates a
SLF4J
logger.
- Slf4JLoggerFactory() - Constructor for class io.netty.util.internal.logging.Slf4JLoggerFactory
-
- SOMAXCONN - Static variable in class io.netty.util.NetUtil
-
The SOMAXCONN value of the current machine.
- split() - Method in interface io.netty.util.internal.chmv8.ConcurrentHashMapV8.Spliterator
-
Returns a Spliterator covering approximately half of the
elements, guaranteed not to overlap with those subsequently
returned by this Spliterator.
- split(String, char) - Static method in class io.netty.util.internal.StringUtil
-
Splits the specified
String with the specified delimiter.
- start() - Method in class io.netty.util.HashedWheelTimer
-
Starts the background thread explicitly.
- stop() - Method in class io.netty.util.HashedWheelTimer
-
- stop() - Method in interface io.netty.util.Timer
-
Releases all resources acquired by this
Timer and cancels all
tasks which were scheduled but not executed yet.
- StringUtil - Class in io.netty.util.internal
-
String utility class.
- submit(Runnable) - Method in class io.netty.util.concurrent.AbstractEventExecutor
-
- submit(Runnable, T) - Method in class io.netty.util.concurrent.AbstractEventExecutor
-
- submit(Callable<T>) - Method in class io.netty.util.concurrent.AbstractEventExecutor
-
- submit(Runnable) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
-
- submit(Runnable, T) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
-
- submit(Callable<T>) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
-
- submit(Runnable) - Method in interface io.netty.util.concurrent.EventExecutorGroup
-
- submit(Runnable, T) - Method in interface io.netty.util.concurrent.EventExecutorGroup
-
- submit(Callable<T>) - Method in interface io.netty.util.concurrent.EventExecutorGroup
-
- SucceededFuture<V> - Class in io.netty.util.concurrent
-
- SucceededFuture(EventExecutor, V) - Constructor for class io.netty.util.concurrent.SucceededFuture
-
Creates a new instance.
- sync() - Method in class io.netty.util.concurrent.CompleteFuture
-
- sync() - Method in class io.netty.util.concurrent.CompletePromise
-
- sync() - Method in class io.netty.util.concurrent.DefaultProgressivePromise
-
- sync() - Method in class io.netty.util.concurrent.DefaultPromise
-
- sync() - Method in class io.netty.util.concurrent.FailedFuture
-
- sync() - Method in interface io.netty.util.concurrent.Future
-
Waits for this future until it is done, and rethrows the cause of the failure if this future
failed.
- sync() - Method in interface io.netty.util.concurrent.ProgressiveFuture
-
- sync() - Method in interface io.netty.util.concurrent.ProgressivePromise
-
- sync() - Method in interface io.netty.util.concurrent.Promise
-
- syncUninterruptibly() - Method in class io.netty.util.concurrent.CompleteFuture
-
- syncUninterruptibly() - Method in class io.netty.util.concurrent.CompletePromise
-
- syncUninterruptibly() - Method in class io.netty.util.concurrent.DefaultProgressivePromise
-
- syncUninterruptibly() - Method in class io.netty.util.concurrent.DefaultPromise
-
- syncUninterruptibly() - Method in class io.netty.util.concurrent.FailedFuture
-
- syncUninterruptibly() - Method in interface io.netty.util.concurrent.Future
-
Waits for this future until it is done, and rethrows the cause of the failure if this future
failed.
- syncUninterruptibly() - Method in interface io.netty.util.concurrent.ProgressiveFuture
-
- syncUninterruptibly() - Method in interface io.netty.util.concurrent.ProgressivePromise
-
- syncUninterruptibly() - Method in interface io.netty.util.concurrent.Promise
-
- SystemPropertyUtil - Class in io.netty.util.internal
-
A collection of utility methods to retrieve and parse the values of the Java system properties.