org.gcube.contentmanagement.baselayer.networkFileTransfer.gfal
Interface GFALConstants


public interface GFALConstants


Field Summary
static int AMODE_DEFAULT
          constant defining the access mode used new files
static int AMODE_EXISTS
          constant defining the access mode used for checking existence of a file
static java.lang.String ENV_GFAL_CATALOG_HOST
          name of the environment variable that holds the hosting node of the catalog used by lcg
static java.lang.String ENV_GFAL_CATALOG_TYPE
          name of the environment variable that holds the type of the used catalog, e.g.
static java.lang.String ENV_GFAL_INFOSYS
          name of the environment variable that holds the infosys used by lcg, e.g.
static java.lang.String ENV_GFAL_SE_TYPE
          name of the environment variable that holds the type of the used storage element, e.g.
static java.lang.String ENV_GFAL_VO
          name of the environment variable that holds the VO used by lcg
static int GFAL_STAT_GID
          defines in the stat array to get the group id information
static int GFAL_STAT_MODE
          defines in the stat array to get the mode information
static int GFAL_STAT_NLINK
          defines in the stat array to get the nlink information
static int GFAL_STAT_SIZE
          defines in the stat array to get the size information
static int GFAL_STAT_UID
          defines in the stat array to get the user id information
static java.lang.String GUID_PREFIX
          prefix with which GFAL Grid Unique IDentifiers start
static java.lang.String LFN_PREFIX
          prefix with which GFAL logical file names start
static java.lang.String SURL_PREFIX
          prefix with which GFAL file replicas start
static java.lang.String TURL_PREFIX
          prefix with which GFAL transport file names start
 

Field Detail

GFAL_STAT_MODE

static final int GFAL_STAT_MODE
defines in the stat array to get the mode information

See Also:
Constant Field Values

GFAL_STAT_NLINK

static final int GFAL_STAT_NLINK
defines in the stat array to get the nlink information

See Also:
Constant Field Values

GFAL_STAT_UID

static final int GFAL_STAT_UID
defines in the stat array to get the user id information

See Also:
Constant Field Values

GFAL_STAT_GID

static final int GFAL_STAT_GID
defines in the stat array to get the group id information

See Also:
Constant Field Values

GFAL_STAT_SIZE

static final int GFAL_STAT_SIZE
defines in the stat array to get the size information

See Also:
Constant Field Values

LFN_PREFIX

static final java.lang.String LFN_PREFIX
prefix with which GFAL logical file names start

See Also:
Constant Field Values

TURL_PREFIX

static final java.lang.String TURL_PREFIX
prefix with which GFAL transport file names start

See Also:
Constant Field Values

SURL_PREFIX

static final java.lang.String SURL_PREFIX
prefix with which GFAL file replicas start

See Also:
Constant Field Values

GUID_PREFIX

static final java.lang.String GUID_PREFIX
prefix with which GFAL Grid Unique IDentifiers start

See Also:
Constant Field Values

AMODE_EXISTS

static final int AMODE_EXISTS
constant defining the access mode used for checking existence of a file

See Also:
GFalUtilities.accessFile(java.lang.String, int), Constant Field Values

AMODE_DEFAULT

static final int AMODE_DEFAULT
constant defining the access mode used new files

See Also:
Constant Field Values

ENV_GFAL_VO

static final java.lang.String ENV_GFAL_VO
name of the environment variable that holds the VO used by lcg

See Also:
Constant Field Values

ENV_GFAL_INFOSYS

static final java.lang.String ENV_GFAL_INFOSYS
name of the environment variable that holds the infosys used by lcg, e.g. BDII

See Also:
Constant Field Values

ENV_GFAL_SE_TYPE

static final java.lang.String ENV_GFAL_SE_TYPE
name of the environment variable that holds the type of the used storage element, e.g. dpm

See Also:
Constant Field Values

ENV_GFAL_CATALOG_TYPE

static final java.lang.String ENV_GFAL_CATALOG_TYPE
name of the environment variable that holds the type of the used catalog, e.g. lfc

See Also:
Constant Field Values

ENV_GFAL_CATALOG_HOST

static final java.lang.String ENV_GFAL_CATALOG_HOST
name of the environment variable that holds the hosting node of the catalog used by lcg

See Also:
Constant Field Values