Class InfinispanRemoteUtil
java.lang.Object
org.apache.camel.component.infinispan.InfinispanUtil
org.apache.camel.component.infinispan.remote.InfinispanRemoteUtil
public final class InfinispanRemoteUtil
extends org.apache.camel.component.infinispan.InfinispanUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.infinispan.query.dsl.Query<?> buildQuery(org.apache.camel.component.infinispan.InfinispanConfiguration configuration, org.infinispan.client.hotrod.RemoteCache<Object, Object> cache) static org.infinispan.query.dsl.Query<?> buildQuery(org.apache.camel.component.infinispan.InfinispanQueryBuilder queryBuilder, org.infinispan.client.hotrod.RemoteCache<Object, Object> cache) static org.infinispan.query.dsl.Query<?> buildQuery(InfinispanRemoteConfiguration configuration, org.infinispan.client.hotrod.RemoteCache<Object, Object> cache, org.apache.camel.Message message) static <K,V> org.infinispan.client.hotrod.RemoteCache <K, V> getCacheWithFlags(InfinispanRemoteManager manager, String cacheName, org.infinispan.client.hotrod.Flag... flags) Methods inherited from class org.apache.camel.component.infinispan.InfinispanUtil
isHeaderEmpty, isInHeaderEmpty, loadProperties, newSingleThreadScheduledExecutor, newSingleThreadScheduledExecutor, newSingleThreadScheduledExecutor, newSingleThreadScheduledExecutor, openInputStream
-
Constructor Details
-
InfinispanRemoteUtil
protected InfinispanRemoteUtil()
-
-
Method Details
-
getCacheWithFlags
public static <K,V> org.infinispan.client.hotrod.RemoteCache<K,V> getCacheWithFlags(InfinispanRemoteManager manager, String cacheName, org.infinispan.client.hotrod.Flag... flags) -
buildQuery
public static org.infinispan.query.dsl.Query<?> buildQuery(InfinispanRemoteConfiguration configuration, org.infinispan.client.hotrod.RemoteCache<Object, Object> cache, org.apache.camel.Message message) -
buildQuery
-
buildQuery
-