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 SetBucketMethods in org.infinispan.multimap.impl that return SetBucketModifier and TypeMethodDescriptionstatic <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) Constructor parameters in org.infinispan.multimap.impl with type arguments of type SetBucket -
Uses of SetBucket in org.infinispan.multimap.impl.function.set
Methods in org.infinispan.multimap.impl.function.set that return SetBucketModifier and TypeMethodDescriptionSGetFunction.apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K, SetBucket<V>> entryView) Method parameters in org.infinispan.multimap.impl.function.set with type arguments of type SetBucketModifier and TypeMethodDescriptionSAddFunction.apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K, SetBucket<V>> entryView) SGetFunction.apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K, SetBucket<V>> entryView) SPopFunction.apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K, SetBucket<V>> entryView) SRemoveFunction.apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K, SetBucket<V>> entryView) SSetFunction.apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K, SetBucket<V>> entryView)