You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HazelcastInstance interface does not provide the setAttribute(..) method, so the code snippet is invalid:
HazelcastInstance member4 = Hazelcast.newHazelcastInstance();
// We can also set member attributes at runtime.
member4.setAttribute( "CPU_CORE_COUNT", "2" );
Are you sure it is still possible to do "or provide the member attributes at runtime via attribute setter methods on the Member interface."?
The text was updated successfully, but these errors were encountered:
Hi, I have some feedback about this page
The
HazelcastInstance
interface does not provide thesetAttribute(..)
method, so the code snippet is invalid:Are you sure it is still possible to do "or provide the member attributes at runtime via attribute setter methods on the Member interface."?
The text was updated successfully, but these errors were encountered: