public class CumulusRDFApplication extends AbstractApplication
BrooklynObject.TagSupportConfigurable.ConfigurationSupportStartable.RestartEffectorBody, Startable.StartEffectorBody, Startable.StopEffectorBodyEntityInternal.FeedSupportBrooklynObjectInternal.ConfigurationSupportInternal| Modifier and Type | Field and Description |
|---|---|
static ConfigKey<java.lang.Integer> |
CASSANDRA_CLUSTER_SIZE |
static ConfigKey<java.lang.Integer> |
CASSANDRA_THRIFT_PORT |
static ConfigKey<java.lang.String> |
CUMULUS_RDF_CONFIG_URL |
static java.lang.String |
DEFAULT_LOCATIONS |
static ConfigKey<java.lang.Boolean> |
MULTI_REGION_FABRIC |
CHILD_ADDED, CHILD_REMOVED, EFFECTOR_ADDED, EFFECTOR_CHANGED, EFFECTOR_REMOVED, LOCATION_ADDED, LOCATION_REMOVED, POLICY_ADDED, POLICY_REMOVED, SENSOR_ADDED, SENSOR_REMOVEDRESTART, SERVICE_UP, START, STOP| Constructor and Description |
|---|
CumulusRDFApplication() |
| Modifier and Type | Method and Description |
|---|---|
void |
initApp()
Create the application entities:
A
CassandraFabric of CassandraDatacenters containing CassandraNodes
A TomcatServer
|
static void |
main(java.lang.String[] argv) |
void |
start(java.util.Collection<? extends Location> locations)
Controls the startup locations for the webapp and the cassandra fabric.
|
getApplication, init, onManagementStopped, postStart, preStart, restart, setParent, stopaddChild, addChild, addEnricher, addEnricher, addFeed, addGroup, addLocations, addPolicy, addPolicy, addTag, clearLocations, clearParent, config, configure, configure, configure, configure, configure, containsTag, destroy, emit, emitInternal, equals, feeds, firstLocation, getAllAttributes, getAllConfig, getAllConfigBag, getApplicationId, getAttribute, getAttributeByNameParts, getChildren, getConfig, getConfig, getConfig, getConfig, getConfigMap, getConfigRaw, getConfigRaw, getCreationTime, getDisplayName, getEffector, getEnrichers, getEntityType, getExecutionContext, getFeedSupport, getGroups, getIconUrl, getLocalConfigBag, getLocations, getManagementContext, getManagementSupport, getMutableEntityType, getParent, getPolicies, getProxy, getProxyIfAvailable, getRebindSupport, getSubscriptionContext, getTags, hashCode, invalidateReferences, invoke, invoke, invoke, modifyAttribute, onManagementBecomingMaster, onManagementNoLongerMaster, onManagementStarted, onManagementStarting, refreshInheritedConfig, removeAllEnrichers, removeAllPolicies, removeAttribute, removeChild, removeEnricher, removeGroup, removeLocations, removePolicy, removeTag, requestPersist, resetProxy, setAttribute, setAttribute, setAttributeWithoutPublishing, setConfig, setConfig, setConfig, setConfig, setConfig, setConfig, setConfigEvenIfOwned, setConfigEvenIfOwned, setDisplayName, setManagementContext, setProxy, subscribe, subscribeToChildren, subscribeToMembers, toMetadataRecord, toString, unsubscribe, unsubscribegetCatalogItemId, getId, getTagSupport, rebind, setCatalogItemId, tagsgetManagementContextaddChild, addChild, addEnricher, addEnricher, addFeed, addGroup, addPolicy, addPolicy, addTag, clearParent, containsTag, getApplicationId, getAttribute, getChildren, getConfig, getConfig, getConfigRaw, getConfigRaw, getCreationTime, getDisplayName, getEnrichers, getEntityType, getGroups, getIconUrl, getId, getLocations, getParent, getPolicies, getTags, invoke, removeChild, removeEnricher, removeGroup, removePolicy, removeTaggetCatalogItemId, getTagSupport, tagsconfig, setConfigsetCatalogItemIdpublic static final ConfigKey<java.lang.String> CUMULUS_RDF_CONFIG_URL
public static final ConfigKey<java.lang.Integer> CASSANDRA_THRIFT_PORT
public static final ConfigKey<java.lang.Integer> CASSANDRA_CLUSTER_SIZE
public static final ConfigKey<java.lang.Boolean> MULTI_REGION_FABRIC
public static final java.lang.String DEFAULT_LOCATIONS
public void initApp()
CassandraFabric of CassandraDatacenters containing CassandraNodes
TomcatServer
public void start(java.util.Collection<? extends Location> locations)
start in interface Startablestart in class AbstractApplicationAbstractApplication.start(Collection)public static void main(java.lang.String[] argv)