Uses of Record Class
com.loomcache.server.cluster.PartitionDetector.PartitionEvent
Packages that use PartitionDetector.PartitionEvent
-
Uses of PartitionDetector.PartitionEvent in com.loomcache.server.cluster
Methods in com.loomcache.server.cluster that return types with arguments of type PartitionDetector.PartitionEventModifier and TypeMethodDescriptionPartitionDetector.getPartitionHistory(int maxEntries) Get recent partition history events.Method parameters in com.loomcache.server.cluster with type arguments of type PartitionDetector.PartitionEventModifier and TypeMethodDescriptionvoidPartitionDetector.registerHealingCallback(Consumer<PartitionDetector.PartitionEvent> callback) Register a callback to be invoked when a partition heals.