Brooklyn

brooklyn.entity.database.postgresql
[Java] Interface PostgreSqlNode

brooklyn.entity.Entity
  brooklyn.entity.database.DatabaseNode
      brooklyn.entity.basic.SoftwareProcess
          brooklyn.entity.trait.Startable
              brooklyn.entity.database.postgresql.PostgreSqlNode
                  brooklyn.entity.rebind.Rebindable
All Superinterfaces:
Entity, DatabaseNode, SoftwareProcess, Startable, Rebindable

@Catalog(name="PostgreSQL Node", description="PostgreSQL is an object-relational database management system (ORDBMS)", iconUrl="classpath:///postgresql-logo.jpeg")
@ImplementedBy(PostgreSqlNodeImpl.class)
public interface PostgreSqlNode
extends DatabaseNode

Field Summary
static ConfigKey CREATION_SCRIPT_CONTENTS

static ConfigKey CREATION_SCRIPT_URL

static PortAttributeSensorAndConfigKey POSTGRESQL_PORT

 
Fields inherited from interface DatabaseNode
DB_URL
 
Fields inherited from interface SoftwareProcess
ADDRESS, CUSTOMIZE_LATCH, DOWNLOAD_ADDON_URLS, DOWNLOAD_URL, HOSTNAME, INSTALL_LATCH, LAUNCH_LATCH, PROVISIONING_LOCATION, PROVISIONING_PROPERTIES, SERVICE_STATE, SHELL_ENVIRONMENT, START_LATCH, START_TIMEOUT, SUGGESTED_INSTALL_DIR, SUGGESTED_RUN_DIR, SUGGESTED_VERSION
 
Fields inherited from interface Startable
RESTART, SERVICE_UP, START, STOP
 
Method Summary
 
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 ConfigKey CREATION_SCRIPT_CONTENTS


CREATION_SCRIPT_URL

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


POSTGRESQL_PORT

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


 

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