All Downloads are FREE. Search and download functionalities are using the official Maven repository.

brooklyn.entity.nosql.redis.RedisSlaveImpl Maven / Gradle / Ivy

There is a newer version: 0.7.0-M1
Show newest version
package brooklyn.entity.nosql.redis;


/**
 * A {@link RedisStore} configured as a slave.
 */
public class RedisSlaveImpl extends RedisStoreImpl implements RedisSlave {

    public RedisSlaveImpl() {
    }

    @Override
    public RedisStore getMaster() {
        return getConfig(MASTER);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy