Uses of Interface
org.infinispan.commons.marshall.WrappedBytes
Packages that use WrappedBytes
Package
Description
Provides Infinispan-specific input and output streams, buffers and related utilities.
-
Uses of WrappedBytes in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl with parameters of type WrappedBytesModifier and TypeMethodDescriptionorg.infinispan.client.hotrod.impl.topology.CacheInfo
TopologyInfo.getCacheInfo
(WrappedBytes cacheName) org.infinispan.client.hotrod.impl.topology.CacheInfo
TopologyInfo.getOrCreateCacheInfo
(WrappedBytes cacheName) TopologyInfo.getServers
(WrappedBytes cacheName) void
TopologyInfo.reset
(WrappedBytes cacheName) Reset a single ache to the initial server list.void
TopologyInfo.updateCacheInfo
(WrappedBytes cacheName, org.infinispan.client.hotrod.impl.topology.CacheInfo oldCacheInfo, org.infinispan.client.hotrod.impl.topology.CacheInfo newCacheInfo) Method parameters in org.infinispan.client.hotrod.impl with type arguments of type WrappedBytesModifier and TypeMethodDescriptionvoid
TopologyInfo.forEachCache
(BiConsumer<WrappedBytes, org.infinispan.client.hotrod.impl.topology.CacheInfo> action) -
Uses of WrappedBytes in org.infinispan.commons.marshall
Classes in org.infinispan.commons.marshall that implement WrappedBytesModifier and TypeClassDescriptionclass
Simple wrapper around a byte[] to provide equals and hashCode semanticsMethods in org.infinispan.commons.marshall with parameters of type WrappedBytesModifier and TypeMethodDescriptionboolean
WrappedByteArray.equalsWrappedBytes
(WrappedBytes other) default boolean
WrappedBytes.equalsWrappedBytes
(WrappedBytes other) -
Uses of WrappedBytes in org.infinispan.container.offheap
Fields in org.infinispan.container.offheap with type parameters of type WrappedBytesModifier and TypeFieldDescriptionprotected final List
<Consumer<Iterable<InternalCacheEntry<WrappedBytes, WrappedBytes>>>> BoundedOffHeapDataContainer.listeners
protected final List
<Consumer<Iterable<InternalCacheEntry<WrappedBytes, WrappedBytes>>>> BoundedOffHeapDataContainer.listeners
Methods in org.infinispan.container.offheap that return types with arguments of type WrappedBytesModifier and TypeMethodDescriptionBoundedOffHeapDataContainer.compute
(int segment, WrappedBytes key, DataContainer.ComputeAction<WrappedBytes, WrappedBytes> action) BoundedOffHeapDataContainer.compute
(int segment, WrappedBytes key, DataContainer.ComputeAction<WrappedBytes, WrappedBytes> action) BoundedOffHeapDataContainer.compute
(WrappedBytes key, DataContainer.ComputeAction<WrappedBytes, WrappedBytes> action) BoundedOffHeapDataContainer.compute
(WrappedBytes key, DataContainer.ComputeAction<WrappedBytes, WrappedBytes> action) OffHeapConcurrentMap.compute
(WrappedBytes key, BiFunction<? super WrappedBytes, ? super InternalCacheEntry<WrappedBytes, WrappedBytes>, ? extends InternalCacheEntry<WrappedBytes, WrappedBytes>> remappingFunction) OffHeapConcurrentMap.compute
(WrappedBytes key, BiFunction<? super WrappedBytes, ? super InternalCacheEntry<WrappedBytes, WrappedBytes>, ? extends InternalCacheEntry<WrappedBytes, WrappedBytes>> remappingFunction) SegmentedBoundedOffHeapDataContainer.compute
(int segment, WrappedBytes key, DataContainer.ComputeAction<WrappedBytes, WrappedBytes> action) SegmentedBoundedOffHeapDataContainer.compute
(int segment, WrappedBytes key, DataContainer.ComputeAction<WrappedBytes, WrappedBytes> action) SegmentedBoundedOffHeapDataContainer.compute
(WrappedBytes key, DataContainer.ComputeAction<WrappedBytes, WrappedBytes> action) SegmentedBoundedOffHeapDataContainer.compute
(WrappedBytes key, DataContainer.ComputeAction<WrappedBytes, WrappedBytes> action) protected InternalDataContainer
<WrappedBytes, WrappedBytes> SegmentedBoundedOffHeapDataContainer.delegate()
protected InternalDataContainer
<WrappedBytes, WrappedBytes> SegmentedBoundedOffHeapDataContainer.delegate()
OffHeapConcurrentMap.entrySet()
OffHeapConcurrentMap.entrySet()
OffHeapConcurrentMap.entrySet()
OffHeapEntryFactory.fromMemory
(long address) Create an entry from the off-heap pointerOffHeapEntryFactory.fromMemory
(long address) Create an entry from the off-heap pointerOffHeapEntryFactoryImpl.fromMemory
(long address) Assumes the address doesn't contain the linked pointer at the beginningOffHeapEntryFactoryImpl.fromMemory
(long address) Assumes the address doesn't contain the linked pointer at the beginningprotected PeekableTouchableMap
<WrappedBytes, WrappedBytes> OffHeapDataContainer.getMapForSegment
(int segment) protected PeekableTouchableMap
<WrappedBytes, WrappedBytes> OffHeapDataContainer.getMapForSegment
(int segment) OffHeapDataContainer.iterator()
OffHeapDataContainer.iterator()
BoundedOffHeapDataContainer.iteratorIncludingExpired
(IntSet segments) BoundedOffHeapDataContainer.iteratorIncludingExpired
(IntSet segments) OffHeapDataContainer.iteratorIncludingExpired()
OffHeapDataContainer.iteratorIncludingExpired()
OffHeapDataContainer.iteratorIncludingExpired
(IntSet segments) OffHeapDataContainer.iteratorIncludingExpired
(IntSet segments) OffHeapConcurrentMap.keySet()
OffHeapConcurrentMap.put
(WrappedBytes key, InternalCacheEntry<WrappedBytes, WrappedBytes> value) OffHeapConcurrentMap.put
(WrappedBytes key, InternalCacheEntry<WrappedBytes, WrappedBytes> value) OffHeapConcurrentMap.putIfAbsent
(WrappedBytes key, InternalCacheEntry<WrappedBytes, WrappedBytes> value) OffHeapConcurrentMap.putIfAbsent
(WrappedBytes key, InternalCacheEntry<WrappedBytes, WrappedBytes> value) OffHeapConcurrentMap.replace
(WrappedBytes key, InternalCacheEntry<WrappedBytes, WrappedBytes> value) OffHeapConcurrentMap.replace
(WrappedBytes key, InternalCacheEntry<WrappedBytes, WrappedBytes> value) BoundedOffHeapDataContainer.spliterator
(IntSet segments) BoundedOffHeapDataContainer.spliterator
(IntSet segments) OffHeapDataContainer.spliterator()
OffHeapDataContainer.spliterator()
OffHeapDataContainer.spliterator
(IntSet segments) OffHeapDataContainer.spliterator
(IntSet segments) BoundedOffHeapDataContainer.spliteratorIncludingExpired
(IntSet segments) BoundedOffHeapDataContainer.spliteratorIncludingExpired
(IntSet segments) OffHeapDataContainer.spliteratorIncludingExpired()
OffHeapDataContainer.spliteratorIncludingExpired()
OffHeapDataContainer.spliteratorIncludingExpired
(IntSet segments) OffHeapDataContainer.spliteratorIncludingExpired
(IntSet segments) OffHeapConcurrentMap.values()
OffHeapConcurrentMap.values()
Methods in org.infinispan.container.offheap with parameters of type WrappedBytesModifier and TypeMethodDescriptiondefault long
OffHeapEntryFactory.calculateSize
(WrappedBytes key, WrappedBytes value, Metadata metadata) Method used to calculate how much memory in size the key, value and metadata use.long
OffHeapEntryFactory.calculateSize
(WrappedBytes key, WrappedBytes value, Metadata metadata, PrivateMetadata internalMetadata) Method used to calculate how much memory in size the key, value, metadata and internal metadata use.long
OffHeapEntryFactoryImpl.calculateSize
(WrappedBytes key, WrappedBytes value, Metadata metadata, PrivateMetadata internalMetadata) BoundedOffHeapDataContainer.compute
(int segment, WrappedBytes key, DataContainer.ComputeAction<WrappedBytes, WrappedBytes> action) BoundedOffHeapDataContainer.compute
(WrappedBytes key, DataContainer.ComputeAction<WrappedBytes, WrappedBytes> action) OffHeapConcurrentMap.compute
(WrappedBytes key, BiFunction<? super WrappedBytes, ? super InternalCacheEntry<WrappedBytes, WrappedBytes>, ? extends InternalCacheEntry<WrappedBytes, WrappedBytes>> remappingFunction) SegmentedBoundedOffHeapDataContainer.compute
(int segment, WrappedBytes key, DataContainer.ComputeAction<WrappedBytes, WrappedBytes> action) SegmentedBoundedOffHeapDataContainer.compute
(WrappedBytes key, DataContainer.ComputeAction<WrappedBytes, WrappedBytes> action) long
OffHeapEntryFactory.create
(WrappedBytes key, int hashCode, InternalCacheEntry<WrappedBytes, WrappedBytes> ice) Creates an off-heap entry using the provided key value and metadatalong
OffHeapEntryFactoryImpl.create
(WrappedBytes key, int hashCode, InternalCacheEntry<WrappedBytes, WrappedBytes> ice) default boolean
OffHeapEntryFactory.equalsKey
(long address, WrappedBytes wrappedBytes) Returns whether the given key as bytes is the same key as the key stored in the entry for the given address.boolean
OffHeapEntryFactory.equalsKey
(long address, WrappedBytes wrappedBytes, int hashCode) Returns whether the given key as bytes is the same key as the key stored in the entry for the given address.boolean
OffHeapEntryFactoryImpl.equalsKey
(long address, WrappedBytes wrappedBytes, int hashCode) BoundedOffHeapDataContainer.evict
(int segment, WrappedBytes key) void
BoundedOffHeapDataContainer.evict
(WrappedBytes key) void
BoundedOffHeapDataContainer.put
(int segment, WrappedBytes key, WrappedBytes value, Metadata metadata, PrivateMetadata internalMetadata, long createdTimestamp, long lastUseTimestamp) void
BoundedOffHeapDataContainer.put
(WrappedBytes key, WrappedBytes value, Metadata metadata) OffHeapConcurrentMap.put
(WrappedBytes key, InternalCacheEntry<WrappedBytes, WrappedBytes> value) void
SegmentedBoundedOffHeapDataContainer.put
(int segment, WrappedBytes key, WrappedBytes value, Metadata metadata, PrivateMetadata internalMetadata, long createdTimestamp, long lastUseTimestamp) void
SegmentedBoundedOffHeapDataContainer.put
(WrappedBytes key, WrappedBytes value, Metadata metadata) OffHeapConcurrentMap.putIfAbsent
(WrappedBytes key, InternalCacheEntry<WrappedBytes, WrappedBytes> value) void
OffHeapConcurrentMap.putNoReturn
(WrappedBytes key, InternalCacheEntry<WrappedBytes, WrappedBytes> value) OffHeapConcurrentMap.replace
(WrappedBytes key, InternalCacheEntry<WrappedBytes, WrappedBytes> value) boolean
OffHeapConcurrentMap.replace
(WrappedBytes key, InternalCacheEntry<WrappedBytes, WrappedBytes> oldValue, InternalCacheEntry<WrappedBytes, WrappedBytes> newValue) Method parameters in org.infinispan.container.offheap with type arguments of type WrappedBytesModifier and TypeMethodDescriptionvoid
BoundedOffHeapDataContainer.addRemovalListener
(Consumer<Iterable<InternalCacheEntry<WrappedBytes, WrappedBytes>>> listener) void
BoundedOffHeapDataContainer.addRemovalListener
(Consumer<Iterable<InternalCacheEntry<WrappedBytes, WrappedBytes>>> listener) BoundedOffHeapDataContainer.compute
(int segment, WrappedBytes key, DataContainer.ComputeAction<WrappedBytes, WrappedBytes> action) BoundedOffHeapDataContainer.compute
(int segment, WrappedBytes key, DataContainer.ComputeAction<WrappedBytes, WrappedBytes> action) BoundedOffHeapDataContainer.compute
(WrappedBytes key, DataContainer.ComputeAction<WrappedBytes, WrappedBytes> action) BoundedOffHeapDataContainer.compute
(WrappedBytes key, DataContainer.ComputeAction<WrappedBytes, WrappedBytes> action) OffHeapConcurrentMap.compute
(WrappedBytes key, BiFunction<? super WrappedBytes, ? super InternalCacheEntry<WrappedBytes, WrappedBytes>, ? extends InternalCacheEntry<WrappedBytes, WrappedBytes>> remappingFunction) OffHeapConcurrentMap.compute
(WrappedBytes key, BiFunction<? super WrappedBytes, ? super InternalCacheEntry<WrappedBytes, WrappedBytes>, ? extends InternalCacheEntry<WrappedBytes, WrappedBytes>> remappingFunction) OffHeapConcurrentMap.compute
(WrappedBytes key, BiFunction<? super WrappedBytes, ? super InternalCacheEntry<WrappedBytes, WrappedBytes>, ? extends InternalCacheEntry<WrappedBytes, WrappedBytes>> remappingFunction) OffHeapConcurrentMap.compute
(WrappedBytes key, BiFunction<? super WrappedBytes, ? super InternalCacheEntry<WrappedBytes, WrappedBytes>, ? extends InternalCacheEntry<WrappedBytes, WrappedBytes>> remappingFunction) OffHeapConcurrentMap.compute
(WrappedBytes key, BiFunction<? super WrappedBytes, ? super InternalCacheEntry<WrappedBytes, WrappedBytes>, ? extends InternalCacheEntry<WrappedBytes, WrappedBytes>> remappingFunction) SegmentedBoundedOffHeapDataContainer.compute
(int segment, WrappedBytes key, DataContainer.ComputeAction<WrappedBytes, WrappedBytes> action) SegmentedBoundedOffHeapDataContainer.compute
(int segment, WrappedBytes key, DataContainer.ComputeAction<WrappedBytes, WrappedBytes> action) SegmentedBoundedOffHeapDataContainer.compute
(WrappedBytes key, DataContainer.ComputeAction<WrappedBytes, WrappedBytes> action) SegmentedBoundedOffHeapDataContainer.compute
(WrappedBytes key, DataContainer.ComputeAction<WrappedBytes, WrappedBytes> action) long
OffHeapEntryFactory.create
(WrappedBytes key, int hashCode, InternalCacheEntry<WrappedBytes, WrappedBytes> ice) Creates an off-heap entry using the provided key value and metadatalong
OffHeapEntryFactory.create
(WrappedBytes key, int hashCode, InternalCacheEntry<WrappedBytes, WrappedBytes> ice) Creates an off-heap entry using the provided key value and metadatalong
OffHeapEntryFactoryImpl.create
(WrappedBytes key, int hashCode, InternalCacheEntry<WrappedBytes, WrappedBytes> ice) long
OffHeapEntryFactoryImpl.create
(WrappedBytes key, int hashCode, InternalCacheEntry<WrappedBytes, WrappedBytes> ice) void
OffHeapDataContainer.forEachSegment
(ObjIntConsumer<PeekableTouchableMap<WrappedBytes, WrappedBytes>> segmentMapConsumer) void
OffHeapDataContainer.forEachSegment
(ObjIntConsumer<PeekableTouchableMap<WrappedBytes, WrappedBytes>> segmentMapConsumer) OffHeapConcurrentMap.put
(WrappedBytes key, InternalCacheEntry<WrappedBytes, WrappedBytes> value) OffHeapConcurrentMap.put
(WrappedBytes key, InternalCacheEntry<WrappedBytes, WrappedBytes> value) void
OffHeapConcurrentMap.putAll
(Map<? extends WrappedBytes, ? extends InternalCacheEntry<WrappedBytes, WrappedBytes>> m) void
OffHeapConcurrentMap.putAll
(Map<? extends WrappedBytes, ? extends InternalCacheEntry<WrappedBytes, WrappedBytes>> m) void
OffHeapConcurrentMap.putAll
(Map<? extends WrappedBytes, ? extends InternalCacheEntry<WrappedBytes, WrappedBytes>> m) OffHeapConcurrentMap.putIfAbsent
(WrappedBytes key, InternalCacheEntry<WrappedBytes, WrappedBytes> value) OffHeapConcurrentMap.putIfAbsent
(WrappedBytes key, InternalCacheEntry<WrappedBytes, WrappedBytes> value) void
OffHeapConcurrentMap.putNoReturn
(WrappedBytes key, InternalCacheEntry<WrappedBytes, WrappedBytes> value) void
OffHeapConcurrentMap.putNoReturn
(WrappedBytes key, InternalCacheEntry<WrappedBytes, WrappedBytes> value) OffHeapConcurrentMap.replace
(WrappedBytes key, InternalCacheEntry<WrappedBytes, WrappedBytes> value) OffHeapConcurrentMap.replace
(WrappedBytes key, InternalCacheEntry<WrappedBytes, WrappedBytes> value) boolean
OffHeapConcurrentMap.replace
(WrappedBytes key, InternalCacheEntry<WrappedBytes, WrappedBytes> oldValue, InternalCacheEntry<WrappedBytes, WrappedBytes> newValue) boolean
OffHeapConcurrentMap.replace
(WrappedBytes key, InternalCacheEntry<WrappedBytes, WrappedBytes> oldValue, InternalCacheEntry<WrappedBytes, WrappedBytes> newValue)