Uses of Interface
org.infinispan.client.hotrod.MetadataValue
-
Packages that use MetadataValue Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.impl org.infinispan.client.hotrod.impl.transaction org.infinispan.client.hotrod.impl.transaction.entry -
-
Uses of MetadataValue in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return MetadataValue Modifier and Type Method Description MetadataValue<V>
RemoteCache. getWithMetadata(K key)
Returns theMetadataValue
associated to the supplied key param, or null if it doesn't exist.Methods in org.infinispan.client.hotrod that return types with arguments of type MetadataValue Modifier and Type Method Description org.infinispan.commons.util.CloseableIterator<Map.Entry<Object,MetadataValue<Object>>>
RemoteCache. retrieveEntriesWithMetadata(Set<Integer> segments, int batchSize)
Retrieve entries with metadata information -
Uses of MetadataValue in org.infinispan.client.hotrod.impl
Classes in org.infinispan.client.hotrod.impl that implement MetadataValue Modifier and Type Class Description class
MetadataValueImpl<V>
MetadataValueImpl.Methods in org.infinispan.client.hotrod.impl that return MetadataValue Modifier and Type Method Description MetadataValue<V>
RemoteCacheImpl. getWithMetadata(K key)
Methods in org.infinispan.client.hotrod.impl that return types with arguments of type MetadataValue Modifier and Type Method Description org.infinispan.commons.util.CloseableIterator<Map.Entry<Object,MetadataValue<Object>>>
RemoteCacheImpl. retrieveEntriesWithMetadata(Set<Integer> segments, int batchSize)
-
Uses of MetadataValue in org.infinispan.client.hotrod.impl.transaction
Methods in org.infinispan.client.hotrod.impl.transaction that return MetadataValue Modifier and Type Method Description MetadataValue<V>
TransactionalRemoteCacheImpl. getWithMetadata(K key)
-
Uses of MetadataValue in org.infinispan.client.hotrod.impl.transaction.entry
Methods in org.infinispan.client.hotrod.impl.transaction.entry that return MetadataValue Modifier and Type Method Description MetadataValue<V>
TransactionEntry. toMetadataValue()
Methods in org.infinispan.client.hotrod.impl.transaction.entry with parameters of type MetadataValue Modifier and Type Method Description static <K,V>
TransactionEntry<K,V>TransactionEntry. read(K key, MetadataValue<V> value)
-