Uses of Class
org.infinispan.multimap.impl.SetBucket
Packages that use SetBucket
-
Uses of SetBucket in org.infinispan.multimap.impl
Fields in org.infinispan.multimap.impl with type parameters of type SetBucketModifier and TypeFieldDescriptionprotected final AdvancedCache
<K, SetBucket<V>> EmbeddedSetCache.cache
protected final FunctionalMap.ReadWriteMap
<K, SetBucket<V>> EmbeddedSetCache.readWriteMap
Methods in org.infinispan.multimap.impl that return SetBucketModifier and TypeMethodDescriptionSetBucket.SetBucketResult.bucket()
Returns the value of thebucket
record component.static <V> SetBucket
<V> SetBucket.create
(Collection<V> values) static <V> SetBucket
<V> SetBucket.create
(V value) SetBucket$___Marshaller_77331cf77408962cd9690a1815db6f8e06f9b45346e75de8eb2e13febf4f27a8.read
(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.multimap.impl that return types with arguments of type SetBucketModifier and TypeMethodDescriptionGet the entry by key and return it as a setGet all the entries specified in the keys collectionSetBucket$___Marshaller_77331cf77408962cd9690a1815db6f8e06f9b45346e75de8eb2e13febf4f27a8.getJavaClass()
Methods in org.infinispan.multimap.impl with parameters of type SetBucketModifier and TypeMethodDescriptionvoid
SetBucket$___Marshaller_77331cf77408962cd9690a1815db6f8e06f9b45346e75de8eb2e13febf4f27a8.write
(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, SetBucket $2) Constructors in org.infinispan.multimap.impl with parameters of type SetBucketModifierConstructorDescriptionSetBucketResult
(R result, SetBucket<E> bucket) Creates an instance of aSetBucketResult
record class.Constructor parameters in org.infinispan.multimap.impl with type arguments of type SetBucket -
Uses of SetBucket in org.infinispan.server.resp.commands.set
Methods in org.infinispan.server.resp.commands.set that return types with arguments of type SetBucketModifier and TypeMethodDescriptionSINTER.checkTypeOrEmpty
(Map<byte[], SetBucket<byte[]>> m, int count) Method parameters in org.infinispan.server.resp.commands.set with type arguments of type SetBucketModifier and TypeMethodDescriptionSINTER.checkTypeOrEmpty
(Map<byte[], SetBucket<byte[]>> m, int count) static Set
<byte[]> SINTER.checkTypesAndReturnEmpty
(Collection<SetBucket<byte[]>> buckets) static Set
<byte[]> static Set
<byte[]> SINTER.intersect
(Collection<SetBucket<byte[]>> buckets, int limit) static Set
<byte[]> SUNION.union
(Collection<SetBucket<byte[]>> sets)