| Package | Description |
|---|---|
| org.infinispan.client.hotrod |
Hot Rod client API.
|
| org.infinispan.client.hotrod.impl | |
| org.infinispan.client.hotrod.impl.protocol |
| Modifier and Type | Method and Description |
|---|---|
<T extends InputStream & VersionedMetadata> |
StreamingRemoteCache.get(K key)
Retrieves the value of the specified key as an
InputStream. |
| Modifier and Type | Class and Description |
|---|---|
class |
VersionedMetadataImpl |
| Modifier and Type | Method and Description |
|---|---|
<T extends InputStream & VersionedMetadata> |
StreamingRemoteCacheImpl.get(K key) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractVersionedInputStream |
class |
ChannelInputStream |
| Modifier and Type | Field and Description |
|---|---|
protected VersionedMetadata |
AbstractVersionedInputStream.versionedMetadata |
| Constructor and Description |
|---|
AbstractVersionedInputStream(VersionedMetadata versionedMetadata,
Runnable afterClose) |
ChannelInputStream(VersionedMetadata versionedMetadata,
Runnable afterClose,
int totalLength) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.