|
Brooklyn | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
brooklyn.entity.Entitybrooklyn.entity.nosql.DataStore
brooklyn.entity.basic.SoftwareProcess
brooklyn.entity.trait.Startable
brooklyn.entity.rebind.Rebindable
brooklyn.entity.nosql.redis.RedisStore
@Catalog(name="Redis Server", description="Redis is an open-source, networked, in-memory, key-value data store with optional durability", iconUrl="classpath:///redis-logo.jpeg") @ImplementedBy(RedisStoreImpl.class) public interface RedisStore extends DataStore, SoftwareProcess
An entity that represents a Redis key-value store service. TODO add sensors with Redis statistics using INFO command
| Fields inherited from interface Startable | |
|---|---|
| RESTART, SERVICE_UP, START, STOP |
| Method Summary | |
|---|---|
java.lang.String
|
getAddress()
|
java.lang.Integer
|
getRedisPort()
|
| 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 |
|---|
@SetFromFlag("downloadUrl")
public BasicAttributeSensorAndConfigKey DOWNLOAD_URL
public AttributeSensor EVICTED_KEYS
public AttributeSensor EXPIRED_KEYS
public AttributeSensor KEYSPACE_HITS
public AttributeSensor KEYSPACE_MISSES
@SetFromFlag("redisConfigTemplateUrl")
public ConfigKey REDIS_CONFIG_TEMPLATE_URL
@SetFromFlag("redisPort")
public PortAttributeSensorAndConfigKey REDIS_PORT
@SetFromFlag("version")
public BasicConfigKey SUGGESTED_VERSION
public AttributeSensor TOTAL_COMMANDS_PROCESSED
public AttributeSensor TOTAL_CONNECTIONS_RECEIVED
public AttributeSensor UPTIME
| Method Detail |
|---|
public java.lang.String getAddress()
public java.lang.Integer getRedisPort()
Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.