|
Brooklyn | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
brooklyn.entity.trait.Startablebrooklyn.entity.rebind.Rebindable
brooklyn.entity.Entity
brooklyn.entity.basic.SoftwareProcess
brooklyn.entity.nosql.DataStore
brooklyn.entity.trait.Identifiable
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.png") @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()
|
| 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 ConfigKey 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.