Uses of Interface
org.infinispan.client.hotrod.RemoteCacheContainer
-
Packages that use RemoteCacheContainer Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.impl org.infinispan.client.hotrod.marshall -
-
Uses of RemoteCacheContainer in org.infinispan.client.hotrod
Classes in org.infinispan.client.hotrod that implement RemoteCacheContainer Modifier and Type Class Description classRemoteCacheManagerFactory forRemoteCaches.Methods in org.infinispan.client.hotrod that return RemoteCacheContainer Modifier and Type Method Description RemoteCacheContainerRemoteCache. getRemoteCacheContainer()Returns theRemoteCacheContainerthat created this cache. -
Uses of RemoteCacheContainer in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl that return RemoteCacheContainer Modifier and Type Method Description RemoteCacheContainerDelegatingRemoteCache. getRemoteCacheContainer()RemoteCacheContainerRemoteCacheImpl. getRemoteCacheContainer() -
Uses of RemoteCacheContainer in org.infinispan.client.hotrod.marshall
Methods in org.infinispan.client.hotrod.marshall with parameters of type RemoteCacheContainer Modifier and Type Method Description static org.infinispan.protostream.SerializationContextMarshallerUtil. getSerializationContext(RemoteCacheContainer remoteCacheManager)A convenience method to return theSerializationContextassociated with theProtoStreamMarshallerconfigured on the providedRemoteCacheManager.
-