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!
The
Operation.getPartitionId() method should return a negative value. |
Operation getPostJoinOperation()
Operation.getPartitionId()
method should return a negative value.
This means that the operations should not implement PartitionAwareOperation
.
Post join operations should return response, at least a null
response.
null
.Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.