Uses of Class
org.infinispan.util.KeyValuePair
-
Packages that use KeyValuePair Package Description org.infinispan.server.hotrod org.infinispan.util 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.hotrod
Methods in org.infinispan.server.hotrod that return KeyValuePair Modifier and Type Method Description static KeyValuePair<TimeUnitValue,TimeUnitValue>
TimeUnitValue. decodePair(byte timeUnitValues)
-
Uses of KeyValuePair in org.infinispan.util
Methods in org.infinispan.util that return KeyValuePair Modifier and Type Method Description KeyValuePair
KeyValuePair.Externalizer. readObject(ObjectInput input)
Methods in org.infinispan.util that return types with arguments of type KeyValuePair Modifier and Type Method Description Set<Class<? extends KeyValuePair>>
KeyValuePair.Externalizer. getTypeClasses()
Methods in org.infinispan.util with parameters of type KeyValuePair Modifier and Type Method Description void
KeyValuePair.Externalizer. writeObject(ObjectOutput output, KeyValuePair kvPair)
-