public interface MongoDBShardedDeployment extends Entity, Startable
BrooklynObject.TagSupport
Configurable.ConfigurationSupport
Startable.RestartEffectorBody, Startable.StartEffectorBody, Startable.StopEffectorBody
Modifier and Type | Field and Description |
---|---|
static ConfigKey<Group> |
CO_LOCATED_ROUTER_GROUP |
static ConfigKey<java.lang.Integer> |
CONFIG_CLUSTER_SIZE |
static AttributeSensor<MongoDBConfigServerCluster> |
CONFIG_SERVER_CLUSTER |
static ConfigKey<java.lang.Integer> |
INITIAL_ROUTER_CLUSTER_SIZE |
static ConfigKey<java.lang.Integer> |
INITIAL_SHARD_CLUSTER_SIZE |
static ConfigKey<EntitySpec<?>> |
MONGODB_CONFIG_SERVER_SPEC |
static ConfigKey<EntitySpec<?>> |
MONGODB_REPLICA_SET_SPEC |
static ConfigKey<EntitySpec<?>> |
MONGODB_ROUTER_SPEC |
static AttributeSensor<MongoDBRouterCluster> |
ROUTER_CLUSTER |
static ConfigKey<Duration> |
ROUTER_UP_TIMEOUT |
static AttributeSensor<MongoDBShardCluster> |
SHARD_CLUSTER |
static ConfigKey<java.lang.Integer> |
SHARD_REPLICASET_SIZE |
RESTART, SERVICE_UP, START, STOP
Modifier and Type | Method and Description |
---|---|
MongoDBConfigServerCluster |
getConfigCluster() |
MongoDBRouterCluster |
getRouterCluster() |
MongoDBShardCluster |
getShardCluster() |
addChild, addChild, addEnricher, addEnricher, addFeed, addGroup, addPolicy, addPolicy, addTag, clearParent, containsTag, getApplication, getApplicationId, getAttribute, getChildren, getConfig, getConfig, getConfigRaw, getConfigRaw, getCreationTime, getDisplayName, getEnrichers, getEntityType, getGroups, getIconUrl, getId, getLocations, getParent, getPolicies, getTags, invoke, removeChild, removeEnricher, removeGroup, removePolicy, removeTag, setParent
getCatalogItemId, getTagSupport, tags
config, setConfig
static final ConfigKey<java.lang.Integer> CONFIG_CLUSTER_SIZE
static final ConfigKey<java.lang.Integer> INITIAL_ROUTER_CLUSTER_SIZE
static final ConfigKey<java.lang.Integer> INITIAL_SHARD_CLUSTER_SIZE
static final ConfigKey<java.lang.Integer> SHARD_REPLICASET_SIZE
static final ConfigKey<EntitySpec<?>> MONGODB_ROUTER_SPEC
static final ConfigKey<EntitySpec<?>> MONGODB_REPLICA_SET_SPEC
static final ConfigKey<EntitySpec<?>> MONGODB_CONFIG_SERVER_SPEC
static final AttributeSensor<MongoDBConfigServerCluster> CONFIG_SERVER_CLUSTER
static final AttributeSensor<MongoDBRouterCluster> ROUTER_CLUSTER
static final AttributeSensor<MongoDBShardCluster> SHARD_CLUSTER
MongoDBConfigServerCluster getConfigCluster()
MongoDBRouterCluster getRouterCluster()
MongoDBShardCluster getShardCluster()