Uses of Interface
org.infinispan.hotrod.impl.cache.MetadataValue
-
Packages that use MetadataValue Package Description org.infinispan.hotrod.impl.cache org.infinispan.hotrod.impl.transaction.entry -
-
Uses of MetadataValue in org.infinispan.hotrod.impl.cache
Classes in org.infinispan.hotrod.impl.cache that implement MetadataValue Modifier and Type Class Description classMetadataValueImpl<V>MetadataValueImpl. -
Uses of MetadataValue in org.infinispan.hotrod.impl.transaction.entry
Methods in org.infinispan.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)
-