Uses of Class
org.infinispan.util.KeyValuePair
Packages that use KeyValuePair
Package
Description
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
-
Uses of KeyValuePair in org.infinispan.server.core
Methods in org.infinispan.server.core with parameters of type KeyValuePairModifier and TypeMethodDescriptionCacheInfo.getCache
(KeyValuePair<MediaType, MediaType> mediaTypes, Subject subject) -
Uses of KeyValuePair in org.infinispan.server.hotrod
Methods in org.infinispan.server.hotrod that return KeyValuePairModifier and TypeMethodDescriptionstatic KeyValuePair
<TimeUnitValue, TimeUnitValue> TimeUnitValue.decodePair
(byte timeUnitValues) -
Uses of KeyValuePair in org.infinispan.util
Methods in org.infinispan.util that return KeyValuePairModifier and TypeMethodDescriptionstatic <K,
V> KeyValuePair <K, V> KeyValuePair.of
(K key, V value) KeyValuePair.Externalizer.readObject
(ObjectInput input) Methods in org.infinispan.util that return types with arguments of type KeyValuePairModifier and TypeMethodDescriptionSet
<Class<? extends KeyValuePair>> KeyValuePair.Externalizer.getTypeClasses()
Methods in org.infinispan.util with parameters of type KeyValuePairModifier and TypeMethodDescriptionvoid
KeyValuePair.Externalizer.writeObject
(ObjectOutput output, KeyValuePair kvPair)