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.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 setGet 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