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 class
TopologyAwareConsistentHashFactory
Default topology-aware consistent hash factory implementation.Methods in org.infinispan.distribution.ch.impl that return DefaultConsistentHashFactory Modifier and Type Method Description DefaultConsistentHashFactory
DefaultConsistentHashFactory.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 void
DefaultConsistentHashFactory.Externalizer. writeObject(ObjectOutput output, DefaultConsistentHashFactory chf)
-