Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс FileHashTable
+ Граф наследования:FileHashTable:

Открытые статические члены

static getTableName ()
 
static getMap ()
 
static validateFilePath ()
 
static validateFileHash ()
 
static addList ($bucketId, array $files)
 
static syncList ($bucketId, $path, array $files, $prevLastKey)
 
static syncEnd ($bucketId, $path, $prevLastKey)
 
static addFile ($bucketId, $path, array $fileInfo)
 
static getLastKey ($bucketId)
 
static deleteAll ($bucketId)
 
static deleteByFilePath ($bucketId, $filePath)
 
static dirList ($bucketId, $path, $order, $filter)
 
static duplicateList ($bucketId, $filter, $order, $limit=0)
 
static getFileDuplicates ($bucketId, $fileHash, $fileSize)
 
static getDuplicatesStat ($bucketId)
 
static copyToFileHash ($lastKey, $pageSize)
 
static prepareDuplicates ($bucketId, &$fileIds)
 
- Открытые статические члены унаследованные от DataManager
static getEntity ()
 
static unsetEntity ($class)
 
static getConnectionName ()
 
static getTitle ()
 
static getObjectClass ()
 
static getObjectClassName ()
 
static getCollectionClass ()
 
static getCollectionClassName ()
 
static getObjectParentClass ()
 
static getCollectionParentClass ()
 
static getQueryClass ()
 
static getEntityClass ()
 
static createObject ($setDefaultValues=true)
 
static createCollection ()
 
static wakeUpObject ($row)
 
static wakeUpCollection ($rows)
 
static getUfId ()
 
static isUts ()
 
static isUtm ()
 
static setDefaultScope ($query)
 
static postInitialize (Entity $entity)
 
static getByPrimary ($primary, array $parameters=array())
 
static getById ($id)
 
static getRowById ($id)
 
static getRow (array $parameters)
 
static getList (array $parameters=array())
 
static getCount ($filter=array(), array $cache=array())
 
static query ()
 
static checkFields (Result $result, $primary, array $data)
 
static add (array $data)
 
static addMulti ($rows, $ignoreEvents=false)
 
static update ($primary, array $data)
 
static delete ($primary)
 
static enableCrypto ($field, $table=null, $mode=true)
 
static cryptoEnabled ($field, $table=null)
 
static setCurrentDeletingObject ($object)
 
static cleanCache ()
 
static onBeforeAdd (Event $event)
 
static onAdd (Event $event)
 
static onAfterAdd (Event $event)
 
static onBeforeUpdate (Event $event)
 
static onUpdate (Event $event)
 
static onAfterUpdate (Event $event)
 
static onBeforeDelete (Event $event)
 
static onDelete (Event $event)
 
static onAfterDelete (Event $event)
 

Дополнительные унаследованные члены

- Открытые атрибуты унаследованные от DataManager
const EVENT_ON_BEFORE_ADD = "OnBeforeAdd"
 
const EVENT_ON_ADD = "OnAdd"
 
const EVENT_ON_AFTER_ADD = "OnAfterAdd"
 
const EVENT_ON_BEFORE_UPDATE = "OnBeforeUpdate"
 
const EVENT_ON_UPDATE = "OnUpdate"
 
const EVENT_ON_AFTER_UPDATE = "OnAfterUpdate"
 
const EVENT_ON_BEFORE_DELETE = "OnBeforeDelete"
 
const EVENT_ON_DELETE = "OnDelete"
 
const EVENT_ON_AFTER_DELETE = "OnAfterDelete"
 
- Защищенные статические члены унаследованные от DataManager
static getObjectClassByDataClass ($dataClass)
 
static getCollectionClassByDataClass ($dataClass)
 
static replaceFieldName ($data=array())
 
static validatePrimary ($primary)
 
static checkUfFields ($object, $ufdata, $result)
 
static callOnBeforeAddEvent ($object, $fields, $result)
 
static callOnAddEvent ($object, $fields, $ufdata)
 
static callOnAfterAddEvent ($object, $fields, $id)
 
static callOnBeforeUpdateEvent ($object, $fields, $result)
 
static callOnUpdateEvent ($object, $fields, $ufdata)
 
static callOnAfterUpdateEvent ($object, $fields)
 
static callOnBeforeDeleteEvent ($object, $entity, $result)
 
static callOnDeleteEvent ($object, $entity)
 
static callOnAfterDeleteEvent ($object, $entity)
 
- Статические защищенные данные унаследованные от DataManager
static $entity
 
static $objectClass
 
static $collectionClass
 
static $currentDeletingObjects
 
static $reservedWords
 

Подробное описание

См. определение в файле filehash.php строка 40

Методы

◆ addFile()

static addFile ( $bucketId,
$path,
array $fileInfo )
static

Add a file hash to the database.

Аргументы
integer$bucketIdClouds storage bucket identifier.
string$pathPath to the file.
array$fileInfoFile info as it returned by CCloudStorageBucket::GetFileInfo.
Возвращает
null|\Bitrix\Main\DB\Result
См. также
\CCloudStorageBucket::GetFileInfo

См. определение в файле filehash.php строка 288

◆ addList()

static addList ( $bucketId,
array $files )
static

Stores file hashes to the database.

