Brooklyn

brooklyn.entity.database.mysql
[Java] Interface MySqlNode

brooklyn.entity.trait.HasShortName
  brooklyn.entity.Entity
      brooklyn.entity.database.DatabaseNode
          brooklyn.entity.database.mysql.MySqlNode
              brooklyn.entity.basic.SoftwareProcess
                  brooklyn.entity.trait.Startable
                      brooklyn.entity.rebind.Rebindable
All Superinterfaces:
HasShortName, Entity, DatabaseNode, SoftwareProcess, Startable, Rebindable

@Catalog(name="MySql Node", description="MySql is an open source relational database management system (RDBMS)", iconUrl="classpath:///mysql-logo-110x57.png")
@ImplementedBy(MySqlNodeImpl.class)
public interface MySqlNode
extends DatabaseNode, HasShortName

Field Summary
static BasicConfigKey CREATION_SCRIPT_CONTENTS

static BasicConfigKey CREATION_SCRIPT_URL

static ConfigKey DATA_DIR

static BasicAttributeSensorAndConfigKey DOWNLOAD_URL

static BasicConfigKey MIRROR_URL

download mirror, if desired; defaults to Austria which seems one of the fastest

static PortAttributeSensorAndConfigKey MYSQL_PORT

static MapConfigKey MYSQL_SERVER_CONF

static ConfigKey MYSQL_SERVER_CONF_LOWER_CASE_TABLE_NAMES

static BasicAttributeSensor MYSQL_URL

static BasicAttributeSensorAndConfigKey PASSWORD

static BasicAttributeSensorAndConfigKey SOCKET_UID

static BasicConfigKey SUGGESTED_VERSION

static BasicAttributeSensorAndConfigKey TEMPLATE_CONFIGURATION_URL

 
Fields inherited from interface DatabaseNode
DB_URL
 
Method Summary
 
Methods inherited from interface HasShortName
getShortName
 
Methods inherited from interface Entity
addChild, addChild, addEnricher, addGroup, addOwnedChild, addPolicy, clearOwner, clearParent, getApplication, getApplicationId, getAttribute, getChildren, getConfig, getDisplayName, getEnrichers, getEntityType, getGroups, getId, getLocations, getOwnedChildren, getOwner, getParent, getPolicies, getRebindSupport, invoke, removeChild, removeEnricher, removeOwnedChild, removePolicy, setOwner, setParent
 
Methods inherited from interface Startable
restart, start, stop
 

Field Detail

CREATION_SCRIPT_CONTENTS

@SetFromFlag("creationScriptContents")
public static final BasicConfigKey CREATION_SCRIPT_CONTENTS


CREATION_SCRIPT_URL

@SetFromFlag("creationScriptUrl")
public static final BasicConfigKey CREATION_SCRIPT_URL


DATA_DIR

@SetFromFlag("dataDir")
public static final ConfigKey DATA_DIR


DOWNLOAD_URL

@SetFromFlag("downloadUrl")
public static final BasicAttributeSensorAndConfigKey DOWNLOAD_URL


MIRROR_URL

@SetFromFlag("mirrorUrl")
public static final BasicConfigKey MIRROR_URL
download mirror, if desired; defaults to Austria which seems one of the fastest


MYSQL_PORT

@SetFromFlag("port")
public static final PortAttributeSensorAndConfigKey MYSQL_PORT


MYSQL_SERVER_CONF

@SetFromFlag("serverConf")
public static final MapConfigKey MYSQL_SERVER_CONF


MYSQL_SERVER_CONF_LOWER_CASE_TABLE_NAMES

public static final ConfigKey MYSQL_SERVER_CONF_LOWER_CASE_TABLE_NAMES


MYSQL_URL

public static final BasicAttributeSensor MYSQL_URL


PASSWORD

@SetFromFlag("password")
public static final BasicAttributeSensorAndConfigKey PASSWORD


SOCKET_UID

@SetFromFlag("socketUid")
public static final BasicAttributeSensorAndConfigKey SOCKET_UID


SUGGESTED_VERSION

@SetFromFlag("version")
public static final BasicConfigKey SUGGESTED_VERSION


TEMPLATE_CONFIGURATION_URL

@SetFromFlag("configurationTemplateUrl")
public static final BasicAttributeSensorAndConfigKey TEMPLATE_CONFIGURATION_URL


 

Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.