Functions: com.teracloud.streams.teda 4.0.0
Functions
- createDirectory(rstring, int32)
- Attempts to create the directory that the path variable identifies, as if by ISO/IEC 9945 mkdir() with a second argument of S_IRWXU|S_IRWXG|S_IRWXO.
- dirname(rstring)
- Returns the parent path for the path.
- entire(rstring)
- Returns the absolute and canonical path for the path.
- entire(rstring, rstring)
- Returns the absolute and canonical path for the path.
- extension(rstring)
- Returns the extension of a given file name prefixed with a period (.). In case a file does not have an extension, the function returns an empty string.
- filename(rstring)
- Returns the file name that is extracted from the path.
- getOSuid()
- This function shall return the real user ID of the job.
- getSegmentPrefix(rstring)
- Creates the prefix for the physical shared memory segment.
- rename(rstring, rstring, int32)
- Renames a file or directory, as if by ISO/IEC 9945 rename().
- sha2hash160(blob)
- Computes a 160-bit SHA-2 hash value from a given input value.
- sha2hash160(rstring)
- Computes a 160-bit SHA-2 hash value from a given input value.
- sha2hash160raw(blob)
- Computes a 160-bit SHA-2 hash value from a given input value.
- sha2hash160raw(rstring)
- Computes a 160-bit SHA-2 hash value from a given input value.
- sha2hash224(blob)
- Computes a 224-bit SHA-2 hash value from a given input value.
- sha2hash224(rstring)
- Computes a 224-bit SHA-2 hash value from a given input value.
- sha2hash224raw(blob)
- Computes a 224-bit SHA-2 hash value from a given input value.
- sha2hash224raw(rstring)
- Computes a 224-bit SHA-2 hash value from a given input value.
- sha2hash256(blob)
- Computes a 256-bit SHA-2 hash value from a given input value.
- sha2hash256(rstring)
- Computes a 256-bit SHA-2 hash value from a given input value.
- sha2hash256raw(blob)
- Computes a 256-bit SHA-2 hash value from a given input value.
- sha2hash256raw(rstring)
- Computes a 256-bit SHA-2 hash value from a given input value.
- sha2hash384(blob)
- Computes a 384-bit SHA-2 hash value from a given input value.
- sha2hash384(rstring)
- Computes a 384-bit SHA-2 hash value from a given input value.
- sha2hash384raw(blob)
- Computes a 384-bit SHA-2 hash value from a given input value.
- sha2hash384raw(rstring)
- Computes a 384-bit SHA-2 hash value from a given input value.
- sha2hash512(blob)
- Computes a 512-bit SHA-2 hash value from a given input value.
- sha2hash512(rstring)
- Computes a 512-bit SHA-2 hash value from a given input value.
- sha2hash512raw(blob)
- Computes a 512-bit SHA-2 hash value from a given input value.
- sha2hash512raw(rstring)
- Computes a 512-bit SHA-2 hash value from a given input value.
- space(rstring, Types.SpaceInfo, int32)
- Returns space information about a mounted file system.
- space(rstring, uint64, uint64, uint64, int32)
- Returns space information about a mounted file system.
- stem(rstring)
- Returns the string before the period (.) in the file name.
- symlink(rstring, rstring, int32)
- Creates a symbolic link in the file system.