Uses of Class
com.hazelcast.config.InstanceTrackingConfig
Package
Description
Contains classes related to config for com.hazelcast.client
Provides classes for configuring HazelcastInstance.
-
Uses of InstanceTrackingConfig in com.hazelcast.client.config
Modifier and TypeMethodDescriptionClientConfig.getInstanceTrackingConfig()
Returns the configuration for tracking use of this Hazelcast instance. -
Uses of InstanceTrackingConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionInstanceTrackingConfig.setEnabled
(boolean enabled) Enables or disables instance tracking.InstanceTrackingConfig.setFileName
(String fileName) Sets the name of the file which will contain the tracking metadata.InstanceTrackingConfig.setFormatPattern
(String formatPattern) Sets the pattern used to render the contents of the instance tracking file.