Uses of Class
org.infinispan.multimap.impl.SetBucket
Packages that use SetBucket
-
Uses of SetBucket in org.infinispan.multimap.impl
Classes in org.infinispan.multimap.impl that implement interfaces with type arguments of type SetBucketModifier and TypeClassDescriptionfinal classWARNING: Generated code!Fields in org.infinispan.multimap.impl with type parameters of type SetBucketModifier and TypeFieldDescriptionprotected final AdvancedCache<K, SetBucket<V>> EmbeddedSetCache.cacheprotected final FunctionalMap.ReadWriteMap<K, SetBucket<V>> EmbeddedSetCache.readWriteMapMethods in org.infinispan.multimap.impl that return SetBucketModifier and TypeMethodDescriptionSetBucket.SetBucketResult.bucket()Returns the value of thebucketrecord 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 setCompletableFuture<Map<K, SetBucket<V>>> Get all the entries specified in the keys collectionSetBucket$___Marshaller_77331cf77408962cd9690a1815db6f8e06f9b45346e75de8eb2e13febf4f27a8.getJavaClass()Methods in org.infinispan.multimap.impl with parameters of type SetBucketModifier and TypeMethodDescriptionvoidSetBucket$___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 aSetBucketResultrecord 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)