Uses of Interface
org.infinispan.client.hotrod.VersionedMetadata
Packages that use VersionedMetadata
Package
Description
Hot Rod client API.
-
Uses of VersionedMetadata in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod with type parameters of type VersionedMetadataModifier and TypeMethodDescription<T extends InputStream & VersionedMetadata>
TRetrieves 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 VersionedMetadataMethods in org.infinispan.client.hotrod.impl with type parameters of type VersionedMetadata -
Uses of VersionedMetadata in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations that return VersionedMetadataModifier and TypeMethodDescriptionGetStreamStartResponse.metadata()Returns the value of themetadatarecord component.Constructors in org.infinispan.client.hotrod.impl.operations with parameters of type VersionedMetadataModifierConstructorDescriptionGetStreamStartResponse(int id, boolean complete, io.netty.buffer.ByteBuf value, VersionedMetadata metadata, io.netty.channel.Channel channel) Creates an instance of aGetStreamStartResponserecord class. -
Uses of VersionedMetadata in org.infinispan.client.hotrod.impl.protocol
Classes in org.infinispan.client.hotrod.impl.protocol that implement VersionedMetadataFields in org.infinispan.client.hotrod.impl.protocol declared as VersionedMetadataModifier and TypeFieldDescriptionprotected final VersionedMetadataAbstractVersionedInputStream.versionedMetadataConstructors in org.infinispan.client.hotrod.impl.protocol with parameters of type VersionedMetadataModifierConstructorDescriptionAbstractVersionedInputStream(VersionedMetadata versionedMetadata) GetInputStream(Supplier<CompletionStage<GetStreamNextResponse>> valueSupplier, VersionedMetadata versionedMetadata, io.netty.buffer.ByteBuf initial, boolean complete, Runnable onClose)