Аргументы
integer$bucketIdClouds storage bucket identifier.
array$filesFile list as it returned by \CCloudStorageBucket::ListFiles.
Возвращает
\Bitrix\Main\DB\Result
См. также
\CCloudStorageBucket::ListFiles

См. определение в файле filehash.php строка 138

◆ copyToFileHash()

static copyToFileHash ( $lastKey,
$pageSize )
static

Copies file hash information from clouds module table to the main module. Returns an array with copy statistics information.

Аргументы
integer$lastKeyWhere to start.
integer$pageSizeBatch size.
Возвращает
array

См. определение в файле filehash.php строка 531

◆ deleteAll()

static deleteAll ( $bucketId)
static

Clears all stored file hashes for the bucket.

Аргументы
integer$bucketIdClouds storage bucket identifier.
Возвращает
\Bitrix\Main\DB\Result

См. определение в файле filehash.php строка 322

◆ deleteByFilePath()

static deleteByFilePath ( $bucketId,
$filePath )
static

Clears a stored file hashe for the filePath for the bucket.

Аргументы
integer$bucketIdClouds storage bucket identifier.
string$filePathFile path.
Возвращает
\Bitrix\Main\DB\Result

См. определение в файле filehash.php строка 339

◆ dirList()

static dirList ( $bucketId,
$path,
$order,
$filter )
static

Returns file listing with "folders", sizes and modification times.

Аргументы
integer$bucketIdClouds storage bucket identifier.
string$pathDirectory path.
array$orderHow to sort.
array$filterAdditional filter.
Возвращает
\Bitrix\Main\DB\Result

См. определение в файле filehash.php строка 363

◆ duplicateList()

static duplicateList ( $bucketId,
$filter,
$order,
$limit = 0 )
static

Returns duplicate files by bucket, hash, and size.

Аргументы
integer$bucketIdClouds storage bucket identifier.
array$filterAdditional filter to pass to FileHashTable.
array$orderSort order.
integer$limitRecords count.
Возвращает
\Bitrix\Main\DB\Result
См. также
\Bitrix\Main\File\Internal\FileHashTable

См. определение в файле filehash.php строка 417

◆ getDuplicatesStat()

static getDuplicatesStat ( $bucketId)
static

Returns duplicates summary statistics.

Аргументы
integer$bucketIdClouds storage bucket identifier.
Возвращает
array

См. определение в файле filehash.php строка 496

◆ getFileDuplicates()

static getFileDuplicates ( $bucketId,
$fileHash,
$fileSize )
static

Returns duplicate files list by bucket, hash, and size.

Аргументы
integer$bucketIdClouds storage bucket identifier.
array$fileHashFile hash.
array$fileSizeFile size.
Возвращает
array
См. также
\Bitrix\Main\File\Internal\FileHashTable

См. определение в файле filehash.php строка 466

◆ getLastKey()

static getLastKey ( $bucketId)
static

Returns last stored key for given bucket.

Аргументы
integer$bucketIdClouds storage bucket identifier.
Возвращает
string

См. определение в файле filehash.php строка 306

◆ getMap()

static getMap ( )
static

Returns entity map definition.

Возвращает
array

Переопределяет метод предка DataManager.

См. определение в файле filehash.php строка 57

◆ getTableName()

static getTableName ( )
static

Returns DB table name for entity.

Возвращает
string

Переопределяет метод предка DataManager.

См. определение в файле filehash.php строка 47

◆ prepareDuplicates()

static prepareDuplicates ( $bucketId,
& $fileIds )
static

Checks candidates from file duplicates delete. Returns future file original identifier.

Аргументы
integer$bucketIdClouds storage bucket identifier.
array&$fileIdsArray of file identifiers candidates for duplicate delete.
Возвращает
false|integer

См. определение в файле filehash.php строка 578

◆ syncEnd()

static syncEnd ( $bucketId,
$path,
$prevLastKey )
static

Sync file hashes to the database. Removes all keys beyond the $prevLastKey.

Аргументы
integer$bucketIdClouds storage bucket identifier.
string$pathFile list relative path.
string$prevLastKeyLast key returned by last call to CCloudStorageBucket::ListFiles.
Возвращает
null|\Bitrix\Main\DB\Result
См. также
\Bitrix\Clouds\FileHashTable::syncList

См. определение в файле filehash.php строка 263

◆ syncList()

static syncList ( $bucketId,
$path,
array $files,
$prevLastKey )
static

Sync file hashes to the database. Adds new keys and removes missing between $files[last_key] and $lastKey.

Аргументы
integer$bucketIdClouds storage bucket identifier.
string$pathFile list relative path.
array$filesFile list as it returned by CCloudStorageBucket::ListFiles.
string$prevLastKeyLast key returned by previous call to CCloudStorageBucket::ListFiles.
Возвращает
null|\Bitrix\Main\DB\Result
См. также
\CCloudStorageBucket::ListFiles

См. определение в файле filehash.php строка 178

◆ validateFileHash()

static validateFileHash ( )
static

Returns validators for FILE_HASH field.

Возвращает
array

См. определение в файле filehash.php строка 122

◆ validateFilePath()

static validateFilePath ( )
static

Returns validators for FILE_PATH field.

Возвращает
array

См. определение в файле filehash.php строка 110