|
|
|
|
|
|
|
|
|
|
|
__init__(self,
host,
port,
login=' anonymous ' ,
password='
' ,
keepalive=True) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
constraintAddCheck(self,
directory,
check,
name) |
source code
|
|
|
constraintAddNotNull(self,
directory,
attribute,
name) |
source code
|
|
|
constraintAddReference(self,
directory,
attribute,
reffered_attr,
name) |
source code
|
|
|
constraintAddUnique(self,
directory,
attribute,
name) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
execute(self,
command)
Returns silently if the command executes successfully, throws an
exception otherwise |
source code
|
|
|
executeNoWait(self,
command)
Returns silently if the command executes, throws an exception if an
error occours immediately Does not wait for any return condition of
the remote command |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
replicaList(self,
files,
resolveSites=True,
isLFN=False) |
source code
|
|
|
replicaRegister(self,
guidSiteList,
create=True) |
source code
|
|
|
replicaUnregister(self,
guid,
site,
delete=False) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
update(self,
pattern,
updateExpr,
condition) |
source code
|
|
|
|
|
|
Inherited from mdinterface.MDInterface :
splitUpdateClause
|