Uses of Class
org.infinispan.hotrod.impl.operations.GetWithMetadataOperation
-
Packages that use GetWithMetadataOperation Package Description org.infinispan.hotrod.impl.operations -
-
Uses of GetWithMetadataOperation in org.infinispan.hotrod.impl.operations
Methods in org.infinispan.hotrod.impl.operations that return GetWithMetadataOperation Modifier and Type Method Description <K,V>
GetWithMetadataOperation<K,V>CacheOperationsFactory. newGetWithMetadataOperation(K key, byte[] keyBytes, org.infinispan.api.common.CacheOptions options, DataFormat dataFormat)<K,V>
GetWithMetadataOperation<K,V>CacheOperationsFactory. newGetWithMetadataOperation(K key, byte[] keyBytes, org.infinispan.api.common.CacheOptions options, DataFormat dataFormat, SocketAddress listenerServer)
-