Uses of Class
org.infinispan.util.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
Modifier and TypeMethodDescriptionCacheInfo.getCache
(KeyValuePair<MediaType, MediaType> mediaTypes, Subject subject) -
Uses of KeyValuePair in org.infinispan.server.hotrod
Modifier and TypeMethodDescriptionstatic KeyValuePair<TimeUnitValue,
TimeUnitValue> TimeUnitValue.decodePair
(byte timeUnitValues) -
Uses of KeyValuePair in org.infinispan.spring.remote.session
Modifier and TypeMethodDescriptionprotected KeyValuePair<String,
org.springframework.session.Session> RemoteApplicationPublishedBridge.readEvent
(ClientCacheEntryCustomEvent<byte[]> event) -
Uses of KeyValuePair in org.infinispan.util
Modifier and TypeMethodDescriptionstatic <K,
V> KeyValuePair<K, V> KeyValuePair.of
(K key, V value) KeyValuePair.Externalizer.readObject
(ObjectInput input) Modifier and TypeMethodDescriptionSet<Class<? extends KeyValuePair>>
KeyValuePair.Externalizer.getTypeClasses()
Modifier and TypeMethodDescriptionvoid
KeyValuePair.Externalizer.writeObject
(ObjectOutput output, KeyValuePair kvPair)