public interface PostJoinAwareService
| Modifier and Type | Method and Description | 
|---|---|
Operation | 
getPostJoinOperation()
Post join operations must be lock free; means no locks at all;
 no partition locks, no key-based locks, no service level locks!
 
 Post join operations should return response, at least a null response. 
 | 
Operation getPostJoinOperation()
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.