Method | Description | |
---|---|---|
Delete ( string domain, string key ) : void | ||
GetFileBytes ( string domain, string key, int timeoutMilliseconds ) : byte[] | ||
GetPaths ( string domain, string key, bool noVerify ) : IList |
||
MogileFsProtocolImplementation ( ITrackerBackend trackerBackend, IMogStoreCommunicator storeCommunicator ) : System | ||
Rename ( string domain, string fromKey, string toKey ) : void | ||
Sleep ( int seconds ) : void | ||
StoreFile ( string domain, string key, string storageClass, Stream fileStream, int timeoutMilliseconds ) : void |
public Delete ( string domain, string key ) : void | ||
domain | string | |
key | string | |
return | void |
public GetFileBytes ( string domain, string key, int timeoutMilliseconds ) : byte[] | ||
domain | string | |
key | string | |
timeoutMilliseconds | int | |
return | byte[] |
public GetPaths ( string domain, string key, bool noVerify ) : IList |
||
domain | string | |
key | string | |
noVerify | bool | |
return | IList |
public MogileFsProtocolImplementation ( ITrackerBackend trackerBackend, IMogStoreCommunicator storeCommunicator ) : System | ||
trackerBackend | ITrackerBackend | |
storeCommunicator | IMogStoreCommunicator | |
return | System |
public Rename ( string domain, string fromKey, string toKey ) : void | ||
domain | string | |
fromKey | string | |
toKey | string | |
return | void |
public StoreFile ( string domain, string key, string storageClass, Stream fileStream, int timeoutMilliseconds ) : void | ||
domain | string | |
key | string | |
storageClass | string | |
fileStream | Stream | |
timeoutMilliseconds | int | |
return | void |