C# Class Raven.Studio.Models.IndexesModel

Inheritance: Raven.Studio.Infrastructure.ViewModel
Mostra file Open project: robashton/ravendb Class Usage Examples

Public Methods

Method Description
IndexesModel ( ) : System
IndexesOfPriority ( string deleteItems ) : List
TimerTickedAsync ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
CleanGroupIndexes ( ) : void
GetIndexGroup ( Raven.Abstractions.Data.IndexStats index ) : string
UpdateGroupedIndexList ( DatabaseStatistics statistics ) : void

Method Details

IndexesModel() public method

public IndexesModel ( ) : System
return System

IndexesOfPriority() public method

public IndexesOfPriority ( string deleteItems ) : List
deleteItems string
return List

TimerTickedAsync() public method

public TimerTickedAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task