- All Implemented Interfaces:
org.infinispan.api.async.AsyncMultimap<K,V>
public class HotRodAsyncMultimap<K,V>
extends Object
implements org.infinispan.api.async.AsyncMultimap<K,V>
- Since:
- 14.0
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
name
- Specified by:
name in interface org.infinispan.api.async.AsyncMultimap<K,V>
-
configuration
public CompletionStage<org.infinispan.api.configuration.MultimapConfiguration> configuration()
- Specified by:
configuration in interface org.infinispan.api.async.AsyncMultimap<K,V>
-
container
- Specified by:
container in interface org.infinispan.api.async.AsyncMultimap<K,V>
-
add
- Specified by:
add in interface org.infinispan.api.async.AsyncMultimap<K,V>
-
get
- Specified by:
get in interface org.infinispan.api.async.AsyncMultimap<K,V>
-
remove
- Specified by:
remove in interface org.infinispan.api.async.AsyncMultimap<K,V>
-
remove
- Specified by:
remove in interface org.infinispan.api.async.AsyncMultimap<K,V>
-
containsKey
- Specified by:
containsKey in interface org.infinispan.api.async.AsyncMultimap<K,V>
-
containsEntry
- Specified by:
containsEntry in interface org.infinispan.api.async.AsyncMultimap<K,V>
-
estimateSize
- Specified by:
estimateSize in interface org.infinispan.api.async.AsyncMultimap<K,V>