Controls if missing replacement value should lead to stop the boot process. If true, client will route the key based operations to owner of the key at the best effort. Note that it uses a cached version of com.hazelcast.core.PartitionService#getPartitions() and doesn't guarantee that the operation will always be executed on the owner. The cached table is updated every second. If true, client will redo the operations that were executing on the server and client lost the connection. This can be because of network, or simply because the member died. However it is not clear whether the application is performed or not. For idempotent operations this is harmless, but for non idempotent ones retrying can cause to undesirable effects. Note that the redo can perform on any member. If false, the operation will throw a RuntimeException that is wrapping a java.io.IOException. One of membership-listener, instance-listener or migration-listener Credentials className Deprecated since 3.8, please use <eviction/> Deprecated since 3.8, please use <eviction/> Deprecated since 3.8, has no effect on a client since there is no local part of the distributed data Global serializer class to be registered if no other serializer is applicable. Java Serializable and Externalizable is prior to global serializer by default. If set true the Java serialization step assumed to be handled by the global serializer. True to enable User Code Deployment on this client, false otherwise. How many IDs are pre-fetched on the background when one call to newId() is made. Value must be in the range 1..100,000, default is 100. For how long the pre-fetched IDs can be used. If this time elapses, new IDs will be fetched. Time unit is milliseconds. If value is <= 0, validity is unlimited. Default value is 600,000 (10 minutes). The IDs contain timestamp component, which ensures rough global ordering of IDs. If an ID is assigned to an event that occurred much later, it will be much out of order. If you don't need ordering, set this value to 0. Name of the ID generator.