Interface | Description |
---|---|
BrooklynObjectInternal | |
BrooklynObjectInternal.ConfigurationSupportInternal | |
BrooklynObjectInternal.RelationSupportInternal<T extends BrooklynObject> | |
BrooklynObjectInternal.SubscriptionSupportInternal | |
BrooklynObjectPredicate<P> |
A marker interface for predicates that can use a
BrooklynObject in their BrooklynObjectPredicate.apply(P, org.apache.brooklyn.api.objs.BrooklynObject) method. |
Class | Description |
---|---|
AbstractBrooklynObject | |
AbstractConfigurationSupportInternal | |
AbstractEntityAdjunct |
Common functionality for policies and enrichers
|
AdjunctConfigMap | |
AdjunctType |
This is the actual type of a policy instance at runtime.
|
BasicConfigurableObject |
A parent class for ancilliary objects that do not require the full heavy lifting of
AbstractBrooklynObject
or similar, but wish to use ConfigKey and Configurable in their construction, via the
$brooklyn:object method of the CAMP DSL. |
BasicConfigurableObject.BasicConfigurationSupport | |
BasicEntityTypeRegistry | |
BasicSpecParameter<T> | |
BrooklynDynamicType<T extends BrooklynObject,AbstractT extends AbstractBrooklynObject> |
This is the actual type of a brooklyn object instance at runtime,
which can change from the static
BrooklynType , and can change over time;
for this reason it does *not* implement BrooklynType, but
callers can call BrooklynDynamicType.getSnapshot() to get a snapshot such instance. |
BrooklynTypes | |
BrooklynTypeSnapshot | |
ConstraintSerialization | |
ConstraintSerialization.PredicateSerializationRuleAdder<T> | |
SpecParameterPredicates |