Interface AbstractReplicatedMap.MapOwner
- All Known Implementing Classes:
BackupManager, ClusterSingleSignOn, ReplicatedContext
- Enclosing class:
AbstractReplicatedMap<K,V>
public static interface AbstractReplicatedMap.MapOwner
Interface for the owner of this replicated map.
-
Method Summary
Modifier and TypeMethodDescriptionvoidobjectMadePrimary(Object key, Object value) Called when an object becomes primary on this node.
-
Method Details
-
objectMadePrimary
-