Uses of Interface
org.infinispan.client.hotrod.StreamingRemoteCache
-
Packages that use StreamingRemoteCache Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.impl -
-
Uses of StreamingRemoteCache in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return StreamingRemoteCache Modifier and Type Method Description StreamingRemoteCache<K>
RemoteCache. streaming()
Returns a cache where values are manipulated usingInputStream
andOutputStream
-
Uses of StreamingRemoteCache in org.infinispan.client.hotrod.impl
Classes in org.infinispan.client.hotrod.impl that implement StreamingRemoteCache Modifier and Type Class Description class
StreamingRemoteCacheImpl<K>
Implementation ofStreamingRemoteCache
Methods in org.infinispan.client.hotrod.impl that return StreamingRemoteCache Modifier and Type Method Description StreamingRemoteCache<K>
RemoteCacheImpl. streaming()
-