|
Brooklyn | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectgroovy.lang.GroovyObjectSupport
brooklyn.entity.basic.AbstractEntity
brooklyn.entity.basic.SoftwareProcessEntity
brooklyn.entity.nosql.redis.RedisStore
class RedisStore extends SoftwareProcessEntity
An entity that represents a Redis key-value store service. TODO add sensors with Redis statistics using INFO command
Field Summary | |
---|---|
protected static Logger |
LOG
|
static BasicConfigKey |
REDIS_CONFIG_FILE
|
static PortAttributeSensorAndConfigKey |
REDIS_PORT
|
static BasicAttributeSensor |
UPTIME
|
Fields inherited from class SoftwareProcessEntity | |
---|---|
ADDRESS, CUSTOMIZE_LATCH, HOSTNAME, INSTALL_LATCH, LAUNCH_LATCH, PROVISIONING_PROPERTIES, SERVICE_STATE, SHELL_ENVIRONMENT, START_LATCH, SUGGESTED_INSTALL_DIR, SUGGESTED_RUN_DIR, SUGGESTED_VERSION, sensorRegistry |
Fields inherited from class AbstractEntity | |
---|---|
LOG, SENSOR_ADDED, SENSOR_REMOVED, _subscriptionTracker, application, attributesInternal, configsInternal, execution, managementContext, managementData, subscription, tempWorkings |
Property Summary | |
---|---|
OldSshSensorAdapter |
sshAdapter
|
Constructor Summary | |
RedisStore(java.util.Map properties = [:], Entity owner = null)
|
Method Summary | |
---|---|
protected void
|
addSshSensors()
|
void
|
doExtraConfigurationDuringStart()
|
java.lang.String
|
getConfigData(int port, boolean include)
|
java.lang.Class
|
getDriverInterface()
|
protected void
|
initSshSensors()
|
void
|
postStart()
|
Methods inherited from class groovy.lang.GroovyObjectSupport | |
---|---|
groovy.lang.GroovyObjectSupport#setProperty(java.lang.String, java.lang.Object), groovy.lang.GroovyObjectSupport#getProperty(java.lang.String), groovy.lang.GroovyObjectSupport#getMetaClass(), groovy.lang.GroovyObjectSupport#setMetaClass(groovy.lang.MetaClass), groovy.lang.GroovyObjectSupport#invokeMethod(java.lang.String, java.lang.Object), groovy.lang.GroovyObjectSupport#wait(), groovy.lang.GroovyObjectSupport#wait(long), groovy.lang.GroovyObjectSupport#wait(long, int), groovy.lang.GroovyObjectSupport#equals(java.lang.Object), groovy.lang.GroovyObjectSupport#toString(), groovy.lang.GroovyObjectSupport#hashCode(), groovy.lang.GroovyObjectSupport#getClass(), groovy.lang.GroovyObjectSupport#notify(), groovy.lang.GroovyObjectSupport#notifyAll() |
Field Detail |
---|
protected static final Logger LOG
public static final BasicConfigKey REDIS_CONFIG_FILE
public static final PortAttributeSensorAndConfigKey REDIS_PORT
public static final BasicAttributeSensor UPTIME
Property Detail |
---|
OldSshSensorAdapter sshAdapter
Constructor Detail |
---|
RedisStore(java.util.Map properties = [:], Entity owner = null)
Method Detail |
---|
protected void addSshSensors()
@Override void doExtraConfigurationDuringStart()
java.lang.String getConfigData(int port, boolean include)
java.lang.Class getDriverInterface()
protected void initSshSensors()
@Override void postStart()
Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.