메소드 | 설명 | |
---|---|---|
AddJobState ( string jobId, IState state ) : void | ||
AddRangeToSet ( string key, IList |
||
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 | ||
ExpireList ( string key, System.TimeSpan expireIn ) : void | ||
ExpireSet ( string key, System.TimeSpan expireIn ) : void | ||
IncrementCounter ( string key ) : void | ||
IncrementCounter ( string key, System.TimeSpan expireIn ) : void | ||
InsertToList ( string key, string value ) : void | ||
PersistHash ( string key ) : void | ||
PersistJob ( string jobId ) : void | ||
PersistList ( string key ) : void | ||
PersistSet ( string key ) : void | ||
RemoveFromList ( string key, string value ) : void | ||
RemoveFromSet ( string key, string value ) : void | ||
RemoveHash ( string key ) : void | ||
RemoveSet ( string key ) : void | ||
SQLiteWriteOnlyTransaction ( IDbConnection connection, System.Transactions.IsolationLevel isolationLevel, PersistentJobQueueProviderCollection queueProviders ) : System | ||
SetJobState ( string jobId, IState state ) : void | ||
SetRangeInHash ( string key, string>.IEnumerable |
||
TrimList ( string key, int keepStartingFrom, int keepEndingAt ) : void |
메소드 | 설명 | |
---|---|---|
AcquireHashLock ( ) : void | ||
AcquireListLock ( ) : void | ||
AcquireLock ( string resource ) : void | ||
AcquireSetLock ( ) : void | ||
CreateTransaction ( System.Transactions.IsolationLevel isolationLevel ) : TransactionScope | ||
QueueCommand ( Action |
public AddJobState ( string jobId, IState state ) : void | ||
jobId | string | |
state | IState | |
리턴 | void |
public AddRangeToSet ( string key, IList |
||
key | string | |
items | IList |
|
리턴 | void |
public AddToQueue ( string queue, string jobId ) : void | ||
queue | string | |
jobId | string | |
리턴 | void |
public AddToSet ( string key, string value ) : void | ||
key | string | |
value | string | |
리턴 | void |
public AddToSet ( string key, string value, double score ) : void | ||
key | string | |
value | string | |
score | double | |
리턴 | void |
public DecrementCounter ( string key, System.TimeSpan expireIn ) : void | ||
key | string | |
expireIn | System.TimeSpan | |
리턴 | void |
public ExpireHash ( string key, System.TimeSpan expireIn ) : void | ||
key | string | |
expireIn | System.TimeSpan | |
리턴 | void |
public ExpireJob ( string jobId, System.TimeSpan expireIn ) : void | ||
jobId | string | |
expireIn | System.TimeSpan | |
리턴 | void |
public ExpireList ( string key, System.TimeSpan expireIn ) : void | ||
key | string | |
expireIn | System.TimeSpan | |
리턴 | void |
public ExpireSet ( string key, System.TimeSpan expireIn ) : void | ||
key | string | |
expireIn | System.TimeSpan | |
리턴 | void |
public IncrementCounter ( string key, System.TimeSpan expireIn ) : void | ||
key | string | |
expireIn | System.TimeSpan | |
리턴 | void |
public InsertToList ( string key, string value ) : void | ||
key | string | |
value | string | |
리턴 | void |
public RemoveFromList ( string key, string value ) : void | ||
key | string | |
value | string | |
리턴 | void |
public RemoveFromSet ( string key, string value ) : void | ||
key | string | |
value | string | |
리턴 | void |
public SQLiteWriteOnlyTransaction ( IDbConnection connection, System.Transactions.IsolationLevel isolationLevel, PersistentJobQueueProviderCollection queueProviders ) : System | ||
connection | IDbConnection | |
isolationLevel | System.Transactions.IsolationLevel | |
queueProviders | PersistentJobQueueProviderCollection | |
리턴 | System |
public SetJobState ( string jobId, IState state ) : void | ||
jobId | string | |
state | IState | |
리턴 | void |
public SetRangeInHash ( string key, string>.IEnumerable |
||
key | string | |
keyValuePairs | string>.IEnumerable | |
리턴 | void |
public TrimList ( string key, int keepStartingFrom, int keepEndingAt ) : void | ||
key | string | |
keepStartingFrom | int | |
keepEndingAt | int | |
리턴 | void |