| Name | Description | Type | Package | Framework |
| AbstractEntity | Default Entity implementation, which should be extended whenever implementing an entity. | Class | brooklyn.entity.basic | Brooklyn |
|
| AbstractEffector | The abstract Effector implementation. | Class | brooklyn.entity.basic | Brooklyn |
|
| AbstractConfigurableEntityFactory | | Class | brooklyn.entity.basic | Brooklyn |
|
| AbstractApplication | Users can extend this to define the entities in their application, and the relationships between those entities. | Class | brooklyn.entity.basic | Brooklyn |
|
| AbstractGroup | Represents a group of entities - sub-classes can support dynamically changing membership, ad hoc groupings, etc. | Interface | brooklyn.entity.basic | Brooklyn |
|
| AbstractGroupImpl | Represents a group of entities - sub-classes can support dynamically changing membership, ad hoc groupings, etc. | Class | brooklyn.entity.basic | Brooklyn |
|
| AbstractSoftwareProcessDriver | An abstract implementation of the SoftwareProcessDriver. | Class | brooklyn.entity.basic | Brooklyn |
|
| AbstractSoftwareProcessSshDriver | An abstract SSH implementation of the AbstractSoftwareProcessDriver. | Class | brooklyn.entity.basic | Brooklyn |
|
| ApplicationBuilder | Experimental mechanism for defining/building applications. | Class | brooklyn.entity.basic | Brooklyn |
|
| Attributes | This interface should be used to access Sensor definitions. | Interface | brooklyn.entity.basic | Brooklyn |
|
| Attributes .MainUri | | Class | brooklyn.entity.basic | Brooklyn |
|
| BasicApplication | The most basic implementation of an application possible. | Interface | brooklyn.entity.basic | Brooklyn |
|
| BasicApplicationImpl | | Class | brooklyn.entity.basic | Brooklyn |
|
| BasicConfigurableEntityFactory | | Class | brooklyn.entity.basic | Brooklyn |
|
| BasicEntity | This is the most basic entity possible - does nothing beyond AbstractEntity. | Interface | brooklyn.entity.basic | Brooklyn |
|
| BasicEntityImpl | | Class | brooklyn.entity.basic | Brooklyn |
|
| BasicGroup | | Interface | brooklyn.entity.basic | Brooklyn |
|
| BasicGroupImpl | | Class | brooklyn.entity.basic | Brooklyn |
|
| BasicParameterType | | Class | brooklyn.entity.basic | Brooklyn |
|
| BasicStartable | Provides a pass-through Startable entity used for keeping hierarchies tidy. | Interface | brooklyn.entity.basic | Brooklyn |
|
| BasicStartable .LocationsFilter | | Interface | brooklyn.entity.basic | Brooklyn |
|
| BasicStartableImpl | | Class | brooklyn.entity.basic | Brooklyn |
|
| BrooklynConfigKeys | Commonly used config keys, for use in entities. | Class | brooklyn.entity.basic | Brooklyn |
|
| BrooklynShutdownHooks | | Class | brooklyn.entity.basic | Brooklyn |
|
| BrooklynShutdownHooks .BrooklynShutdownHookJob | | Class | brooklyn.entity.basic | Brooklyn |
|
| BrooklynTags | | Class | brooklyn.entity.basic | Brooklyn |
|
| BrooklynTags .NamedStringTag | | Class | brooklyn.entity.basic | Brooklyn |
|
| BrooklynTasks | | Class | brooklyn.entity.basic | Brooklyn |
|
| BrooklynTaskTags | Provides utilities for making Tasks easier to work with in Brooklyn. | Class | brooklyn.entity.basic | Brooklyn |
|
| BrooklynTaskTags .EffectorCallTag | | Class | brooklyn.entity.basic | Brooklyn |
|
| BrooklynTaskTags .EntitlementTag | | Class | brooklyn.entity.basic | Brooklyn |
|
| BrooklynTaskTags .WrappedEntity | | Class | brooklyn.entity.basic | Brooklyn |
|
| BrooklynTaskTags .WrappedStream | | Class | brooklyn.entity.basic | Brooklyn |
|
| ClosureEntityFactory | | Class | brooklyn.entity.basic | Brooklyn |
|
| ConfigKeys | Dictionary of ConfigKey entries. | Class | brooklyn.entity.basic | Brooklyn |
|
| ConfigKeys .DynamicKeys | | Class | brooklyn.entity.basic | Brooklyn |
|
| ConfigMapViewWithStringKeys | Internal class that presents a view over a ConfigMap, so it looks like a Map (with the keys being the config key names). | Class | brooklyn.entity.basic | Brooklyn |
|
| ConfigurableEntityFactory | | Interface | brooklyn.entity.basic | Brooklyn |
|
| ConfigurableEntityFactoryFromEntityFactory | | Class | brooklyn.entity.basic | Brooklyn |
|
| DataEntity | An entity that supplies data as AttributeSensor values. | Interface | brooklyn.entity.basic | Brooklyn |
|
| DataEntityImpl | | Class | brooklyn.entity.basic | Brooklyn |
|
| DelegateEntity | A delegate entity for use as a Group child proxy for members. | Interface | brooklyn.entity.basic | Brooklyn |
|
| DelegateEntity .EntityUrl | Hints for rendering the delegate entity as a link in the Brooklyn console UI. | Class | brooklyn.entity.basic | Brooklyn |
|
| DelegateEntityImpl | | Class | brooklyn.entity.basic | Brooklyn |
|
| DynamicGroup | | Interface | brooklyn.entity.basic | Brooklyn |
|
| DynamicGroupImpl | | Class | brooklyn.entity.basic | Brooklyn |
|
| EffectorStartableImpl | if the methods are invoked directly; note this will loop indefinetly if no method impl is supplied and no task is specified on an (overriding) effector | Class | brooklyn.entity.basic | Brooklyn |
|
| EffectorStartableImpl .StartParameters | | Class | brooklyn.entity.basic | Brooklyn |
|
| EmptySoftwareProcess | | Interface | brooklyn.entity.basic | Brooklyn |
|
| EmptySoftwareProcessDriver | | Interface | brooklyn.entity.basic | Brooklyn |
|
| EmptySoftwareProcessImpl | | Class | brooklyn.entity.basic | Brooklyn |
|
| EmptySoftwareProcessSshDriver | | Class | brooklyn.entity.basic | Brooklyn |
|
| Entities | Convenience methods for working with entities. | Class | brooklyn.entity.basic | Brooklyn |
|
| EntityAdjuncts | Convenience methods for working with entity adjunts. | Class | brooklyn.entity.basic | Brooklyn |
|
| EntityAndAttribute | A tuple containing an Entity and an Attribute, which is assumed to be present on the entity. | Class | brooklyn.entity.basic | Brooklyn |
|
| EntityConfigMap | | Class | brooklyn.entity.basic | Brooklyn |
|
| EntityDynamicType | This is the actual type of an entity instance at runtime, which can change from the static EntityType, and can change over time; | Class | brooklyn.entity.basic | Brooklyn |
|
| EntityFactory | A Factory for creating entities. | Interface | brooklyn.entity.basic | Brooklyn |
|
| EntityFactoryForLocation | dispatch interface to allow an EntityFactory to indicate it might be able to discover other factories for specific locations (e. | Interface | brooklyn.entity.basic | Brooklyn |
|
| EntityFunctions | | Class | brooklyn.entity.basic | Brooklyn |
|
| EntityInitializers | | Class | brooklyn.entity.basic | Brooklyn |
|
| EntityInitializers .AddTags | | Class | brooklyn.entity.basic | Brooklyn |
|
| EntityInternal | for the brooklyn framework only). | Interface | brooklyn.entity.basic | Brooklyn |
|
| EntityInternal .FeedSupport | | Interface | brooklyn.entity.basic | Brooklyn |
|
| EntityLocal | such as setting attribute values, adding policies, etc. | Interface | brooklyn.entity.basic | Brooklyn |
|
| EntityPredicates | | Class | brooklyn.entity.basic | Brooklyn |
|
| EntitySuppliers | | Class | brooklyn.entity.basic | Brooklyn |
|
| EntityTasks | | Class | brooklyn.entity.basic | Brooklyn |
|
| EntityTransientCopyInternal | Selected methods from EntityInternal and parents which are permitted for entities being loaded in read-only mode, enforced by EntityProxyImpl. | Interface | brooklyn.entity.basic | Brooklyn |
|
| EntityTypes | | Class | brooklyn.entity.basic | Brooklyn |
|
| EntityTypeSnapshot | | Class | brooklyn.entity.basic | Brooklyn |
|
| ExplicitEffector | | Class | brooklyn.entity.basic | Brooklyn |
|
| Lifecycle | An enumeration representing the status of an Entity. | Class | brooklyn.entity.basic | Brooklyn |
|
| Lifecycle .Transition | | Class | brooklyn.entity.basic | Brooklyn |
|
| MethodEffector | concrete class for providing an Effector implementation that gets its information from annotations on a method; see Effector*Test for usage example. | Class | brooklyn.entity.basic | Brooklyn |
|
| NaiveScriptRunner | Marks something which can run scripts. | Interface | brooklyn.entity.basic.lifecycle | Brooklyn |
|
| PolicyDescriptor | | Class | brooklyn.entity.basic | Brooklyn |
|
| QuorumCheck | For checking if a group/cluster is quorate. | Interface | brooklyn.entity.basic | Brooklyn |
|
| QuorumCheck .NumericQuorumCheck | | Class | brooklyn.entity.basic | Brooklyn |
|
| QuorumCheck .QuorumChecks | | Class | brooklyn.entity.basic | Brooklyn |
|
| SameServerDriverLifecycleEffectorTasks | | Class | brooklyn.entity.basic | Brooklyn |
|
| SameServerEntity | An entity that, on start(MachineProvisioningLocation), will obtain a machine and pass that to each of its children by calling their Startable. | Interface | brooklyn.entity.basic | Brooklyn |
|
| SameServerEntityImpl | | Class | brooklyn.entity.basic | Brooklyn |
|
| ScriptHelper | | Class | brooklyn.entity.basic.lifecycle | Brooklyn |
|
| ScriptPart | | Class | brooklyn.entity.basic.lifecycle | Brooklyn |
|
| ServiceStateLogic | | Class | brooklyn.entity.basic | Brooklyn |
|
| ServiceStateLogic .ComputeServiceIndicatorsFromChildrenAndMembers | | Class | brooklyn.entity.basic | Brooklyn |
|
| ServiceStateLogic .ComputeServiceIndicatorsFromChildrenAndMembersSpec | | Class | brooklyn.entity.basic | Brooklyn |
|
| ServiceStateLogic .ComputeServiceState | Enricher which sets Attributes. | Class | brooklyn.entity.basic | Brooklyn |
|
| ServiceStateLogic .ServiceNotUpLogic | | Class | brooklyn.entity.basic | Brooklyn |
|
| ServiceStateLogic .ServiceProblemsLogic | | Class | brooklyn.entity.basic | Brooklyn |
|
| SoftwareProcess | | Interface | brooklyn.entity.basic | Brooklyn |
|
| SoftwareProcess .ChildStartableMode | controls the behavior when starting (stop, restart) Startable children as part of the start (stop, restart) effector on this entity (NB: restarts are currently not propagated to children in the default SoftwareProcess | Class | brooklyn.entity.basic | Brooklyn |
|
| SoftwareProcess .RestartSoftwareParameters | | Class | brooklyn.entity.basic | Brooklyn |
|
| SoftwareProcess .RestartSoftwareParameters .RestartMachineMode | | Class | brooklyn.entity.basic | Brooklyn |
|
| SoftwareProcessDriver | The EntityDriver for a SoftwareProcess. | Interface | brooklyn.entity.basic | Brooklyn |
|
| SoftwareProcessDriverLifecycleEffectorTasks | Thin shim delegating to driver to do start/stop/restart, wrapping as tasks, with common code pulled up to MachineLifecycleEffectorTasks for non-driver usage | Class | brooklyn.entity.basic | Brooklyn |
|
| SoftwareProcessImpl | An Entity representing a piece of software which can be installed, run, and controlled. | Class | brooklyn.entity.basic | Brooklyn |
|
| StartableApplication | | Interface | brooklyn.entity.basic | Brooklyn |
|
| VanillaSoftwareProcess | A SoftwareProcess entity that runs commands from an archive. | Interface | brooklyn.entity.basic | Brooklyn |
|
| VanillaSoftwareProcessDriver | | Interface | brooklyn.entity.basic | Brooklyn |
|
| VanillaSoftwareProcessImpl | | Class | brooklyn.entity.basic | Brooklyn |
|
| VanillaSoftwareProcessSshDriver | | Class | brooklyn.entity.basic | Brooklyn |