| Home | Trees | Index | Help |
|
|---|
| Package AccessGrid :: Module DataStoreClient :: Class DataStoreClient |
|
Client interface API for a venue datastore. Currently we wrap the basic datastore upload/download and file listing methods.
| Method Summary | |
|---|---|
__init__(self,
uploadURL,
datastoreURL)
| |
Download filename to local file localFile. | |
GetFileData(self,
filename)
| |
Load the local data descriptor cache from the datastore. | |
OpenFile(self,
file,
mode)
| |
Return a list of filenames that match the given pattern. | |
QueryMatchingFilesMultiple(self,
patternList)
| |
RemoveFile(self,
file)
| |
Upload localFile to the venue datastore. | |
| Method Details |
|---|
Download(self, filename, localFile)Download filename to local file localFile. |
LoadData(self)Load the local data descriptor cache from the datastore. |
QueryMatchingFiles(self, pattern)Return a list of filenames that match the given pattern. Pattern is a unix-style filename wildcard. |
Upload(self, localFile)Upload localFile to the venue datastore. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Jan 09 13:23:50 2006 | http://epydoc.sf.net |