public interface ClusterInvalidator
There is one cluster invalidator per cluster node (repository).
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes this cluster invalidator and releases resources.
|
void |
initialize(String nodeId,
RepositoryImpl repository)
Initializes the cluster invalidator.
|
Invalidations |
receiveInvalidations()
Receives invalidations from other cluster nodes.
|
void |
sendInvalidations(Invalidations invalidations)
Sends invalidations to other cluster nodes.
|
void initialize(String nodeId, RepositoryImpl repository)
nodeId
- the cluster node idrepository
- the repositoryvoid close()
Invalidations receiveInvalidations()
void sendInvalidations(Invalidations invalidations)
Copyright © 2018 Nuxeo. All rights reserved.