Uses of Record Class
com.loomcache.server.cluster.PartitionDetector.DetectorConfig
Packages that use PartitionDetector.DetectorConfig
-
Uses of PartitionDetector.DetectorConfig in com.loomcache.server.cluster
Methods in com.loomcache.server.cluster that return PartitionDetector.DetectorConfigModifier and TypeMethodDescriptionPartitionDetector.DetectorConfig.defaults()Create a configuration with default values. - phiThreshold: 8.0 - heartbeatIntervalMs: 1000 - windowSize: 100Constructors in com.loomcache.server.cluster with parameters of type PartitionDetector.DetectorConfigModifierConstructorDescriptionPartitionDetector(String nodeId, PartitionDetector.DetectorConfig config) PartitionDetector(String nodeId, PartitionDetector.DetectorConfig config, int partitionHistoryLimit) Create a detector with explicit partition history retention.