dcache-pyclient
Contents:
Installation
Configuration
Usage
ADA API Reference
dcache-pyclient
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
X
A
activity (ada.models.BulkRequest attribute)
ada
module
ada.api
module
ada.auth
module
ada.client
module
ada.config
module
ada.exceptions
module
ada.models
module
ada.services
module
ada.services.checksum
module
ada.services.events
module
ada.services.labels
module
ada.services.namespace
module
ada.services.staging
module
ada.services.system
module
ada.services.xattr
module
ada.utils
module
AdaAPIError
AdaAuthenticationError
AdaAuthError
AdaClient (class in ada)
(class in ada.client)
AdaConfig (class in ada.config)
AdaConfigError
AdaError
AdaForbiddenError
AdaNotFoundError
AdaPathError
AdaSecurityError
AdaState (class in ada.services.events)
AdaTokenExpiredError
AdaTokenPermissionError
AdaValidationError
api (ada.config.AdaConfig attribute)
AuthProvider (class in ada.auth)
B
BulkRequest (class in ada.models)
BulkRequestStatus (class in ada.models)
C
Channel (class in ada.models)
channel_id (ada.models.Channel attribute)
channel_timeout (ada.config.AdaConfig attribute)
channel_url (ada.models.Channel attribute)
check_authenticated() (ada.services.system.SystemService method)
check_config_permissions() (in module ada.utils)
check_file_permissions() (in module ada.utils)
Checksum (class in ada.models)
checksum() (ada.AdaClient method)
(ada.client.AdaClient method)
checksum_type (ada.models.Checksum attribute)
checksums (ada.models.FileInfo attribute)
ChecksumService (class in ada.services.checksum)
close() (ada.AdaClient method)
(ada.api.DcacheAPI method)
(ada.client.AdaClient method)
cookie (ada.models.SSEEvent attribute)
curl_options (ada.config.AdaConfig attribute)
current_qos (ada.models.FileInfo attribute)
custodial (ada.models.QuotaInfo attribute)
custodial_limit (ada.models.QuotaInfo attribute)
D
DcacheAPI (class in ada.api)
debug (ada.config.AdaConfig attribute)
decode_jwt() (in module ada.auth)
decode_jwt_payload() (in module ada.auth)
decode_macaroon() (in module ada.auth)
decode_macaroon_raw() (in module ada.auth)
delete() (ada.AdaClient method)
(ada.api.DcacheAPI method)
(ada.client.AdaClient method)
(ada.services.namespace.NamespaceService method)
delete_channel() (ada.services.events.EventService method)
delete_channel_files() (ada.services.events.AdaState method)
delete_request() (ada.AdaClient method)
(ada.client.AdaClient method)
(ada.services.staging.StagingService method)
DIR (ada.models.FileType attribute)
E
encode_path() (ada.api.DcacheAPI static method)
(in module ada.utils)
event_id (ada.models.SSEEvent attribute)
event_type (ada.models.SSEEvent attribute)
(ada.models.Subscription attribute)
EventService (class in ada.services.events)
extended_attributes (ada.models.FileInfo attribute)
extract_macaroon_expiry() (in module ada.auth)
F
file_type (ada.models.FileInfo attribute)
FileInfo (class in ada.models)
FileType (class in ada.models)
find() (ada.services.labels.LabelService method)
(ada.services.xattr.XattrService method)
find_channel_id_by_name() (ada.services.events.AdaState method)
find_label() (ada.AdaClient method)
(ada.client.AdaClient method)
find_xattr() (ada.AdaClient method)
(ada.client.AdaClient method)
free (ada.models.SpaceInfo attribute)
G
get() (ada.api.DcacheAPI method)
(ada.services.checksum.ChecksumService method)
get_channel_name() (ada.services.events.AdaState method)
get_file_type() (ada.services.namespace.NamespaceService method)
get_files_in_dir() (ada.services.namespace.NamespaceService method)
get_httpx_auth() (ada.auth.AuthProvider method)
(ada.auth.NetrcAuth method)
get_jwt_expiry() (in module ada.auth)
get_jwt_scope() (in module ada.auth)
get_last_event_id() (ada.services.events.AdaState method)
get_pnfs_id() (ada.services.namespace.NamespaceService method)
get_ssl_context() (ada.auth.AuthProvider method)
(ada.auth.ProxyAuth method)
get_subdirs() (ada.services.namespace.NamespaceService method)
gids (ada.models.UserInfo attribute)
H
headers() (ada.auth.AuthProvider method)
(ada.auth.NetrcAuth method)
(ada.auth.ProxyAuth method)
(ada.auth.TokenAuth method)
home (ada.models.UserInfo attribute)
human_readable_size() (in module ada.utils)
I
id (ada.models.QuotaInfo attribute)
igtf (ada.config.AdaConfig attribute)
is_dir() (ada.services.namespace.NamespaceService method)
is_jwt() (in module ada.auth)
is_macaroon() (in module ada.auth)
is_online() (ada.services.namespace.NamespaceService method)
L
labels (ada.models.FileInfo attribute)
LabelService (class in ada.services.labels)
LINK (ada.models.FileType attribute)
list() (ada.AdaClient method)
(ada.client.AdaClient method)
(ada.services.labels.LabelService method)
(ada.services.namespace.NamespaceService method)
(ada.services.xattr.XattrService method)
list_channels() (ada.services.events.AdaState method)
(ada.services.events.EventService method)
list_labels() (ada.AdaClient method)
(ada.client.AdaClient method)
list_xattr() (ada.AdaClient method)
(ada.client.AdaClient method)
load_config() (in module ada.config)
locality (ada.models.FileInfo attribute)
Locality (class in ada.models)
log_request() (ada.services.events.AdaState method)
longlist() (ada.AdaClient method)
(ada.client.AdaClient method)
(ada.services.namespace.NamespaceService method)
M
mask (ada.models.SSEEvent attribute)
method_name() (ada.auth.AuthProvider method)
(ada.auth.NetrcAuth method)
(ada.auth.ProxyAuth method)
(ada.auth.TokenAuth method)
mkdir() (ada.AdaClient method)
(ada.client.AdaClient method)
(ada.services.namespace.NamespaceService method)
module
ada
ada.api
ada.auth
ada.client
ada.config
ada.exceptions
ada.models
ada.services
ada.services.checksum
ada.services.events
ada.services.labels
ada.services.namespace
ada.services.staging
ada.services.system
ada.services.xattr
ada.utils
mtime (ada.models.FileInfo attribute)
mv() (ada.AdaClient method)
(ada.client.AdaClient method)
(ada.services.namespace.NamespaceService method)
N
name (ada.models.Channel attribute)
NamespaceService (class in ada.services.namespace)
NEARLINE (ada.models.Locality attribute)
NetrcAuth (class in ada.auth)
netrcfile (ada.config.AdaConfig attribute)
normalize_path() (in module ada.utils)
O
object_name (ada.models.SSEEvent attribute)
ONLINE (ada.models.Locality attribute)
ONLINE_AND_NEARLINE (ada.models.Locality attribute)
P
parse_lifetime() (in module ada.utils)
patch() (ada.api.DcacheAPI method)
path (ada.models.Checksum attribute)
(ada.models.FileInfo attribute)
(ada.models.SSEEvent attribute)
(ada.models.Subscription attribute)
pnfs_id (ada.models.FileInfo attribute)
post() (ada.api.DcacheAPI method)
post_raw() (ada.api.DcacheAPI method)
precious (ada.models.SpaceInfo attribute)
ProxyAuth (class in ada.auth)
Q
quota() (ada.AdaClient method)
(ada.client.AdaClient method)
(ada.services.system.SystemService method)
quota_type (ada.models.QuotaInfo attribute)
QuotaInfo (class in ada.models)
R
raw (ada.models.BulkRequestStatus attribute)
(ada.models.UserInfo attribute)
raw_data (ada.models.SSEEvent attribute)
read_file_list() (in module ada.utils)
REGULAR (ada.models.FileType attribute)
removable (ada.models.SpaceInfo attribute)
remove() (ada.services.labels.LabelService method)
(ada.services.xattr.XattrService method)
remove_label() (ada.AdaClient method)
(ada.client.AdaClient method)
remove_xattr() (ada.AdaClient method)
(ada.client.AdaClient method)
replica (ada.models.QuotaInfo attribute)
replica_limit (ada.models.QuotaInfo attribute)
report_staged() (ada.services.events.EventService method)
request_id (ada.models.BulkRequest attribute)
request_url (ada.models.BulkRequest attribute)
resolve_auth() (in module ada.auth)
resolve_paths() (in module ada.utils)
root (ada.models.UserInfo attribute)
S
save_channel_name() (ada.services.events.AdaState method)
save_last_event_id() (ada.services.events.AdaState method)
set() (ada.services.labels.LabelService method)
(ada.services.xattr.XattrService method)
set_from_file() (ada.services.xattr.XattrService method)
set_label() (ada.AdaClient method)
(ada.client.AdaClient method)
set_xattr() (ada.AdaClient method)
(ada.client.AdaClient method)
size (ada.models.FileInfo attribute)
space() (ada.AdaClient method)
(ada.client.AdaClient method)
(ada.services.system.SystemService method)
SpaceInfo (class in ada.models)
SSEEvent (class in ada.models)
stage() (ada.AdaClient method)
(ada.client.AdaClient method)
(ada.services.staging.StagingService method)
StagingService (class in ada.services.staging)
stat() (ada.AdaClient method)
(ada.client.AdaClient method)
(ada.services.namespace.NamespaceService method)
stat_request() (ada.AdaClient method)
(ada.client.AdaClient method)
(ada.services.staging.StagingService method)
status (ada.models.BulkRequestStatus attribute)
(ada.models.UserInfo attribute)
stream_sse() (ada.api.DcacheAPI method)
subscribe() (ada.services.events.EventService method)
Subscription (class in ada.models)
subscription_id (ada.models.Subscription attribute)
SystemService (class in ada.services.system)
T
target_qos (ada.models.FileInfo attribute)
targets (ada.models.BulkRequest attribute)
(ada.models.BulkRequestStatus attribute)
timeout (ada.models.Channel attribute)
to_json() (in module ada.utils)
TokenAuth (class in ada.auth)
tokenfile (ada.config.AdaConfig attribute)
TokenFileAuth (class in ada.auth)
total (ada.models.SpaceInfo attribute)
U
uid (ada.models.BulkRequestStatus attribute)
(ada.models.UserInfo attribute)
UNAVAILABLE (ada.models.Locality attribute)
unstage() (ada.AdaClient method)
(ada.client.AdaClient method)
(ada.services.staging.StagingService method)
UserInfo (class in ada.models)
username (ada.models.UserInfo attribute)
V
validate() (ada.auth.AuthProvider method)
(ada.auth.TokenAuth method)
(ada.config.AdaConfig method)
validate_token() (in module ada.auth)
value (ada.models.Checksum attribute)
view_token() (ada.AdaClient method)
(ada.auth.AuthProvider method)
(ada.auth.TokenAuth method)
(ada.client.AdaClient method)
W
whoami() (ada.AdaClient method)
(ada.client.AdaClient method)
(ada.services.system.SystemService method)
with_files_in_dir() (ada.services.namespace.NamespaceService method)
X
XattrService (class in ada.services.xattr)