Uses of Class
org.inria.myriads.snoozenode.database.enums.DatabaseType

Packages that use DatabaseType
org.inria.myriads.snoozenode.configurator.database   
org.inria.myriads.snoozenode.database   
org.inria.myriads.snoozenode.database.enums   
 

Uses of DatabaseType in org.inria.myriads.snoozenode.configurator.database
 

Methods in org.inria.myriads.snoozenode.configurator.database that return DatabaseType
 DatabaseType DatabaseSettings.getType()
          Returns the database type.
 

Methods in org.inria.myriads.snoozenode.configurator.database with parameters of type DatabaseType
 void DatabaseSettings.setType(DatabaseType type)
          Sets the database type.
 

Uses of DatabaseType in org.inria.myriads.snoozenode.database
 

Methods in org.inria.myriads.snoozenode.database with parameters of type DatabaseType
static GroupLeaderRepository DatabaseFactory.newGroupLeaderRepository(String virtualMachineSubnet, int maxCapacity, DatabaseType type)
          Returns the group leader repository.
static GroupManagerRepository DatabaseFactory.newGroupManagerRepository(String groupManagerId, int maxCapacity, DatabaseType type)
          Returns the group manager repository.
static LocalControllerRepository DatabaseFactory.newLocalControllerRepository(DatabaseType type)
          Returns the local controller repository.
 

Uses of DatabaseType in org.inria.myriads.snoozenode.database.enums
 

Methods in org.inria.myriads.snoozenode.database.enums that return DatabaseType
static DatabaseType DatabaseType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DatabaseType[] DatabaseType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.