com.hazelcast.spi
Interface PostJoinAwareService

All Known Implementing Classes:
ClientEngineImpl, MapService, ProxyServiceImpl

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 or no database interaction!
 

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 or no database interaction!

Post join operations should return response, at least a null response.



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