Uses of Interface
org.infinispan.client.hotrod.VersionedMetadata
-
Packages that use VersionedMetadata Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.impl org.infinispan.client.hotrod.impl.protocol -
-
Uses of VersionedMetadata in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod with type parameters of type VersionedMetadata Modifier and Type Method Description <T extends InputStream & VersionedMetadata>
TStreamingRemoteCache. get(K key)
Retrieves the value of the specified key as anInputStream
. -
Uses of VersionedMetadata in org.infinispan.client.hotrod.impl
Classes in org.infinispan.client.hotrod.impl that implement VersionedMetadata Modifier and Type Class Description class
VersionedMetadataImpl
Methods in org.infinispan.client.hotrod.impl with type parameters of type VersionedMetadata Modifier and Type Method Description <T extends InputStream & VersionedMetadata>
TStreamingRemoteCacheImpl. get(K key)
-
Uses of VersionedMetadata in org.infinispan.client.hotrod.impl.protocol
Classes in org.infinispan.client.hotrod.impl.protocol that implement VersionedMetadata Modifier and Type Class Description class
AbstractVersionedInputStream
class
ChannelInputStream
Fields in org.infinispan.client.hotrod.impl.protocol declared as VersionedMetadata Modifier and Type Field Description protected VersionedMetadata
AbstractVersionedInputStream. versionedMetadata
Constructors in org.infinispan.client.hotrod.impl.protocol with parameters of type VersionedMetadata Constructor Description AbstractVersionedInputStream(VersionedMetadata versionedMetadata, Runnable afterClose)
ChannelInputStream(VersionedMetadata versionedMetadata, Runnable afterClose, int totalLength)
-