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