Raven.Database.Indexing.ReducingExecuter.IsIndexStale C# (CSharp) Méthode

IsIndexStale() protected méthode

protected IsIndexStale ( Raven.Abstractions.Data.IndexStats indexesStat, IStorageActionsAccessor actions ) : bool
indexesStat Raven.Abstractions.Data.IndexStats
actions IStorageActionsAccessor
Résultat bool
		protected override bool IsIndexStale(IndexStats indexesStat, IStorageActionsAccessor actions)
		{
			return actions.Staleness.IsReduceStale(indexesStat.Name);
		}