SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
Classes | Namespaces | Functions | Variables
interface_fetch_event.py File Reference

Classes

class  fetchevent.interface_fetch_event.FetchError
 
class  fetchevent.interface_fetch_event.MetaFile
 Class representing metadata of a file. More...
 

Namespaces

 fetchevent.interface_fetch_event
 
 interface_fetch_event
 Fetching information for events.
 

Functions

def fetchevent.interface_fetch_event.print_metafiles
 From a MetaFile list, print file metadata in a readable way. More...
 
def fetchevent.interface_fetch_event.find_fetch_level
 For a given fetch type, return the fetch level of the filename. More...
 
def fetchevent.interface_fetch_event.total_fetch_level
 For a given fetch type, return the number of available fetch_level. More...
 
def fetchevent.interface_fetch_event.find_fetch_types
 Return all fetch_type for a given table or for all table. More...
 
def fetchevent.interface_fetch_event.get_datetime
 Extract date from an event filename, according to its fetch_type and fetch level. More...
 
def fetchevent.interface_fetch_event.set_datetime
 Recompose the filename of an event file for a datetime.datime, according to fetch_type and version. More...
 
def fetchevent.interface_fetch_event.set_name_np1
 For a given filename of fetch level n, build the corresponding name of fetch level n+1. More...
 
def fetchevent.interface_fetch_event.connect_remote_server
 Connect to the remote server. More...
 
def fetchevent.interface_fetch_event.close_remote_server
 Close connection to the remote remote server. More...
 
def fetchevent.interface_fetch_event.read_remote_server
 Find all files listed on the remote server associated with the given fetch_type. More...
 
def fetchevent.interface_fetch_event.vn2vnp1
 For some Nth fetch level files, select which files need to be created in the N+1th fetch level. More...
 

Variables

dictionary fetchevent.interface_fetch_event.fetch_info = {}