Uses of Interface
org.agrona.collections.IntObjConsumer
Packages that use IntObjConsumer
Package
Description
Collections classes that support primitive types and tend to be cache friendly.
Counters for indicating status and telemetry which can be put in shared memory for live inspection.
-
Uses of IntObjConsumer in org.agrona.collections
Methods in org.agrona.collections with parameters of type IntObjConsumerModifier and TypeMethodDescriptionvoidInt2ObjectCache.forEachInt(IntObjConsumer<? super V> consumer) Implementation of theInt2ObjectCache.forEach(BiConsumer)that avoids boxing of keys.voidInt2ObjectHashMap.forEachInt(IntObjConsumer<V> consumer) Primitive specialised implementation ofMap.forEach(BiConsumer).voidInt2ObjectHashMap.intForEach(IntObjConsumer<V> consumer) Deprecated. -
Uses of IntObjConsumer in org.agrona.concurrent.status
Methods in org.agrona.concurrent.status with parameters of type IntObjConsumerModifier and TypeMethodDescriptionvoidCountersReader.forEach(IntObjConsumer<String> consumer) Iterate over all labels in the label buffer.
Int2ObjectHashMap.forEachInt(IntObjConsumer)instead.