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