Uses of Class
org.infinispan.multimap.impl.ListBucket
Packages that use ListBucket
-
Uses of ListBucket in org.infinispan.multimap.impl
Fields in org.infinispan.multimap.impl with type parameters of type ListBucketModifier and TypeFieldDescriptionprotected final AdvancedCache
<K, ListBucket<V>> EmbeddedMultimapListCache.cache
protected final FunctionalMap.ReadWriteMap
<K, ListBucket<V>> EmbeddedMultimapListCache.readWriteMap
Methods in org.infinispan.multimap.impl that return ListBucketModifier and TypeMethodDescriptionListBucket.ListBucketResult.bucket()
Returns the value of thebucket
record component.static <V> ListBucket
<V> ListBucket.create
(Collection<V> value) ListBucket.offer
(Collection<V> value, boolean first) ListBucket$___Marshaller_702465faba062cebbe6565680326f517256ee3aa393f966de67b4785cf04c39b.read
(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) ListBucket.trim
(long from, long to) Methods in org.infinispan.multimap.impl that return types with arguments of type ListBucketModifier and TypeMethodDescriptionListBucket$___Marshaller_702465faba062cebbe6565680326f517256ee3aa393f966de67b4785cf04c39b.getJavaClass()
Methods in org.infinispan.multimap.impl with parameters of type ListBucketModifier and TypeMethodDescriptionvoid
ListBucket$___Marshaller_702465faba062cebbe6565680326f517256ee3aa393f966de67b4785cf04c39b.write
(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, ListBucket $2) Constructors in org.infinispan.multimap.impl with parameters of type ListBucketModifierConstructorDescriptionListBucketResult
(R result, ListBucket<E> bucket) Creates an instance of aListBucketResult
record class.Constructor parameters in org.infinispan.multimap.impl with type arguments of type ListBucket