Uses of Class
org.infinispan.multimap.impl.Bucket
-
Packages that use Bucket Package Description org.infinispan.multimap.impl org.infinispan.multimap.impl.function -
-
Uses of Bucket in org.infinispan.multimap.impl
Methods in org.infinispan.multimap.impl that return Bucket Modifier and Type Method Description Bucket<V>Bucket. add(V value)BucketBucket$___Marshaller_686dc55729a31972fef7d4722c2e90e0421789a20c8a9d4176be1714ac94d28c. read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1)Bucket<V>Bucket. remove(V value)Bucket<V>Bucket. removeIf(Predicate<? super V> p)Methods in org.infinispan.multimap.impl that return types with arguments of type Bucket Modifier and Type Method Description org.infinispan.Cache<K,Bucket<V>>EmbeddedMultimapCache. getCache()Class<Bucket>Bucket$___Marshaller_686dc55729a31972fef7d4722c2e90e0421789a20c8a9d4176be1714ac94d28c. getJavaClass()Methods in org.infinispan.multimap.impl with parameters of type Bucket Modifier and Type Method Description voidBucket$___Marshaller_686dc55729a31972fef7d4722c2e90e0421789a20c8a9d4176be1714ac94d28c. write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, Bucket $2)Constructor parameters in org.infinispan.multimap.impl with type arguments of type Bucket Constructor Description EmbeddedMultimapCache(org.infinispan.Cache<K,Bucket<V>> cache) -
Uses of Bucket in org.infinispan.multimap.impl.function
Method parameters in org.infinispan.multimap.impl.function with type arguments of type Bucket Modifier and Type Method Description BooleanContainsFunction. apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K,Bucket<V>> entryView)Collection<V>GetFunction. apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K,Bucket<V>> entryView)VoidPutFunction. apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K,Bucket<V>> entryView)BooleanRemoveFunction. apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K,Bucket<V>> entryView)
-