C# Class Hangfire.Raven.RavenWriteOnlyTransaction

Inheritance: Hangfire.Storage.JobStorageTransaction
Afficher le fichier Open project: cady-io/hangfire-ravendb

Méthodes publiques

Méthode Description
AddJobState ( string jobId, IState state ) : void
AddToQueue ( string queue, string jobId ) : void
AddToSet ( string key, string value ) : void
AddToSet ( string key, string value, double score ) : void
Commit ( ) : void
DecrementCounter ( string key ) : void
DecrementCounter ( string key, System.TimeSpan expireIn ) : void
ExpireHash ( string key, System.TimeSpan expireIn ) : void
ExpireJob ( string jobId, System.TimeSpan expireIn ) : void
ExpireSet ( [ key, System.TimeSpan expireIn ) : void
IncrementCounter ( string key ) : void
IncrementCounter ( string key, System.TimeSpan expireIn ) : void
InsertToList ( string key, string value ) : void
PersistHash ( [ key ) : void
PersistJob ( string jobId ) : void
PersistSet ( [ key ) : void
RavenWriteOnlyTransaction ( [ storage ) : System
RemoveFromList ( string key, string value ) : void
RemoveFromSet ( string key, string value ) : void
RemoveHash ( string key ) : void
RemoveSet ( string key ) : void
SetJobState ( string jobId, IState state ) : void
SetRangeInHash ( string key, string>.IEnumerable keyValuePairs ) : void
TrimList ( string key, int keepStartingFrom, int keepEndingAt ) : void

Method Details

AddJobState() public méthode

public AddJobState ( string jobId, IState state ) : void
jobId string
state IState
Résultat void

AddToQueue() public méthode

public AddToQueue ( string queue, string jobId ) : void
queue string
jobId string
Résultat void

AddToSet() public méthode

public AddToSet ( string key, string value ) : void
key string
value string
Résultat void

AddToSet() public méthode

public AddToSet ( string key, string value, double score ) : void
key string
value string
score double
Résultat void

Commit() public méthode

public Commit ( ) : void
Résultat void

DecrementCounter() public méthode

public DecrementCounter ( string key ) : void
key string
Résultat void

DecrementCounter() public méthode

public DecrementCounter ( string key, System.TimeSpan expireIn ) : void
key string
expireIn System.TimeSpan
Résultat void

ExpireHash() public méthode

public ExpireHash ( string key, System.TimeSpan expireIn ) : void
key string
expireIn System.TimeSpan
Résultat void

ExpireJob() public méthode

public ExpireJob ( string jobId, System.TimeSpan expireIn ) : void
jobId string
expireIn System.TimeSpan
Résultat void

ExpireSet() public méthode

public ExpireSet ( [ key, System.TimeSpan expireIn ) : void
key [
expireIn System.TimeSpan
Résultat void

IncrementCounter() public méthode

public IncrementCounter ( string key ) : void
key string
Résultat void

IncrementCounter() public méthode

public IncrementCounter ( string key, System.TimeSpan expireIn ) : void
key string
expireIn System.TimeSpan
Résultat void

InsertToList() public méthode

public InsertToList ( string key, string value ) : void
key string
value string
Résultat void

PersistHash() public méthode

public PersistHash ( [ key ) : void
key [
Résultat void

PersistJob() public méthode

public PersistJob ( string jobId ) : void
jobId string
Résultat void

PersistSet() public méthode

public PersistSet ( [ key ) : void
key [
Résultat void

RavenWriteOnlyTransaction() public méthode

public RavenWriteOnlyTransaction ( [ storage ) : System
storage [
Résultat System

RemoveFromList() public méthode

public RemoveFromList ( string key, string value ) : void
key string
value string
Résultat void

RemoveFromSet() public méthode

public RemoveFromSet ( string key, string value ) : void
key string
value string
Résultat void

RemoveHash() public méthode

public RemoveHash ( string key ) : void
key string
Résultat void

RemoveSet() public méthode

public RemoveSet ( string key ) : void
key string
Résultat void

SetJobState() public méthode

public SetJobState ( string jobId, IState state ) : void
jobId string
state IState
Résultat void

SetRangeInHash() public méthode

public SetRangeInHash ( string key, string>.IEnumerable keyValuePairs ) : void
key string
keyValuePairs string>.IEnumerable
Résultat void

TrimList() public méthode

public TrimList ( string key, int keepStartingFrom, int keepEndingAt ) : void
key string
keepStartingFrom int
keepEndingAt int
Résultat void