Uses of Class
org.infinispan.multimap.impl.SortedSetBucket
Packages that use SortedSetBucket
-
Uses of SortedSetBucket in org.infinispan.multimap.impl
Fields in org.infinispan.multimap.impl with type parameters of type SortedSetBucketModifier and TypeFieldDescriptionprotected final AdvancedCache
<K, SortedSetBucket<V>> EmbeddedMultimapSortedSetCache.cache
protected final FunctionalMap.ReadWriteMap
<K, SortedSetBucket<V>> EmbeddedMultimapSortedSetCache.readWriteMap
Methods in org.infinispan.multimap.impl that return SortedSetBucketModifier and TypeMethodDescriptionSortedSetBucket.SortedSetResult.bucket()
Returns the value of thebucket
record component.SortedSetBucket$___Marshaller_1600124bea53b5f0d3631646f7fb1d358fcf17ad160bb68d71a2e3e7f1c529c9.read
(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) SortedSetBucket.replace
(Collection<ScoredValue<V>> scoredValues) Methods in org.infinispan.multimap.impl that return types with arguments of type SortedSetBucketModifier and TypeMethodDescriptionSortedSetBucket$___Marshaller_1600124bea53b5f0d3631646f7fb1d358fcf17ad160bb68d71a2e3e7f1c529c9.getJavaClass()
Methods in org.infinispan.multimap.impl with parameters of type SortedSetBucketModifier and TypeMethodDescriptionvoid
SortedSetBucket$___Marshaller_1600124bea53b5f0d3631646f7fb1d358fcf17ad160bb68d71a2e3e7f1c529c9.write
(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, SortedSetBucket $2) Constructors in org.infinispan.multimap.impl with parameters of type SortedSetBucketModifierConstructorDescriptionSortedSetResult
(R result, SortedSetBucket<E> bucket) Creates an instance of aSortedSetResult
record class.Constructor parameters in org.infinispan.multimap.impl with type arguments of type SortedSetBucket