Uses of Class
org.infinispan.cache.impl.EncoderKeyMapper
-
Packages that use EncoderKeyMapper Package Description org.infinispan.cache.impl -
-
Uses of EncoderKeyMapper in org.infinispan.cache.impl
Methods in org.infinispan.cache.impl that return EncoderKeyMapper Modifier and Type Method Description EncoderKeyMapper
EncoderKeyMapper.Externalizer. readObject(ObjectInput input)
Methods in org.infinispan.cache.impl that return types with arguments of type EncoderKeyMapper Modifier and Type Method Description Set<Class<? extends EncoderKeyMapper>>
EncoderKeyMapper.Externalizer. getTypeClasses()
Methods in org.infinispan.cache.impl with parameters of type EncoderKeyMapper Modifier and Type Method Description void
EncoderKeyMapper.Externalizer. writeObject(ObjectOutput output, EncoderKeyMapper object)
-