Uses of Interface
org.infinispan.client.hotrod.RemoteCacheContainer
Package
Description
Hot Rod client API.
-
Uses of RemoteCacheContainer in org.infinispan.client.hotrod
Modifier and TypeMethodDescriptionRemoteCache.getRemoteCacheContainer()
Returns theRemoteCacheContainer
that created this cache. -
Uses of RemoteCacheContainer in org.infinispan.client.hotrod.impl
Modifier and TypeMethodDescriptionDelegatingRemoteCache.getRemoteCacheContainer()
RemoteCacheImpl.getRemoteCacheContainer()
-
Uses of RemoteCacheContainer in org.infinispan.client.hotrod.marshall
Modifier and TypeMethodDescriptionstatic org.infinispan.protostream.SerializationContext
MarshallerUtil.getSerializationContext
(RemoteCacheContainer remoteCacheManager) A convenience method to return theSerializationContext
associated with theProtoStreamMarshaller
configured on the providedRemoteCacheManager
.