Uses of Class
org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
-
Packages that use DefaultConsistentHashFactory Package Description org.infinispan.distribution.ch.impl -
-
Uses of DefaultConsistentHashFactory in org.infinispan.distribution.ch.impl
Subclasses of DefaultConsistentHashFactory in org.infinispan.distribution.ch.impl Modifier and Type Class Description classTopologyAwareConsistentHashFactoryDefault topology-aware consistent hash factory implementation.Methods in org.infinispan.distribution.ch.impl that return DefaultConsistentHashFactory Modifier and Type Method Description DefaultConsistentHashFactoryDefaultConsistentHashFactory.Externalizer. readObject(ObjectInput unmarshaller)Methods in org.infinispan.distribution.ch.impl that return types with arguments of type DefaultConsistentHashFactory Modifier and Type Method Description Set<Class<? extends DefaultConsistentHashFactory>>DefaultConsistentHashFactory.Externalizer. getTypeClasses()Methods in org.infinispan.distribution.ch.impl with parameters of type DefaultConsistentHashFactory Modifier and Type Method Description voidDefaultConsistentHashFactory.Externalizer. writeObject(ObjectOutput output, DefaultConsistentHashFactory chf)
-