Uses of Class
org.infinispan.distribution.ch.impl.SyncConsistentHashFactory
-
Packages that use SyncConsistentHashFactory Package Description org.infinispan.distribution.ch.impl -
-
Uses of SyncConsistentHashFactory in org.infinispan.distribution.ch.impl
Subclasses of SyncConsistentHashFactory in org.infinispan.distribution.ch.impl Modifier and Type Class Description class
TopologyAwareSyncConsistentHashFactory
AConsistentHashFactory
implementation that guarantees caches with the same members have the same consistent hash and also tries to distribute segments based on the topology information inTransportConfiguration
.Methods in org.infinispan.distribution.ch.impl that return SyncConsistentHashFactory Modifier and Type Method Description SyncConsistentHashFactory
SyncConsistentHashFactory.Externalizer. readObject(ObjectInput unmarshaller)
Methods in org.infinispan.distribution.ch.impl that return types with arguments of type SyncConsistentHashFactory Modifier and Type Method Description Set<Class<? extends SyncConsistentHashFactory>>
SyncConsistentHashFactory.Externalizer. getTypeClasses()
Methods in org.infinispan.distribution.ch.impl with parameters of type SyncConsistentHashFactory Modifier and Type Method Description void
SyncConsistentHashFactory.Externalizer. writeObject(ObjectOutput output, SyncConsistentHashFactory chf)
-