Class InfinispanGetWrapper
java.lang.Object
io.quarkus.infinispan.client.runtime.cache.InfinispanGetWrapper
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final org.infinispan.client.hotrod.RemoteCache(package private) final Map<Object, CompletableFuture<Object>> -
Constructor Summary
ConstructorsConstructorDescriptionInfinispanGetWrapper(org.infinispan.client.hotrod.RemoteCache cache, Map<Object, CompletableFuture<Object>> synchronousGetLocks) -
Method Summary
-
Field Details
-
cache
final org.infinispan.client.hotrod.RemoteCache cache -
synchronousGets
-
-
Constructor Details
-
InfinispanGetWrapper
public InfinispanGetWrapper(org.infinispan.client.hotrod.RemoteCache cache, Map<Object, CompletableFuture<Object>> synchronousGetLocks)
-
-
Method Details
-
get
-