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