com.hazelcast.spi
Interface PostJoinAwareService


public interface PostJoinAwareService

Author:
mdogan 1/11/13

Method Summary
 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.
 

Method Detail

getPostJoinOperation

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.



Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.