Package org.infinispan.hotrod.impl
Class Util
java.lang.Object
org.infinispan.hotrod.impl.Util
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Tawait(CompletableFuture<T> cf) static <T> Tawait(CompletableFuture<T> cf, long timeoutMillis) static <T> Tawait(CompletionStage<T> cf) static CompletionStage<Boolean> checkTransactionSupport(String cacheName, CacheOperationsFactory factory) protected static RuntimeExceptionstatic org.infinispan.commons.marshall.WrappedByteArraywrapBytes(byte[] cacheName)
-
Method Details
-
await
-
await
-
await
-
rewrap
-
checkTransactionSupport
public static CompletionStage<Boolean> checkTransactionSupport(String cacheName, CacheOperationsFactory factory) -
wrapBytes
public static org.infinispan.commons.marshall.WrappedByteArray wrapBytes(byte[] cacheName)
-