| AbstractTracker |
Abstract base class that provides common Tracker behaviour.
|
| AbstractWorker |
Synchronous Tracking Worker.
|
| ACLIDModRouter |
Nodes and access control lists are grouped by their ACL ID.
|
| ACLIDMurmurRouter |
Nodes are evenly distributed over the shards at random based on the murmur hash of the ACL ID.
|
| AclTracker |
Multithreaded ACL Tracker implementation.
|
| ActivatableTracker |
Supertype layer for trackers that can be enabled/disabled.
|
| CascadeTracker |
|
| CommitTracker |
|
| ComposableDocRouter |
A Composable DocRouter is a document router that can be used standalone or nested in a primary-fallback
composite document routing strategy.
|
| ContentTracker |
This tracker queries for docs with unclean content, and then updates them.
|
| DateMonthRouter |
The date-based sharding assigns dates sequentially through shards based on the month.
|
| DateQuarterRouter |
Deprecated. |
| DBIDRangeRouter |
This routes documents within specific DBID ranges to specific shards.
|
| DBIDRouter |
DBID murmur hash based document router.
|
| DocRouterFactory |
|
| DocRouterWithFallback |
A composable DocRouter which consists of
A primary routing strategy
A fallback strategy used in case of failure of the strategy above
|
| ExplicitShardIdWithDynamicPropertyRouter |
Routes a document only if the shardInstance matches the provided shardId.
|
| ExplicitShardIdWithStaticPropertyRouter |
Routes the incoming nodes (not ACLs!) on the shard explicitly indicated in Node.getExplicitShardId() method.
|
| MetadataTracker |
|
| ModelTracker |
|
| PropertyRouter |
Routes based on a text property field.
|
| ShardStatePublisher |
Despite belonging to the Tracker ecosystem, this component is actually a publisher, which periodically informs
Alfresco about the state of the hosting core.
|
| SolrTrackerScheduler |
This is a decorator of the Quartz Scheduler object to add Solr-specific functionality.
|
| TrackerJob |
Generic Solr tracker job, allowing Quartz to initiate an index update from
a Tracker regardless of specific implementation.
|
| TrackerRegistry |
Registry of trackers for an AdminHandler
|