brooklyn.entity.nosql.redis.RedisShard Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of brooklyn-software-nosql Show documentation
Show all versions of brooklyn-software-nosql Show documentation
Brooklyn entities for NoSQL data store software entities
The newest version!
package brooklyn.entity.nosql.redis;
import brooklyn.entity.Entity;
import brooklyn.entity.proxying.ImplementedBy;
@ImplementedBy(RedisShardImpl.class)
public interface RedisShard extends Entity {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy