Static Public Member Functions | |
static void | main (String[] args) |
Private Member Functions | |
LSDInitDBFromConfigFiles (LSDLoadConfig llc) | |
boolean | initLSD () |
Private Attributes | |
LSDDbAdmin | admin = null |
ConcurrentHashMap< Long, LSDLegacy > | LegacyHMap = null |
LSDServerInstance[] | LSI = null |
String | serverip = null |
openlsd.server.admin.LSDInitDBFromConfigFiles.LSDInitDBFromConfigFiles | ( | LSDLoadConfig | llc | ) | [private] |
Create a LSDInitDB from driver ans server args
llc |
static void openlsd.server.admin.LSDInitDBFromConfigFiles.main | ( | String[] | args | ) | [static] |
Main Class to show an example of initialization of DB only from config files.
args | with 1-openlsddb client config file, and 2-openlsd server config file and 3-IP(or DNS entry) of LSD Server |
boolean openlsd.server.admin.LSDInitDBFromConfigFiles.initLSD | ( | ) | [private] |
Sample of Initialization of LSD from DB point of vue: 4 IpPort, 4 Services and associated Legacies are created. If the Legacy are already created in DB, then nothing is done.
LSDDbAdmin openlsd.server.admin.LSDInitDBFromConfigFiles.admin = null [private] |
DB Admin
ConcurrentHashMap<Long,LSDLegacy> openlsd.server.admin.LSDInitDBFromConfigFiles.LegacyHMap = null [private] |
Legacy HMAP
LSDServerInstance [] openlsd.server.admin.LSDInitDBFromConfigFiles.LSI = null [private] |
LSI for the 4 Network service
String openlsd.server.admin.LSDInitDBFromConfigFiles.serverip = null [private] |
IP of LSD server