Package org.onehippo.repository.cluster
Interface RepositoryClusterService
-
public interface RepositoryClusterService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isExternalEvent(Event event)
Whether the JCR event is local or external to the current cluster node.
-
-
-
Method Detail
-
isExternalEvent
boolean isExternalEvent(Event event)
Whether the JCR event is local or external to the current cluster node.- Parameters:
event
- the event to check- Returns:
- Whether the JCR event is local or external to the current cluster node
-
-