public interface RepositoryBackend
Repository
.RepositoryImpl
Modifier and Type | Method and Description |
---|---|
Model |
initialize(RepositoryImpl repository)
Initializer.
|
Mapper |
newMapper(Session.PathResolver pathResolver,
boolean useInvalidations)
Creates a new instance a
Mapper . |
void |
setClusterInvalidator(ClusterInvalidator clusterInvalidator)
Sets the cluster invalidator, to be used by future mappers created.
|
void |
shutdown()
Shuts down the backend.
|
Model initialize(RepositoryImpl repository)
void setClusterInvalidator(ClusterInvalidator clusterInvalidator)
Mapper newMapper(Session.PathResolver pathResolver, boolean useInvalidations)
Mapper
. Called once for every new session.pathResolver
- the path resolveruseInvalidations
- whether this mapper participates in invalidation propagationvoid shutdown()
Copyright © 2018 Nuxeo. All rights reserved.