Brooklyn

brooklyn.entity.nosql.redis
[Java] Interface RedisSlave

brooklyn.entity.trait.Startable
  brooklyn.entity.rebind.Rebindable
      brooklyn.entity.Entity
          brooklyn.entity.basic.SoftwareProcess
              brooklyn.entity.nosql.DataStore
                  brooklyn.entity.trait.Identifiable
                      brooklyn.entity.nosql.redis.RedisStore
                          brooklyn.entity.nosql.redis.RedisSlave
All Superinterfaces:
Startable, Rebindable, Entity, SoftwareProcess, DataStore, Identifiable, RedisStore

@ImplementedBy(RedisSlaveImpl.class)
public interface RedisSlave
extends RedisStore

A RedisStore configured as a slave.


Field Summary
ConfigKey MASTER

ConfigKey REDIS_CONFIG_TEMPLATE_URL

 
Fields inherited from interface RedisStore
DOWNLOAD_URL, EVICTED_KEYS, EXPIRED_KEYS, KEYSPACE_HITS, KEYSPACE_MISSES, REDIS_CONFIG_TEMPLATE_URL, REDIS_PORT, SUGGESTED_VERSION, TOTAL_COMMANDS_PROCESSED, TOTAL_CONNECTIONS_RECEIVED, UPTIME
 
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, SUBNET_ADDRESS, SUBNET_HOSTNAME, SUGGESTED_INSTALL_DIR, SUGGESTED_RUN_DIR, SUGGESTED_VERSION
 
Method Summary
RedisStore getMaster()

 
Methods inherited from interface RedisStore
getAddress, getRedisPort
 

Field Detail

MASTER

@SetFromFlag("master")
public ConfigKey MASTER


REDIS_CONFIG_TEMPLATE_URL

@SetFromFlag("redisConfigTemplateUrl")
public ConfigKey REDIS_CONFIG_TEMPLATE_URL


 
Method Detail

getMaster

public RedisStore getMaster()


 

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