- A_RECORDS - Static variable in interface org.apache.brooklyn.entity.network.bind.BindDnsServer
-
- ABORT_CONDITIONS - Static variable in interface org.apache.brooklyn.test.framework.TestSensor
-
Abort-conditions - if matched, the test-case will abort early.
- abortConditions(Map<String, ?>) - Method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions.AssertionOptions
-
- abortConditions(List<? extends Map<String, ?>>) - Method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions.AssertionOptions
-
- AbortError - Error in org.apache.brooklyn.test.framework
-
- AbortError(String) - Constructor for error org.apache.brooklyn.test.framework.AbortError
-
- AbortError(String, Throwable) - Constructor for error org.apache.brooklyn.test.framework.AbortError
-
- abortIf(Entity, AttributeSensor<T2>) - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.Builder
-
- abortIf(Entity, AttributeSensor<T2>, <any>) - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.Builder
-
- abortIf(Entity, AttributeSensor<T2>) - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.MultiBuilder
-
- abortIf(Entity, AttributeSensor<T2>, <any>) - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.MultiBuilder
-
- abortIfIterationLongerThan - Variable in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
- abortIfIterationLongerThan(Duration) - Method in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
- abortIfOnFire() - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.Builder
-
- abortIfOnFire() - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.MultiBuilder
-
- abortOnError - Variable in class org.apache.brooklyn.qa.longevity.MonitorPrefs
-
- abortSecondaryQueueOnPrimaryFailure - Variable in class org.apache.brooklyn.util.core.task.DynamicSequentialTask.FailureHandlingConfig
-
secondary queue runs independently of primary task (submitting and blocking on each secondary task in order),
but can set it up not to submit any more tasks if the primary fails
- abortSecondaryQueueOnSecondaryFailure - Variable in class org.apache.brooklyn.util.core.task.DynamicSequentialTask.FailureHandlingConfig
-
secondary queue can continue submitting+blocking tasks even if a secondary task fails (unusual;
typically handled by TaskTags#markInessential(Task) on the secondary tasks, in which case
the secondary queue is never aborted
- absent() - Static method in class org.apache.brooklyn.util.guava.Maybe
-
Returns an absent indicator.
- absent(String) - Static method in class org.apache.brooklyn.util.guava.Maybe
-
- absent(Throwable) - Static method in class org.apache.brooklyn.util.guava.Maybe
-
As
Maybe.absentWithTrace(String) but using the provided exception instead of this location
as the cause, and a string based on this cause as the message on the
IllegalStateException
thrown if a user does a
Maybe.get().
- absent(String, Throwable) - Static method in class org.apache.brooklyn.util.guava.Maybe
-
- absent(<any>) - Static method in class org.apache.brooklyn.util.guava.Maybe
-
Creates an absent whose
Maybe.get() throws a
RuntimeException
generated on demand from the given supplier
- Absent() - Constructor for class org.apache.brooklyn.util.guava.Maybe.Absent
-
- Absent(<any>) - Constructor for class org.apache.brooklyn.util.guava.Maybe.Absent
-
- absentNoTrace(String) - Static method in class org.apache.brooklyn.util.guava.Maybe
-
Creates an absent whose get throws an IllegalStateException with the indicated message,
but not a stack trace for the calling location.
- absentNull() - Static method in class org.apache.brooklyn.util.guava.Maybe
-
- absentNull(String) - Static method in class org.apache.brooklyn.util.guava.Maybe
-
- AbsentNull(String) - Constructor for class org.apache.brooklyn.util.guava.Maybe.AbsentNull
-
- absentWithTrace(String) - Static method in class org.apache.brooklyn.util.guava.Maybe
-
Creates an absent whose
Maybe.get() throws an
IllegalStateException with the indicated message.
- AbstractAddSensorFeed<T> - Class in org.apache.brooklyn.core.sensor
-
Super-class for entity initializers that add feeds.
- AbstractAddSensorFeed(ConfigBag) - Constructor for class org.apache.brooklyn.core.sensor.AbstractAddSensorFeed
-
- AbstractAggregator<T,U> - Class in org.apache.brooklyn.enricher.stock
-
Abstract superclass for enrichers which aggregate from children and/or members
- AbstractAggregator() - Constructor for class org.apache.brooklyn.enricher.stock.AbstractAggregator
-
- AbstractApplication - Class in org.apache.brooklyn.core.entity
-
Users can extend this to define the entities in their application, and the relationships between
those entities.
- AbstractApplication() - Constructor for class org.apache.brooklyn.core.entity.AbstractApplication
-
- AbstractApplication(Map) - Constructor for class org.apache.brooklyn.core.entity.AbstractApplication
-
- AbstractApplication(Map, Entity) - Constructor for class org.apache.brooklyn.core.entity.AbstractApplication
-
- AbstractAvailabilityZoneExtension - Class in org.apache.brooklyn.core.location.cloud
-
- AbstractAvailabilityZoneExtension(ManagementContext) - Constructor for class org.apache.brooklyn.core.location.cloud.AbstractAvailabilityZoneExtension
-
- AbstractBasicRelationSupport<SourceType extends BrooklynObject> - Class in org.apache.brooklyn.core.relations
-
This abstract impl delegates to
EntityRelations for all changes, routing through a local backing store.
- AbstractBasicRelationSupport(SourceType) - Constructor for class org.apache.brooklyn.core.relations.AbstractBasicRelationSupport
-
- AbstractBrooklynAdjunctSerialization(Class<T>, ManagementContext) - Constructor for class org.apache.brooklyn.util.core.json.BidiSerialization.AbstractBrooklynAdjunctSerialization
-
- AbstractBrooklynClassLoadingContext - Class in org.apache.brooklyn.core.mgmt.classloading
-
- AbstractBrooklynClassLoadingContext(ManagementContext) - Constructor for class org.apache.brooklyn.core.mgmt.classloading.AbstractBrooklynClassLoadingContext
-
- AbstractBrooklynObject - Class in org.apache.brooklyn.core.objs
-
- AbstractBrooklynObject() - Constructor for class org.apache.brooklyn.core.objs.AbstractBrooklynObject
-
- AbstractBrooklynObject(Map<?, ?>) - Constructor for class org.apache.brooklyn.core.objs.AbstractBrooklynObject
-
- AbstractBrooklynObjectRebindSupport<T extends Memento> - Class in org.apache.brooklyn.core.mgmt.rebind
-
- AbstractBrooklynObjectRebindSupport(AbstractBrooklynObject) - Constructor for class org.apache.brooklyn.core.mgmt.rebind.AbstractBrooklynObjectRebindSupport
-
- AbstractBrooklynObjectSerialization(Class<T>, ManagementContext) - Constructor for class org.apache.brooklyn.util.core.json.BidiSerialization.AbstractBrooklynObjectSerialization
-
- AbstractBrooklynObjectSpec<T,SpecT extends AbstractBrooklynObjectSpec<T,SpecT>> - Class in org.apache.brooklyn.api.internal
-
- AbstractBrooklynResourceLookup<T extends AbstractResource> - Class in org.apache.brooklyn.camp.brooklyn.spi.lookup
-
- AbstractBrooklynResourceLookup(PlatformRootSummary, ManagementContext) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.lookup.AbstractBrooklynResourceLookup
-
- AbstractBrooklynRestResource - Class in org.apache.brooklyn.rest.resources
-
- AbstractBrooklynRestResource() - Constructor for class org.apache.brooklyn.rest.resources.AbstractBrooklynRestResource
-
- AbstractBrooklynRestResource.RestValueResolver - Class in org.apache.brooklyn.rest.resources
-
- AbstractCampRestResource - Class in org.apache.brooklyn.camp.server.rest.resource
-
- AbstractCampRestResource() - Constructor for class org.apache.brooklyn.camp.server.rest.resource.AbstractCampRestResource
-
- AbstractCloudExplorerCommand - Class in org.apache.brooklyn.karaf.commands.cloud.explorer
-
- AbstractCloudExplorerCommand() - Constructor for class org.apache.brooklyn.karaf.commands.cloud.explorer.AbstractCloudExplorerCommand
-
- AbstractCloudMachineNamer - Class in org.apache.brooklyn.core.location.cloud.names
-
Implements
most of
CloudMachineNamer,
leaving just one method --
#generateNewIdOfLength(int) --
for subclasses to provide.
- AbstractCloudMachineNamer() - Constructor for class org.apache.brooklyn.core.location.cloud.names.AbstractCloudMachineNamer
-
- AbstractCloudMachineProvisioningLocation - Class in org.apache.brooklyn.core.location.cloud
-
- AbstractCloudMachineProvisioningLocation() - Constructor for class org.apache.brooklyn.core.location.cloud.AbstractCloudMachineProvisioningLocation
-
- AbstractCloudMachineProvisioningLocation(Map<?, ?>) - Constructor for class org.apache.brooklyn.core.location.cloud.AbstractCloudMachineProvisioningLocation
-
typically wants at least ACCESS_IDENTITY and ACCESS_CREDENTIAL
- AbstractCollectionConfigKey<T,RawT extends java.util.Collection<java.lang.Object>,V> - Class in org.apache.brooklyn.core.config.internal
-
- AbstractCommandFeed - Class in org.apache.brooklyn.feed
-
Provides a feed of attribute values, by polling over Command Line Shell Interface.
- AbstractCommandFeed() - Constructor for class org.apache.brooklyn.feed.AbstractCommandFeed
-
For rebind; do not call directly; use builder
- AbstractCommandFeed.Builder<T extends AbstractCommandFeed,B extends AbstractCommandFeed.Builder<T,B>> - Class in org.apache.brooklyn.feed
-
- AbstractComputeServiceRegistry - Class in org.apache.brooklyn.location.jclouds
-
- AbstractComputeServiceRegistry() - Constructor for class org.apache.brooklyn.location.jclouds.AbstractComputeServiceRegistry
-
- AbstractComputeServiceRegistry.ComputeServiceSupplier - Class in org.apache.brooklyn.location.jclouds
-
- AbstractConfigMapImpl<TContainer extends BrooklynObject> - Class in org.apache.brooklyn.core.config.internal
-
- AbstractConfigurationSupportInternal - Class in org.apache.brooklyn.core.objs
-
- AbstractConfigurationSupportInternal() - Constructor for class org.apache.brooklyn.core.objs.AbstractConfigurationSupportInternal
-
- AbstractController - Interface in org.apache.brooklyn.entity.proxy
-
Represents a controller mechanism for a
Cluster.
- AbstractControllerImpl - Class in org.apache.brooklyn.entity.proxy
-
Represents a controller mechanism for a
Cluster.
- AbstractControllerImpl() - Constructor for class org.apache.brooklyn.entity.proxy.AbstractControllerImpl
-
- AbstractControllerImpl.ServerPoolMemberTrackerPolicy - Class in org.apache.brooklyn.entity.proxy
-
- AbstractDriverInferenceRenamingInferenceRule(String, String) - Constructor for class org.apache.brooklyn.core.entity.drivers.ReflectiveEntityDriverFactory.AbstractDriverInferenceRenamingInferenceRule
-
- AbstractDriverInferenceRule() - Constructor for class org.apache.brooklyn.core.entity.drivers.ReflectiveEntityDriverFactory.AbstractDriverInferenceRule
-
- AbstractEbsVolumeCustomizer - Class in org.apache.brooklyn.location.jclouds.aws
-
- AbstractEbsVolumeCustomizer() - Constructor for class org.apache.brooklyn.location.jclouds.aws.AbstractEbsVolumeCustomizer
-
- AbstractEffector<T> - Class in org.apache.brooklyn.core.effector
-
- AbstractEffector(String, Class<T>, List<ParameterType<?>>, String) - Constructor for class org.apache.brooklyn.core.effector.AbstractEffector
-
- AbstractEnricher - Class in org.apache.brooklyn.core.enricher
-
Base
Enricher implementation; all enrichers should extend this or its children
- AbstractEnricher() - Constructor for class org.apache.brooklyn.core.enricher.AbstractEnricher
-
- AbstractEnricher(Map<?, ?>) - Constructor for class org.apache.brooklyn.core.enricher.AbstractEnricher
-
- AbstractEnricherBuilder(Class<? extends Enricher>) - Constructor for class org.apache.brooklyn.enricher.stock.Enrichers.AbstractEnricherBuilder
-
- AbstractEntity - Class in org.apache.brooklyn.core.entity
-
Default
Entity implementation, which should be extended whenever implementing an entity.
- AbstractEntity() - Constructor for class org.apache.brooklyn.core.entity.AbstractEntity
-
- AbstractEntity(Map) - Constructor for class org.apache.brooklyn.core.entity.AbstractEntity
-
- AbstractEntity(Entity) - Constructor for class org.apache.brooklyn.core.entity.AbstractEntity
-
- AbstractEntity(Map, Entity) - Constructor for class org.apache.brooklyn.core.entity.AbstractEntity
-
- AbstractEntity.BasicConfigurationSupport - Class in org.apache.brooklyn.core.entity
-
Direct use of this class is strongly discouraged.
- AbstractEntity.BasicEnricherSupport - Class in org.apache.brooklyn.core.entity
-
Direct use of this class is strongly discouraged.
- AbstractEntity.BasicGroupSupport - Class in org.apache.brooklyn.core.entity
-
Direct use of this class is strongly discouraged.
- AbstractEntity.BasicPolicySupport - Class in org.apache.brooklyn.core.entity
-
Direct use of this class is strongly discouraged.
- AbstractEntity.BasicSensorSupport - Class in org.apache.brooklyn.core.entity
-
Direct use of this class is strongly discouraged.
- AbstractEntity.BasicSubscriptionSupport - Class in org.apache.brooklyn.core.entity
-
Direct use of this class is strongly discouraged.
- AbstractEntityAdjunct - Class in org.apache.brooklyn.core.objs
-
Common functionality for policies and enrichers
- AbstractEntityAdjunct() - Constructor for class org.apache.brooklyn.core.objs.AbstractEntityAdjunct
-
- AbstractEntityAdjunct(Map) - Constructor for class org.apache.brooklyn.core.objs.AbstractEntityAdjunct
-
- AbstractEntityAdjunct.AdjunctTagSupport - Class in org.apache.brooklyn.core.objs
-
- AbstractEntityAdjunct.BasicSubscriptionSupport - Class in org.apache.brooklyn.core.objs
-
- AbstractEntitySpecResolver - Class in org.apache.brooklyn.core.resolve.entity
-
- AbstractEntitySpecResolver(String) - Constructor for class org.apache.brooklyn.core.resolve.entity.AbstractEntitySpecResolver
-
- AbstractExecutionContext - Class in org.apache.brooklyn.util.core.task
-
- AbstractExecutionContext() - Constructor for class org.apache.brooklyn.util.core.task.AbstractExecutionContext
-
- AbstractExternalConfigSupplier - Class in org.apache.brooklyn.core.config.external
-
- AbstractFailureDetector - Class in org.apache.brooklyn.policy.ha
-
- AbstractFailureDetector() - Constructor for class org.apache.brooklyn.policy.ha.AbstractFailureDetector
-
- AbstractFailureDetector.CalculatedStatus - Interface in org.apache.brooklyn.policy.ha
-
- AbstractFailureDetector.LastPublished - Enum in org.apache.brooklyn.policy.ha
-
- AbstractFeed - Class in org.apache.brooklyn.core.feed
-
Captures common fields and processes for sensor feeds.
- AbstractFeed() - Constructor for class org.apache.brooklyn.core.feed.AbstractFeed
-
- AbstractfKafkaSshDriver - Class in org.apache.brooklyn.entity.messaging.kafka
-
- AbstractfKafkaSshDriver(EntityLocal, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.messaging.kafka.AbstractfKafkaSshDriver
-
- AbstractFormatSpecificTypeImplementationPlan<T> - Class in org.apache.brooklyn.core.typereg
-
- AbstractFormatSpecificTypeImplementationPlan(String, T) - Constructor for class org.apache.brooklyn.core.typereg.AbstractFormatSpecificTypeImplementationPlan
-
- AbstractFormatSpecificTypeImplementationPlan(String, Class<T>, RegisteredType.TypeImplementationPlan) - Constructor for class org.apache.brooklyn.core.typereg.AbstractFormatSpecificTypeImplementationPlan
-
- AbstractGeoDnsService - Interface in org.apache.brooklyn.entity.dns
-
- AbstractGeoDnsServiceImpl - Class in org.apache.brooklyn.entity.dns
-
- AbstractGeoDnsServiceImpl() - Constructor for class org.apache.brooklyn.entity.dns.AbstractGeoDnsServiceImpl
-
- AbstractGeoDnsServiceImpl.MemberTrackingPolicy - Class in org.apache.brooklyn.entity.dns
-
- AbstractGroup - Interface in org.apache.brooklyn.entity.group
-
Represents a group of entities - sub-classes can support dynamically changing membership,
ad hoc groupings, etc.
- AbstractGroupImpl - Class in org.apache.brooklyn.entity.group
-
Represents a group of entities - sub-classes can support dynamically changing membership,
ad hoc groupings, etc.
- AbstractGroupImpl() - Constructor for class org.apache.brooklyn.entity.group.AbstractGroupImpl
-
- AbstractInvokeEffectorPolicy - Class in org.apache.brooklyn.policy
-
- AbstractInvokeEffectorPolicy() - Constructor for class org.apache.brooklyn.policy.AbstractInvokeEffectorPolicy
-
- AbstractJcloudsSubnetSshMachineLocation - Class in org.apache.brooklyn.location.jclouds
-
- AbstractJcloudsSubnetSshMachineLocation() - Constructor for class org.apache.brooklyn.location.jclouds.AbstractJcloudsSubnetSshMachineLocation
-
- AbstractJcloudsSubnetSshMachineLocation(Map, JcloudsLocation, NodeMetadata) - Constructor for class org.apache.brooklyn.location.jclouds.AbstractJcloudsSubnetSshMachineLocation
-
- AbstractLocation - Class in org.apache.brooklyn.core.location
-
A basic implementation of the
Location interface.
- AbstractLocation() - Constructor for class org.apache.brooklyn.core.location.AbstractLocation
-
Construct a new instance of an AbstractLocation.
- AbstractLocation(Map<?, ?>) - Constructor for class org.apache.brooklyn.core.location.AbstractLocation
-
Construct a new instance of an AbstractLocation.
- AbstractLocation.BasicSubscriptionSupport - Class in org.apache.brooklyn.core.location
-
- AbstractLocationResolver - Class in org.apache.brooklyn.core.location
-
Examples of valid specs:
byon(hosts=myhost)
byon(hosts=myhost,myhost2)
byon(hosts="myhost, myhost2")
byon(hosts=myhost,myhost2, name=abc)
byon(hosts="myhost, myhost2", name="my location name")
- AbstractLocationResolver() - Constructor for class org.apache.brooklyn.core.location.AbstractLocationResolver
-
- AbstractMachineLocation - Class in org.apache.brooklyn.core.location
-
- AbstractMachineLocation() - Constructor for class org.apache.brooklyn.core.location.AbstractMachineLocation
-
- AbstractMachineLocation(Map<?, ?>) - Constructor for class org.apache.brooklyn.core.location.AbstractMachineLocation
-
- AbstractMain - Class in org.apache.brooklyn.cli
-
This class is the primary CLI for brooklyn.
- AbstractMain() - Constructor for class org.apache.brooklyn.cli.AbstractMain
-
- AbstractMain.BrooklynCommand - Class in org.apache.brooklyn.cli
-
abstract superclass for commands defining global options, but not arguments,
as that prevents Help from being injectable in the
AbstractMain.HelpCommand subclass
- AbstractMain.BrooklynCommandCollectingArgs - Class in org.apache.brooklyn.cli
-
common superclass for commands, defining global options (in our super) and extracting the arguments
- AbstractMain.BrooklynCommandWithSystemDefines - Class in org.apache.brooklyn.cli
-
superclass which reads `-D` system property definitions and applies them
- AbstractMain.DefaultInfoCommand - Class in org.apache.brooklyn.cli
-
- AbstractMain.HelpCommand - Class in org.apache.brooklyn.cli
-
- AbstractMain.InfoCommand - Class in org.apache.brooklyn.cli
-
- AbstractManagementContext - Class in org.apache.brooklyn.core.mgmt.internal
-
- AbstractManagementContext(BrooklynProperties) - Constructor for class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- AbstractMembershipTrackingPolicy - Class in org.apache.brooklyn.entity.group
-
Abstract class which helps track membership of a group, invoking (empty) methods in this class
on MEMBER{ADDED,REMOVED} events, as well as SERVICE_UP {true,false} for those members.
- AbstractMembershipTrackingPolicy() - Constructor for class org.apache.brooklyn.entity.group.AbstractMembershipTrackingPolicy
-
- AbstractMembershipTrackingPolicy.EventType - Enum in org.apache.brooklyn.entity.group
-
- AbstractMemento - Class in org.apache.brooklyn.core.mgmt.rebind.dto
-
- AbstractMongoDBServer - Interface in org.apache.brooklyn.entity.nosql.mongodb
-
- AbstractMongoDBSshDriver - Class in org.apache.brooklyn.entity.nosql.mongodb
-
- AbstractMongoDBSshDriver(EntityLocal, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.nosql.mongodb.AbstractMongoDBSshDriver
-
- AbstractMultipleSensorAggregator<U> - Class in org.apache.brooklyn.enricher.stock
-
Building on
AbstractAggregator for a single source sensor (on multiple children and/or members)
- AbstractMultipleSensorAggregator() - Constructor for class org.apache.brooklyn.enricher.stock.AbstractMultipleSensorAggregator
-
- AbstractNonProvisionedController - Interface in org.apache.brooklyn.entity.proxy
-
- AbstractNonProvisionedControllerImpl - Class in org.apache.brooklyn.entity.proxy
-
For use by downstream load-balancers.
- AbstractNonProvisionedControllerImpl() - Constructor for class org.apache.brooklyn.entity.proxy.AbstractNonProvisionedControllerImpl
-
- AbstractNonProvisionedControllerImpl.MemberTrackingPolicy - Class in org.apache.brooklyn.entity.proxy
-
- AbstractNonProvisionedControllerImpl.ServerPoolMemberTrackerPolicy - Class in org.apache.brooklyn.entity.proxy
-
- AbstractOnNetworkEnricher - Class in org.apache.brooklyn.core.network
-
- AbstractOnNetworkEnricher() - Constructor for class org.apache.brooklyn.core.network.AbstractOnNetworkEnricher
-
- AbstractOnNetworkEnricher.SensorNameConverter - Class in org.apache.brooklyn.core.network
-
- AbstractPolicy - Class in org.apache.brooklyn.core.policy
-
Base
Policy implementation; all policies should extend this or its children
- AbstractPolicy() - Constructor for class org.apache.brooklyn.core.policy.AbstractPolicy
-
- AbstractPolicy(Map<?, ?>) - Constructor for class org.apache.brooklyn.core.policy.AbstractPolicy
-
- AbstractPortableTemplateBuilder<T extends AbstractPortableTemplateBuilder<?>> - Class in org.apache.brooklyn.location.jclouds.templates
-
- AbstractPortableTemplateBuilder() - Constructor for class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- AbstractProcessTaskFactory<T extends AbstractProcessTaskFactory<T,RET>,RET> - Class in org.apache.brooklyn.util.core.task.system.internal
-
- AbstractProcessTaskFactory(String...) - Constructor for class org.apache.brooklyn.util.core.task.system.internal.AbstractProcessTaskFactory
-
- AbstractResource - Class in org.apache.brooklyn.camp.spi
-
Superclass of CAMP resource implementation objects.
- AbstractResource.Builder<T extends AbstractResource,U extends AbstractResource.Builder<T,U>> - Class in org.apache.brooklyn.camp.spi
-
Builder creates the instance up front to avoid repetition of fields in the builder;
but prevents object leakage until build and prevents changes after build,
so effectively immutable.
- AbstractResourceLookup<T extends AbstractResource> - Class in org.apache.brooklyn.camp.spi.collection
-
- AbstractResourceLookup() - Constructor for class org.apache.brooklyn.camp.spi.collection.AbstractResourceLookup
-
- AbstractScheduledEffectorPolicy - Class in org.apache.brooklyn.policy.action
-
- AbstractScheduledEffectorPolicy() - Constructor for class org.apache.brooklyn.policy.action.AbstractScheduledEffectorPolicy
-
- AbstractSecurityProvider - Class in org.apache.brooklyn.rest.security.provider
-
- AbstractSecurityProvider() - Constructor for class org.apache.brooklyn.rest.security.provider.AbstractSecurityProvider
-
- AbstractSoftwareProcessDriver - Class in org.apache.brooklyn.entity.software.base
-
- AbstractSoftwareProcessDriver(EntityLocal, Location) - Constructor for class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- AbstractSoftwareProcessSshDriver - Class in org.apache.brooklyn.entity.software.base
-
- AbstractSoftwareProcessSshDriver(EntityLocal, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- AbstractSoftwareProcessWinRmDriver - Class in org.apache.brooklyn.entity.software.base
-
- AbstractSoftwareProcessWinRmDriver(EntityLocal, WinRmMachineLocation) - Constructor for class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessWinRmDriver
-
- AbstractSshExecTaskFactory<T extends AbstractProcessTaskFactory<T,RET>,RET> - Class in org.apache.brooklyn.util.core.task.ssh.internal
-
- AbstractSshExecTaskFactory(String...) - Constructor for class org.apache.brooklyn.util.core.task.ssh.internal.AbstractSshExecTaskFactory
-
constructor where machine will be added later
- AbstractSshExecTaskFactory(SshMachineLocation, String...) - Constructor for class org.apache.brooklyn.util.core.task.ssh.internal.AbstractSshExecTaskFactory
-
convenience constructor to supply machine immediately
- AbstractSshToolBuilder() - Constructor for class org.apache.brooklyn.util.core.internal.ssh.SshAbstractTool.AbstractSshToolBuilder
-
- AbstractStructuredConfigKey<T,RawT,V> - Class in org.apache.brooklyn.core.config.internal
-
- AbstractStructuredConfigKey(<any>, <any>, String, String, T) - Constructor for class org.apache.brooklyn.core.config.internal.AbstractStructuredConfigKey
-
- AbstractSubscriptionManager - Class in org.apache.brooklyn.core.mgmt.internal
-
- AbstractSubscriptionManager() - Constructor for class org.apache.brooklyn.core.mgmt.internal.AbstractSubscriptionManager
-
- AbstractSubscriptionManager.EntitySensorToken - Class in org.apache.brooklyn.core.mgmt.internal
-
- AbstractTemplateBrooklynLookup<T extends AbstractResource> - Class in org.apache.brooklyn.camp.brooklyn.spi.lookup
-
- AbstractTemplateBrooklynLookup(PlatformRootSummary, ManagementContext) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.lookup.AbstractTemplateBrooklynLookup
-
- AbstractTokenGenerator() - Constructor for class org.apache.brooklyn.entity.nosql.cassandra.TokenGenerators.AbstractTokenGenerator
-
Deprecated.
- AbstractTransformer<T,U> - Class in org.apache.brooklyn.enricher.stock
-
- AbstractTransformer() - Constructor for class org.apache.brooklyn.enricher.stock.AbstractTransformer
-
- AbstractTransformingEnricher<T> - Class in org.apache.brooklyn.enricher.stock
-
- AbstractTreeNodeMemento - Class in org.apache.brooklyn.core.mgmt.rebind.dto
-
- AbstractTypePlanTransformer - Class in org.apache.brooklyn.core.typereg
-
- AbstractTypeTransformingEnricher<T,U> - Class in org.apache.brooklyn.enricher.stock
-
- AbstractUpdatingMapBuilder(AttributeSensor<Map<TKey, TVal>>) - Constructor for class org.apache.brooklyn.enricher.stock.Enrichers.AbstractUpdatingMapBuilder
-
- AbstractVanillaProcess - Interface in org.apache.brooklyn.entity.software.base
-
- AbstractWithManagementContextSerialization(Class<T>, ManagementContext) - Constructor for class org.apache.brooklyn.util.core.json.BidiSerialization.AbstractWithManagementContextSerialization
-
- AbstractZoneFailureDetector - Class in org.apache.brooklyn.entity.group.zoneaware
-
- AbstractZoneFailureDetector() - Constructor for class org.apache.brooklyn.entity.group.zoneaware.AbstractZoneFailureDetector
-
- AbstractZoneFailureDetector(Ticker) - Constructor for class org.apache.brooklyn.entity.group.zoneaware.AbstractZoneFailureDetector
-
- AbstractZoneFailureDetector.ZoneHistory - Class in org.apache.brooklyn.entity.group.zoneaware
-
- AbstractZooKeeperImpl - Class in org.apache.brooklyn.entity.zookeeper
-
An
Entity that represents a single Apache ZooKeeper instance.
- AbstractZooKeeperImpl() - Constructor for class org.apache.brooklyn.entity.zookeeper.AbstractZooKeeperImpl
-
- ACCEPTABLE_CHARS - Static variable in class org.apache.brooklyn.core.sensor.password.CreatePasswordSensor
-
- accepts(String, LocationRegistry) - Method in interface org.apache.brooklyn.api.location.LocationResolver
-
whether the spec is something which should be passed to this resolver
- accepts(Object) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynEntityMatcher
-
- accepts(String) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.CampToSpecTransformer
-
Deprecated.
- accepts(String, BrooklynClassLoadingContext) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.service.UrlServiceSpecResolver
-
- accepts(Object) - Method in interface org.apache.brooklyn.camp.spi.resolve.PdpMatcher
-
- accepts(Object) - Method in class org.apache.brooklyn.camp.spi.resolve.PdpMatcher.ArtifactMatcher
-
- accepts(Object) - Method in class org.apache.brooklyn.camp.spi.resolve.PdpMatcher.ServiceMatcher
-
- accepts(String) - Method in class org.apache.brooklyn.core.catalog.internal.JavaCatalogToSpecTransformer
-
- accepts(String, LocationRegistry) - Method in class org.apache.brooklyn.core.location.AbstractLocationResolver
-
- accepts(String, LocationRegistry) - Method in class org.apache.brooklyn.core.location.CatalogLocationResolver
-
accepts anything that looks like it will be a YAML catalog item (e.g.
- accepts(String, LocationRegistry) - Method in class org.apache.brooklyn.core.location.DefinedLocationByIdResolver
-
accepts anything starting id:xxx or just xxx where xxx is a defined location ID
- accepts(String, LocationRegistry) - Method in class org.apache.brooklyn.core.location.NamedLocationResolver
-
accepts anything starting named:, such as named:my-loc, or just my-loc, so long as my-loc is a defined location name
- accepts(String) - Method in interface org.apache.brooklyn.core.plan.PlanToSpecTransformer
-
Deprecated.
whether this accepts the given plan type
- accepts(String, BrooklynClassLoadingContext) - Method in class org.apache.brooklyn.core.resolve.entity.AbstractEntitySpecResolver
-
- accepts(String, BrooklynClassLoadingContext) - Method in class org.apache.brooklyn.core.resolve.entity.DelegatingEntitySpecResolver
-
- accepts(String, BrooklynClassLoadingContext) - Method in interface org.apache.brooklyn.core.resolve.entity.EntitySpecResolver
-
- accepts(String, LocationRegistry) - Method in class org.apache.brooklyn.entity.machine.pool.ServerPoolLocationResolver
-
- accepts(String, LocationRegistry) - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocationResolver
-
- accepts(String, LocationRegistry) - Method in class org.apache.brooklyn.location.multi.MultiLocationResolver
-
- acceptsKeyMatch(Object) - Method in class org.apache.brooklyn.core.config.internal.AbstractStructuredConfigKey
-
- acceptsKeyMatch(Object) - Method in interface org.apache.brooklyn.core.config.StructuredConfigKey
-
- acceptsSubkey(Object) - Method in class org.apache.brooklyn.core.config.internal.AbstractStructuredConfigKey
-
- acceptsSubkey(Object) - Method in interface org.apache.brooklyn.core.config.StructuredConfigKey
-
- acceptsSubkeyStronglyTyped(Object) - Method in class org.apache.brooklyn.core.config.internal.AbstractStructuredConfigKey
-
- acceptsSubkeyStronglyTyped(Object) - Method in interface org.apache.brooklyn.core.config.StructuredConfigKey
-
- ACCESS_CREDENTIAL - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- ACCESS_CREDENTIAL - Static variable in class org.apache.brooklyn.core.location.LocationConfigKeys
-
- ACCESS_IDENTITY - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- ACCESS_IDENTITY - Static variable in class org.apache.brooklyn.core.location.LocationConfigKeys
-
- ACCESS_KEY_ID - Static variable in class org.apache.brooklyn.location.jclouds.AwsEc2SessionAwareComputeServiceRegistry
-
- ACCESS_LOG_LOCATION - Static variable in interface org.apache.brooklyn.entity.proxy.nginx.NginxController
-
- AccessApi - Interface in org.apache.brooklyn.rest.api
-
- AccessController - Interface in org.apache.brooklyn.api.mgmt
-
- AccessController.Response - Class in org.apache.brooklyn.api.mgmt
-
- AccessManager - Interface in org.apache.brooklyn.core.mgmt.internal
-
- AccessResource - Class in org.apache.brooklyn.rest.resources
-
- AccessResource() - Constructor for class org.apache.brooklyn.rest.resources.AccessResource
-
- AccessSummary - Class in org.apache.brooklyn.rest.domain
-
- AccessSummary(boolean, Map<String, URI>) - Constructor for class org.apache.brooklyn.rest.domain.AccessSummary
-
- accessSummary(AccessManager, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.AccessTransformer
-
- AccessTransformer - Class in org.apache.brooklyn.rest.transform
-
- AccessTransformer() - Constructor for class org.apache.brooklyn.rest.transform.AccessTransformer
-
- acquire(Entity) - Method in interface org.apache.brooklyn.core.sensor.ReleaseableLatch
-
Increment usage count for the caller entity.
- acquire() - Method in class org.apache.brooklyn.util.core.mutex.SemaphoreWithOwners
-
- acquire(int) - Method in class org.apache.brooklyn.util.core.mutex.SemaphoreWithOwners
-
- acquireMutex(String, String) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- acquireMutex(String, String) - Method in class org.apache.brooklyn.util.core.mutex.MutexSupport
-
- acquireMutex(String, String) - Method in interface org.apache.brooklyn.util.core.mutex.WithMutexes
-
acquires a mutex, if available, otherwise blocks on its becoming available;
caller must release after use
- acquirePublicPort(String) - Method in interface org.apache.brooklyn.core.location.access.PortForwardManager
-
Reserves a unique public port on the given publicIpId.
- acquirePublicPort(String) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
- acquirePublicPort(String) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerImpl
-
- acquireUnchecked() - Method in class org.apache.brooklyn.util.core.mutex.SemaphoreWithOwners
-
- acquireUnchecked(int) - Method in class org.apache.brooklyn.util.core.mutex.SemaphoreWithOwners
-
- acquireUninterruptibly() - Method in class org.apache.brooklyn.util.core.mutex.SemaphoreWithOwners
-
- acquireUninterruptibly(int) - Method in class org.apache.brooklyn.util.core.mutex.SemaphoreWithOwners
-
- action(UiModuleAction) - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleImpl
-
- ACTION_TIMEOUT - Static variable in interface org.apache.brooklyn.container.location.kubernetes.KubernetesLocationConfig
-
- activate(Map<String, String>) - Method in class org.apache.brooklyn.ui.modularity.ExternalUiModule
-
- activate(Map<String, String>) - Method in class org.apache.brooklyn.ui.modularity.metadata.registry.impl.UiMetadataConfigListener
-
- activate(Map<String, String>) - Method in class org.apache.brooklyn.ui.proxy.UiProxy
-
- activate(Map<String, String>) - Method in class org.apache.brooklyn.ui.proxy.UiProxyHttpContext
-
- ACTIVE_CHILD_OF - Static variable in class org.apache.brooklyn.core.entity.EntityRelations
-
- ACTIVE_PARENT_OF - Static variable in class org.apache.brooklyn.core.entity.EntityRelations
-
- ActiveMQBroker - Interface in org.apache.brooklyn.entity.messaging.activemq
-
An
Entity that represents a single ActiveMQ broker instance.
- ActiveMQBrokerImpl - Class in org.apache.brooklyn.entity.messaging.activemq
-
An
Entity that represents a single ActiveMQ broker instance.
- ActiveMQBrokerImpl() - Constructor for class org.apache.brooklyn.entity.messaging.activemq.ActiveMQBrokerImpl
-
- ActiveMQDestination - Interface in org.apache.brooklyn.entity.messaging.activemq
-
- ActiveMQDestinationImpl - Class in org.apache.brooklyn.entity.messaging.activemq
-
- ActiveMQDestinationImpl() - Constructor for class org.apache.brooklyn.entity.messaging.activemq.ActiveMQDestinationImpl
-
- ActiveMQDriver - Interface in org.apache.brooklyn.entity.messaging.activemq
-
- ActiveMQQueue - Interface in org.apache.brooklyn.entity.messaging.activemq
-
- ActiveMQQueueImpl - Class in org.apache.brooklyn.entity.messaging.activemq
-
- ActiveMQQueueImpl() - Constructor for class org.apache.brooklyn.entity.messaging.activemq.ActiveMQQueueImpl
-
- ActiveMQSpecs - Class in org.apache.brooklyn.entity.messaging.activemq
-
- ActiveMQSpecs() - Constructor for class org.apache.brooklyn.entity.messaging.activemq.ActiveMQSpecs
-
- ActiveMQSshDriver - Class in org.apache.brooklyn.entity.messaging.activemq
-
- ActiveMQSshDriver(ActiveMQBrokerImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.messaging.activemq.ActiveMQSshDriver
-
- ActiveMQTopic - Interface in org.apache.brooklyn.entity.messaging.activemq
-
- ActiveMQTopicImpl - Class in org.apache.brooklyn.entity.messaging.activemq
-
- ActiveMQTopicImpl() - Constructor for class org.apache.brooklyn.entity.messaging.activemq.ActiveMQTopicImpl
-
- ActivePartialRebindIteration - Class in org.apache.brooklyn.core.mgmt.rebind
-
Replaces a set of existing entities (and their adjuncts) and locations:
writes their state, applies a transformation, then reads the state back.
- ActivePartialRebindIteration(RebindManagerImpl, ManagementNodeState, ClassLoader, RebindExceptionHandler, Semaphore, AtomicInteger, PersistenceActivityMetrics, BrooklynMementoPersister) - Constructor for class org.apache.brooklyn.core.mgmt.rebind.ActivePartialRebindIteration
-
- ActivityApi - Interface in org.apache.brooklyn.rest.api
-
- ActivityResource - Class in org.apache.brooklyn.rest.resources
-
- ActivityResource() - Constructor for class org.apache.brooklyn.rest.resources.ActivityResource
-
- ACTUAL_CLUSTER_SIZE - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
- adapt(RegisteredType) - Method in class org.apache.brooklyn.camp.brooklyn.spi.lookup.AbstractTemplateBrooklynLookup
-
- adapt(RegisteredType) - Method in class org.apache.brooklyn.camp.brooklyn.spi.lookup.AssemblyTemplateBrooklynLookup
-
- adapt(RegisteredType) - Method in class org.apache.brooklyn.camp.brooklyn.spi.lookup.PlatformComponentTemplateBrooklynLookup
-
- adapt(AssemblyTemplate) - Method in class org.apache.brooklyn.camp.server.rest.util.DtoFactory
-
- adapt(PlatformComponentTemplate) - Method in class org.apache.brooklyn.camp.server.rest.util.DtoFactory
-
- adapt(ApplicationComponentTemplate) - Method in class org.apache.brooklyn.camp.server.rest.util.DtoFactory
-
- adapt(Assembly) - Method in class org.apache.brooklyn.camp.server.rest.util.DtoFactory
-
- adapt(PlatformComponent) - Method in class org.apache.brooklyn.camp.server.rest.util.DtoFactory
-
- adapt(ApplicationComponent) - Method in class org.apache.brooklyn.camp.server.rest.util.DtoFactory
-
- adapt(PlatformRootSummary) - Method in class org.apache.brooklyn.camp.server.rest.util.DtoFactory
-
- add(T) - Method in interface org.apache.brooklyn.api.entity.Entity.AdjunctSupport
-
Adds an instance.
- add(Enricher) - Method in interface org.apache.brooklyn.api.entity.Entity.EnricherSupport
-
Adds the given enricher to this entity.
- add(EnricherSpec<T>) - Method in interface org.apache.brooklyn.api.entity.Entity.EnricherSupport
-
Adds the given enricher to this entity.
- add(Policy) - Method in interface org.apache.brooklyn.api.entity.Entity.PolicySupport
-
Adds the given policy to this entity.
- add(PolicySpec<T>) - Method in interface org.apache.brooklyn.api.entity.Entity.PolicySupport
-
Adds the given policy to this entity.
- add(BrooklynObjectType, Memento) - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister.MutableDelta
-
- add(RelationshipType<? super T, ? super U>, U) - Method in interface org.apache.brooklyn.api.objs.BrooklynObject.RelationSupport
-
Adds a relationship of the given type from this object pointing at the given target,
and ensures that the inverse relationship (if there is one) is present at the target pointing back at this object.
- add(ApplicationComponent) - Method in class org.apache.brooklyn.camp.spi.ApplicationComponent.Builder
-
- add(PlatformComponent) - Method in class org.apache.brooklyn.camp.spi.ApplicationComponent.Builder
-
- add(ApplicationComponent) - Method in class org.apache.brooklyn.camp.spi.Assembly.Builder
-
- add(PlatformComponent) - Method in class org.apache.brooklyn.camp.spi.Assembly.Builder
-
- add(ApplicationComponentTemplate) - Method in class org.apache.brooklyn.camp.spi.AssemblyTemplate.Builder
-
- add(PlatformComponentTemplate) - Method in class org.apache.brooklyn.camp.spi.AssemblyTemplate.Builder
-
- add(T) - Method in class org.apache.brooklyn.camp.spi.collection.BasicResourceLookup
-
- add(ApplicationComponentTemplate) - Method in class org.apache.brooklyn.camp.spi.pdp.AssemblyTemplateConstructor
-
- add(PlatformComponentTemplate) - Method in class org.apache.brooklyn.camp.spi.pdp.AssemblyTemplateConstructor
-
- add(ApplicationComponent) - Method in class org.apache.brooklyn.camp.spi.PlatformComponent.Builder
-
- add(PlatformComponent) - Method in class org.apache.brooklyn.camp.spi.PlatformComponent.Builder
-
- add(AssemblyTemplate) - Method in class org.apache.brooklyn.camp.spi.PlatformTransaction
-
- add(ApplicationComponentTemplate) - Method in class org.apache.brooklyn.camp.spi.PlatformTransaction
-
- add(PlatformComponentTemplate) - Method in class org.apache.brooklyn.camp.spi.PlatformTransaction
-
- add(T, T, T...) - Static method in class org.apache.brooklyn.core.config.ListConfigKey.ListModifications
-
Deprecated.
when passed as a value to a ListConfigKey, causes each of these items to be added.
- add(Map<String, V>) - Static method in class org.apache.brooklyn.core.config.MapConfigKey.MapModifications
-
when passed as a value to a MapConfigKey, causes the items to be added to the underlying map
using
Jsonya add semantics (combining maps and lists)
- add(T, T, T...) - Static method in class org.apache.brooklyn.core.config.SetConfigKey.SetModifications
-
when passed as a value to a SetConfigKey, causes each of these items to be added.
- add(EnricherSpec<T>) - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicEnricherSupport
-
- add(Enricher) - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicEnricherSupport
-
- add(Group) - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicGroupSupport
-
- add(Policy) - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicPolicySupport
-
- add(PolicySpec<T>) - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicPolicySupport
-
- add(T) - Method in interface org.apache.brooklyn.core.entity.EntityInternal.FeedSupport
-
- add(Group) - Method in interface org.apache.brooklyn.core.entity.EntityInternal.GroupSupportInternal
-
Add this entity as a member of the given
Group.
- add(T, RelationshipType<? super T, ? super U>, U) - Static method in class org.apache.brooklyn.core.entity.EntityRelations
-
- add(BrooklynClassLoadingContext) - Method in class org.apache.brooklyn.core.mgmt.classloading.BrooklynClassLoadingContextSequential
-
- add(BrooklynObjectType, Memento) - Method in class org.apache.brooklyn.core.mgmt.rebind.PersisterDeltaImpl
-
- add(ConstraintSerialization) - Method in class org.apache.brooklyn.core.objs.ConstraintSerialization.PredicateSerializationRuleAdder
-
- add(RelationshipType<? super SourceType, ? super U>, U) - Method in class org.apache.brooklyn.core.relations.AbstractBasicRelationSupport
-
- add(RelationshipType<? super T, ? super U>, U) - Method in class org.apache.brooklyn.core.relations.ByObjectBasicRelationSupport.DataForBasicRelations
-
- add(RelationshipType<? super SourceType, ? super U>, U) - Method in class org.apache.brooklyn.core.relations.EmptyRelationSupport
-
- add(SshMachineLocation) - Method in class org.apache.brooklyn.location.byon.FixedListMachineProvisioningLocation.Builder
-
adds the locations; user and keyfile set in the builder are _not_ applied to the machine
(use add(String address) for that)
- add(int) - Method in class org.apache.brooklyn.policy.autoscaling.SizeHistory
-
- add(long, TimeUnit) - Method in class org.apache.brooklyn.test.performance.Histogram
-
- add(Duration) - Method in class org.apache.brooklyn.test.performance.Histogram
-
- add(Object, Object...) - Method in class org.apache.brooklyn.util.collections.Jsonya.Navigator
-
adds the given items to the focus, whether a list or a map,
creating the focus if it doesn't already exist.
- add(V) - Method in class org.apache.brooklyn.util.collections.MutableList.Builder
-
- add(V, V, V...) - Method in class org.apache.brooklyn.util.collections.MutableList.Builder
-
- add(K, V) - Method in class org.apache.brooklyn.util.collections.MutableMap
-
as HashMap.put(Object, Object) but fluent style
- add(Map<? extends K, ? extends V>) - Method in class org.apache.brooklyn.util.collections.MutableMap
-
as HashMap.putAll(Map) but fluent style (and accepting null, ignoring it)
- add(V) - Method in class org.apache.brooklyn.util.collections.MutableSet.Builder
-
- add(V, V, V...) - Method in class org.apache.brooklyn.util.collections.MutableSet.Builder
-
- add(E) - Method in class org.apache.brooklyn.util.collections.SetFromLiveMap
-
- add(T) - Method in class org.apache.brooklyn.util.collections.TimeWindowedList
-
- add(T, long) - Method in class org.apache.brooklyn.util.collections.TimeWindowedList
-
- add(String...) - Method in class org.apache.brooklyn.util.core.task.system.internal.AbstractProcessTaskFactory
-
- add(Iterable<String>) - Method in class org.apache.brooklyn.util.core.task.system.internal.AbstractProcessTaskFactory
-
- add(String...) - Method in interface org.apache.brooklyn.util.core.task.system.ProcessTaskFactory
-
- add(Iterable<String>) - Method in interface org.apache.brooklyn.util.core.task.system.ProcessTaskFactory
-
- add(TaskAdaptable<?>) - Method in class org.apache.brooklyn.util.core.task.TaskBuilder
-
- add(TaskAdaptable<?>...) - Method in class org.apache.brooklyn.util.core.task.TaskBuilder
-
- add(int, ClassLoader) - Method in class org.apache.brooklyn.util.javalang.AggregateClassLoader
-
Add a loader to the specific position in the search path.
- add(Duration) - Method in class org.apache.brooklyn.util.time.Duration
-
- ADD_CATALOG_ITEM - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- ADD_CONFIG_FAILURE_MODE - Static variable in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- ADD_LOCATION - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- ADD_MACHINES_FROM_SPEC - Static variable in interface org.apache.brooklyn.entity.machine.pool.ServerPool
-
- ADD_OPEN_INBOUND_PORTS_EFFECTOR - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- ADD_POLICY - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- ADD_POLICY_FAILURE_MODE - Static variable in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- ADD_REGION - Static variable in interface org.apache.brooklyn.entity.group.DynamicRegionsFabric
-
- ADD_REPLICATION_RULE - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- addAddress(String) - Method in class org.apache.brooklyn.location.byon.FixedListMachineProvisioningLocation.Builder
-
- addAddresses(String, String...) - Method in class org.apache.brooklyn.location.byon.FixedListMachineProvisioningLocation.Builder
-
- addAddressMultipleTimes(String, int) - Method in class org.apache.brooklyn.location.byon.FixedListMachineProvisioningLocation.Builder
-
- addAdjunct(String, String, String, Map<String, String>) - Method in interface org.apache.brooklyn.rest.api.AdjunctApi
-
- addAdjunct(String, String, String, Map<String, String>) - Method in class org.apache.brooklyn.rest.resources.AdjunctResource
-
- addAlias(RegisteredType, String) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- addAliases(RegisteredType, Iterable<String>) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- addAll(BrooklynObjectType, Iterable<? extends Memento>) - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister.MutableDelta
-
- addAll(T...) - Method in class org.apache.brooklyn.camp.spi.collection.BasicResourceLookup
-
- addAll(Collection<T>) - Static method in class org.apache.brooklyn.core.config.ListConfigKey.ListModifications
-
Deprecated.
when passed as a value to a ListConfigKey, causes each of these items to be added
- addAll(Collection<T>) - Static method in class org.apache.brooklyn.core.config.SetConfigKey.SetModifications
-
when passed as a value to a SetConfigKey, causes each of these items to be added
- addAll(DownloadResolverManager.DownloadTargets) - Method in class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadTargets.Builder
-
- addAll(BrooklynObjectType, Iterable<? extends Memento>) - Method in class org.apache.brooklyn.core.mgmt.rebind.PersisterDeltaImpl
-
- addAll(BundleUpgradeParser.CatalogUpgrades) - Method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades.Builder
-
- addAll(Iterable<? extends V>) - Method in class org.apache.brooklyn.util.collections.MutableList
-
- addAll(Iterator<? extends V>) - Method in class org.apache.brooklyn.util.collections.MutableList
-
- addAll(Iterable<? extends V>) - Method in class org.apache.brooklyn.util.collections.MutableList.Builder
-
- addAll(Iterator<? extends V>) - Method in class org.apache.brooklyn.util.collections.MutableList.Builder
-
- addAll(V[]) - Method in class org.apache.brooklyn.util.collections.MutableList.Builder
-
- addAll(Iterable<? extends V>) - Method in class org.apache.brooklyn.util.collections.MutableSet
-
- addAll(V[]) - Method in class org.apache.brooklyn.util.collections.MutableSet.Builder
-
- addAll(Iterable<? extends V>) - Method in class org.apache.brooklyn.util.collections.MutableSet.Builder
-
- addAll(Iterator<? extends V>) - Method in class org.apache.brooklyn.util.collections.MutableSet.Builder
-
- addAll(Iterable<? extends TaskAdaptable<?>>) - Method in class org.apache.brooklyn.util.core.task.TaskBuilder
-
- addAssociationListener(PortForwardManager.AssociationListener, <any>) - Method in interface org.apache.brooklyn.core.location.access.PortForwardManager
-
Registers a listener, which will be notified each time a new port mapping is associated.
- addAssociationListener(PortForwardManager.AssociationListener, <any>) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
- addAssociationListener(PortForwardManager.AssociationListener, <any>) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerImpl
-
- addAt(File, String) - Method in class org.apache.brooklyn.util.core.file.ArchiveBuilder
-
Adds the given file or directory to the archive, preserving its name but putting under the given directory in the archive (may be "" or "./").
- addAtRoot(File) - Method in class org.apache.brooklyn.util.core.file.ArchiveBuilder
-
Adds the given file or directory to the root of the archive, preserving its name.
- addAttribute(String, Object) - Method in class org.apache.brooklyn.launcher.BrooklynWebServer
-
- addCatalogEntry(Class<?>) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogClasspathDo
-
- addCatalogEntry(CatalogItemDtoAbstract<?, ?>, Class<?>) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogClasspathDo
-
- addCatalogLegacyItemsOnRebind(Iterable<? extends CatalogItem<?, ?>>) - Method in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
- addCatalogLegacyItemsOnRebind(Iterable<? extends CatalogItem<?, ?>>) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
Deprecated.
- addChild(T) - Method in interface org.apache.brooklyn.api.entity.Entity
-
Add a child
Entity, and set this entity as its parent,
returning the added child.
- addChild(EntitySpec<T>) - Method in interface org.apache.brooklyn.api.entity.Entity
-
Creates an
Entity from the given spec and adds it, setting this entity as the parent,
returning the added child.
- addChild(EntitySpec<T>) - Method in interface org.apache.brooklyn.api.entity.Group
-
- addChild(T) - Method in interface org.apache.brooklyn.api.entity.Group
-
- addChild(T) - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
Adds the given entity as a child of this parent and sets this entity as the parent of the child;
returns argument passed in, for convenience.
- addChild(EntitySpec<T>) - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
Creates an entity using the given spec, and adds it as a child of this entity.
- addChild(Location) - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- addChild(Entity) - Method in class org.apache.brooklyn.entity.group.BasicGroupImpl
-
- addChild(Location) - Method in class org.apache.brooklyn.location.byon.FixedListMachineProvisioningLocation
-
- addChildren(Entity, String, Boolean) - Static method in class org.apache.brooklyn.core.mgmt.EntityManagementUtils
-
- addChildren(String, String, Boolean, String, String) - Method in interface org.apache.brooklyn.rest.api.EntityApi
-
- addChildren(String, String, Boolean, String, String) - Method in class org.apache.brooklyn.rest.resources.EntityResource
-
- AddChildrenEffector - Class in org.apache.brooklyn.core.effector
-
Entity initializer which defines an effector which adds a child blueprint to an entity.
- AddChildrenEffector(ConfigBag) - Constructor for class org.apache.brooklyn.core.effector.AddChildrenEffector
-
- AddChildrenEffector(Map<String, String>) - Constructor for class org.apache.brooklyn.core.effector.AddChildrenEffector
-
- addChildrenStarting(Entity, String) - Static method in class org.apache.brooklyn.core.mgmt.EntityManagementUtils
-
- addChildrenUnstarted(Entity, String) - Static method in class org.apache.brooklyn.core.mgmt.EntityManagementUtils
-
adds entities from the given yaml, under the given parent; but does not start them
- addClass(Class<?>) - Method in class org.apache.brooklyn.util.javalang.LoadedClassLoader
-
- addClassFullNameMapping(String, String) - Method in class org.apache.brooklyn.core.entity.drivers.ReflectiveEntityDriverFactory
-
- addClassLoaderProvider(<any>) - Static method in class org.apache.brooklyn.util.core.ResourceUtils
-
used to register custom mechanisms for getting classloaders given an object
- addClassSimpleNameMapping(String, String) - Method in class org.apache.brooklyn.core.entity.drivers.ReflectiveEntityDriverFactory
-
- addCompletionListener(<any>) - Method in class org.apache.brooklyn.util.core.task.system.internal.AbstractProcessTaskFactory
-
- addCompletionListener(<any>) - Method in interface org.apache.brooklyn.util.core.task.system.ProcessTaskFactory
-
adds a listener which will be notified of (otherwise) successful completion,
typically used to invalidate the result (ie throw exception, to promote a string in the output to an exception);
invoked even if return code is zero, so a better error can be thrown
- addConfigFailureMode(RebindManager.RebindFailureMode) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindExceptionHandlerImpl.Builder
-
- addConfigKey(ConfigKey<?>) - Method in class org.apache.brooklyn.core.entity.EntityDynamicType
-
- addConfigKeys(Iterable<ConfigKey<?>>) - Method in class org.apache.brooklyn.core.entity.EntityDynamicType
-
- addConstraintMapping(ConstraintMapping) - Method in class org.apache.brooklyn.rest.NopSecurityHandler
-
- addCustomAttributes(Map<String, Object>) - Method in class org.apache.brooklyn.camp.spi.pdp.AssemblyTemplateConstructor
-
- addCustomTypeNameInference(String, BiFunction<String, BrooklynClassLoadingContext, <any>>) - Static method in class org.apache.brooklyn.core.objs.BasicSpecParameter
-
Allows extensions to define additional types that are supported for parameters in YAML.
- addDelimiterChars(String) - Method in class org.apache.brooklyn.util.text.QuotedStringTokenizer.Builder
-
- addDirContentsAt(File, String) - Method in class org.apache.brooklyn.util.core.file.ArchiveBuilder
-
Add the contents of the directory dir to the archive.
- addDirContentsAtRoot(File) - Method in class org.apache.brooklyn.util.core.file.ArchiveBuilder
-
- added(Entity) - Method in class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixServerImpl
-
- added(MachineSet) - Method in class org.apache.brooklyn.location.jclouds.pool.MachineSet
-
- AddEffector - Class in org.apache.brooklyn.core.effector
-
Entity initializer which adds an effector to an entity.
- AddEffector(Effector<?>) - Constructor for class org.apache.brooklyn.core.effector.AddEffector
-
- addEffector(Effector<?>) - Method in class org.apache.brooklyn.core.entity.EntityDynamicType
-
- addEffector(Effector<T>, EffectorTasks.EffectorTaskFactory<T>) - Method in class org.apache.brooklyn.core.entity.EntityDynamicType
-
Adds an effector with an explicit body to this entity.
- addEffector(Effector<T>, EffectorBody<T>) - Method in class org.apache.brooklyn.core.entity.EntityDynamicType
-
Adds an effector with an explicit body to this entity.
- addEnrichers(RebindContext, T) - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindSupport
-
- addEnrichers(RebindContext, T) - Method in class org.apache.brooklyn.core.mgmt.rebind.AbstractBrooklynObjectRebindSupport
-
- addEnrichers(RebindContext, EntityMemento) - Method in class org.apache.brooklyn.core.mgmt.rebind.BasicEntityRebindSupport
-
- addEntitySetListener(CollectionChangeListener<Entity>) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- addEntitySetListener(CollectionChangeListener<Entity>) - Method in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
- addEntitySetListener(CollectionChangeListener<Entity>) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- addEntry(String) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogClasspathDto
-
- addEntry(CatalogItemDtoAbstract<?, ?>) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogDo
-
Adds the given entry to the catalog, with no enrichment.
- addEnvironmentVars() - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- addEnvironmentVars() - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- addEnvironmentVars() - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- addEvent(ApplicationUsage.ApplicationEvent) - Method in class org.apache.brooklyn.core.mgmt.usage.ApplicationUsage
-
- addEvent(LocationUsage.LocationEvent) - Method in class org.apache.brooklyn.core.mgmt.usage.LocationUsage
-
- addExistingMachine(MachineLocation) - Method in interface org.apache.brooklyn.entity.machine.pool.ServerPool
-
- addExistingMachine(MachineLocation) - Method in class org.apache.brooklyn.entity.machine.pool.ServerPoolImpl
-
- addExistingMachinesFromSpec(String) - Method in interface org.apache.brooklyn.entity.machine.pool.ServerPool
-
Adds additional machines to the pool by resolving the given spec.
- addExistingMachinesFromSpec(String) - Method in class org.apache.brooklyn.entity.machine.pool.ServerPoolImpl
-
- addExtension(Class<T>, T) - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- addExtension(Class<T>, T) - Method in interface org.apache.brooklyn.core.location.internal.LocationInternal
-
Registers the given extension for the given type.
- addFallback(String) - Method in class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadTargets.Builder
-
- addFallbacks(Iterable<String>) - Method in class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadTargets.Builder
-
- addFeed(T) - Method in interface org.apache.brooklyn.api.entity.Entity
-
- addFeed(T) - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- addFeeds(RebindContext, T) - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindSupport
-
- addFeeds(RebindContext, T) - Method in class org.apache.brooklyn.core.mgmt.rebind.AbstractBrooklynObjectRebindSupport
-
- addFeeds(RebindContext, EntityMemento) - Method in class org.apache.brooklyn.core.mgmt.rebind.BasicEntityRebindSupport
-
- addFeeds(RebindContext, LocationMemento) - Method in class org.apache.brooklyn.core.mgmt.rebind.BasicLocationRebindSupport
-
- addFirewalldRule(IptablesCommands.Chain, Protocol, int, IptablesCommands.Policy) - Static method in class org.apache.brooklyn.util.ssh.IptablesCommands
-
Returns the command that adds firewalld direct rule.
- addFirewalldRule(IptablesCommands.Chain, <any>, Protocol, int, IptablesCommands.Policy) - Static method in class org.apache.brooklyn.util.ssh.IptablesCommands
-
Returns the command that adds firewalld direct rule.
- addFirst(ClassLoader) - Method in class org.apache.brooklyn.util.javalang.AggregateClassLoader
-
Add a loader to the first position in the search path.
- addFlags(Map<String, ?>) - Method in class org.apache.brooklyn.util.core.task.ScheduledTask.Builder
-
- addFrom(ConfigBag) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- addFrom(Map) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- addFrom(InputStream) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- addFrom(File) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- addFrom(URL) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- addFrom(ConfigBag) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- addFrom(Map) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- addFrom(InputStream) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- addFrom(File) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- addFrom(URL) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- addFrom(ConfigBag) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- addFrom(Map) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- addFrom(InputStream) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- addFrom(File) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- addFrom(URL) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- addFromLocalBaseDir(File, String) - Method in class org.apache.brooklyn.util.core.file.ArchiveBuilder
-
Add a file located at the fileSubPath, relative to the baseDir on the local system,
as fileSubPath in the archive.
- addFromMap(Map) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
adds the indicated properties
- addFromMap(Map) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
adds the indicated properties
- addFromMap(Map) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- addFromUrl(String) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- addFromUrl(String) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- addFromUrl(String) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- addFromUrlProperty(String) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- addFromUrlProperty(String) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- addFromUrlProperty(String) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- addIfNotNull(V) - Method in class org.apache.brooklyn.util.collections.MutableList.Builder
-
- addIfNotNull(K, V) - Method in class org.apache.brooklyn.util.collections.MutableMap
-
as HashMap.put(Object, Object) but excluding null keys and values, and fluent style
- addIfNotNull(V) - Method in class org.apache.brooklyn.util.collections.MutableSet
-
- addIfNotNull(V) - Method in class org.apache.brooklyn.util.collections.MutableSet.Builder
-
- addingTags(Object...) - Static method in class org.apache.brooklyn.core.entity.EntityInitializers
-
- addInitializer(EntityInitializer) - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
- addInitializer(Class<? extends EntityInitializer>) - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
The supplied class must have a public no-arg constructor.
- addInitializers(Iterable<? extends EntityInitializer>) - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
- addInstalledWrapperBundle(ManagedBundle) - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiManager
-
- addInterpreter(PlanInterpreter) - Method in class org.apache.brooklyn.camp.spi.resolve.PdpProcessor
-
- addIptablesRule(String, IptablesCommands.Chain, <any>, Protocol, int, IptablesCommands.Policy) - Static method in class org.apache.brooklyn.util.ssh.IptablesCommands
-
Returns the command that creates a rule to iptables.
- addItem(CatalogItem<?, ?>) - Method in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
- addItem(Class<?>) - Method in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
- addItem(CatalogItem<?, ?>) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
Deprecated.
- addItem(Class<?>) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
Deprecated.
- addItem(T) - Static method in class org.apache.brooklyn.core.config.ListConfigKey.ListModifications
-
Deprecated.
when passed as a value to a ListConfigKey, causes the items to be added as a single element in the list
- addItem(T) - Static method in class org.apache.brooklyn.core.config.SetConfigKey.SetModifications
-
when passed as a value to a SetConfigKey, causes the items to be added as a single element in the set
- addItems(String) - Method in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
As #addItemsFromBundle(String, ManagedBundle) with a null bundle.
- addItems(String, ManagedBundle) - Method in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
Adds items (represented in yaml) to the catalog coming from the indicated managed bundle.
- addItems(String, boolean) - Method in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
- addItems(String, boolean, boolean) - Method in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
Adds items (represented in yaml) to the catalog.
- addItems(String, ManagedBundle, boolean) - Method in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
- addItems(String) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- addItems(String, boolean) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- addItems(String, boolean, boolean) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- addItems(String, ManagedBundle) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- addItems(String, ManagedBundle, boolean) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- addItemsBundleResult(String, boolean) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- ADDITIONAL_CONNECTION_METADATA - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- ADDITIONAL_CONNECTION_METADATA - Static variable in interface org.apache.brooklyn.util.core.internal.winrm.WinRmTool
-
- ADDITIONAL_INBOUND_PORTS - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- ADDITIONAL_OPTIONS - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlNode.ExportDumpEffector
-
- additionalInterfaces(Class<?>...) - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
- additionalInterfaces(Iterable<Class<?>>) - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
- addKnifeCommandToScript() - Method in class org.apache.brooklyn.entity.chef.KnifeTaskFactory
-
Inserts the knife command at the current place in the list.
- addLast(ClassLoader) - Method in class org.apache.brooklyn.util.javalang.AggregateClassLoader
-
Add a loader to the last position in the search path.
- addLaunchAttributes(EntitySpec<?>, Map<? extends Object, ? extends Object>) - Static method in class org.apache.brooklyn.entity.chef.ChefConfigs
-
- addLaunchAttributes(EntityInternal, Map<? extends Object, ? extends Object>) - Static method in class org.apache.brooklyn.entity.chef.ChefConfigs
-
- addLaunchAttributes(EntitySpec<?>, Map<?, ?>) - Static method in class org.apache.brooklyn.entity.cm.salt.SaltConfigs
-
- addLaunchAttributes(EntityInternal, Map<?, ?>) - Static method in class org.apache.brooklyn.entity.cm.salt.SaltConfigs
-
- addListener(ExecutionListener) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
- addListener(Runnable, Executor) - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- addListener(Runnable, Executor) - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- addLists(Iterable<? extends V>...) - Method in class org.apache.brooklyn.util.collections.MutableList.Builder
-
- addLocations(Collection<? extends Location>) - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- addLocations(Collection<? extends Location>) - Method in interface org.apache.brooklyn.core.entity.EntityInternal
-
- addLocationsWithoutPublishing(Collection<? extends Location>) - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- addLocationsWithoutPublishing(Collection<? extends Location>) - Method in interface org.apache.brooklyn.core.entity.EntityInternal
-
- addMachine(T) - Method in class org.apache.brooklyn.location.byon.FixedListMachineProvisioningLocation
-
- AddMachineMetrics - Class in org.apache.brooklyn.entity.machine
-
Adds a feed with sensors returning details about the machine the entity is running on.
- AddMachineMetrics() - Constructor for class org.apache.brooklyn.entity.machine.AddMachineMetrics
-
- addMachineMetricsEnrichers(Entity) - Static method in class org.apache.brooklyn.entity.machine.AddMachineMetrics
-
- addMatcher(PdpMatcher) - Method in class org.apache.brooklyn.camp.spi.resolve.PdpProcessor
-
- addMember(Entity) - Method in interface org.apache.brooklyn.api.entity.Group
-
Adds the given member, returning true if this modifies the set of members (i.e.
- addMember(Entity) - Method in class org.apache.brooklyn.entity.group.AbstractGroupImpl
-
Adds the given entity as a member of this group and this group as one of the groups of the child
- addMember(Entity) - Method in class org.apache.brooklyn.entity.group.SequenceGroupImpl
-
- addMember(Entity) - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaClusterImpl
-
Adds the given member, returning true if this modifies the set of members (i.e.
- addMemberChild(EntitySpec<T>) - Method in interface org.apache.brooklyn.api.entity.Group
-
- addMemberChild(T) - Method in interface org.apache.brooklyn.api.entity.Group
-
- addMemberChild(EntitySpec<T>) - Method in class org.apache.brooklyn.entity.group.AbstractGroupImpl
-
- addMemberChild(T) - Method in class org.apache.brooklyn.entity.group.AbstractGroupImpl
-
- addMemberChild(EntitySpec<T>) - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaClusterImpl
-
- addMemberChild(T) - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaClusterImpl
-
- addMemberInternal(Entity) - Method in class org.apache.brooklyn.entity.group.AbstractGroupImpl
-
- addMemberToReplicaSet(MongoDBServer, Integer) - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBClientSupport
-
Reconfigures the replica set that this client is the primary member of to include a new member.
- addMemberToReplicaSet(MongoDBServer, Integer) - Method in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBServer
-
Reconfigures the replica set that the server the method is invoked on is the primary member of
to include a new member.
- addMemberToReplicaSet(MongoDBServer, Integer) - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBServerImpl
-
- addNamedLocationLocalhost(ManagementContext) - Static method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
- addNode(Location, Map<?, ?>) - Method in interface org.apache.brooklyn.entity.group.DynamicCluster
-
- addNode(Location, Map<?, ?>) - Method in class org.apache.brooklyn.entity.group.DynamicClusterImpl
-
- addNotificationListener(String, NotificationListener) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- addNotificationListener(String, NotificationListener, NotificationFilter) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- addNotificationListener(ObjectName, NotificationListener) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- addNotificationListener(ObjectName, NotificationListener, NotificationFilter) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- addOpenJDKPPK() - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
Adds the PPA for OpenJDK for older JDK versions (7 and lower) required by some software (e.g.
- addOptionalOptions(TemplateOptions) - Method in class org.apache.brooklyn.location.jclouds.templates.PortableTemplateBuilder
-
Adds template options which are used for building, but not for matching/filtering.
- addOptions(TemplateOptions) - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
adds customization options; if options have already been set, this will additively set selected options
(but not all, see addTemplateOptions for more info)
- addPermission(SecurityGroup, IpPermission) - Method in class org.apache.brooklyn.location.jclouds.networking.SecurityGroupEditor
-
Add a permission to the security group.
- addPermissions(SecurityGroup, Iterable<IpPermission>) - Method in class org.apache.brooklyn.location.jclouds.networking.SecurityGroupEditor
-
- addPermissionsToLocation(JcloudsMachineLocation, IpPermission...) - Method in class org.apache.brooklyn.location.jclouds.networking.JcloudsLocationSecurityGroupCustomizer
-
- addPermissionsToLocation(JcloudsMachineLocation, SecurityGroupDefinition) - Method in class org.apache.brooklyn.location.jclouds.networking.JcloudsLocationSecurityGroupCustomizer
-
- addPermissionsToLocation(JcloudsMachineLocation, Iterable<IpPermission>) - Method in class org.apache.brooklyn.location.jclouds.networking.JcloudsLocationSecurityGroupCustomizer
-
Applies the given security group permissions to the given location.
- addPermissionsToLocationAndReturnSecurityGroup(JcloudsMachineLocation, Iterable<IpPermission>) - Method in class org.apache.brooklyn.location.jclouds.networking.JcloudsLocationSecurityGroupCustomizer
-
- addPillarToTop(String, boolean) - Static method in class org.apache.brooklyn.entity.cm.salt.SaltSshTasks
-
- addPolicies(RebindContext, T) - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindSupport
-
- addPolicies(RebindContext, T) - Method in class org.apache.brooklyn.core.mgmt.rebind.AbstractBrooklynObjectRebindSupport
-
- addPolicies(RebindContext, EntityMemento) - Method in class org.apache.brooklyn.core.mgmt.rebind.BasicEntityRebindSupport
-
- addPolicy(String, String, String, Map<String, String>) - Method in interface org.apache.brooklyn.rest.api.PolicyApi
-
Deprecated.
- addPolicy(String, String, String, Map<String, String>) - Method in class org.apache.brooklyn.rest.resources.PolicyResource
-
Deprecated.
- addPolicyFailureMode(RebindManager.RebindFailureMode) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindExceptionHandlerImpl.Builder
-
- addPrimaries(Iterable<String>) - Method in class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadTargets.Builder
-
- addPrimary(String) - Method in class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadTargets.Builder
-
- addPropertiesReloadListener(ManagementContext.PropertiesReloadListener) - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
Registers a listener to be notified when brooklyn.properties is reloaded
- addPropertiesReloadListener(ManagementContext.PropertiesReloadListener) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- addPropertiesReloadListener(ManagementContext.PropertiesReloadListener) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- addProvider(String, ExternalConfigSupplier) - Method in class org.apache.brooklyn.core.mgmt.internal.BasicExternalConfigSupplierRegistry
-
- addProvider(String, ExternalConfigSupplier) - Method in interface org.apache.brooklyn.core.mgmt.internal.ExternalConfigSupplierRegistry
-
- addQueue(String) - Method in interface org.apache.brooklyn.entity.messaging.jms.JMSBroker
-
TODO make this an effector
- addQueue(String, Map) - Method in interface org.apache.brooklyn.entity.messaging.jms.JMSBroker
-
- addQueue(String) - Method in class org.apache.brooklyn.entity.messaging.jms.JMSBrokerImpl
-
- addQueue(String, Map) - Method in class org.apache.brooklyn.entity.messaging.jms.JMSBrokerImpl
-
- addQuoteChars(String) - Method in class org.apache.brooklyn.util.text.QuotedStringTokenizer.Builder
-
- addRegion(String) - Method in interface org.apache.brooklyn.entity.group.DynamicRegionsFabric
-
- addRegion(String) - Method in class org.apache.brooklyn.entity.group.DynamicRegionsFabricImpl
-
- addReplicationRule(Entity, String, String) - Method in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeDriver
-
- addReplicationRule(Entity, String, String) - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeSshDriver
-
- ADDRESS - Static variable in interface org.apache.brooklyn.core.entity.Attributes
-
- address - Variable in class org.apache.brooklyn.core.location.geo.HostGeoInfo
-
the IP address
- ADDRESS - Static variable in interface org.apache.brooklyn.entity.dns.AbstractGeoDnsService
-
- ADDRESS - Static variable in interface org.apache.brooklyn.entity.software.base.SameServerEntity
-
- ADDRESS - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- ADDRESS - Static variable in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- ADDRESS_MAPPINGS - Static variable in interface org.apache.brooklyn.entity.network.bind.BindDnsServer
-
- ADDRESS_SENSOR - Static variable in class org.apache.brooklyn.core.network.OnPublicNetworkEnricher
-
- ADDRESS_SENSOR - Static variable in interface org.apache.brooklyn.entity.network.bind.BindDnsServer
-
- AddressableLocation - Interface in org.apache.brooklyn.api.location
-
A location that has an IP address.
- addressAtOffset(int) - Method in class org.apache.brooklyn.util.net.Cidr
-
taking the addresses in the CIDR in order, returns the one in the offset^th position
(starting with the CIDR itself, even if final bits are 0)
- addRewrite(String, String) - Method in interface org.apache.brooklyn.entity.proxy.nginx.UrlMapping
-
Adds a rewrite rule, must be called at config time.
- addRewrite(UrlRewriteRule) - Method in interface org.apache.brooklyn.entity.proxy.nginx.UrlMapping
-
Adds a rewrite rule, must be called at config time.
- addRewrite(String, String) - Method in class org.apache.brooklyn.entity.proxy.nginx.UrlMappingImpl
-
adds a rewrite rule, must be called at config time.
- addRewrite(UrlRewriteRule) - Method in class org.apache.brooklyn.entity.proxy.nginx.UrlMappingImpl
-
adds a rewrite rule, must be called at config time.
- addRule(String, ReflectiveEntityDriverFactory.DriverInferenceRule) - Method in class org.apache.brooklyn.core.entity.drivers.ReflectiveEntityDriverFactory
-
adds a rule; possibly replacing an old one if one exists with the given identifier.
- addSbinPathCommand() - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- addSchema(Schema) - Method in interface org.apache.brooklyn.entity.database.Database
-
- addSchema(Schema) - Method in class org.apache.brooklyn.entity.database.derby.DerbyDatabase
-
- addSearchPath(List<String>) - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
- addSearchPath(List<String>) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- addSearchPath(List<String>) - Method in class org.apache.brooklyn.core.objs.AbstractBrooklynObject
-
- addSearchPath(List<String>) - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal
-
- addSecondary(BrooklynClassLoadingContext) - Method in class org.apache.brooklyn.core.mgmt.classloading.BrooklynClassLoadingContextSequential
-
- AddSensor<T> - Class in org.apache.brooklyn.core.effector
-
- AddSensor(Map<String, String>) - Constructor for class org.apache.brooklyn.core.effector.AddSensor
-
- AddSensor(ConfigBag) - Constructor for class org.apache.brooklyn.core.effector.AddSensor
-
- addSensor(Sensor<?>) - Method in class org.apache.brooklyn.core.entity.EntityDynamicType
-
Adds the given
Sensor to this entity.
- addSensor(ChefAttributePollConfig) - Method in class org.apache.brooklyn.entity.chef.ChefAttributeFeed.Builder
-
- addSensor(String, AttributeSensor) - Method in class org.apache.brooklyn.entity.chef.ChefAttributeFeed.Builder
-
- addSensor(WindowsPerformanceCounterPollConfig<?>) - Method in class org.apache.brooklyn.feed.windows.WindowsPerformanceCounterFeed.Builder
-
- addSensor(String, AttributeSensor<?>) - Method in class org.apache.brooklyn.feed.windows.WindowsPerformanceCounterFeed.Builder
-
- addSensorIfAbsent(Sensor<?>) - Method in class org.apache.brooklyn.core.entity.EntityDynamicType
-
- addSensorIfAbsentWithoutPublishing(Sensor<?>) - Method in class org.apache.brooklyn.core.entity.EntityDynamicType
-
- addSensors(Iterable<? extends Sensor<?>>) - Method in class org.apache.brooklyn.core.entity.EntityDynamicType
-
Adds the given
Sensors to this entity.
- addSensors(Map<String, AttributeSensor>) - Method in class org.apache.brooklyn.entity.chef.ChefAttributeFeed.Builder
-
- addSensors(AttributeSensor[]) - Method in class org.apache.brooklyn.entity.chef.ChefAttributeFeed.Builder
-
- addSensors(Iterable<AttributeSensor>) - Method in class org.apache.brooklyn.entity.chef.ChefAttributeFeed.Builder
-
- addSensors(Map<String, AttributeSensor>) - Method in class org.apache.brooklyn.feed.windows.WindowsPerformanceCounterFeed.Builder
-
- addShardToRouter(String) - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBClientSupport
-
- addShutdownHook(Runnable) - Static method in class org.apache.brooklyn.util.javalang.Threads
-
- addShutdownHook(Runnable) - Static method in class org.apache.brooklyn.util.osgi.OsgiUtil
-
keep a list of threads to be run when an osgi bundle is deactivated
- addSpace(boolean) - Method in class org.apache.brooklyn.util.text.ByteSizeStrings.Builder
-
Whether to add a space between the value and the unit suffix.
- addSpace() - Method in class org.apache.brooklyn.util.text.ByteSizeStrings.Builder
-
- addSubscription(Entity, Sensor<T>, <any>) - Method in interface org.apache.brooklyn.entity.group.DynamicGroup
-
- addSubscription(Entity, Sensor<T>) - Method in interface org.apache.brooklyn.entity.group.DynamicGroup
-
Indicates an entity and/or sensor this group should monitor
- addSubscription(Entity, Sensor<T>, <any>) - Method in class org.apache.brooklyn.entity.group.DynamicGroupImpl
-
- addSubscription(Entity, Sensor<T>) - Method in class org.apache.brooklyn.entity.group.DynamicGroupImpl
-
- addSuperType(RegisteredType, Class<?>) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- addSuperType(RegisteredType, RegisteredType) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- addSuperTypes(RegisteredType, Iterable<? extends Object>) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- addSystemProperties() - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- addSystemProperties() - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- addSystemProperties() - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- addTag(Object) - Method in interface org.apache.brooklyn.api.objs.BrooklynObject.TagSupport
-
- addTag(RegisteredType, Object) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- addTag(Object) - Method in class org.apache.brooklyn.enricher.stock.Enrichers.AbstractEnricherBuilder
-
- addTagDynamically(Object) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- addTagDynamically(TaskAdaptable<?>, Object) - Static method in class org.apache.brooklyn.util.core.task.TaskTags
-
- addTags(Iterable<?>) - Method in interface org.apache.brooklyn.api.objs.BrooklynObject.TagSupport
-
- AddTags(Object...) - Constructor for class org.apache.brooklyn.core.entity.EntityInitializers.AddTags
-
- addTags(RegisteredType, Iterable<?>) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- addTagsDynamically(TaskAdaptable<?>, Object, Object...) - Static method in class org.apache.brooklyn.util.core.task.TaskTags
-
- addTemplateOptions(TemplateOptions, TemplateOptions) - Static method in class org.apache.brooklyn.location.jclouds.templates.PortableTemplateBuilder
-
like TemplateOptions.copyTo but additive wrt arrays, collections, and maps,
putting moreOptions in on top of / at the end of options.
- addTo(Entity) - Method in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ComputeServiceIndicatorsFromChildrenAndMembersSpec
-
- addToClasspath(URL, boolean) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogClasspathDo
-
adds the given URL as something this classloader will load
(however no scanning is done)
- addToClasspath(ClassLoader) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogClasspathDo
-
adds the given URL as something this classloader will load
(however no scanning is done).
- addToClasspath(String...) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogDo
-
adds the given urls; filters out any nulls supplied
- addToClasspath(String) - Method in class org.apache.brooklyn.entity.java.VanillaJavaAppImpl
-
- addToClasspath(Collection<String>) - Method in class org.apache.brooklyn.entity.java.VanillaJavaAppImpl
-
- addToCookbooksFromGithub(EntitySpec<?>, String...) - Static method in class org.apache.brooklyn.entity.chef.ChefConfigs
-
- addToCookbooksFromGithub(EntityInternal, String...) - Static method in class org.apache.brooklyn.entity.chef.ChefConfigs
-
- addToCookbooksFromGithub(EntitySpec<?>, String, String) - Static method in class org.apache.brooklyn.entity.chef.ChefConfigs
-
- addToCookbooksFromGithub(EntityInternal, String, String) - Static method in class org.apache.brooklyn.entity.chef.ChefConfigs
-
- addToFormulas(EntitySpec<?>, String) - Static method in class org.apache.brooklyn.entity.cm.salt.SaltConfigs
-
- addToFormulas(EntityInternal, String) - Static method in class org.apache.brooklyn.entity.cm.salt.SaltConfigs
-
- addToLaunchRunList(EntitySpec<?>, String...) - Static method in class org.apache.brooklyn.entity.chef.ChefConfigs
-
- addToLaunchRunList(EntityInternal, String...) - Static method in class org.apache.brooklyn.entity.chef.ChefConfigs
-
- addToLocalUnpersistedTypeRegistry(RegisteredType, boolean) - Method in class org.apache.brooklyn.core.typereg.BasicBrooklynTypeRegistry
-
- addTopic(String) - Method in interface org.apache.brooklyn.entity.messaging.jms.JMSBroker
-
TODO make this an effector
- addTopic(String, Map) - Method in interface org.apache.brooklyn.entity.messaging.jms.JMSBroker
-
- addTopic(String) - Method in class org.apache.brooklyn.entity.messaging.jms.JMSBrokerImpl
-
- addTopic(String, Map) - Method in class org.apache.brooklyn.entity.messaging.jms.JMSBrokerImpl
-
- addToRunList(EntitySpec<?>, String...) - Static method in class org.apache.brooklyn.entity.cm.salt.SaltConfigs
-
- addToRunList(EntityInternal, String...) - Static method in class org.apache.brooklyn.entity.cm.salt.SaltConfigs
-
- addType(RegisteredType) - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiBundleInstallationResult
-
- addType(TypeSummary) - Method in class org.apache.brooklyn.rest.domain.BundleSummary
-
- addTypesFromBundleBom(String, ManagedBundle, boolean, Map<RegisteredType, RegisteredType>) - Method in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
Adds the given registered types defined in a bundle's catalog BOM;
no validation performed, so caller should do that subsequently after
loading all potential inter-dependent types.
- addTypesFromBundleBom(String, ManagedBundle, boolean, Map<RegisteredType, RegisteredType>) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- addUnflattened(Object, Object...) - Method in class org.apache.brooklyn.util.collections.Jsonya.Navigator
-
adds the given arguments to a list at this point (will not descend into maps, and will not flatten lists)
- addUnprefixedConfigKeyInConfigBack(String, ConfigBag, Map<String, Object>) - Static method in class org.apache.brooklyn.core.config.ConfigUtils
-
Look for keys with configPrefix in configBag and
those which have configPrefix are added in destinationBucket but without configPrefix.
- addUsageListener(UsageListener) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalUsageManager
-
- addUsageListener(UsageListener) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentUsageManager
-
- addUsageListener(UsageListener) - Method in interface org.apache.brooklyn.core.mgmt.usage.UsageManager
-
Adds the given listener, to be notified on recording of application/location events.
- addUser(String, EntitlementManager) - Method in class org.apache.brooklyn.core.mgmt.entitlement.PerUserEntitlementManager
-
- addWar(String, String) - Method in class org.apache.brooklyn.launcher.BrooklynWebServer
-
specifies a WAR to use at a given context path (only if server not yet started);
cf deploy(path, url)
- addWar(WebAppContextProvider) - Method in class org.apache.brooklyn.launcher.BrooklynWebServer
-
- AdjunctApi - Interface in org.apache.brooklyn.rest.api
-
- AdjunctConfigMap - Class in org.apache.brooklyn.core.objs
-
- AdjunctConfigMap(AbstractEntityAdjunct) - Constructor for class org.apache.brooklyn.core.objs.AdjunctConfigMap
-
- AdjunctDetail - Class in org.apache.brooklyn.rest.domain
-
- AdjunctDetail(EntityAdjunct) - Constructor for class org.apache.brooklyn.rest.domain.AdjunctDetail
-
- adjunctDetail(Entity, EntityAdjunct, UriBuilder, BrooklynRestResourceUtils) - Static method in class org.apache.brooklyn.rest.transform.AdjunctTransformer
-
- AdjunctResource - Class in org.apache.brooklyn.rest.resources
-
- AdjunctResource() - Constructor for class org.apache.brooklyn.rest.resources.AdjunctResource
-
- AdjunctSummary - Class in org.apache.brooklyn.rest.domain
-
- AdjunctSummary(EntityAdjunct) - Constructor for class org.apache.brooklyn.rest.domain.AdjunctSummary
-
- adjunctSummary(Entity, EntityAdjunct, UriBuilder, BrooklynRestResourceUtils) - Static method in class org.apache.brooklyn.rest.transform.AdjunctTransformer
-
- AdjunctTagSupport() - Constructor for class org.apache.brooklyn.core.objs.AbstractEntityAdjunct.AdjunctTagSupport
-
- AdjunctTransformer - Class in org.apache.brooklyn.rest.transform
-
Converts from Brooklyn entities to restful API summary objects
- AdjunctTransformer() - Constructor for class org.apache.brooklyn.rest.transform.AdjunctTransformer
-
- AdjunctType - Class in org.apache.brooklyn.core.objs
-
This is the actual type of a policy instance at runtime.
- AdjunctType(AbstractEntityAdjunct) - Constructor for class org.apache.brooklyn.core.objs.AdjunctType
-
- adjunctUri(Entity, EntityAdjunct, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.AdjunctTransformer
-
- ADMIN_REST_API_PORT - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseSyncGateway
-
- AdvertiseWinrmLoginPolicy - Class in org.apache.brooklyn.location.winrm
-
When attached to an entity, this will monitor for when an
WinRmMachineLocation is added to that entity
(e.g.
- AdvertiseWinrmLoginPolicy() - Constructor for class org.apache.brooklyn.location.winrm.AdvertiseWinrmLoginPolicy
-
- afterInvocation(IInvokedMethod, ITestResult) - Method in class org.apache.brooklyn.test.support.PlatformTestSelectorListener
-
- agentmain(String) - Static method in class org.apache.brooklyn.util.jmx.jmxmp.JmxmpAgent
-
- agentmain(String) - Static method in class org.apache.brooklyn.util.jmx.jmxrmi.JmxRmiAgent
-
- AgentTrackingPolicy() - Constructor for class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixServerImpl.AgentTrackingPolicy
-
- AggregateClassLoader - Class in org.apache.brooklyn.util.javalang
-
looks for classes and resources in the classloaders added here
- AggregatingCampPlatform - Class in org.apache.brooklyn.camp
-
A
CampPlatform implementation which is empty but allows adding new items,
as well as adding other platforms; meant for subclassing only
- AggregatingCampPlatform(PlatformRootSummary, CampPlatform) - Constructor for class org.apache.brooklyn.camp.AggregatingCampPlatform
-
- AggregatingMachineProvisioningLocation<T extends MachineLocation> - Class in org.apache.brooklyn.core.location
-
Takes a list of other provisioners, and round-robins across them when obtaining a machine.
- AggregatingMachineProvisioningLocation() - Constructor for class org.apache.brooklyn.core.location.AggregatingMachineProvisioningLocation
-
- AggregatingMachineProvisioningLocation(Map) - Constructor for class org.apache.brooklyn.core.location.AggregatingMachineProvisioningLocation
-
- AggregatingResourceLookup<T extends AbstractResource> - Class in org.apache.brooklyn.camp.spi.collection
-
- AggregatingResourceLookup() - Constructor for class org.apache.brooklyn.camp.spi.collection.AggregatingResourceLookup
-
- AggregationJob - Class in org.apache.brooklyn.enricher.stock.aggregator
-
- AggregationJob(Entity) - Constructor for class org.apache.brooklyn.enricher.stock.aggregator.AggregationJob
-
- Aggregator<T,U> - Class in org.apache.brooklyn.enricher.stock
-
Building on
AbstractAggregator for a single source sensor (on multiple children and/or members)
- Aggregator() - Constructor for class org.apache.brooklyn.enricher.stock.Aggregator
-
- AggregatorBuilder(AttributeSensor<S>) - Constructor for class org.apache.brooklyn.enricher.stock.Enrichers.AggregatorBuilder
-
- AggregatorBuilder(AttributeSensor<S>, AttributeSensor<S>) - Constructor for class org.apache.brooklyn.enricher.stock.Enrichers.AggregatorBuilder
-
- alias(String) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- aliases(<any>) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- all(ManagementContext) - Static method in class org.apache.brooklyn.core.plan.PlanToSpecFactory
-
Deprecated.
- all(ManagementContext, boolean) - Static method in class org.apache.brooklyn.core.plan.PlanToSpecFactory
-
Deprecated.
- all(ManagementContext) - Static method in class org.apache.brooklyn.core.typereg.TypePlanTransformers
-
- all(<any>) - Static method in class org.apache.brooklyn.util.collections.CollectionFunctionals
-
Returns a predicate for a collection which is true if
all elements in the collection given to the predicate
which satisfies the predicate given here.
- all() - Static method in class org.apache.brooklyn.util.collections.QuorumCheck.QuorumChecks
-
Checks that all members that should be up are up (i.e.
- ALL_HOSTS_VALID - Static variable in class org.apache.brooklyn.util.crypto.SslTrustUtils
-
- ALL_LOCATIONS_DESC - Static variable in class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport
-
- ALL_SSH_CONFIG_KEY_NAMES - Static variable in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- ALL_SSH_CONFIG_KEYS - Static variable in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- ALL_WINRM_CONFIG_KEY_NAMES - Static variable in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- ALL_WINRM_CONFIG_KEYS - Static variable in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- allAndAtLeastOne() - Static method in class org.apache.brooklyn.util.collections.QuorumCheck.QuorumChecks
-
Checks all members that should be up are up, and that there is at least one such member.
- allLocations - Variable in class org.apache.brooklyn.cli.CloudExplorer.JcloudsCommand
-
- allLocations - Variable in class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport
-
- ALLOCATE_PTY - Static variable in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- allOf(EntitlementManager...) - Static method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements.FineGrainedEntitlements
-
- allOf(Iterable<? extends EntitlementManager>) - Static method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements.FineGrainedEntitlements
-
- ALLOW_CREDENTIALS - Static variable in class org.apache.brooklyn.rest.filter.CorsImplSupplierFilter
-
- ALLOW_CYCLIC_PUBLISHING - Static variable in class org.apache.brooklyn.enricher.stock.AbstractTransformer
-
- ALLOW_HEADERS - Static variable in class org.apache.brooklyn.rest.filter.CorsImplSupplierFilter
-
- ALLOW_ORIGINS - Static variable in class org.apache.brooklyn.rest.filter.CorsImplSupplierFilter
-
- allowed() - Static method in class org.apache.brooklyn.api.mgmt.AccessController.Response
-
- allowFailure() - Method in class org.apache.brooklyn.util.core.task.ssh.SshPutTaskFactory
-
- allowing(EntitlementClass<U>, <any>) - Static method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements.FineGrainedEntitlements
-
- allowing(EntitlementClass<U>) - Static method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements.FineGrainedEntitlements
-
- allowing(IpPermission) - Method in class org.apache.brooklyn.location.jclouds.networking.SecurityGroupDefinition
-
- allowingInternalPing() - Method in class org.apache.brooklyn.location.jclouds.networking.SecurityGroupDefinition
-
- allowingInternalPort(int) - Method in class org.apache.brooklyn.location.jclouds.networking.SecurityGroupDefinition
-
allows access to the given port on TCP from within the subnet
- allowingInternalPortRange(int, int) - Method in class org.apache.brooklyn.location.jclouds.networking.SecurityGroupDefinition
-
- allowingInternalPorts(int, int, int...) - Method in class org.apache.brooklyn.location.jclouds.networking.SecurityGroupDefinition
-
- allowingNonZeroExitCode() - Method in class org.apache.brooklyn.util.core.task.system.internal.AbstractProcessTaskFactory
-
- allowingNonZeroExitCode() - Method in interface org.apache.brooklyn.util.core.task.system.ProcessTaskFactory
-
- allowingPublicPing() - Method in class org.apache.brooklyn.location.jclouds.networking.SecurityGroupDefinition
-
- allowingPublicPort(int) - Method in class org.apache.brooklyn.location.jclouds.networking.SecurityGroupDefinition
-
- allowingPublicPortRange(int, int) - Method in class org.apache.brooklyn.location.jclouds.networking.SecurityGroupDefinition
-
- allowingPublicPorts(int, int, int...) - Method in class org.apache.brooklyn.location.jclouds.networking.SecurityGroupDefinition
-
- allowMissingComma(boolean) - Method in class org.apache.brooklyn.util.core.text.DataUriSchemeParser
-
- allowSlashesAfterColon(boolean) - Method in class org.apache.brooklyn.util.core.text.DataUriSchemeParser
-
- allTasksLive() - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
live view of all tasks, for internal use only
- ALPHABETICAL_FIELD_THEN_SUB_BEST_FIRST - Static variable in class org.apache.brooklyn.util.javalang.FieldOrderings
-
Puts fields in alpha order, but in cases of duplicate those lower down the hierarchy are first
- ALPHABETICAL_FIELD_THEN_SUB_BEST_LAST - Static variable in class org.apache.brooklyn.util.javalang.FieldOrderings
-
Puts fields in alpha order, but in cases of duplicate those higher up in the hierarchy are first
(potentially confusing, as this will put masked fields first)
- AlphabeticChooserScore() - Constructor for class org.apache.brooklyn.core.mgmt.ha.BasicMasterChooser.AlphabeticChooserScore
-
- AlphabeticMasterChooser(boolean) - Constructor for class org.apache.brooklyn.core.mgmt.ha.BasicMasterChooser.AlphabeticMasterChooser
-
- AlphabeticMasterChooser() - Constructor for class org.apache.brooklyn.core.mgmt.ha.BasicMasterChooser.AlphabeticMasterChooser
-
- alreadyEncountered(Set<String>) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypeLoadingContexts
-
- alreadyEncountered(Set<String>, String) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypeLoadingContexts
-
- alternatives(Collection<String>) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
Returns a sequence of chained commands that runs until one of them succeeds (i.e.
- alternatives(String...) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- alternativesGroup(Collection<String>) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- alternativesGroup(String...) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- alternativesSubshell(Collection<String>) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- alternativesSubshell(String...) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- ALWAYS - Static variable in interface org.apache.brooklyn.config.ConfigInheritance
-
- alwaysTrue() - Static method in class org.apache.brooklyn.util.collections.QuorumCheck.QuorumChecks
-
Always "healthy"
- AmbiguousGroupName(String) - Constructor for exception org.apache.brooklyn.location.jclouds.networking.SecurityGroupEditor.AmbiguousGroupName
-
- AMQ_JETTY_PORT - Static variable in interface org.apache.brooklyn.entity.messaging.activemq.ActiveMQBroker
-
- AMQP_0_10 - Static variable in interface org.apache.brooklyn.entity.messaging.amqp.AmqpServer
-
- AMQP_0_8 - Static variable in interface org.apache.brooklyn.entity.messaging.amqp.AmqpServer
-
- AMQP_0_9 - Static variable in interface org.apache.brooklyn.entity.messaging.amqp.AmqpServer
-
- AMQP_0_9_1 - Static variable in interface org.apache.brooklyn.entity.messaging.amqp.AmqpServer
-
- AMQP_1_0 - Static variable in interface org.apache.brooklyn.entity.messaging.amqp.AmqpServer
-
- AMQP_PORT - Static variable in interface org.apache.brooklyn.core.entity.Attributes
-
- AMQP_PORT - Static variable in interface org.apache.brooklyn.entity.messaging.amqp.AmqpServer
-
- AMQP_VERSION - Static variable in interface org.apache.brooklyn.entity.messaging.amqp.AmqpServer
-
- AMQP_VERSION - Static variable in interface org.apache.brooklyn.entity.messaging.qpid.QpidBroker
-
- AMQP_VERSION - Static variable in interface org.apache.brooklyn.entity.messaging.rabbit.RabbitBroker
-
- AmqpExchange - Interface in org.apache.brooklyn.entity.messaging.amqp
-
An interface that describes an AMQP exchange.
- AmqpServer - Interface in org.apache.brooklyn.entity.messaging.amqp
-
Marker interface identifying AMQP servers.
- ancestor(Object) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon
-
- ancestor(Object) - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
- AncestorContainerAndKeyValueIterator<TContainer,TValue> - Class in org.apache.brooklyn.core.config.internal
-
- AncestorContainerAndKeyValueIterator(TContainer, <any>, <any>, <any>, <any>) - Constructor for class org.apache.brooklyn.core.config.internal.AncestorContainerAndKeyValueIterator
-
- ancestors(Entity) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- ancestorsAndSelf(Entity) - Static method in class org.apache.brooklyn.core.entity.Entities
-
Returns the entity, its parent, its parent, and so on.
- ancestorsWithoutSelf(Entity) - Static method in class org.apache.brooklyn.core.entity.Entities
-
Returns the entity's parent, its parent's parent, and so on.
- ANCHOR - Static variable in interface org.apache.brooklyn.test.framework.RelativeEntityTestCase
-
- anded(BitList) - Method in class org.apache.brooklyn.util.math.BitList
-
represents the result of this bit list logically ANDed with the other
- andWaitForSuccess() - Method in class org.apache.brooklyn.util.core.task.DynamicTasks.TaskQueueingResult
-
Blocks for the task to be completed, throwing if there are any errors
and otherwise returning the value.
- ANONYMOUS_LINUX - Static variable in class org.apache.brooklyn.core.location.BasicOsDetails.Factory
-
- ANONYMOUS_LINUX_64 - Static variable in class org.apache.brooklyn.core.location.BasicOsDetails.Factory
-
- anonymousRegisteredType(BrooklynTypeRegistry.RegisteredTypeKind, RegisteredType.TypeImplementationPlan) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- ANSIBLE_COMMAND - Static variable in interface org.apache.brooklyn.entity.cm.ansible.AnsibleEntity
-
- ANSIBLE_PLAYBOOK - Static variable in interface org.apache.brooklyn.entity.cm.ansible.AnsibleConfig
-
- ANSIBLE_PLAYBOOK_URL - Static variable in interface org.apache.brooklyn.entity.cm.ansible.AnsibleConfig
-
- ANSIBLE_PLAYBOOK_YAML - Static variable in interface org.apache.brooklyn.entity.cm.ansible.AnsibleConfig
-
- ANSIBLE_SERVICE_CHECK_HOST - Static variable in interface org.apache.brooklyn.entity.cm.ansible.AnsibleConfig
-
- ANSIBLE_SERVICE_CHECK_PORT - Static variable in interface org.apache.brooklyn.entity.cm.ansible.AnsibleConfig
-
- ANSIBLE_SERVICE_START - Static variable in interface org.apache.brooklyn.entity.cm.ansible.AnsibleConfig
-
- ANSIBLE_SERVICE_STOP - Static variable in interface org.apache.brooklyn.entity.cm.ansible.AnsibleConfig
-
- ANSIBLE_VARS - Static variable in interface org.apache.brooklyn.entity.cm.ansible.AnsibleConfig
-
- AnsibleBashCommands - Class in org.apache.brooklyn.entity.cm.ansible
-
- AnsibleBashCommands() - Constructor for class org.apache.brooklyn.entity.cm.ansible.AnsibleBashCommands
-
- ansibleCommand(String, String) - Method in interface org.apache.brooklyn.entity.cm.ansible.AnsibleEntity
-
- ansibleCommand(String, String) - Method in interface org.apache.brooklyn.entity.cm.ansible.AnsibleEntityDriver
-
- ansibleCommand(String, String) - Method in class org.apache.brooklyn.entity.cm.ansible.AnsibleEntityImpl
-
- ansibleCommand(String, String) - Method in class org.apache.brooklyn.entity.cm.ansible.AnsibleEntitySshDriver
-
- AnsibleConfig - Interface in org.apache.brooklyn.entity.cm.ansible
-
- AnsibleConfig.AnsibleModes - Enum in org.apache.brooklyn.entity.cm.ansible
-
- AnsibleEntity - Interface in org.apache.brooklyn.entity.cm.ansible
-
- AnsibleEntityDriver - Interface in org.apache.brooklyn.entity.cm.ansible
-
- AnsibleEntityImpl - Class in org.apache.brooklyn.entity.cm.ansible
-
- AnsibleEntityImpl() - Constructor for class org.apache.brooklyn.entity.cm.ansible.AnsibleEntityImpl
-
- AnsibleEntitySshDriver - Class in org.apache.brooklyn.entity.cm.ansible
-
- AnsibleEntitySshDriver(AnsibleEntityImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.cm.ansible.AnsibleEntitySshDriver
-
- AnsiblePlaybookTasks - Class in org.apache.brooklyn.entity.cm.ansible
-
- AnsiblePlaybookTasks() - Constructor for class org.apache.brooklyn.entity.cm.ansible.AnsiblePlaybookTasks
-
- any() - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypeLoadingContexts
-
returns a constraint which allows anything
- any() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- any(<any>) - Static method in class org.apache.brooklyn.util.collections.CollectionFunctionals
-
Returns a predicate for a collection which is true if
there is at least one element in the collection given to the predicate
which satisfies the predicate given here.
- ANY_HIGH_PORT - Static variable in class org.apache.brooklyn.core.location.PortRanges
-
- ANY_NIC - Static variable in class org.apache.brooklyn.util.net.Networking
-
- ANY_ROUTER - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBRouterCluster
-
- ANY_RUNNING_ROUTER - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBRouterCluster
-
- AnyExceptionSupplier<T extends java.lang.Throwable> - Class in org.apache.brooklyn.util.guava
-
- AnyExceptionSupplier(Class<T>) - Constructor for class org.apache.brooklyn.util.guava.AnyExceptionSupplier
-
- AnyExceptionSupplier(Class<T>, String) - Constructor for class org.apache.brooklyn.util.guava.AnyExceptionSupplier
-
- AnyExceptionSupplier(Class<T>, Throwable) - Constructor for class org.apache.brooklyn.util.guava.AnyExceptionSupplier
-
- AnyExceptionSupplier(Class<T>, String, Throwable) - Constructor for class org.apache.brooklyn.util.guava.AnyExceptionSupplier
-
- AnyExceptionSupplier(Class<? extends T>, <any>, Throwable) - Constructor for class org.apache.brooklyn.util.guava.AnyExceptionSupplier
-
- anyOf(EntitlementManager...) - Static method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements.FineGrainedEntitlements
-
- anyOf(Iterable<? extends EntitlementManager>) - Static method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements.FineGrainedEntitlements
-
- AnyoneSecurityProvider - Class in org.apache.brooklyn.rest.security.provider
-
provider who allows all access with no need to supply a user
(see also test case AuthenticateAnyoneSecurityProvider)
- AnyoneSecurityProvider() - Constructor for class org.apache.brooklyn.rest.security.provider.AnyoneSecurityProvider
-
- anySuperType(<any>) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- APACHE_SNAPSHOT_URL_GENERATOR - Static variable in class org.apache.brooklyn.util.maven.MavenRetriever
-
- API_URI_PATH - Static variable in class org.apache.brooklyn.camp.server.rest.resource.ApidocRestResource
-
- ApidocResource - Class in org.apache.brooklyn.rest.resources
-
- ApidocResource() - Constructor for class org.apache.brooklyn.rest.resources.ApidocResource
-
- ApidocRestResource - Class in org.apache.brooklyn.camp.server.rest.resource
-
- ApidocRestResource() - Constructor for class org.apache.brooklyn.camp.server.rest.resource.ApidocRestResource
-
- ApiError - Class in org.apache.brooklyn.rest.domain
-
- ApiError(String) - Constructor for class org.apache.brooklyn.rest.domain.ApiError
-
- ApiError(String, String) - Constructor for class org.apache.brooklyn.rest.domain.ApiError
-
- ApiError(String, String, Object, Integer) - Constructor for class org.apache.brooklyn.rest.domain.ApiError
-
- ApiError.Builder - Class in org.apache.brooklyn.rest.domain
-
- ApiErrorDto - Class in org.apache.brooklyn.camp.server.dto
-
A simple error message that provides a message and optional details.
- ApiErrorDto(String, String) - Constructor for class org.apache.brooklyn.camp.server.dto.ApiErrorDto
-
- ApiErrorDto.Builder - Class in org.apache.brooklyn.camp.server.dto
-
- ApiObjectsFactory - Class in org.apache.brooklyn.api.internal
-
This class grants access to implementations in core for operations needed in API classes.
- ApiObjectsFactory() - Constructor for class org.apache.brooklyn.api.internal.ApiObjectsFactory
-
- ApiObjectsFactoryImpl - Class in org.apache.brooklyn.core.internal
-
- ApiObjectsFactoryImpl() - Constructor for class org.apache.brooklyn.core.internal.ApiObjectsFactoryImpl
-
- ApiObjectsFactoryInterface - Interface in org.apache.brooklyn.api.internal
-
Methods from downstream projects used in API classes at runtime.
- app - Variable in class org.apache.brooklyn.cli.Main.LaunchCommand
-
- APP - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- APP_ARCHIVE_URL - Static variable in interface org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppService
-
- APP_COMMAND - Static variable in interface org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppService
-
- APP_COMMAND_LINE - Static variable in interface org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppService
-
- APP_FILE - Static variable in interface org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppService
-
- APP_GIT_REPOSITORY_URL - Static variable in interface org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppService
-
- APP_NAME - Static variable in interface org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppService
-
- append(String) - Method in class org.apache.brooklyn.core.mgmt.persist.FileBasedStoreObjectAccessor
-
- append(String) - Method in class org.apache.brooklyn.core.mgmt.persist.jclouds.JcloudsStoreObjectAccessor
-
- append(String) - Method in interface org.apache.brooklyn.core.mgmt.persist.PersistenceObjectStore.StoreObjectAccessor
-
- append(String) - Method in class org.apache.brooklyn.core.mgmt.persist.StoreObjectAccessorLocking
-
- append(CharSequence) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptPart
-
- append(Collection<? extends CharSequence>) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptPart
-
- append(CharSequence...) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptPart
-
- append(V) - Method in class org.apache.brooklyn.util.collections.MutableList
-
as List.add(Object) but fluent styleÂ
- append(V, V, V...) - Method in class org.apache.brooklyn.util.collections.MutableList
-
as List.add(Object) but accepting multiple, and fluent styleÂ
- append(CharSequence) - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- append(CharSequence, int, int) - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- append(char) - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- append(String) - Static method in class org.apache.brooklyn.util.text.StringFunctions
-
- append(String, String) - Method in class org.apache.brooklyn.util.text.StringShortener
-
- appendAll(Iterable<? extends V>) - Method in class org.apache.brooklyn.util.collections.MutableList
-
as List.addAll(Collection) but fluent styleÂ
- appendAll(Iterator<? extends V>) - Method in class org.apache.brooklyn.util.collections.MutableList
-
as List.addAll(Collection) but fluent styleÂ
- appendBase64IdFromValueOfLength(long, int, StringBuffer) - Static method in class org.apache.brooklyn.util.text.Identifiers
-
- appendBase64IdFromValueOfLength(long, int, StringBuilder) - Static method in class org.apache.brooklyn.util.text.Identifiers
-
- appendIfNotNull(V) - Method in class org.apache.brooklyn.util.collections.MutableList
-
as List.add(Object) but excluding nulls, and fluent styleÂ
- appendIfNotNull(V, V, V...) - Method in class org.apache.brooklyn.util.collections.MutableList
-
as List.add(Object) but excluding nulls, accepting multiple, and fluent styleÂ
- appendIptablesRule(IptablesCommands.Chain, Protocol, int, IptablesCommands.Policy) - Static method in class org.apache.brooklyn.util.ssh.IptablesCommands
-
Returns the command that appends a rule to iptables to all interfaces.
- appendIptablesRule(IptablesCommands.Chain, String, Protocol, int, IptablesCommands.Policy) - Static method in class org.apache.brooklyn.util.ssh.IptablesCommands
-
Returns the command that appends a rule to iptables.
- appendSslConfig(String, StringBuilder, String, ProxySslConfig, boolean, boolean) - Method in interface org.apache.brooklyn.entity.proxy.nginx.NginxController
-
- appendSslConfig(String, StringBuilder, String, ProxySslConfig, boolean, boolean) - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxControllerImpl
-
- appendToEtcHosts(String, String...) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- Application - Interface in org.apache.brooklyn.api.entity
-
An application is the root of the entity hierarchy.
- application(EntitySpec<? extends Application>) - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
Specifies that the launcher should build and manage the Brooklyn application
described by the given spec.
- application(String) - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
Specifies that the launcher should build and manage the Brooklyn application
described by the given YAML blueprint.
- APPLICATION_ID - Static variable in class org.apache.brooklyn.core.entity.AbstractEntity
-
- APPLICATION_ID - Static variable in interface org.apache.brooklyn.core.entity.Attributes
-
- APPLICATION_JSON - Static variable in class org.apache.brooklyn.core.effector.http.HttpCommandEffector
-
- APPLICATION_USAGE_KEY - Static variable in class org.apache.brooklyn.core.mgmt.internal.LocalUsageManager
-
- APPLICATION_X_WWW_FORM_URLENCODE - Static variable in class org.apache.brooklyn.core.effector.http.HttpCommandEffector
-
- ApplicationApi - Interface in org.apache.brooklyn.rest.api
-
- ApplicationComponent - Class in org.apache.brooklyn.camp.spi
-
Holds the metadata (name, description, etc) for a PCT
as well as fields pointing to behaviour (eg creation of PlatformComponent).
- ApplicationComponent.Builder<T extends ApplicationComponent> - Class in org.apache.brooklyn.camp.spi
-
- ApplicationComponentDto - Class in org.apache.brooklyn.camp.server.dto
-
- ApplicationComponentRestResource - Class in org.apache.brooklyn.camp.server.rest.resource
-
- ApplicationComponentRestResource() - Constructor for class org.apache.brooklyn.camp.server.rest.resource.ApplicationComponentRestResource
-
- applicationComponents() - Method in class org.apache.brooklyn.camp.AggregatingCampPlatform
-
- applicationComponents() - Method in class org.apache.brooklyn.camp.BasicCampPlatform
-
- applicationComponents() - Method in class org.apache.brooklyn.camp.brooklyn.spi.platform.BrooklynImmutableCampPlatform
-
- applicationComponents() - Method in class org.apache.brooklyn.camp.CampPlatform
-
- ApplicationComponentTemplate - Class in org.apache.brooklyn.camp.spi
-
Holds the metadata (name, description, etc) for a PCT
as well as fields pointing to behaviour (eg creation of PlatformComponent).
- ApplicationComponentTemplate.Builder<T extends ApplicationComponentTemplate> - Class in org.apache.brooklyn.camp.spi
-
- ApplicationComponentTemplateDto - Class in org.apache.brooklyn.camp.server.dto
-
- ApplicationComponentTemplateRestResource - Class in org.apache.brooklyn.camp.server.rest.resource
-
- ApplicationComponentTemplateRestResource() - Constructor for class org.apache.brooklyn.camp.server.rest.resource.ApplicationComponentTemplateRestResource
-
- applicationComponentTemplates() - Method in class org.apache.brooklyn.camp.AggregatingCampPlatform
-
- applicationComponentTemplates() - Method in class org.apache.brooklyn.camp.BasicCampPlatform
-
- applicationComponentTemplates() - Method in class org.apache.brooklyn.camp.brooklyn.spi.platform.BrooklynImmutableCampPlatform
-
- applicationComponentTemplates() - Method in class org.apache.brooklyn.camp.CampPlatform
-
- applicationComponentTemplates(ResourceLookup<ApplicationComponent>) - Method in class org.apache.brooklyn.camp.spi.ApplicationComponent.Builder
-
- applicationComponentTemplates(ResourceLookup<ApplicationComponent>) - Method in class org.apache.brooklyn.camp.spi.Assembly.Builder
-
- applicationComponentTemplates(ResourceLookup<ApplicationComponentTemplate>) - Method in class org.apache.brooklyn.camp.spi.AssemblyTemplate.Builder
-
- applicationComponentTemplates(ResourceLookup<ApplicationComponent>) - Method in class org.apache.brooklyn.camp.spi.PlatformComponent.Builder
-
- ApplicationEvent(Lifecycle, String) - Constructor for class org.apache.brooklyn.core.mgmt.usage.ApplicationUsage.ApplicationEvent
-
- ApplicationEvent(Date, Lifecycle) - Constructor for class org.apache.brooklyn.core.mgmt.usage.ApplicationUsage.ApplicationEvent
-
- ApplicationEvent(Date, Lifecycle, String) - Constructor for class org.apache.brooklyn.core.mgmt.usage.ApplicationUsage.ApplicationEvent
-
- applicationId(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl.Builder
-
- applicationIdEqualTo(String) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- applicationIds(Collection<String>) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl.Builder
-
- applicationIdSatisfies(<any>) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- ApplicationList - Class in org.apache.brooklyn.karaf.commands
-
- ApplicationList() - Constructor for class org.apache.brooklyn.karaf.commands.ApplicationList
-
- ApplicationResource - Class in org.apache.brooklyn.rest.resources
-
- ApplicationResource() - Constructor for class org.apache.brooklyn.rest.resources.ApplicationResource
-
- applications(ManagementContext) - Static method in class org.apache.brooklyn.core.entity.EntityFunctions
-
- ApplicationSpec - Class in org.apache.brooklyn.rest.domain
-
- ApplicationSpec(String, String, Set<EntitySpec>, Collection<String>, Map<String, String>) - Constructor for class org.apache.brooklyn.rest.domain.ApplicationSpec
-
- ApplicationSpec.Builder - Class in org.apache.brooklyn.rest.domain
-
- ApplicationSummary - Class in org.apache.brooklyn.rest.domain
-
- ApplicationSummary(String, ApplicationSpec, Status, Map<String, URI>) - Constructor for class org.apache.brooklyn.rest.domain.ApplicationSummary
-
- ApplicationTransformer - Class in org.apache.brooklyn.rest.transform
-
- ApplicationTransformer() - Constructor for class org.apache.brooklyn.rest.transform.ApplicationTransformer
-
- applicationUri(Application, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.EntityTransformer
-
- ApplicationUsage - Class in org.apache.brooklyn.core.mgmt.usage
-
- ApplicationUsage(String, String, String, Map<String, String>) - Constructor for class org.apache.brooklyn.core.mgmt.usage.ApplicationUsage
-
- ApplicationUsage.ApplicationEvent - Class in org.apache.brooklyn.core.mgmt.usage
-
- apply(EntityLocal) - Method in interface org.apache.brooklyn.api.entity.EntityInitializer
-
Applies initialization logic to a just-built entity.
- apply(Object) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynComponentTemplateResolver.SpecialFlagsTransformer
-
- apply(Object, AssemblyTemplateConstructor) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynEntityMatcher
-
- apply(Object, AssemblyTemplateConstructor) - Method in interface org.apache.brooklyn.camp.spi.resolve.PdpMatcher
-
- apply(T) - Method in class org.apache.brooklyn.core.config.ConfigConstraints.RequiredPredicate
-
- apply(Map<K, ?>) - Method in class org.apache.brooklyn.core.config.Sanitizer
-
- apply(EntityLocal) - Method in class org.apache.brooklyn.core.effector.AddEffector
-
- apply(EntityLocal) - Method in class org.apache.brooklyn.core.effector.AddSensor
-
- apply(EntityLocal) - Method in class org.apache.brooklyn.core.effector.CompositeEffector
-
- apply(DownloadResolverManager.DownloadRequirement) - Method in class org.apache.brooklyn.core.entity.drivers.downloads.DownloadProducerFromCloudsoftRepo
-
- apply(DownloadResolverManager.DownloadRequirement) - Method in class org.apache.brooklyn.core.entity.drivers.downloads.DownloadProducerFromLocalRepo
-
- apply(DownloadResolverManager.DownloadRequirement) - Method in class org.apache.brooklyn.core.entity.drivers.downloads.DownloadProducerFromProperties
-
- apply(EntityLocal) - Method in class org.apache.brooklyn.core.entity.EntityInitializers.AddTags
-
- apply(Entity) - Static method in class org.apache.brooklyn.core.feed.ConfigToAttributes
-
- apply(Entity, AttributeSensorAndConfigKey<?, T>) - Static method in class org.apache.brooklyn.core.feed.ConfigToAttributes
-
Convenience for ensuring an individual sensor is set from its config key
(e.g.
- apply(String) - Method in class org.apache.brooklyn.core.network.AbstractOnNetworkEnricher.SensorNameConverter
-
- apply(P, BrooklynObject) - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectPredicate
-
- apply(List<Object>) - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.MaxThreadsTransformerFunction
-
- apply(List<Object>) - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.RegexTransformerFunction
-
- apply(List<Object>) - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.RegexTransformerString
-
- apply(EntityLocal) - Method in class org.apache.brooklyn.core.sensor.DurationSinceSensor
-
- apply(EntityLocal) - Method in class org.apache.brooklyn.core.sensor.function.FunctionSensor
-
- apply(EntityLocal) - Method in class org.apache.brooklyn.core.sensor.http.HttpRequestSensor
-
- apply(EntityLocal) - Method in class org.apache.brooklyn.core.sensor.MaxConcurrencySensor
-
- apply(EntityLocal) - Method in class org.apache.brooklyn.core.sensor.password.CreatePasswordSensor
-
- apply(EntityLocal) - Method in class org.apache.brooklyn.core.sensor.ssh.SshCommandSensor
-
- apply(EntityLocal) - Method in class org.apache.brooklyn.core.sensor.StaticSensor
-
- apply(EntityLocal) - Method in class org.apache.brooklyn.core.sensor.windows.WindowsPerformanceCounterSensors
-
- apply(EntityLocal) - Method in class org.apache.brooklyn.core.sensor.windows.WinRmCommandSensor
-
- apply(Collection<T>) - Method in class org.apache.brooklyn.enricher.stock.Enrichers.ComputingAverage
-
Deprecated.
- apply(Collection<Boolean>) - Method in class org.apache.brooklyn.enricher.stock.Enrichers.ComputingIsQuorate
-
- apply(Collection<T>) - Method in class org.apache.brooklyn.enricher.stock.Enrichers.ComputingSum
-
Deprecated.
- apply(String) - Method in class org.apache.brooklyn.entity.database.mysql.MySqlClusterImpl.SlaveStateParser
-
- apply(Collection<Entity>) - Method in class org.apache.brooklyn.entity.group.DynamicClusterImpl.DefaultRemovalStrategy
-
- apply(Entity) - Method in class org.apache.brooklyn.entity.group.DynamicMultiGroupImpl.BucketFromAttribute
-
- apply(Collection<Entity>) - Method in class org.apache.brooklyn.entity.group.FirstFromRemovalStrategy
-
- apply(Collection<Entity>) - Method in class org.apache.brooklyn.entity.group.SensorMatchingRemovalStrategy
-
- apply(EntityLocal) - Method in class org.apache.brooklyn.entity.java.JmxAttributeSensor
-
- apply(EntityLocal) - Method in class org.apache.brooklyn.entity.machine.AddMachineMetrics
-
- apply(Collection<String>) - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBReplicaSetImpl.EndpointsToDatastoreUrlMapper
-
- apply(Collection<String>) - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBReplicaSetImpl.RootUsernameReducer
-
- apply(EntityLocal) - Method in class org.apache.brooklyn.location.jclouds.BasicJcloudsLocationCustomizer
-
- apply(Iterable<? extends Image>) - Method in class org.apache.brooklyn.location.jclouds.BrooklynImageChooser.ImageChooserFromOrdering
-
- apply(EntityLocal) - Method in class org.apache.brooklyn.location.jclouds.DefaultConnectivityResolver
-
- apply() - Method in class org.apache.brooklyn.location.jclouds.networking.SecurityGroupTool
-
- apply(TemplateBuilder, ConfigBag, Object) - Method in interface org.apache.brooklyn.location.jclouds.templates.customize.TemplateBuilderCustomizer
-
- apply(TemplateOptions, ConfigBag, Object) - Method in interface org.apache.brooklyn.location.jclouds.templates.customize.TemplateOptionCustomizer
-
- apply(TemplateOptions, ConfigBag, Object) - Method in class org.apache.brooklyn.location.jclouds.templates.customize.TemplateOptionsOption
-
- apply(EntityLocal) - Method in class org.apache.brooklyn.policy.failover.ElectPrimaryEffector
-
- apply(Iterable<? extends T>) - Method in class org.apache.brooklyn.util.collections.CollectionFunctionals.FirstElementFunction
-
- apply(Iterable<?>) - Method in class org.apache.brooklyn.util.collections.CollectionFunctionals.SizeFunction
-
- apply(Object) - Method in class org.apache.brooklyn.util.collections.Jsonya.JsonPrimitiveDeepTranslator
-
- apply(I) - Method in class org.apache.brooklyn.util.guava.Functionals.ConstantFunction
-
- apply(I) - Method in class org.apache.brooklyn.util.guava.IfFunctions.IfFunction
-
- apply(<any>) - Method in class org.apache.brooklyn.util.guava.IfFunctions.IfFunctionBuilderApplying
-
- apply(<any>) - Method in class org.apache.brooklyn.util.guava.IfFunctions.IfFunctionBuilderApplyingFirst
-
- apply(P, T) - Method in interface org.apache.brooklyn.util.guava.PredicateWithContext
-
- apply(File) - Method in class org.apache.brooklyn.util.io.FilePermissions
-
- apply(Object) - Method in class org.apache.brooklyn.util.javalang.coerce.CoerceFunctionals.CoerceFunction
-
- apply(HostAndPort) - Method in class org.apache.brooklyn.util.net.Networking.IsReachablePredicate
-
- apply(Long) - Method in class org.apache.brooklyn.util.text.ByteSizeStrings
-
A
Function implementation that formats its input using the current
ByteSizeStrings values.
- apply(String) - Method in class org.apache.brooklyn.util.text.StringEscapes.BashStringEscapes.WrapBashFunction
-
- apply(String) - Method in class org.apache.brooklyn.util.text.StringFunctions.RegexReplacer
-
- applyAgentJmxJavaSystemProperties(MutableMap.Builder<String, Object>) - Method in class org.apache.brooklyn.entity.java.JmxmpSslSupport
-
- applyClassRenames(Map<String, String>) - Method in class org.apache.brooklyn.util.javalang.Reflections
-
supply a map of known renames, of the form "old-class -> new-class"
- applyConfig() - Method in interface org.apache.brooklyn.entity.dns.geoscaling.GeoscalingDnsService
-
- applyConfig() - Method in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingDnsServiceImpl
-
- applyDefinesAsSystemProperties() - Method in class org.apache.brooklyn.cli.AbstractMain.BrooklynCommandWithSystemDefines
-
- ApplyDisplayHints() - Constructor for class org.apache.brooklyn.entity.webapp.DynamicWebAppCluster.ApplyDisplayHints
-
- applyDisplayValueHint(AttributeSensor<?>, Object) - Static method in class org.apache.brooklyn.core.config.render.RendererHints
-
Applies the (first) display value hint registered against the given target to the given initialValue
- applyDisplayValueHint(ConfigKey<?>, Object) - Static method in class org.apache.brooklyn.core.config.render.RendererHints
-
- applyDisplayValueHint(Class<?>, Object) - Static method in class org.apache.brooklyn.core.config.render.RendererHints
-
- applyDisplayValueHintUnchecked(Object, Object) - Static method in class org.apache.brooklyn.core.config.render.RendererHints
-
- applyHighstate(String, Entity) - Static method in class org.apache.brooklyn.entity.cm.salt.SaltHighstate
-
- applyInterpreters(Map<String, ?>) - Method in class org.apache.brooklyn.camp.spi.resolve.PdpProcessor
-
returns a DeploymentPlan object which is the result of running the interpretation
(with all interpreters) against the supplied deployment plan YAML object,
essentially a post-parse processing step before matching
- applyJcloudsRenames(String) - Method in class org.apache.brooklyn.core.mgmt.persist.DeserializingJcloudsRenamesProvider
-
- applyJmxJavaSystemProperties(MutableMap.Builder<String, Object>) - Method in class org.apache.brooklyn.entity.java.JmxSupport
-
applies _some_ of the common settings needed to connect via JMX
- applyJsonResponse(ManagementContext, Response, HttpServletResponse) - Static method in class org.apache.brooklyn.rest.util.WebResourceUtils
-
Sets the HttpServletResponse target (last argument) from the given source Response;
useful in filters where we might have a Response and need to set up an HttpServletResponse.
- applyListAfter(PlanInterpretationNode, List<Object>, List<Object>) - Method in interface org.apache.brooklyn.camp.spi.resolve.PlanInterpreter
-
- applyListAfter(PlanInterpretationNode, List<Object>, List<Object>) - Method in class org.apache.brooklyn.camp.spi.resolve.PlanInterpreter.PlanInterpreterAdapter
-
- applyListBefore(PlanInterpretationNode, List<Object>) - Method in interface org.apache.brooklyn.camp.spi.resolve.PlanInterpreter
-
- applyListBefore(PlanInterpretationNode, List<Object>) - Method in class org.apache.brooklyn.camp.spi.resolve.PlanInterpreter.PlanInterpreterAdapter
-
- applyListEntry(PlanInterpretationNode, List<Object>, List<Object>, PlanInterpretationNode) - Method in interface org.apache.brooklyn.camp.spi.resolve.PlanInterpreter
-
as {@link #applyMapEntry(PlanInterpretationNode, Map, Map, PlanInterpretationNode, PlanInterpretationNode) but for lists
- applyListEntry(PlanInterpretationNode, List<Object>, List<Object>, PlanInterpretationNode) - Method in class org.apache.brooklyn.camp.spi.resolve.PlanInterpreter.PlanInterpreterAdapter
-
- applyMapAfter(PlanInterpretationNode, Map<Object, Object>, Map<Object, Object>) - Method in interface org.apache.brooklyn.camp.spi.resolve.PlanInterpreter
-
- applyMapAfter(PlanInterpretationNode, Map<Object, Object>, Map<Object, Object>) - Method in class org.apache.brooklyn.camp.spi.resolve.PlanInterpreter.PlanInterpreterAdapter
-
- applyMapBefore(PlanInterpretationNode, Map<Object, Object>) - Method in interface org.apache.brooklyn.camp.spi.resolve.PlanInterpreter
-
invoked at a Map node in a YAML tree, before any conversion to mapOut.
- applyMapBefore(PlanInterpretationNode, Map<Object, Object>) - Method in class org.apache.brooklyn.camp.spi.resolve.PlanInterpreter.PlanInterpreterAdapter
-
- applyMapEntry(PlanInterpretationNode, Map<Object, Object>, Map<Object, Object>, PlanInterpretationNode, PlanInterpretationNode) - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.BrooklynDslInterpreter
-
- applyMapEntry(PlanInterpretationNode, Map<Object, Object>, Map<Object, Object>, PlanInterpretationNode, PlanInterpretationNode) - Method in interface org.apache.brooklyn.camp.spi.resolve.PlanInterpreter
-
- applyMapEntry(PlanInterpretationNode, Map<Object, Object>, Map<Object, Object>, PlanInterpretationNode, PlanInterpretationNode) - Method in class org.apache.brooklyn.camp.spi.resolve.PlanInterpreter.PlanInterpreterAdapter
-
- applySecurityGroupCustomizations(JcloudsLocation, ComputeService, JcloudsMachineLocation) - Method in class org.apache.brooklyn.location.jclouds.networking.SharedLocationSecurityGroupCustomizer
-
- applyState(String, boolean) - Static method in class org.apache.brooklyn.entity.cm.salt.SaltSshTasks
-
- applyTagModifier(<any>) - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- applyTagModifier(<any>) - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- applyTagModifier(<any>) - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
- applyToKeyInMap(ListConfigKey<T>, Map) - Method in class org.apache.brooklyn.core.config.ListConfigKey.ListModificationBase
-
Deprecated.
- applyToKeyInMap(MapConfigKey<V>, Map) - Method in class org.apache.brooklyn.core.config.MapConfigKey.MapModificationBase
-
- applyToKeyInMap(SetConfigKey<T>, Map) - Method in class org.apache.brooklyn.core.config.SetConfigKey.SetModificationBase
-
- applyToKeyInMap(T, Map) - Method in interface org.apache.brooklyn.core.config.StructuredConfigKey.StructuredModification
-
- applyTopStates(boolean) - Static method in class org.apache.brooklyn.entity.cm.salt.SaltSshTasks
-
- applyTransformer(CompoundTransformer) - Method in class org.apache.brooklyn.core.mgmt.rebind.ActivePartialRebindIteration
-
- applyValueToMap(Object, Map) - Method in class org.apache.brooklyn.core.config.internal.AbstractCollectionConfigKey
-
- applyValueToMap(Object, Map) - Method in class org.apache.brooklyn.core.config.MapConfigKey
-
- applyValueToMap(Object, Map) - Method in interface org.apache.brooklyn.core.config.StructuredConfigKey
-
for internal use
- applyYamlPrimitive(PlanInterpretationNode) - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.BrooklynDslInterpreter
-
- applyYamlPrimitive(PlanInterpretationNode) - Method in interface org.apache.brooklyn.camp.spi.resolve.PlanInterpreter
-
- approximately(Object, Object) - Static method in class org.apache.brooklyn.util.javalang.Equals
-
Tests whether the two objects given are either all null or all approximately equal
(tolerance of 0.001 for floating point, but subject to change)
- approximately(Object, Object, Object, Object...) - Static method in class org.apache.brooklyn.util.javalang.Equals
-
- APPSERVERS_COUNT - Static variable in class org.apache.brooklyn.demo.WebClusterDatabaseExample
-
- APPSERVERS_COUNT - Static variable in class org.apache.brooklyn.demo.WebClusterDatabaseExampleApp
-
- AppShutdownHandler() - Constructor for class org.apache.brooklyn.cli.Main.AppShutdownHandler
-
- archive(String) - Static method in class org.apache.brooklyn.util.core.file.ArchiveBuilder
-
- ARCHIVE_DIRECTORY_NAME_FORMAT - Static variable in interface org.apache.brooklyn.entity.database.crate.CrateNode
-
- ARCHIVE_DIRECTORY_NAME_FORMAT - Static variable in interface org.apache.brooklyn.entity.database.rubyrep.RubyRepNode
-
- ARCHIVE_DIRECTORY_NAME_FORMAT - Static variable in interface org.apache.brooklyn.entity.messaging.activemq.ActiveMQBroker
-
- ARCHIVE_DIRECTORY_NAME_FORMAT - Static variable in interface org.apache.brooklyn.entity.messaging.kafka.Kafka
-
- ARCHIVE_DIRECTORY_NAME_FORMAT - Static variable in interface org.apache.brooklyn.entity.messaging.kafka.KafkaZooKeeper
-
- ARCHIVE_DIRECTORY_NAME_FORMAT - Static variable in interface org.apache.brooklyn.entity.messaging.qpid.QpidBroker
-
- ARCHIVE_DIRECTORY_NAME_FORMAT - Static variable in interface org.apache.brooklyn.entity.messaging.rabbit.RabbitBroker
-
- ARCHIVE_DIRECTORY_NAME_FORMAT - Static variable in interface org.apache.brooklyn.entity.messaging.storm.Storm
-
- ARCHIVE_DIRECTORY_NAME_FORMAT - Static variable in interface org.apache.brooklyn.entity.monitoring.monit.MonitNode
-
- ARCHIVE_DIRECTORY_NAME_FORMAT - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- ARCHIVE_DIRECTORY_NAME_FORMAT - Static variable in interface org.apache.brooklyn.entity.nosql.couchdb.CouchDBNode
-
- ARCHIVE_DIRECTORY_NAME_FORMAT - Static variable in interface org.apache.brooklyn.entity.nosql.elasticsearch.ElasticSearchNode
-
- ARCHIVE_DIRECTORY_NAME_FORMAT - Static variable in interface org.apache.brooklyn.entity.nosql.redis.RedisStore
-
- ARCHIVE_DIRECTORY_NAME_FORMAT - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- ARCHIVE_DIRECTORY_NAME_FORMAT - Static variable in interface org.apache.brooklyn.entity.nosql.solr.SolrServer
-
- ARCHIVE_DIRECTORY_NAME_FORMAT - Static variable in interface org.apache.brooklyn.entity.osgi.karaf.KarafContainer
-
- ARCHIVE_DIRECTORY_NAME_FORMAT - Static variable in interface org.apache.brooklyn.entity.proxy.nginx.NginxController
-
- ARCHIVE_DIRECTORY_NAME_FORMAT - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- ARCHIVE_DIRECTORY_NAME_FORMAT - Static variable in interface org.apache.brooklyn.entity.webapp.jboss.JBoss6Server
-
Deprecated.
- ARCHIVE_DIRECTORY_NAME_FORMAT - Static variable in interface org.apache.brooklyn.entity.webapp.jboss.JBoss7Server
-
Deprecated.
- ARCHIVE_DIRECTORY_NAME_FORMAT - Static variable in interface org.apache.brooklyn.entity.webapp.jetty.Jetty6Server
-
- ARCHIVE_DIRECTORY_NAME_FORMAT - Static variable in interface org.apache.brooklyn.entity.webapp.tomcat.Tomcat8Server
-
- ARCHIVE_DIRECTORY_NAME_FORMAT - Static variable in interface org.apache.brooklyn.entity.webapp.tomcat.TomcatServer
-
- ARCHIVE_DIRECTORY_NAME_FORMAT - Static variable in interface org.apache.brooklyn.entity.zookeeper.ZooKeeperNode
-
- ArchiveBuilder - Class in org.apache.brooklyn.util.core.file
-
Build a Zip or Jar archive.
- ArchiveTasks - Class in org.apache.brooklyn.util.core.file
-
- ArchiveTasks() - Constructor for class org.apache.brooklyn.util.core.file.ArchiveTasks
-
- ArchiveUtils - Class in org.apache.brooklyn.util.core.file
-
- ArchiveUtils() - Constructor for class org.apache.brooklyn.util.core.file.ArchiveUtils
-
- ArchiveUtils.ArchiveType - Enum in org.apache.brooklyn.util.core.file
-
The types of archive that are supported by Brooklyn.
- arePlansEquivalent(RegisteredType, RegisteredType) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
Checks whether two types have plans which are identical, or identical after a YAML parse,
or if either has an "equivalent-plan" tag indicating its equivalence to the other plan
(as set by #notePlanEquivalentToThis(RegisteredType, TypeImplementationPlan)).
- arg(int) - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.parse.FunctionWithArgs
-
- ARGS - Static variable in interface org.apache.brooklyn.entity.java.VanillaJavaApp
-
- ARGUMENT_DESC - Static variable in class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.BlobstoreListContainer
-
- ARGUMENT_DESC - Static variable in class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.GetImage
-
- ARGUMENT_DESC - Static variable in class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.TerminateInstances
-
- ARGUMENT_NAME - Static variable in class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.BlobstoreListContainer
-
- ARGUMENT_NAME - Static variable in class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.GetImage
-
- ARGUMENT_NAME - Static variable in class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.TerminateInstances
-
- arguments - Variable in class org.apache.brooklyn.cli.AbstractMain.BrooklynCommandCollectingArgs
-
extra arguments
- arrayToList(Object) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- Artifact - Class in org.apache.brooklyn.camp.spi.pdp
-
- Artifact() - Constructor for class org.apache.brooklyn.camp.spi.pdp.Artifact
-
- artifact(String, String, String) - Static method in class org.apache.brooklyn.util.core.BrooklynMavenArtifacts
-
- artifact(String, String, String, String) - Static method in class org.apache.brooklyn.util.core.BrooklynMavenArtifacts
-
- ArtifactContent - Class in org.apache.brooklyn.camp.spi.pdp
-
- ArtifactContent() - Constructor for class org.apache.brooklyn.camp.spi.pdp.ArtifactContent
-
- ArtifactMatcher(String) - Constructor for class org.apache.brooklyn.camp.spi.resolve.PdpMatcher.ArtifactMatcher
-
- ArtifactRequirement - Class in org.apache.brooklyn.camp.spi.pdp
-
- ArtifactRequirement() - Constructor for class org.apache.brooklyn.camp.spi.pdp.ArtifactRequirement
-
- as(Class<T>) - Method in class org.apache.brooklyn.util.core.task.ValueResolver.ResolverBuilderPretype
-
- as(<any>) - Method in class org.apache.brooklyn.util.core.task.ValueResolver.ResolverBuilderPretype
-
- asArray() - Method in class org.apache.brooklyn.util.math.BitList
-
- asBadRequestResponseJson() - Method in class org.apache.brooklyn.rest.domain.ApiError
-
- asBigInteger() - Method in class org.apache.brooklyn.util.math.BitList
-
- asBitList() - Method in class org.apache.brooklyn.util.net.Cidr
-
returns list of bits for the significant (length) bits of this CIDR
- asBitSet() - Method in class org.apache.brooklyn.util.math.BitList
-
nb: BitSet forgets the length
- asBoolean() - Method in interface org.apache.brooklyn.api.location.PortRange
-
Note: this method is only here for use with "groovy truth".
- asBoolean() - Method in class org.apache.brooklyn.core.location.PortRanges.AggregatePortRange
-
- asBoolean() - Method in class org.apache.brooklyn.core.location.PortRanges.LinearPortRange
-
- asBoolean() - Method in class org.apache.brooklyn.core.location.PortRanges.SinglePort
-
- asBoolean() - Method in class org.apache.brooklyn.test.Asserts.BooleanWithMessage
-
- asByteArray(long...) - Static method in class org.apache.brooklyn.util.net.Networking
-
creates a byte array given a var-arg number of (or bytes or longs);
checks that all values are valid as _unsigned_ bytes (i.e.
- asByteList() - Method in class org.apache.brooklyn.util.math.BitList
-
- asBytes() - Method in class org.apache.brooklyn.util.math.BitList
-
returns the bits converted to bytes, with least significant bit first
*and* first 8 bits in the first byte
- asConfigKey(ParameterType<V>) - Static method in class org.apache.brooklyn.core.effector.Effectors
-
- asConfigKey(ParameterType<T>) - Static method in class org.apache.brooklyn.core.effector.EffectorTasks
-
- asDataUrlBase64(String) - Static method in class org.apache.brooklyn.util.net.Urls
-
- asDataUrlBase64(MediaType, byte[]) - Static method in class org.apache.brooklyn.util.net.Urls
-
Creates a "data:..." scheme URL for use with supported parsers, using Base64 encoding.
- asFile(Object) - Static method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- asImmutableCopy() - Method in class org.apache.brooklyn.util.collections.MutableList
-
creates an ImmutableList which is a copy of this list.
- asImmutableCopy() - Method in class org.apache.brooklyn.util.collections.MutableMap
-
- asImmutableCopy() - Method in class org.apache.brooklyn.util.collections.MutableSet
-
- asJerseyOutermostReturnValue(boolean) - Method in class org.apache.brooklyn.rest.resources.AbstractBrooklynRestResource.RestValueResolver
-
whether an outermost string must be wrapped in quotes, because a String return object is treated as
already JSON-encoded
- asJson() - Static method in class org.apache.brooklyn.feed.http.JsonFunctions
-
- asJsonResponse() - Method in class org.apache.brooklyn.rest.domain.ApiError
-
- asLink(Task<?>, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.TaskTransformer
-
- asList() - Method in interface org.apache.brooklyn.api.entity.Entity.AdjunctSupport
-
- asList() - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicEnricherSupport
-
- asList() - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicPolicySupport
-
- asList() - Method in class org.apache.brooklyn.util.math.BitList
-
- asMap() - Method in class org.apache.brooklyn.core.mgmt.persist.PersistenceActivityMetrics
-
- asMap() - Method in class org.apache.brooklyn.core.sensor.AttributeMap
-
- asMap(ConfigBag, ConfigKey<?>) - Static method in class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeImpl.DeployBlueprintEffectorBody
-
- asMap() - Method in class org.apache.brooklyn.util.guava.KeyTransformingLoadingCache
-
Undefined because input values are not tracked.
- asMapWithStringKeys() - Method in interface org.apache.brooklyn.config.ConfigMap
-
- asMapWithStringKeys() - Method in interface org.apache.brooklyn.config.StringConfigMap
-
returns a read-only map view which has string keys (corresponding to the config key names);
callers encouraged to use the typed keys (and so not use this method),
but in some compatibility areas having a Properties-like view is useful
- asMapWithStringKeys() - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
- asMapWithStringKeys() - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- asMapWithStringKeys() - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- asMapWithStringKeys() - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- asMaybe() - Method in class org.apache.brooklyn.config.ConfigInheritances.BasicConfigValueAtContainer
-
- asMaybe() - Method in interface org.apache.brooklyn.config.ConfigValueAtContainer
-
Absent if no value can be found, typically meaning no default value, but in raw value lookups it may ignore default values.
- asMaybe() - Method in class org.apache.brooklyn.core.config.internal.LazyContainerAndKeyValue
-
- asNonnullString(Object) - Static method in class org.apache.brooklyn.util.JavaGroovyEquivalents
-
- asNullIgnoringError() - Method in class org.apache.brooklyn.util.os.Os.DeletionResult
-
- asNullOrThrowing() - Method in class org.apache.brooklyn.util.os.Os.DeletionResult
-
- asParameterType(ConfigKey<V>) - Static method in class org.apache.brooklyn.core.effector.Effectors
-
- asRawMap() - Method in class org.apache.brooklyn.core.sensor.AttributeMap
-
- asResponse(Response.Status, MediaType) - Method in class org.apache.brooklyn.rest.domain.ApiError
-
- asResponse(MediaType) - Method in class org.apache.brooklyn.rest.domain.ApiError
-
- assemblies() - Method in class org.apache.brooklyn.camp.AggregatingCampPlatform
-
- assemblies() - Method in class org.apache.brooklyn.camp.BasicCampPlatform
-
- assemblies() - Method in class org.apache.brooklyn.camp.brooklyn.spi.platform.BrooklynImmutableCampPlatform
-
- assemblies() - Method in class org.apache.brooklyn.camp.CampPlatform
-
- Assembly - Class in org.apache.brooklyn.camp.spi
-
Holds the metadata (name, description, etc) for an AssemblyTemplate
as well as fields pointing to behaviour (eg list of ACT's).
- Assembly.Builder<T extends Assembly> - Class in org.apache.brooklyn.camp.spi
-
- AssemblyBrooklynLookup - Class in org.apache.brooklyn.camp.brooklyn.spi.lookup
-
- AssemblyBrooklynLookup(PlatformRootSummary, ManagementContext, PlatformComponentBrooklynLookup) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.lookup.AssemblyBrooklynLookup
-
- AssemblyDto - Class in org.apache.brooklyn.camp.server.dto
-
- AssemblyRestResource - Class in org.apache.brooklyn.camp.server.rest.resource
-
- AssemblyRestResource() - Constructor for class org.apache.brooklyn.camp.server.rest.resource.AssemblyRestResource
-
- assemblyTemplate(AssemblyTemplate) - Method in class org.apache.brooklyn.camp.spi.Assembly.Builder
-
- AssemblyTemplate - Class in org.apache.brooklyn.camp.spi
-
Holds the metadata (name, description, etc) for an AssemblyTemplate
as well as fields pointing to behaviour (eg list of ACT's).
- AssemblyTemplate.Builder<T extends AssemblyTemplate> - Class in org.apache.brooklyn.camp.spi
-
- AssemblyTemplateBrooklynLookup - Class in org.apache.brooklyn.camp.brooklyn.spi.lookup
-
- AssemblyTemplateBrooklynLookup(PlatformRootSummary, ManagementContext) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.lookup.AssemblyTemplateBrooklynLookup
-
- AssemblyTemplateConstructor - Class in org.apache.brooklyn.camp.spi.pdp
-
- AssemblyTemplateConstructor(CampPlatform) - Constructor for class org.apache.brooklyn.camp.spi.pdp.AssemblyTemplateConstructor
-
- AssemblyTemplateDto - Class in org.apache.brooklyn.camp.server.dto
-
- AssemblyTemplateInstantiator - Interface in org.apache.brooklyn.camp.spi.instantiate
-
instances of this class should have a public no-arg constructor so the class names can be serialized
- AssemblyTemplateRestResource - Class in org.apache.brooklyn.camp.server.rest.resource
-
- AssemblyTemplateRestResource() - Constructor for class org.apache.brooklyn.camp.server.rest.resource.AssemblyTemplateRestResource
-
- assemblyTemplates() - Method in class org.apache.brooklyn.camp.AggregatingCampPlatform
-
- assemblyTemplates() - Method in class org.apache.brooklyn.camp.BasicCampPlatform
-
- assemblyTemplates() - Method in class org.apache.brooklyn.camp.brooklyn.spi.platform.BrooklynImmutableCampPlatform
-
- assemblyTemplates() - Method in class org.apache.brooklyn.camp.CampPlatform
-
- AssemblyTemplateSpecInstantiator - Interface in org.apache.brooklyn.camp.brooklyn.api
-
- ASSERT_ERR - Static variable in interface org.apache.brooklyn.test.framework.TestSshCommand
-
Assertions on the standard error of the command as a String.
- ASSERT_ERR - Static variable in interface org.apache.brooklyn.test.framework.TestWinrmCommand
-
Assertions on the standard error of the command as a String.
- ASSERT_OUT - Static variable in interface org.apache.brooklyn.test.framework.TestSshCommand
-
Assertions on the standard output of the command as a String.
- ASSERT_OUT - Static variable in interface org.apache.brooklyn.test.framework.TestWinrmCommand
-
Assertions on the standard output of the command as a String.
- ASSERT_STATUS - Static variable in interface org.apache.brooklyn.test.framework.TestSshCommand
-
Assertions on the exit code of the simple command.
- ASSERT_STATUS - Static variable in interface org.apache.brooklyn.test.framework.TestWinrmCommand
-
Assertions on the exit code of the simple command.
- assertAsyncHttpStatusCodeContinuallyEquals(ListeningExecutorService, String, int) - Static method in class org.apache.brooklyn.test.HttpTestUtils
-
Deprecated.
Schedules (with the given executor) a poller that repeatedly accesses the given url, to confirm it always gives
back the expected status code.
- assertAsyncHttpStatusCodeContinuallyEquals(ListeningExecutorService, String, int) - Static method in class org.apache.brooklyn.util.http.HttpAsserts
-
Schedules (with the given executor) a poller that repeatedly accesses the given url, to confirm it always gives
back the expected status code.
- assertAttemptsMade(int, String) - Method in class org.apache.brooklyn.test.WebAppMonitor
-
- assertAttribute(Entity, AttributeSensor<T>, <any>) - Static method in class org.apache.brooklyn.core.entity.EntityAsserts
-
- assertAttributeChangesEventually(Entity, AttributeSensor<?>) - Static method in class org.apache.brooklyn.core.entity.EntityAsserts
-
Asserts that the entity's value for this attribute changes, by registering a subscription and checking the value.
- assertAttributeContinuallyNotEqualTo(Entity, AttributeSensor<T>, T...) - Static method in class org.apache.brooklyn.core.entity.EntityAsserts
-
Assert that the given attribute of an entity does not take any of the disallowed values during a given period.
- assertAttributeContinuallyNotEqualTo(Map<?, ?>, Entity, AttributeSensor<T>, T...) - Static method in class org.apache.brooklyn.core.entity.EntityAsserts
-
Assert that the given attribute of an entity does not take any of the disallowed values during a given period.
- assertAttributeEquals(Entity, AttributeSensor<T>, T) - Static method in class org.apache.brooklyn.core.entity.EntityAsserts
-
- assertAttributeEqualsContinually(Entity, AttributeSensor<T>, T) - Static method in class org.apache.brooklyn.core.entity.EntityAsserts
-
- assertAttributeEqualsContinually(Map<?, ?>, Entity, AttributeSensor<T>, T) - Static method in class org.apache.brooklyn.core.entity.EntityAsserts
-
- assertAttributeEqualsEventually(Entity, AttributeSensor<T>, T) - Static method in class org.apache.brooklyn.core.entity.EntityAsserts
-
- assertAttributeEqualsEventually(Map<?, ?>, Entity, AttributeSensor<T>, T) - Static method in class org.apache.brooklyn.core.entity.EntityAsserts
-
- assertAttributeEventually(Entity, AttributeSensor<T>, <any>) - Static method in class org.apache.brooklyn.core.entity.EntityAsserts
-
- assertAttributeEventually(Map<?, ?>, Entity, AttributeSensor<T>, <any>) - Static method in class org.apache.brooklyn.core.entity.EntityAsserts
-
- assertAttributeEventuallyNonNull(Entity, AttributeSensor<T>) - Static method in class org.apache.brooklyn.core.entity.EntityAsserts
-
- assertAttributeEventuallyNonNull(Map<?, ?>, Entity, AttributeSensor<T>) - Static method in class org.apache.brooklyn.core.entity.EntityAsserts
-
- assertClientErrorStatusCode(int) - Static method in class org.apache.brooklyn.util.http.HttpAsserts
-
Asserts that the given HTTP status code indicates "client error", i.e.
- assertConfigEquals(Entity, ConfigKey<T>, T) - Static method in class org.apache.brooklyn.core.entity.EntityAsserts
-
- assertContentContainsText(String, String, String...) - Static method in class org.apache.brooklyn.test.HttpTestUtils
-
Deprecated.
- assertContentContainsText(String, String, String...) - Static method in class org.apache.brooklyn.util.http.HttpAsserts
-
- assertContentEventuallyContainsText(String, String, String...) - Static method in class org.apache.brooklyn.test.HttpTestUtils
-
Deprecated.
- assertContentEventuallyContainsText(Map<String, ?>, String, String, String...) - Static method in class org.apache.brooklyn.test.HttpTestUtils
-
Deprecated.
- assertContentEventuallyContainsText(String, String, String...) - Static method in class org.apache.brooklyn.util.http.HttpAsserts
-
- assertContentEventuallyContainsText(Map<String, ?>, String, String, String...) - Static method in class org.apache.brooklyn.util.http.HttpAsserts
-
- assertContentEventuallyMatches(String, String) - Static method in class org.apache.brooklyn.test.HttpTestUtils
-
Deprecated.
- assertContentEventuallyMatches(Map<String, ?>, String, String) - Static method in class org.apache.brooklyn.test.HttpTestUtils
-
Deprecated.
- assertContentEventuallyMatches(String, String) - Static method in class org.apache.brooklyn.util.http.HttpAsserts
-
- assertContentEventuallyMatches(Map<String, ?>, String, String) - Static method in class org.apache.brooklyn.util.http.HttpAsserts
-
- assertContentMatches(String, String) - Static method in class org.apache.brooklyn.test.HttpTestUtils
-
Deprecated.
- assertContentMatches(String, String) - Static method in class org.apache.brooklyn.util.http.HttpAsserts
-
- assertContentNotContainsText(String, String, String...) - Static method in class org.apache.brooklyn.test.HttpTestUtils
-
Deprecated.
- assertContentNotContainsText(String, String, String...) - Static method in class org.apache.brooklyn.util.http.HttpAsserts
-
- assertEntityFailed(Entity) - Static method in class org.apache.brooklyn.core.entity.EntityAsserts
-
Asserts sensors service.isUp is false, and that service.state is "on fire".
- assertEntityHealthy(Entity) - Static method in class org.apache.brooklyn.core.entity.EntityAsserts
-
Asserts sensors service.isUp is true, and that service.state is "running".
- assertEntityHealthyEventually(Entity) - Static method in class org.apache.brooklyn.core.entity.EntityAsserts
-
- assertEquals(Collection<?>, Collection<?>) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two collections contain the same elements in the same order.
- assertEquals(Collection<?>, Collection<?>, String) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two collections contain the same elements in the same order.
- assertEquals(Iterator<?>, Iterator<?>) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two iterators return the same elements in the same order.
- assertEquals(Iterator<?>, Iterator<?>, String) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two iterators return the same elements in the same order.
- assertEquals(Iterable<?>, Iterable<?>) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two iterables return iterators with the same elements in the same order.
- assertEquals(Iterable<?>, Iterable<?>, String) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two iterables return iterators with the same elements in the same order.
- assertEquals(Set<?>, Set<?>) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two sets are equal.
- assertEquals(Set<?>, Set<?>, String) - Static method in class org.apache.brooklyn.test.Asserts
-
Assert set equals
- assertEquals(Map<?, ?>, Map<?, ?>) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two maps are equal.
- assertEquals(Object[], Object[], String) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two arrays contain the same elements in the same order.
- assertEquals(Object[], Object[]) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two arrays contain the same elements in the same order.
- assertEquals(Object, Object) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two objects are equal.
- assertEquals(Object, Object, String) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two objects are equal.
- assertEquals(String, String, String) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two Strings are equal.
- assertEquals(String, String) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two Strings are equal.
- assertEquals(double, double, double, String) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two doubles are equal within a delta.
- assertEquals(double, double, double) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two doubles are equal within a delta.
- assertEquals(float, float, float, String) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two floats are equal within a delta.
- assertEquals(float, float, float) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two floats are equal within a delta.
- assertEquals(long, long, String) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two longs are equal.
- assertEquals(long, long) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two longs are equal.
- assertEquals(boolean, boolean, String) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two booleans are equal.
- assertEquals(boolean, boolean) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two booleans are equal.
- assertEquals(byte, byte, String) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two bytes are equal.
- assertEquals(byte, byte) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two bytes are equal.
- assertEquals(char, char, String) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two chars are equal.
- assertEquals(char, char) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two chars are equal.
- assertEquals(short, short, String) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two shorts are equal.
- assertEquals(short, short) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two shorts are equal.
- assertEquals(int, int, String) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two ints are equal.
- assertEquals(int, int) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that two ints are equal.
- assertEqualsIgnoringOrder(Iterable<?>, Iterable<?>) - Static method in class org.apache.brooklyn.test.Asserts
-
- assertEqualsIgnoringOrder(Iterable<?>, Iterable<?>, boolean, String) - Static method in class org.apache.brooklyn.test.Asserts
-
- assertErrorContentContainsText(String, String, String...) - Static method in class org.apache.brooklyn.test.HttpTestUtils
-
Deprecated.
- assertErrorContentContainsText(String, String, String...) - Static method in class org.apache.brooklyn.util.http.HttpAsserts
-
- assertErrorContentNotContainsText(String, String, String...) - Static method in class org.apache.brooklyn.test.HttpTestUtils
-
Deprecated.
- assertErrorContentNotContainsText(String, String, String...) - Static method in class org.apache.brooklyn.util.http.HttpAsserts
-
- assertFails(Runnable) - Static method in class org.apache.brooklyn.test.Asserts
-
- assertFails(Callable<?>) - Static method in class org.apache.brooklyn.test.Asserts
-
- assertFailsWith(Callable<?>, Closure<Boolean>) - Static method in class org.apache.brooklyn.test.Asserts
-
- assertFailsWith(Runnable, Class<? extends Throwable>, Class<? extends Throwable>...) - Static method in class org.apache.brooklyn.test.Asserts
-
- assertFailsWith(Runnable, <any>) - Static method in class org.apache.brooklyn.test.Asserts
-
- assertFailsWith(Callable<?>, <any>) - Static method in class org.apache.brooklyn.test.Asserts
-
- assertFalse(boolean, String) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that a condition is false.
- assertFalse(boolean) - Static method in class org.apache.brooklyn.test.Asserts
-
- assertGroupSizeEqualsEventually(Group, int) - Static method in class org.apache.brooklyn.core.entity.EntityAsserts
-
- assertGroupSizeEqualsEventually(Map<?, ?>, Group, int) - Static method in class org.apache.brooklyn.core.entity.EntityAsserts
-
- assertHasEvent() - Method in class org.apache.brooklyn.test.LogWatcher
-
- assertHasEvent(<any>) - Method in class org.apache.brooklyn.test.LogWatcher
-
- assertHasEventEventually() - Method in class org.apache.brooklyn.test.LogWatcher
-
- assertHasEventEventually(<any>) - Method in class org.apache.brooklyn.test.LogWatcher
-
- assertHasRequest(<any>) - Method in class org.apache.brooklyn.test.http.RecordingHttpRequestHandler
-
- assertHasRequestEventually(<any>) - Method in class org.apache.brooklyn.test.http.RecordingHttpRequestHandler
-
- assertHealthyStatusCode(int) - Static method in class org.apache.brooklyn.test.HttpTestUtils
-
Deprecated.
- assertHealthyStatusCode(int) - Static method in class org.apache.brooklyn.util.http.HttpAsserts
-
Asserts that the given HTTP status code indicates "success", i.e.
- assertHttpStatusCodeEquals(String, int...) - Static method in class org.apache.brooklyn.test.HttpTestUtils
-
Deprecated.
- assertHttpStatusCodeEquals(String, int...) - Static method in class org.apache.brooklyn.util.http.HttpAsserts
-
Assert that the status code returned from the URL is in the given codes.
- assertHttpStatusCodeEventuallyEquals(String, int) - Static method in class org.apache.brooklyn.test.HttpTestUtils
-
Deprecated.
- assertHttpStatusCodeEventuallyEquals(Map<String, ?>, String, int) - Static method in class org.apache.brooklyn.test.HttpTestUtils
-
Deprecated.
- assertHttpStatusCodeEventuallyEquals(String, int) - Static method in class org.apache.brooklyn.util.http.HttpAsserts
-
- assertHttpStatusCodeEventuallyEquals(Map<String, ?>, String, int) - Static method in class org.apache.brooklyn.util.http.HttpAsserts
-
- assertInstanceOf(Object, Class<?>) - Static method in class org.apache.brooklyn.test.Asserts
-
- ASSERTION_TARGET - Static variable in interface org.apache.brooklyn.test.framework.TestHttpCall
-
- AssertionOptions(String, <any>) - Constructor for class org.apache.brooklyn.test.framework.TestFrameworkAssertions.AssertionOptions
-
- ASSERTIONS - Static variable in interface org.apache.brooklyn.test.framework.BaseTest
-
The assertions to be made.
- assertions(Map<String, ?>) - Method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions.AssertionOptions
-
- assertions(List<? extends Map<String, ?>>) - Method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions.AssertionOptions
-
- AssertionSupport() - Constructor for class org.apache.brooklyn.test.framework.TestFrameworkAssertions.AssertionSupport
-
- assertMBeanExistsEventually(ObjectName, Duration) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- assertMBeanExistsEventually(ObjectName, TimeDuration) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- assertMBeanExistsEventually(ObjectName, long) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- assertMBeanExistsEventually(ObjectName, long, TimeUnit) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- assertNoFailures(String) - Method in class org.apache.brooklyn.test.WebAppMonitor
-
- assertNotHealthyStatusCode(int) - Static method in class org.apache.brooklyn.util.http.HttpAsserts
-
Asserts that the given HTTP status code does not indicate "success", i.e.
- assertNotNull(Object) - Static method in class org.apache.brooklyn.test.Asserts
-
Assert that an object reference is not null.
- assertNotNull(Object, String) - Static method in class org.apache.brooklyn.test.Asserts
-
Assert that an object reference is not null.
- assertNotPresent(Maybe<T>) - Static method in class org.apache.brooklyn.test.Asserts
-
- assertNull(Object) - Static method in class org.apache.brooklyn.test.Asserts
-
Assert that an object reference is null.
- assertNull(Object, String) - Static method in class org.apache.brooklyn.test.Asserts
-
Assert that an object reference is null.
- assertPortsAvailable(Map<String, Integer>) - Static method in class org.apache.brooklyn.test.NetworkingTestUtils
-
- assertPortsAvailableEventually(Map<String, Integer>) - Static method in class org.apache.brooklyn.test.NetworkingTestUtils
-
- assertPortsAvailableEventually(Map<String, Integer>, Duration) - Static method in class org.apache.brooklyn.test.NetworkingTestUtils
-
- assertPredicateEventuallyTrue(T, <any>) - Static method in class org.apache.brooklyn.core.entity.EntityAsserts
-
- assertPredicateEventuallyTrue(Map<?, ?>, T, <any>) - Static method in class org.apache.brooklyn.core.entity.EntityAsserts
-
- assertPresent(Maybe<T>) - Static method in class org.apache.brooklyn.test.Asserts
-
- assertReturnsEventually(Runnable, Duration) - Static method in class org.apache.brooklyn.test.Asserts
-
- Asserts - Class in org.apache.brooklyn.test
-
TODO should move this to new package brooklyn.util.assertions
and TODO should add a repeating() method which returns an AssertingRepeater extending Repeater
and:
adds support for requireAllIterationsTrue
convenience run methods equivalent to succeedsEventually and succeedsContinually
- Asserts.BooleanWithMessage - Class in org.apache.brooklyn.test
-
- Asserts.ShouldHaveFailedPreviouslyAssertionError - Error in org.apache.brooklyn.test
-
Subclass of AssertionError which indicates that code which should have thrown did not,
so that callers can disambiguate expected errors from this one.
- assertSameUnorderedContents(Iterable<?>, Iterable<?>) - Static method in class org.apache.brooklyn.test.Asserts
-
Ignores duplicates and order
- assertServerErrorStatusCode(int) - Static method in class org.apache.brooklyn.util.http.HttpAsserts
-
Asserts that the given HTTP status code indicates "server error", i.e.
- assertSize(Iterable<?>, int) - Static method in class org.apache.brooklyn.test.Asserts
-
- assertSize(Map<?, ?>, int) - Static method in class org.apache.brooklyn.test.Asserts
-
- assertStringContains(String, String, String...) - Static method in class org.apache.brooklyn.test.Asserts
-
- assertStringContainsAtLeastOne(String, String, String...) - Static method in class org.apache.brooklyn.test.Asserts
-
- assertStringContainsIgnoreCase(String, String, String...) - Static method in class org.apache.brooklyn.test.Asserts
-
- assertStringDoesNotContain(String, String, String...) - Static method in class org.apache.brooklyn.test.Asserts
-
- assertStringMatchesRegex(String, String, String...) - Static method in class org.apache.brooklyn.test.Asserts
-
- assertSuccessFraction(String, double) - Method in class org.apache.brooklyn.test.WebAppMonitor
-
- assertThat(T, <any>) - Static method in class org.apache.brooklyn.test.Asserts
-
- assertThat(T, <any>, String) - Static method in class org.apache.brooklyn.test.Asserts
-
- assertTrue(boolean) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that a condition is true.
- assertTrue(boolean, String) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that a condition is true.
- assertUrlReachable(String) - Static method in class org.apache.brooklyn.test.HttpTestUtils
-
Deprecated.
Asserts that gets back any "valid" response - i.e.
- assertUrlReachable(String) - Static method in class org.apache.brooklyn.util.http.HttpAsserts
-
Asserts that gets back any "valid" response - i.e.
- assertUrlUnreachable(String) - Static method in class org.apache.brooklyn.test.HttpTestUtils
-
Deprecated.
- assertUrlUnreachable(String) - Static method in class org.apache.brooklyn.util.http.HttpAsserts
-
Asserts that the URL could not be reached, detected as an IOException.
- assertUrlUnreachableEventually(String) - Static method in class org.apache.brooklyn.test.HttpTestUtils
-
Deprecated.
- assertUrlUnreachableEventually(Map<String, ?>, String) - Static method in class org.apache.brooklyn.test.HttpTestUtils
-
Deprecated.
- assertUrlUnreachableEventually(String) - Static method in class org.apache.brooklyn.util.http.HttpAsserts
-
Asserts that the URL becomes unreachable within a default time period.
- assertUrlUnreachableEventually(Map<String, ?>, String) - Static method in class org.apache.brooklyn.util.http.HttpAsserts
-
Asserts that the URL becomes unreachable within a configurable time period.
- assertValid(Entity) - Static method in class org.apache.brooklyn.core.config.ConfigConstraints
-
Checks all constraints of all config keys available to an entity.
- assertValid(EntityAdjunct) - Static method in class org.apache.brooklyn.core.config.ConfigConstraints
-
Checks all constraints of all config keys available to an entity adjunct.
- assertValid(Entity, ConfigKey<T>, T) - Static method in class org.apache.brooklyn.core.config.ConfigConstraints
-
- assertValid(Location, ConfigKey<T>, T) - Static method in class org.apache.brooklyn.core.config.ConfigConstraints
-
- assertValidForDoubleQuotingInBash(String) - Static method in class org.apache.brooklyn.util.text.StringEscapes.BashStringEscapes
-
- asSet() - Method in class org.apache.brooklyn.util.guava.Maybe
-
- associate(String, HostAndPort, Location, int) - Method in interface org.apache.brooklyn.core.location.access.PortForwardManager
-
- associate(String, HostAndPort, int) - Method in interface org.apache.brooklyn.core.location.access.PortForwardManager
-
- associate(String, HostAndPort, Location, int) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
- associate(String, HostAndPort, int) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
- associate(String, HostAndPort, Location, int) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerImpl
-
- associate(String, HostAndPort, int) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerImpl
-
- AssociationMetadata(String, HostAndPort, Location, int) - Constructor for class org.apache.brooklyn.core.location.access.PortForwardManager.AssociationMetadata
-
Users are discouraged from calling this constructor; the signature may change in future releases.
- asString(Object) - Static method in class org.apache.brooklyn.util.JavaGroovyEquivalents
-
- asTask() - Method in interface org.apache.brooklyn.api.mgmt.TaskAdaptable
-
- asTask() - Method in interface org.apache.brooklyn.api.mgmt.TaskQueueingContext
-
Returns the task which is this queueing context
- asTask() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- asTask() - Method in class org.apache.brooklyn.util.core.task.DynamicTasks.TaskQueueingResult
-
- asTask() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- asTask() - Method in class org.apache.brooklyn.util.core.task.ssh.SshFetchTaskWrapper
-
- asTask() - Method in class org.apache.brooklyn.util.core.task.ssh.SshPutTaskWrapper
-
- asTask() - Method in class org.apache.brooklyn.util.core.task.system.ProcessTaskWrapper
-
- asTypeCoercer() - Static method in class org.apache.brooklyn.util.core.flags.TypeCoercions
-
- asUnmodifiable() - Method in class org.apache.brooklyn.util.collections.MutableList
-
creates a Collections.unmodifiableList(List) wrapper around this list.
- asUnmodifiable() - Method in class org.apache.brooklyn.util.collections.MutableMap
-
- asUnmodifiable() - Method in class org.apache.brooklyn.util.collections.MutableSet
-
- asUnmodifiableCopy() - Method in class org.apache.brooklyn.util.collections.MutableList
-
creates a Collections.unmodifiableList(List) of a copy of this list.
- asUnmodifiableCopy() - Method in class org.apache.brooklyn.util.collections.MutableMap
-
- asUnmodifiableCopy() - Method in class org.apache.brooklyn.util.collections.MutableSet
-
- asUnsignedBytes() - Method in class org.apache.brooklyn.util.math.BitList
-
- AsyncApplication - Interface in org.apache.brooklyn.entity.stock
-
An app that starts up asynchronously.
- AsyncApplicationImpl - Class in org.apache.brooklyn.entity.stock
-
- AsyncApplicationImpl() - Constructor for class org.apache.brooklyn.entity.stock.AsyncApplicationImpl
-
- AsyncApplicationImpl.ServiceStateComputer - Class in org.apache.brooklyn.entity.stock
-
Calculates the "service.state" and "service.isUp", based on the state of the children.
- AsyncCollectionChangeAdapter<Item> - Class in org.apache.brooklyn.core.mgmt.internal
-
- AsyncCollectionChangeAdapter(ExecutionManager, CollectionChangeListener<Item>) - Constructor for class org.apache.brooklyn.core.mgmt.internal.AsyncCollectionChangeAdapter
-
- AsyncStartable - Interface in org.apache.brooklyn.core.entity.trait
-
Marker interface, indicating that this starts up asynchronously.
- at(Object...) - Static method in class org.apache.brooklyn.util.collections.Jsonya
-
- at(Object, Object...) - Method in class org.apache.brooklyn.util.collections.Jsonya.Navigator
-
returns the navigator moved to focus at the indicated key sequence in the given map, creating the path needed
- atArray(Object[]) - Method in class org.apache.brooklyn.util.collections.Jsonya.Navigator
-
- atExisting(Object, Object...) - Method in class org.apache.brooklyn.util.collections.Jsonya.Navigator
-
returns the navigator moved to focus at the indicated key sequence in the given map, failing if not available
- atLeastOne() - Static method in class org.apache.brooklyn.util.collections.QuorumCheck.QuorumChecks
-
Requires at least one member that should be up.
- atLeastOneUnlessEmpty() - Static method in class org.apache.brooklyn.util.collections.QuorumCheck.QuorumChecks
-
Requires at least one member to be up if the total size is non-zero.
- AtomicReferences - Class in org.apache.brooklyn.util.javalang
-
- AtomicReferences() - Constructor for class org.apache.brooklyn.util.javalang.AtomicReferences
-
- ATT_REQUEST_ID - Static variable in class org.apache.brooklyn.rest.filter.RequestTaggingRsFilter
-
- attachComputeService(ComputeService) - Method in class org.apache.brooklyn.location.jclouds.templates.PortableTemplateBuilder
-
- attachLifecycleEffectors(Entity) - Method in class org.apache.brooklyn.entity.chef.ChefLifecycleEffectorTasks
-
- attachLifecycleEffectors(Entity) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.MachineLifecycleEffectorTasks
-
Attaches lifecycle effectors (start, restart, stop) to the given entity post-creation.
- attemptLegacyAutodeployment(String) - Method in class org.apache.brooklyn.core.mgmt.internal.EntityManagementSupport
-
- attemptStop(BrooklynApi, String, Duration) - Static method in class org.apache.brooklyn.rest.client.BrooklynApiUtil
-
Use the
effector API to invoke the stop effector on the given application.
- attemptWithLoaders(ManagementContext, boolean, <any>) - Static method in class org.apache.brooklyn.core.plan.PlanToSpecFactory
-
Deprecated.
- attemptWithLoaders(Iterable<PlanToSpecTransformer>, <any>) - Static method in class org.apache.brooklyn.core.plan.PlanToSpecFactory
-
Deprecated.
- attribute(String) - Static method in class org.apache.brooklyn.core.entity.EntityFunctions
-
- attribute(AttributeSensor<T>) - Static method in class org.apache.brooklyn.core.entity.EntityFunctions
-
- attribute(String, String) - Static method in class org.apache.brooklyn.core.entity.EntityFunctions
-
- attribute(AttributeSensor<?>, String) - Static method in class org.apache.brooklyn.core.entity.EntityFunctions
-
- attribute(Entity, AttributeSensor<T>) - Static method in class org.apache.brooklyn.core.entity.EntityFunctions
-
- ATTRIBUTE - Static variable in class org.apache.brooklyn.entity.java.JmxAttributeSensor
-
- ATTRIBUTE_POLLS - Static variable in class org.apache.brooklyn.feed.jmx.JmxFeed
-
- AttributeAndSensorCondition(Entity, AttributeSensor<T>, <any>) - Constructor for class org.apache.brooklyn.core.sensor.DependentConfiguration.AttributeAndSensorCondition
-
- attributeEqualTo(String, Object) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- attributeEqualTo(AttributeSensor<T>, T) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- AttributeMap - Class in org.apache.brooklyn.core.sensor
-
A
Map of
Entity attribute values.
- AttributeMap(AbstractEntity) - Constructor for class org.apache.brooklyn.core.sensor.AttributeMap
-
Creates a new AttributeMap.
- AttributeMap(AbstractEntity, Map<Collection<String>, Object>) - Constructor for class org.apache.brooklyn.core.sensor.AttributeMap
-
Creates a new AttributeMap.
- attributeName(String) - Method in class org.apache.brooklyn.feed.jmx.JmxAttributePollConfig
-
- attributeNotEqualTo(String, Object) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- attributeNotEqualTo(AttributeSensor<T>, T) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- attributeNotNull(String) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- attributeNotNull(AttributeSensor<T>) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- AttributePollHandler<V> - Class in org.apache.brooklyn.core.feed
-
Handler for when polling an entity's attribute.
- AttributePollHandler(FeedConfig<V, ?, ?>, Entity, AbstractFeed) - Constructor for class org.apache.brooklyn.core.feed.AttributePollHandler
-
- attributePostProcessedWhenReady(Entity, AttributeSensor<T>, Closure<Boolean>, Closure<V>) - Static method in class org.apache.brooklyn.core.sensor.DependentConfiguration
-
- attributePostProcessedWhenReady(Entity, AttributeSensor<T>, Closure<V>) - Static method in class org.apache.brooklyn.core.sensor.DependentConfiguration
-
- attributePostProcessedWhenReady(Entity, AttributeSensor<T>, <any>, Closure<V>) - Static method in class org.apache.brooklyn.core.sensor.DependentConfiguration
-
- attributePostProcessedWhenReady(Entity, AttributeSensor<T>, <any>, <any>) - Static method in class org.apache.brooklyn.core.sensor.DependentConfiguration
-
- Attributes - Interface in org.apache.brooklyn.core.entity
-
This interface should be used to access
Sensor definitions.
- Attributes.MainUri - Class in org.apache.brooklyn.core.entity
-
- attributeSatisfies(String, <any>) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- attributeSatisfies(AttributeSensor<T>, <any>) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- AttributeSensor<T> - Interface in org.apache.brooklyn.api.sensor
-
The interface implemented by attribute sensors.
- AttributeSensor.SensorPersistenceMode - Enum in org.apache.brooklyn.api.sensor
-
- AttributeSensorAndConfigKey<ConfigType,SensorType> - Class in org.apache.brooklyn.core.sensor
-
A
Sensor describing an attribute that can be configured with inputs that are used to derive the final value.
- AttributeSensorAndConfigKey(Class<ConfigType>, Class<SensorType>, String) - Constructor for class org.apache.brooklyn.core.sensor.AttributeSensorAndConfigKey
-
- AttributeSensorAndConfigKey(Class<ConfigType>, Class<SensorType>, String, String) - Constructor for class org.apache.brooklyn.core.sensor.AttributeSensorAndConfigKey
-
- AttributeSensorAndConfigKey(Class<ConfigType>, Class<SensorType>, String, String, Object) - Constructor for class org.apache.brooklyn.core.sensor.AttributeSensorAndConfigKey
-
- AttributeSensorAndConfigKey(<any>, <any>, String) - Constructor for class org.apache.brooklyn.core.sensor.AttributeSensorAndConfigKey
-
- AttributeSensorAndConfigKey(<any>, <any>, String, String) - Constructor for class org.apache.brooklyn.core.sensor.AttributeSensorAndConfigKey
-
- AttributeSensorAndConfigKey(<any>, <any>, String, String, Object) - Constructor for class org.apache.brooklyn.core.sensor.AttributeSensorAndConfigKey
-
- AttributeSensorAndConfigKey(AttributeSensorAndConfigKey<ConfigType, SensorType>, ConfigType) - Constructor for class org.apache.brooklyn.core.sensor.AttributeSensorAndConfigKey
-
- AttributeSensorAndConfigKey(BasicConfigKey.Builder<ConfigType, ?>, <any>) - Constructor for class org.apache.brooklyn.core.sensor.AttributeSensorAndConfigKey
-
- AttributesInternal - Interface in org.apache.brooklyn.core.entity.internal
-
- AttributesInternal.ProvisioningTaskState - Enum in org.apache.brooklyn.core.entity.internal
-
- attributeSupplier(Entity, AttributeSensor<T>) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- attributeSupplier(EntityAndAttribute<T>) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- attributeSupplierWhenReady(EntityAndAttribute<T>) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- attributeSupplierWhenReady(Entity, AttributeSensor<T>) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- attributeWhenReady(Object) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon
-
- attributeWhenReady(Object) - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
- attributeWhenReady(Entity, AttributeSensor<T>) - Static method in class org.apache.brooklyn.core.sensor.DependentConfiguration
-
Default readiness is Groovy truth.
- attributeWhenReady(Entity, AttributeSensor<T>, Closure<Boolean>) - Static method in class org.apache.brooklyn.core.sensor.DependentConfiguration
-
- attributeWhenReady(Entity, AttributeSensor<T>, <any>) - Static method in class org.apache.brooklyn.core.sensor.DependentConfiguration
-
returns an unsubmitted
Task which blocks until the given sensor on the given source entity gives a value that satisfies ready, then returns that value;
particular useful in Entity configuration where config will block until Tasks have a value
- attributeWhenReady(Entity, AttributeSensor<T2>) - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.ProtoBuilder
-
Will wait for the attribute on the given entity, with default behaviour:
If that entity reports
Lifecycle.ON_FIRE for its
Attributes.SERVICE_STATE_ACTUAL then it will abort;
If that entity is stopping or destroyed (see
Builder#timeoutIfStoppingOrDestroyed(Duration)),
then it will timeout after 1 minute.
- attributeWhenReadyAllowingOnFire(Entity, AttributeSensor<T2>) - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.ProtoBuilder
-
Will wait for the attribute on the given entity, not aborting when it goes
Lifecycle.ON_FIRE.
- attributeWhenReadyFromMultiple(Iterable<? extends Entity>, AttributeSensor<T>) - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.ProtoBuilder
-
Constructs a builder for task for parallel execution returning a list of values of the given sensor list on the given entity,
optionally when the values satisfy a given readiness predicate (defaulting to groovy truth if not supplied)
- attributeWhenReadyFromMultiple(Iterable<? extends Entity>, AttributeSensor<T>, <any>) - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.ProtoBuilder
-
- authenticate(HttpServletRequest, Supplier<HttpSession>, String, String) - Method in class org.apache.brooklyn.rest.security.provider.AnyoneSecurityProvider
-
- authenticate(HttpServletRequest, Supplier<HttpSession>, String, String) - Method in class org.apache.brooklyn.rest.security.provider.BlackholeSecurityProvider
-
- authenticate(HttpServletRequest, Supplier<HttpSession>, String, String) - Method in class org.apache.brooklyn.rest.security.provider.BrooklynUserWithRandomPasswordSecurityProvider
-
- authenticate(HttpServletRequest, Supplier<HttpSession>, String, String) - Method in class org.apache.brooklyn.rest.security.provider.DelegatingSecurityProvider
-
- authenticate(HttpServletRequest, Supplier<HttpSession>, String, String) - Method in class org.apache.brooklyn.rest.security.provider.ExplicitUsersSecurityProvider
-
- authenticate(HttpServletRequest, Supplier<HttpSession>, String, String) - Method in class org.apache.brooklyn.rest.security.provider.LdapSecurityProvider
-
- authenticate(HttpServletRequest, Supplier<HttpSession>, String, String) - Method in interface org.apache.brooklyn.rest.security.provider.SecurityProvider
-
Perform the authentication.
- AUTHENTICATE_CLIENTS_PROPERTY - Static variable in class org.apache.brooklyn.util.jmx.jmxmp.JmxmpAgent
-
whether to use SSL (TLS) certificates to authenticate the client;
requires a truststore to be set, and requires
JmxmpAgent.USE_SSL_PROPERTY true
(different to 'com.sun.management.jmxremote.authenticate' because something else
insists on intercepting that and uses it for passwords);
defaults to true iff
JmxmpAgent.USE_SSL_PROPERTY is set because
who wouldn't want client authentication if you're encrypting the link
- AUTHENTICATED_USER_SESSION_ATTRIBUTE - Static variable in class org.apache.brooklyn.rest.filter.BrooklynSecurityProviderFilterHelper
-
The session attribute set for authenticated users; for reference
(but should not be relied up to confirm authentication, as
the providers may impose additional criteria such as timeouts,
or a null user (no login) may be permitted)
- AUTHENTICATION_CONFIGURATION_FILE_URL - Static variable in interface org.apache.brooklyn.entity.database.postgresql.PostgreSqlNode
-
- AUTHENTICATION_DATABASE - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBAuthenticationMixins
-
- authorityCertificate(X509Certificate) - Method in class org.apache.brooklyn.util.core.crypto.FluentKeySigner
-
- authorityKeyIdentifier(AuthorityKeyIdentifier) - Method in class org.apache.brooklyn.util.core.crypto.FluentKeySigner
-
- AuthorizedKeysParser - Class in org.apache.brooklyn.util.crypto
-
- AuthorizedKeysParser() - Constructor for class org.apache.brooklyn.util.crypto.AuthorizedKeysParser
-
- authSudo(String, String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- AUTO_ASSIGN_FLOATING_IP - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- AUTO_GENERATE_KEYPAIRS - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- AUTO_START - Static variable in class org.apache.brooklyn.core.effector.AddChildrenEffector
-
- AUTO_WRAP_CATALOG_YAML_AS_BUNDLE - Static variable in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- autoAssignFloatingIp() - Static method in class org.apache.brooklyn.location.jclouds.templates.customize.TemplateOptionCustomizers
-
- autoConfirm - Variable in class org.apache.brooklyn.cli.CloudExplorer.JcloudsCommand
-
- autoconfirm - Variable in class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport
-
- AUTOCONFIRM_DESC - Static variable in class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport
-
- autoGenerateKeypairs() - Static method in class org.apache.brooklyn.location.jclouds.templates.customize.TemplateOptionCustomizers
-
- AutoScalerPolicy - Class in org.apache.brooklyn.policy.autoscaling
-
Policy that is attached to a
Resizable entity and dynamically adjusts its size in response to
emitted
POOL_COLD and
POOL_HOT events.
- AutoScalerPolicy() - Constructor for class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- AutoScalerPolicy(Map<String, ?>) - Constructor for class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- AutoScalerPolicy.Builder - Class in org.apache.brooklyn.policy.autoscaling
-
- AVAILABILITY_ZONE_NAMES - Static variable in interface org.apache.brooklyn.entity.group.DynamicCluster
-
- AvailabilityZoneExtension - Interface in org.apache.brooklyn.core.location.cloud
-
For a location that has sub-zones within it (e.g.
- AvailabilityZoneExtensionImpl(ManagementContext, List<MachineProvisioningLocation<?>>) - Constructor for class org.apache.brooklyn.location.multi.MultiLocation.AvailabilityZoneExtensionImpl
-
- available() - Method in class org.apache.brooklyn.util.stream.KnownSizeInputStream
-
- available() - Method in class org.apache.brooklyn.util.stream.ReaderInputStream
-
- AVAILABLE_COUNT - Static variable in interface org.apache.brooklyn.entity.machine.pool.ServerPool
-
- AVAILABLE_PROCESSORS - Static variable in interface org.apache.brooklyn.entity.java.UsesJavaMXBeans
-
- AVERAGE_CPU_USAGE - Static variable in class org.apache.brooklyn.entity.machine.MachineAttributes
-
- AVERAGE_USED_MEMORY_PERCENT - Static variable in class org.apache.brooklyn.entity.machine.MachineAttributes
-
- await(CountDownLatch, Duration) - Static method in class org.apache.brooklyn.util.time.Durations
-
- AWS_EXPIRATION_DATE_FORMAT - Static variable in class org.apache.brooklyn.location.jclouds.AwsEc2SessionAwareComputeServiceRegistry
-
- AWS_REGIONS - Static variable in class org.apache.brooklyn.location.jclouds.JcloudsLocationResolver
-
- AWS_SECURITY_CREDENTIAL_URL - Static variable in class org.apache.brooklyn.location.jclouds.AwsEc2SessionAwareComputeServiceRegistry
-
- AwsAvailabilityZoneExtension - Class in org.apache.brooklyn.location.jclouds.zone
-
- AwsAvailabilityZoneExtension(ManagementContext, JcloudsLocation) - Constructor for class org.apache.brooklyn.location.jclouds.zone.AwsAvailabilityZoneExtension
-
- AwsEc2SessionAwareComputeServiceRegistry - Class in org.apache.brooklyn.location.jclouds
-
A ComputeServiceRegistry that can infer credentials from the AWS EC2 instance profile.
- AwsEc2SessionAwareComputeServiceRegistry() - Constructor for class org.apache.brooklyn.location.jclouds.AwsEc2SessionAwareComputeServiceRegistry
-
- AwsEc2SessionAwareLocationConfig - Interface in org.apache.brooklyn.location.jclouds
-
- AZURE_ARM_DEFAULT_NETWORK_ENABLED - Static variable in class org.apache.brooklyn.location.jclouds.networking.creator.DefaultAzureArmNetworkCreator
-
- backoff(Duration, double, Duration) - Method in class org.apache.brooklyn.util.repeat.Repeater
-
Sets the #delayOnIteration(Function) function to be an exponential backoff.
- BACKOFF_TO_PERIOD - Static variable in interface org.apache.brooklyn.test.framework.BaseTest
-
Max time between checking the assertion (exponential backoff to this limit).
- BACKOFF_TO_PERIOD - Static variable in interface org.apache.brooklyn.test.framework.TestSshCommand
-
- BACKOFF_TO_PERIOD - Static variable in interface org.apache.brooklyn.test.framework.TestWinrmCommand
-
- BackoffLimitedRetryHandler - Class in org.apache.brooklyn.util.core.internal.ssh
-
Allow replayable request to be retried a limited number of times, and impose an exponential back-off
delay before returning.
- BackoffLimitedRetryHandler() - Constructor for class org.apache.brooklyn.util.core.internal.ssh.BackoffLimitedRetryHandler
-
- BackoffLimitedRetryHandler(int, long) - Constructor for class org.apache.brooklyn.util.core.internal.ssh.BackoffLimitedRetryHandler
-
- backoffTo(Duration) - Method in class org.apache.brooklyn.util.repeat.Repeater
-
convenience to start with a 10ms delay and exponentially back-off at a rate of 1.2
up to a max per-iteration delay as supplied here.
- backoffToPeriod(Duration) - Method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions.AssertionOptions
-
- badRequest(String, Object...) - Static method in class org.apache.brooklyn.rest.util.WebResourceUtils
-
- badRequest(Throwable) - Static method in class org.apache.brooklyn.rest.util.WebResourceUtils
-
- badRequest(Throwable, String, Object...) - Static method in class org.apache.brooklyn.rest.util.WebResourceUtils
-
- BalanceableContainer<ItemType extends Movable> - Interface in org.apache.brooklyn.policy.loadbalancing
-
Contains worker items that can be moved between this container and others to effect load balancing.
- BalanceablePoolModel<ContainerType,ItemType> - Interface in org.apache.brooklyn.policy.loadbalancing
-
Captures the state of a balanceable cluster of containers and all their constituent items, including workrates,
for consumption by a
BalancingStrategy.
- BalanceableWorkerPool - Interface in org.apache.brooklyn.policy.loadbalancing
-
Represents an elastic group of "container" entities, each of which is capable of hosting "item" entities that perform
work and consume the container's available resources (e.g.
- BalanceableWorkerPool.ContainerItemPair - Class in org.apache.brooklyn.policy.loadbalancing
-
Encapsulates an item and a container; emitted for ITEM_ADDED, ITEM_REMOVED and
ITEM_MOVED sensors.
- BalanceableWorkerPoolImpl - Class in org.apache.brooklyn.policy.loadbalancing
-
- BalanceableWorkerPoolImpl() - Constructor for class org.apache.brooklyn.policy.loadbalancing.BalanceableWorkerPoolImpl
-
- BalancingNodePlacementStrategy - Class in org.apache.brooklyn.entity.group.zoneaware
-
Default node placement strategy: attempts to keep the number of nodes balanced across the available locations.
- BalancingNodePlacementStrategy() - Constructor for class org.apache.brooklyn.entity.group.zoneaware.BalancingNodePlacementStrategy
-
- BalancingStrategy<NodeType extends Entity,ItemType extends Movable> - Class in org.apache.brooklyn.policy.loadbalancing
-
Represents an abstract algorithm for optimally balancing worker "items" among several "containers" based on the workloads
of the items, and corresponding high- and low-thresholds on the containers.
- BalancingStrategy(String, BalanceablePoolModel<NodeType, ItemType>) - Constructor for class org.apache.brooklyn.policy.loadbalancing.BalancingStrategy
-
- BASE64_VALID_CHARS - Static variable in class org.apache.brooklyn.util.text.Identifiers
-
- BASE_NAME - Static variable in class org.apache.brooklyn.rest.BrooklynWebConfig
-
- BASE_NAME_SECURITY - Static variable in class org.apache.brooklyn.rest.BrooklynWebConfig
-
- BASE_URI_PROVIDER - Static variable in class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixFeed
-
- BASE_URL - Static variable in class org.apache.brooklyn.util.git.GithubUrls
-
- basePort(int) - Method in class org.apache.brooklyn.test.http.TestHttpServer
-
- BaseTest - Interface in org.apache.brooklyn.test.framework
-
A base interface for all tests.
- baseUri(<any>) - Method in class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixFeed.Builder
-
- baseUri(<any>) - Method in class org.apache.brooklyn.feed.http.HttpFeed.Builder
-
- baseUriVar(String, String) - Method in class org.apache.brooklyn.feed.http.HttpFeed.Builder
-
- baseUriVars(Map<String, String>) - Method in class org.apache.brooklyn.feed.http.HttpFeed.Builder
-
- baseUrl(URL) - Method in class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixFeed.Builder
-
- baseUrl(URL) - Method in class org.apache.brooklyn.feed.http.HttpFeed.Builder
-
- BashCommands - Class in org.apache.brooklyn.util.ssh
-
- BashCommands() - Constructor for class org.apache.brooklyn.util.ssh.BashCommands
-
- BashStringEscapes() - Constructor for class org.apache.brooklyn.util.text.StringEscapes.BashStringEscapes
-
- BASIC_REALM_HEADER_VALUE - Static variable in class org.apache.brooklyn.rest.filter.BrooklynSecurityProviderFilterHelper
-
- BASIC_REALM_NAME - Static variable in class org.apache.brooklyn.rest.filter.BrooklynSecurityProviderFilterHelper
-
- BasicApplication - Interface in org.apache.brooklyn.entity.stock
-
The most basic implementation of an application possible.
- BasicApplicationImpl - Class in org.apache.brooklyn.entity.stock
-
- BasicApplicationImpl() - Constructor for class org.apache.brooklyn.entity.stock.BasicApplicationImpl
-
- BasicAssemblyTemplateInstantiator - Class in org.apache.brooklyn.camp.spi.instantiate
-
A simple instantiator which simply invokes the component's instantiators in parallel
- BasicAssemblyTemplateInstantiator() - Constructor for class org.apache.brooklyn.camp.spi.instantiate.BasicAssemblyTemplateInstantiator
-
- BasicAttributeSensor<T> - Class in org.apache.brooklyn.core.sensor
-
A
Sensor describing an attribute change.
- BasicAttributeSensor(Class<T>, String) - Constructor for class org.apache.brooklyn.core.sensor.BasicAttributeSensor
-
- BasicAttributeSensor(Class<T>, String, String) - Constructor for class org.apache.brooklyn.core.sensor.BasicAttributeSensor
-
- BasicAttributeSensor(<any>, String) - Constructor for class org.apache.brooklyn.core.sensor.BasicAttributeSensor
-
- BasicAttributeSensor(<any>, String, String) - Constructor for class org.apache.brooklyn.core.sensor.BasicAttributeSensor
-
- BasicAttributeSensor(Class<T>, String, String, AttributeSensor.SensorPersistenceMode) - Constructor for class org.apache.brooklyn.core.sensor.BasicAttributeSensor
-
- BasicAttributeSensor(<any>, String, String, AttributeSensor.SensorPersistenceMode) - Constructor for class org.apache.brooklyn.core.sensor.BasicAttributeSensor
-
- BasicAttributeSensor(Class<T>, <any>, String, String, AttributeSensor.SensorPersistenceMode) - Constructor for class org.apache.brooklyn.core.sensor.BasicAttributeSensor
-
- BasicAttributeSensorAndConfigKey<T> - Class in org.apache.brooklyn.core.sensor
-
A
Sensor describing an attribute that can be configured with a default value.
- BasicAttributeSensorAndConfigKey(Class<T>, String) - Constructor for class org.apache.brooklyn.core.sensor.BasicAttributeSensorAndConfigKey
-
- BasicAttributeSensorAndConfigKey(Class<T>, String, String) - Constructor for class org.apache.brooklyn.core.sensor.BasicAttributeSensorAndConfigKey
-
- BasicAttributeSensorAndConfigKey(Class<T>, String, String, T) - Constructor for class org.apache.brooklyn.core.sensor.BasicAttributeSensorAndConfigKey
-
- BasicAttributeSensorAndConfigKey(<any>, String) - Constructor for class org.apache.brooklyn.core.sensor.BasicAttributeSensorAndConfigKey
-
- BasicAttributeSensorAndConfigKey(<any>, String, String) - Constructor for class org.apache.brooklyn.core.sensor.BasicAttributeSensorAndConfigKey
-
- BasicAttributeSensorAndConfigKey(<any>, String, String, Object) - Constructor for class org.apache.brooklyn.core.sensor.BasicAttributeSensorAndConfigKey
-
- BasicAttributeSensorAndConfigKey(AttributeSensorAndConfigKey<T, T>, T) - Constructor for class org.apache.brooklyn.core.sensor.BasicAttributeSensorAndConfigKey
-
- BasicAttributeSensorAndConfigKey.IntegerAttributeSensorAndConfigKey - Class in org.apache.brooklyn.core.sensor
-
- BasicAttributeSensorAndConfigKey.StringAttributeSensorAndConfigKey - Class in org.apache.brooklyn.core.sensor
-
- BasicBrooklynCatalog - Class in org.apache.brooklyn.core.catalog.internal
-
- BasicBrooklynCatalog(ManagementContext) - Constructor for class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- BasicBrooklynCatalog(ManagementContext, CatalogDto) - Constructor for class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- BasicBrooklynCatalog.BrooklynLoaderTracker - Class in org.apache.brooklyn.core.catalog.internal
-
- BasicBrooklynTypeRegistry - Class in org.apache.brooklyn.core.typereg
-
- BasicBrooklynTypeRegistry(ManagementContext) - Constructor for class org.apache.brooklyn.core.typereg.BasicBrooklynTypeRegistry
-
- BasicCampPlatform - Class in org.apache.brooklyn.camp
-
A
CampPlatform implementation which is empty but allows adding new items
- BasicCampPlatform() - Constructor for class org.apache.brooklyn.camp.BasicCampPlatform
-
- BasicCampPlatform(PlatformRootSummary) - Constructor for class org.apache.brooklyn.camp.BasicCampPlatform
-
- BasicCampPlatform.BasicPlatformTransaction - Class in org.apache.brooklyn.camp
-
- BasicCatalogItemMemento - Class in org.apache.brooklyn.core.mgmt.rebind.dto
-
- BasicCatalogItemMemento.Builder - Class in org.apache.brooklyn.core.mgmt.rebind.dto
-
- BasicCatalogItemRebindSupport - Class in org.apache.brooklyn.core.mgmt.rebind
-
- BasicCatalogItemRebindSupport(CatalogItemDtoAbstract<?, ?>) - Constructor for class org.apache.brooklyn.core.mgmt.rebind.BasicCatalogItemRebindSupport
-
- BasicCloudMachineNamer - Class in org.apache.brooklyn.core.location.cloud.names
-
Standard implementation of
CloudMachineNamer,
which looks at several of the properties of the context (entity)
and is clever about abbreviating them.
- BasicCloudMachineNamer() - Constructor for class org.apache.brooklyn.core.location.cloud.names.BasicCloudMachineNamer
-
- BasicConfigInheritance - Class in org.apache.brooklyn.core.config
-
- BasicConfigInheritance.DelegatingConfigInheritance - Class in org.apache.brooklyn.core.config
-
This class allows us to have constant instances of
ConfigInheritance
which have no internal fields (ie they don't extend
BasicConfigInheritance)
so are pretty on serialization, but otherwise act identically.
- BasicConfigKey<T> - Class in org.apache.brooklyn.core.config
-
- BasicConfigKey() - Constructor for class org.apache.brooklyn.core.config.BasicConfigKey
-
- BasicConfigKey(Class<T>, String) - Constructor for class org.apache.brooklyn.core.config.BasicConfigKey
-
- BasicConfigKey(Class<T>, String, String) - Constructor for class org.apache.brooklyn.core.config.BasicConfigKey
-
- BasicConfigKey(Class<T>, String, String, T) - Constructor for class org.apache.brooklyn.core.config.BasicConfigKey
-
- BasicConfigKey(<any>, String) - Constructor for class org.apache.brooklyn.core.config.BasicConfigKey
-
- BasicConfigKey(<any>, String, String) - Constructor for class org.apache.brooklyn.core.config.BasicConfigKey
-
- BasicConfigKey(<any>, String, String, T) - Constructor for class org.apache.brooklyn.core.config.BasicConfigKey
-
- BasicConfigKey(BasicConfigKey.Builder<T, ?>) - Constructor for class org.apache.brooklyn.core.config.BasicConfigKey
-
- BasicConfigKey.BasicConfigKeyOverwriting<T> - Class in org.apache.brooklyn.core.config
-
used to record a key which overwrites another; only needed at disambiguation time
if a class declares a key and an equivalent one (often inherited) which overwrites it.
- BasicConfigKey.Builder<T,B extends BasicConfigKey.Builder<T,B>> - Class in org.apache.brooklyn.core.config
-
- BasicConfigKeyOverwriting(BasicConfigKey.Builder<T, ?>, ConfigKey<T>) - Constructor for class org.apache.brooklyn.core.config.BasicConfigKey.BasicConfigKeyOverwriting
-
builder here should be based on the same key passed in as parent
- BasicConfigKeyOverwriting(ConfigKey<T>, T) - Constructor for class org.apache.brooklyn.core.config.BasicConfigKey.BasicConfigKeyOverwriting
-
- BasicConfigKeyOverwriting(ConfigKey<T>, String, T) - Constructor for class org.apache.brooklyn.core.config.BasicConfigKey.BasicConfigKeyOverwriting
-
- BasicConfigurableObject - Class in org.apache.brooklyn.core.objs
-
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() - Constructor for class org.apache.brooklyn.core.objs.BasicConfigurableObject
-
- BasicConfigurableObject.BasicConfigurationSupport - Class in org.apache.brooklyn.core.objs
-
- BasicConfigurationSupport() - Constructor for class org.apache.brooklyn.core.entity.AbstractEntity.BasicConfigurationSupport
-
- BasicConfigurationSupport() - Constructor for class org.apache.brooklyn.core.objs.BasicConfigurableObject.BasicConfigurationSupport
-
- BasicConfigValueAtContainer() - Constructor for class org.apache.brooklyn.config.ConfigInheritances.BasicConfigValueAtContainer
-
- BasicConfigValueAtContainer(ConfigValueAtContainer<TContainer, TValue>) - Constructor for class org.apache.brooklyn.config.ConfigInheritances.BasicConfigValueAtContainer
-
- BasicConfigValueAtContainer(TContainer, ConfigKey<? extends TValue>, Maybe<? extends TValue>) - Constructor for class org.apache.brooklyn.config.ConfigInheritances.BasicConfigValueAtContainer
-
- BasicConfigValueAtContainer(TContainer, ConfigKey<? extends TValue>, Maybe<? extends TValue>, boolean) - Constructor for class org.apache.brooklyn.config.ConfigInheritances.BasicConfigValueAtContainer
-
- BasicConfigValueAtContainer(TContainer, ConfigKey<? extends TValue>, Maybe<? extends TValue>, boolean, Maybe<TValue>) - Constructor for class org.apache.brooklyn.config.ConfigInheritances.BasicConfigValueAtContainer
-
Creates an instance, configuring all parameters.
- BasicDelegatingSystemProperty - Class in org.apache.brooklyn.util.internal
-
- BasicDelegatingSystemProperty(String) - Constructor for class org.apache.brooklyn.util.internal.BasicDelegatingSystemProperty
-
- BasicDownloadRequirement - Class in org.apache.brooklyn.core.entity.drivers.downloads
-
- BasicDownloadRequirement(EntityDriver) - Constructor for class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadRequirement
-
- BasicDownloadRequirement(EntityDriver, Map<String, ?>) - Constructor for class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadRequirement
-
- BasicDownloadRequirement(EntityDriver, String, Map<String, ?>) - Constructor for class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadRequirement
-
- BasicDownloadResolver - Class in org.apache.brooklyn.core.entity.drivers.downloads
-
- BasicDownloadResolver(Iterable<String>, String) - Constructor for class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadResolver
-
- BasicDownloadResolver(Iterable<String>, String, String) - Constructor for class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadResolver
-
- BasicDownloadsManager - Class in org.apache.brooklyn.core.entity.drivers.downloads
-
- BasicDownloadsManager() - Constructor for class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadsManager
-
- BasicDownloadTargets - Class in org.apache.brooklyn.core.entity.drivers.downloads
-
- BasicDownloadTargets.Builder - Class in org.apache.brooklyn.core.entity.drivers.downloads
-
- BasicEnricherMemento - Class in org.apache.brooklyn.core.mgmt.rebind.dto
-
The persisted state of an enricher.
- BasicEnricherMemento.Builder - Class in org.apache.brooklyn.core.mgmt.rebind.dto
-
- BasicEnricherRebindSupport - Class in org.apache.brooklyn.core.mgmt.rebind
-
- BasicEnricherRebindSupport(AbstractEnricher) - Constructor for class org.apache.brooklyn.core.mgmt.rebind.BasicEnricherRebindSupport
-
- BasicEnricherSupport() - Constructor for class org.apache.brooklyn.core.entity.AbstractEntity.BasicEnricherSupport
-
- BasicEntitlementClassDefinition<T> - Class in org.apache.brooklyn.core.mgmt.entitlement
-
- BasicEntitlementClassDefinition(String, <any>) - Constructor for class org.apache.brooklyn.core.mgmt.entitlement.BasicEntitlementClassDefinition
-
- BasicEntity - Interface in org.apache.brooklyn.entity.stock
-
This is the most basic entity possible - does nothing beyond AbstractEntity.
- BasicEntityDriverManager - Class in org.apache.brooklyn.core.entity.drivers
-
- BasicEntityDriverManager() - Constructor for class org.apache.brooklyn.core.entity.drivers.BasicEntityDriverManager
-
- BasicEntityImpl - Class in org.apache.brooklyn.entity.stock
-
- BasicEntityImpl() - Constructor for class org.apache.brooklyn.entity.stock.BasicEntityImpl
-
- BasicEntityMemento - Class in org.apache.brooklyn.core.mgmt.rebind.dto
-
Represents the state of an entity, so that it can be reconstructed (e.g.
- BasicEntityMemento.Builder - Class in org.apache.brooklyn.core.mgmt.rebind.dto
-
- BasicEntityRebindSupport - Class in org.apache.brooklyn.core.mgmt.rebind
-
- BasicEntityRebindSupport(AbstractEntity) - Constructor for class org.apache.brooklyn.core.mgmt.rebind.BasicEntityRebindSupport
-
- BasicEntityTypeRegistry - Class in org.apache.brooklyn.core.objs
-
- BasicEntityTypeRegistry() - Constructor for class org.apache.brooklyn.core.objs.BasicEntityTypeRegistry
-
- BasicExecutionContext - Class in org.apache.brooklyn.util.core.task
-
A means of executing tasks against an ExecutionManager with a given bucket/set of tags pre-defined
(so that it can look like an Executor and also supply ExecutorService.submit(Callable)
- BasicExecutionContext(ExecutionManager) - Constructor for class org.apache.brooklyn.util.core.task.BasicExecutionContext
-
- BasicExecutionContext(Map<?, ?>, ExecutionManager) - Constructor for class org.apache.brooklyn.util.core.task.BasicExecutionContext
-
- BasicExecutionContext(ExecutionManager, Iterable<?>) - Constructor for class org.apache.brooklyn.util.core.task.BasicExecutionContext
-
Creates an execution context which wraps
ExecutionManager
adding the given tags to all tasks submitted through this context.
- BasicExecutionManager - Class in org.apache.brooklyn.util.core.task
-
Manages the execution of atomic tasks and scheduled (recurring) tasks,
including setting tags and invoking callbacks.
- BasicExecutionManager(String) - Constructor for class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
- BasicExternalConfigSupplierRegistry - Class in org.apache.brooklyn.core.mgmt.internal
-
Simple registry implementation.
- BasicExternalConfigSupplierRegistry(ManagementContext) - Constructor for class org.apache.brooklyn.core.mgmt.internal.BasicExternalConfigSupplierRegistry
-
- BasicFeedMemento - Class in org.apache.brooklyn.core.mgmt.rebind.dto
-
The persisted state of a feed.
- BasicFeedMemento.Builder - Class in org.apache.brooklyn.core.mgmt.rebind.dto
-
- BasicFeedRebindSupport - Class in org.apache.brooklyn.core.mgmt.rebind
-
- BasicFeedRebindSupport(AbstractFeed) - Constructor for class org.apache.brooklyn.core.mgmt.rebind.BasicFeedRebindSupport
-
- BasicGroup - Interface in org.apache.brooklyn.entity.group
-
- BasicGroupImpl - Class in org.apache.brooklyn.entity.group
-
- BasicGroupImpl() - Constructor for class org.apache.brooklyn.entity.group.BasicGroupImpl
-
- BasicGroupSupport() - Constructor for class org.apache.brooklyn.core.entity.AbstractEntity.BasicGroupSupport
-
- BasicHardwareDetails - Class in org.apache.brooklyn.core.location
-
- BasicHardwareDetails(Integer, Integer) - Constructor for class org.apache.brooklyn.core.location.BasicHardwareDetails
-
- BasicJcloudsLocationCustomizer - Class in org.apache.brooklyn.location.jclouds
-
A default no-op location customizer, which can be extended to override the appropriate methods.
- BasicJcloudsLocationCustomizer() - Constructor for class org.apache.brooklyn.location.jclouds.BasicJcloudsLocationCustomizer
-
- BasicJcloudsLocationCustomizer(Map<?, ?>) - Constructor for class org.apache.brooklyn.location.jclouds.BasicJcloudsLocationCustomizer
-
- BasicJcloudsLocationCustomizer(ConfigBag) - Constructor for class org.apache.brooklyn.location.jclouds.BasicJcloudsLocationCustomizer
-
- BasicLauncher<T extends BasicLauncher<T>> - Class in org.apache.brooklyn.launcher.common
-
Example usage is:
*
- BasicLauncher() - Constructor for class org.apache.brooklyn.launcher.common.BasicLauncher
-
- BasicListener() - Constructor for class org.apache.brooklyn.core.mgmt.usage.ManagementNodeStateListener.BasicListener
-
- BasicLocationDefinition - Class in org.apache.brooklyn.core.location
-
- BasicLocationDefinition(String, String, Map<String, ?>) - Constructor for class org.apache.brooklyn.core.location.BasicLocationDefinition
-
- BasicLocationDefinition(String, String, String, Map<String, ?>) - Constructor for class org.apache.brooklyn.core.location.BasicLocationDefinition
-
- BasicLocationMemento - Class in org.apache.brooklyn.core.mgmt.rebind.dto
-
The persisted state of a location.
- BasicLocationMemento.Builder - Class in org.apache.brooklyn.core.mgmt.rebind.dto
-
- BasicLocationRebindSupport - Class in org.apache.brooklyn.core.mgmt.rebind
-
- BasicLocationRebindSupport(AbstractLocation) - Constructor for class org.apache.brooklyn.core.mgmt.rebind.BasicLocationRebindSupport
-
- BasicLocationRegistry - Class in org.apache.brooklyn.core.location
-
- BasicLocationRegistry(ManagementContext) - Constructor for class org.apache.brooklyn.core.location.BasicLocationRegistry
-
- BasicMachineDetails - Class in org.apache.brooklyn.core.location
-
- BasicMachineDetails(HardwareDetails, OsDetails) - Constructor for class org.apache.brooklyn.core.location.BasicMachineDetails
-
- BasicMachineLocationCustomizer - Class in org.apache.brooklyn.api.location
-
A default no-op implementation, which can be extended to override the appropriate methods.
- BasicMachineLocationCustomizer() - Constructor for class org.apache.brooklyn.api.location.BasicMachineLocationCustomizer
-
- BasicMachineMetadata - Class in org.apache.brooklyn.core.location
-
- BasicMachineMetadata(String, String, String, Boolean, Object) - Constructor for class org.apache.brooklyn.core.location.BasicMachineMetadata
-
- BasicManagedBundle - Class in org.apache.brooklyn.core.typereg
-
- BasicManagedBundle() - Constructor for class org.apache.brooklyn.core.typereg.BasicManagedBundle
-
Creates an empty one, with an ID, expecting other fields will be populated.
- BasicManagedBundle(String, String, String, String) - Constructor for class org.apache.brooklyn.core.typereg.BasicManagedBundle
-
- BasicManagedBundle(String, String, String, Credentials, String) - Constructor for class org.apache.brooklyn.core.typereg.BasicManagedBundle
-
- BasicManagedBundleMemento - Class in org.apache.brooklyn.core.mgmt.rebind.dto
-
- BasicManagedBundleMemento.Builder - Class in org.apache.brooklyn.core.mgmt.rebind.dto
-
- BasicManagedBundleRebindSupport - Class in org.apache.brooklyn.core.mgmt.rebind
-
- BasicManagedBundleRebindSupport(BasicManagedBundle) - Constructor for class org.apache.brooklyn.core.mgmt.rebind.BasicManagedBundleRebindSupport
-
- BasicManagementNodeSyncRecord - Class in org.apache.brooklyn.core.mgmt.ha.dto
-
Represents the state of a management node within the Brooklyn management plane
(DTO class).
- BasicManagementNodeSyncRecord.Builder - Class in org.apache.brooklyn.core.mgmt.ha.dto
-
- BasicMasterChooser - Class in org.apache.brooklyn.core.mgmt.ha
-
- BasicMasterChooser() - Constructor for class org.apache.brooklyn.core.mgmt.ha.BasicMasterChooser
-
- BasicMasterChooser.AlphabeticChooserScore - Class in org.apache.brooklyn.core.mgmt.ha
-
- BasicMasterChooser.AlphabeticMasterChooser - Class in org.apache.brooklyn.core.mgmt.ha
-
comparator which prefers, in order:
higher explicit priority
non-snapshot Brooklyn version, then any Brooklyn version, and lastly null version
(using
NaturalOrderComparator so e.g.
- BasicMasterChooser.ScoredRecord<T extends java.lang.Comparable<T>> - Class in org.apache.brooklyn.core.mgmt.ha
-
- BasicNotificationSensor<T> - Class in org.apache.brooklyn.core.sensor
-
A
Sensor used to notify subscribers about events.
- BasicNotificationSensor(Class<T>, String) - Constructor for class org.apache.brooklyn.core.sensor.BasicNotificationSensor
-
- BasicNotificationSensor(Class<T>, String, String) - Constructor for class org.apache.brooklyn.core.sensor.BasicNotificationSensor
-
- BasicOsDetails - Class in org.apache.brooklyn.core.location
-
- BasicOsDetails(String, String, String) - Constructor for class org.apache.brooklyn.core.location.BasicOsDetails
-
Sets is64Bit according to value of arch parameter.
- BasicOsDetails(String, String, String, boolean) - Constructor for class org.apache.brooklyn.core.location.BasicOsDetails
-
- BasicOsDetails.Factory - Class in org.apache.brooklyn.core.location
-
- BasicOsDetails.OsArchs - Class in org.apache.brooklyn.core.location
-
- BasicOsDetails.OsNames - Class in org.apache.brooklyn.core.location
-
- BasicOsDetails.OsVersions - Class in org.apache.brooklyn.core.location
-
- BasicOsgiBundleWithUrl - Class in org.apache.brooklyn.core.typereg
-
- BasicOsgiBundleWithUrl(String, String, String) - Constructor for class org.apache.brooklyn.core.typereg.BasicOsgiBundleWithUrl
-
- BasicOsgiBundleWithUrl(String, String, String, Credentials) - Constructor for class org.apache.brooklyn.core.typereg.BasicOsgiBundleWithUrl
-
- BasicOsgiBundleWithUrl(OsgiBundleWithUrl) - Constructor for class org.apache.brooklyn.core.typereg.BasicOsgiBundleWithUrl
-
- BasicParameterType<T> - Class in org.apache.brooklyn.core.effector
-
- BasicParameterType() - Constructor for class org.apache.brooklyn.core.effector.BasicParameterType
-
- BasicParameterType(Map<?, ?>) - Constructor for class org.apache.brooklyn.core.effector.BasicParameterType
-
- BasicParameterType(String, Class<T>) - Constructor for class org.apache.brooklyn.core.effector.BasicParameterType
-
- BasicParameterType(String, Class<T>, String) - Constructor for class org.apache.brooklyn.core.effector.BasicParameterType
-
- BasicParameterType(String, Class<T>, String, T) - Constructor for class org.apache.brooklyn.core.effector.BasicParameterType
-
- BasicParameterType(String, Class<T>, String, T, boolean) - Constructor for class org.apache.brooklyn.core.effector.BasicParameterType
-
- BasicParameterType(String, <any>) - Constructor for class org.apache.brooklyn.core.effector.BasicParameterType
-
- BasicParameterType(String, <any>, String) - Constructor for class org.apache.brooklyn.core.effector.BasicParameterType
-
- BasicParameterType(String, <any>, String, T) - Constructor for class org.apache.brooklyn.core.effector.BasicParameterType
-
- BasicParameterType(String, <any>, String, T, boolean) - Constructor for class org.apache.brooklyn.core.effector.BasicParameterType
-
- BasicPlatformTransaction(BasicCampPlatform) - Constructor for class org.apache.brooklyn.camp.BasicCampPlatform.BasicPlatformTransaction
-
- BasicPolicyMemento - Class in org.apache.brooklyn.core.mgmt.rebind.dto
-
The persisted state of a policy.
- BasicPolicyMemento.Builder - Class in org.apache.brooklyn.core.mgmt.rebind.dto
-
- BasicPolicyRebindSupport - Class in org.apache.brooklyn.core.mgmt.rebind
-
- BasicPolicyRebindSupport(AbstractPolicy) - Constructor for class org.apache.brooklyn.core.mgmt.rebind.BasicPolicyRebindSupport
-
- BasicPolicySupport() - Constructor for class org.apache.brooklyn.core.entity.AbstractEntity.BasicPolicySupport
-
- BasicPool<T> - Class in org.apache.brooklyn.util.pool
-
- BasicPool.Builder<T> - Class in org.apache.brooklyn.util.pool
-
- BasicReference<T> - Class in org.apache.brooklyn.core.internal.storage.impl
-
- BasicReference() - Constructor for class org.apache.brooklyn.core.internal.storage.impl.BasicReference
-
- BasicReference(T) - Constructor for class org.apache.brooklyn.core.internal.storage.impl.BasicReference
-
- BasicRegisteredType - Class in org.apache.brooklyn.core.typereg
-
- BasicRegisteredTypeLoadingContext(RegisteredTypeLoadingContext) - Constructor for class org.apache.brooklyn.core.typereg.RegisteredTypeLoadingContexts.BasicRegisteredTypeLoadingContext
-
- BasicResourceLookup<T extends AbstractResource> - Class in org.apache.brooklyn.camp.spi.collection
-
- BasicResourceLookup() - Constructor for class org.apache.brooklyn.camp.spi.collection.BasicResourceLookup
-
- BasicScratchpad - Class in org.apache.brooklyn.core.mgmt.internal
-
- BasicScratchpad() - Constructor for class org.apache.brooklyn.core.mgmt.internal.BasicScratchpad
-
- BasicSensor<T> - Class in org.apache.brooklyn.core.sensor
-
- BasicSensor() - Constructor for class org.apache.brooklyn.core.sensor.BasicSensor
-
- BasicSensor(Class<T>, String) - Constructor for class org.apache.brooklyn.core.sensor.BasicSensor
-
name is typically a dot-separated identifier; description is optional
- BasicSensor(Class<T>, String, String) - Constructor for class org.apache.brooklyn.core.sensor.BasicSensor
-
- BasicSensor(<any>, String, String) - Constructor for class org.apache.brooklyn.core.sensor.BasicSensor
-
- BasicSensorEvent<T> - Class in org.apache.brooklyn.core.sensor
-
- BasicSensorEvent(Sensor<T>, Entity, T) - Constructor for class org.apache.brooklyn.core.sensor.BasicSensorEvent
-
arguments should not be null (except in certain limited testing situations)
- BasicSensorEvent(Sensor<T>, Entity, T, long) - Constructor for class org.apache.brooklyn.core.sensor.BasicSensorEvent
-
- BasicSensorSupport() - Constructor for class org.apache.brooklyn.core.entity.AbstractEntity.BasicSensorSupport
-
- BasicSpecParameter<T> - Class in org.apache.brooklyn.core.objs
-
- BasicSpecParameter(String, boolean, ConfigKey<T>) - Constructor for class org.apache.brooklyn.core.objs.BasicSpecParameter
-
- BasicSpecParameter(String, boolean, ConfigKey<T>, AttributeSensor<SensorType>) - Constructor for class org.apache.brooklyn.core.objs.BasicSpecParameter
-
- BasicStartable - Interface in org.apache.brooklyn.entity.stock
-
Provides a pass-through Startable entity used for keeping hierarchies tidy.
- BasicStartable.LocationsFilter - Interface in org.apache.brooklyn.entity.stock
-
- BasicStartableImpl - Class in org.apache.brooklyn.entity.stock
-
- BasicStartableImpl() - Constructor for class org.apache.brooklyn.entity.stock.BasicStartableImpl
-
- BasicSubscriptionContext - Class in org.apache.brooklyn.core.mgmt.internal
-
- BasicSubscriptionContext(SubscriptionManager, Object) - Constructor for class org.apache.brooklyn.core.mgmt.internal.BasicSubscriptionContext
-
- BasicSubscriptionContext(Map<String, ?>, SubscriptionManager, Object) - Constructor for class org.apache.brooklyn.core.mgmt.internal.BasicSubscriptionContext
-
- BasicSubscriptionSupport() - Constructor for class org.apache.brooklyn.core.entity.AbstractEntity.BasicSubscriptionSupport
-
- BasicSubscriptionSupport() - Constructor for class org.apache.brooklyn.core.location.AbstractLocation.BasicSubscriptionSupport
-
- BasicSubscriptionSupport() - Constructor for class org.apache.brooklyn.core.objs.AbstractEntityAdjunct.BasicSubscriptionSupport
-
- BasicTask<T> - Class in org.apache.brooklyn.util.core.task
-
The basic concrete implementation of a
Task to be executed.
- BasicTask(Callable<T>) - Constructor for class org.apache.brooklyn.util.core.task.BasicTask
-
- BasicTask(Map<?, ?>, Callable<T>) - Constructor for class org.apache.brooklyn.util.core.task.BasicTask
-
- BasicTask(Runnable) - Constructor for class org.apache.brooklyn.util.core.task.BasicTask
-
- BasicTask(Map<?, ?>, Runnable) - Constructor for class org.apache.brooklyn.util.core.task.BasicTask
-
- BasicTask.SubmissionErrorCatchingExecutor - Class in org.apache.brooklyn.util.core.task
-
- BasicTask.TaskFinalizer - Interface in org.apache.brooklyn.util.core.task
-
- BasicTypeImplementationPlan - Class in org.apache.brooklyn.core.typereg
-
- BasicTypeImplementationPlan(String, Object) - Constructor for class org.apache.brooklyn.core.typereg.BasicTypeImplementationPlan
-
- BasicUsageListener() - Constructor for class org.apache.brooklyn.core.mgmt.usage.UsageListener.BasicUsageListener
-
- batchConfigRead(String, String, String) - Method in interface org.apache.brooklyn.rest.api.AdjunctApi
-
- batchConfigRead(String, String, Boolean) - Method in interface org.apache.brooklyn.rest.api.EntityConfigApi
-
- batchConfigRead(String, String) - Method in interface org.apache.brooklyn.rest.api.PolicyApi
-
Deprecated.
- batchConfigRead(String, String, String) - Method in interface org.apache.brooklyn.rest.api.PolicyConfigApi
-
Deprecated.
- batchConfigRead(String, String, String) - Method in class org.apache.brooklyn.rest.resources.AdjunctResource
-
- batchConfigRead(String, String, Boolean) - Method in class org.apache.brooklyn.rest.resources.EntityConfigResource
-
- batchConfigRead(String, String, String) - Method in class org.apache.brooklyn.rest.resources.PolicyConfigResource
-
Deprecated.
- batchConfigRead(String, String) - Method in class org.apache.brooklyn.rest.resources.PolicyResource
-
Deprecated.
- batchSensorRead(String, String, Boolean) - Method in interface org.apache.brooklyn.rest.api.SensorApi
-
- batchSensorRead(String, String, Boolean) - Method in class org.apache.brooklyn.rest.resources.SensorResource
-
- bean(Class<?>) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypeLoadingContexts
-
- bean(String, String, RegisteredType.TypeImplementationPlan) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- bean(String, String, RegisteredType.TypeImplementationPlan, Class<?>) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- beforeConfiguration(ITestResult) - Method in class org.apache.brooklyn.test.support.VerboseReporter
-
- beforeInvocation(IInvokedMethod, ITestResult) - Method in class org.apache.brooklyn.test.support.PlatformTestSelectorListener
-
- BEST_STARTING_WAIT_TIMEOUT - Static variable in interface org.apache.brooklyn.policy.failover.ElectPrimaryConfig
-
- BEST_WAIT_TIMEOUT - Static variable in interface org.apache.brooklyn.policy.failover.ElectPrimaryConfig
-
- BidiSerialization - Class in org.apache.brooklyn.util.core.json
-
- BidiSerialization() - Constructor for class org.apache.brooklyn.util.core.json.BidiSerialization
-
- BidiSerialization.AbstractBrooklynAdjunctSerialization<T extends BrooklynObject & EntityAdjunct> - Class in org.apache.brooklyn.util.core.json
-
- BidiSerialization.AbstractBrooklynObjectSerialization<T extends BrooklynObject> - Class in org.apache.brooklyn.util.core.json
-
- BidiSerialization.AbstractWithManagementContextSerialization<T> - Class in org.apache.brooklyn.util.core.json
-
- BidiSerialization.ClassLoaderSerialization - Class in org.apache.brooklyn.util.core.json
-
Serializes a classloader to just tell us about its type; cannot deserialize it again though!
See https://issues.apache.org/jira/browse/BROOKLYN-304 - this new behaviour is better than the
OutOfMemoryError we used to get.
- BidiSerialization.EnricherSerialization - Class in org.apache.brooklyn.util.core.json
-
- BidiSerialization.EntitySerialization - Class in org.apache.brooklyn.util.core.json
-
- BidiSerialization.FeedSerialization - Class in org.apache.brooklyn.util.core.json
-
- BidiSerialization.LocationSerialization - Class in org.apache.brooklyn.util.core.json
-
- BidiSerialization.ManagementContextSerialization - Class in org.apache.brooklyn.util.core.json
-
- BidiSerialization.PolicySerialization - Class in org.apache.brooklyn.util.core.json
-
- BidiSerialization.TaskSerialization - Class in org.apache.brooklyn.util.core.json
-
- biggest() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- bind(Map<?, ?>) - Method in class org.apache.brooklyn.entity.proxy.AbstractControllerImpl
-
Opportunity to do late-binding of the cluster that is being controlled.
- bind(Map<?, ?>) - Method in class org.apache.brooklyn.entity.proxy.AbstractNonProvisionedControllerImpl
-
Opportunity to do late-binding of the cluster that is being controlled.
- bind(Map<?, ?>) - Method in interface org.apache.brooklyn.entity.proxy.LoadBalancer
-
Opportunity to do late-binding of the cluster that is being controlled.
- bind(Map<?, ?>) - Method in class org.apache.brooklyn.entity.proxy.LoadBalancerClusterImpl
-
- BIND_ADDRESS - Static variable in interface org.apache.brooklyn.entity.webapp.jboss.JBoss6Server
-
Deprecated.
- BIND_ADDRESS - Static variable in interface org.apache.brooklyn.entity.webapp.jboss.JBoss7Server
-
Deprecated.
- bindAddress - Variable in class org.apache.brooklyn.cli.Main.LaunchCommand
-
- bindAddress(InetAddress) - Method in class org.apache.brooklyn.launcher.BrooklynLauncher
-
Specifies the NIC where the web console (and any additional webapps specified) will be bound;
default 0.0.0.0, unless no security is specified (e.g.
- BindDnsServer - Interface in org.apache.brooklyn.entity.network.bind
-
This sets up a BIND DNS server.
- BindDnsServerDriver - Interface in org.apache.brooklyn.entity.network.bind
-
- BindDnsServerImpl - Class in org.apache.brooklyn.entity.network.bind
-
This sets up a BIND DNS server.
- BindDnsServerImpl() - Constructor for class org.apache.brooklyn.entity.network.bind.BindDnsServerImpl
-
- BindDnsServerImpl.MemberTrackingPolicy - Class in org.apache.brooklyn.entity.network.bind
-
- BindDnsServerSshDriver - Class in org.apache.brooklyn.entity.network.bind
-
- BindDnsServerSshDriver(BindDnsServerImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.network.bind.BindDnsServerSshDriver
-
- BindOsSupport - Class in org.apache.brooklyn.entity.network.bind
-
Provides operating system-specific information for working with the Bind service.
- BitList - Class in org.apache.brooklyn.util.math
-
represents an immutable ordered collection of bits with a known length
- BitUtils - Class in org.apache.brooklyn.util.math
-
- BitUtils() - Constructor for class org.apache.brooklyn.util.math.BitUtils
-
- BlackholeSecurityProvider - Class in org.apache.brooklyn.rest.security.provider
-
provider who disallows everyone, though it does require a user/pass
- BlackholeSecurityProvider() - Constructor for class org.apache.brooklyn.rest.security.provider.BlackholeSecurityProvider
-
- blackListedImageIds() - Method in class org.apache.brooklyn.location.jclouds.BrooklynImageChooser
-
- blank() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
clears everything set in this template, including any default from the compute service
- blob - Variable in class org.apache.brooklyn.cli.CloudExplorer.BlobstoreGetBlobCommand
-
- blob - Variable in class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.GetBlob
-
- BLOB_ARGUMENT_DESC - Static variable in class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.GetBlob
-
- BLOB_ARGUMENT_NAME - Static variable in class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.GetBlob
-
- BlobCommand - Class in org.apache.brooklyn.karaf.commands.cloud.explorer
-
- BlobCommand() - Constructor for class org.apache.brooklyn.karaf.commands.cloud.explorer.BlobCommand
-
- Blobstore(ManagementContext, boolean, String, boolean) - Constructor for class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.Blobstore
-
- BlobStoreContextFactory - Interface in org.apache.brooklyn.location.jclouds
-
For creating a new BlobStoreContext, to access object stores such as S3 or Swift.
- BlobStoreContextFactoryImpl - Class in org.apache.brooklyn.location.jclouds
-
- BlobstoreGetBlobCommand() - Constructor for class org.apache.brooklyn.cli.CloudExplorer.BlobstoreGetBlobCommand
-
- BlobstoreListContainer(ManagementContext, boolean, String, boolean, List<String>) - Constructor for class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.BlobstoreListContainer
-
- BlobstoreListContainerCommand() - Constructor for class org.apache.brooklyn.cli.CloudExplorer.BlobstoreListContainerCommand
-
- BlobstoreListContainers(ManagementContext, boolean, String, boolean) - Constructor for class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.BlobstoreListContainers
-
- BlobstoreListContainersCommand() - Constructor for class org.apache.brooklyn.cli.CloudExplorer.BlobstoreListContainersCommand
-
- block() - Method in class org.apache.brooklyn.util.core.task.ssh.SshFetchTaskWrapper
-
blocks until the task completes; does not throw
- block() - Method in class org.apache.brooklyn.util.core.task.ssh.SshPutTaskWrapper
-
blocks until the task completes; does not throw
- block() - Method in class org.apache.brooklyn.util.core.task.system.ProcessTaskWrapper
-
blocks until the task completes; does not throw
- BLOCK_CORS_IF_UNAUTHORIZED - Static variable in class org.apache.brooklyn.rest.filter.CorsImplSupplierFilter
-
- blockIfNotLoaded(Duration) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- blockIfNotLoaded(Duration) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogDo
-
- blockingDetails(String) - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.Builder
-
- blockingDetails(String) - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.MultiBuilder
-
- blockUntilComplete(Duration) - Method in class org.apache.brooklyn.core.mgmt.EntityManagementUtils.CreationResult
-
- blockUntilComplete() - Method in class org.apache.brooklyn.core.mgmt.EntityManagementUtils.CreationResult
-
- blockUntilEnded() - Method in interface org.apache.brooklyn.api.mgmt.Task
-
Causes calling thread to block until the task is ended.
- blockUntilEnded(Duration) - Method in interface org.apache.brooklyn.api.mgmt.Task
-
As
Task.blockUntilEnded(), but returning after the given timeout;
true if the task has ended and false otherwise
- blockUntilEnded() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- blockUntilEnded(Duration) - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- blockUntilEnded() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- blockUntilEnded(Duration) - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- blockUntilEnded() - Method in class org.apache.brooklyn.util.core.task.ScheduledTask
-
- blockUntilFinished() - Method in class org.apache.brooklyn.util.stream.StreamGobbler
-
convenience -- equivalent to calling join()
- blockUntilFirstScheduleStarted() - Method in class org.apache.brooklyn.util.core.task.ScheduledTask
-
- blockUntilInternalTasksEnded(Task<?>, Duration) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
Workaround for limitation described at
Task.cancel(boolean);
internal method used to allow callers to wait for underlying tasks to finished in the case of cancellation.
- blockUntilNextRunFinished(Duration) - Method in class org.apache.brooklyn.util.core.task.ScheduledTask
-
Internal method used to allow callers to wait for underlying tasks to finished in the case of cancellation.
- blockUntilStarted() - Method in interface org.apache.brooklyn.api.mgmt.Task
-
Causes calling thread to block until the task is started.
- blockUntilStarted() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- blockUntilStarted(Duration) - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- blockUntilStarted() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- blockUntilStarted(Duration) - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- blockUntilStarted(Duration) - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
- BLUEPRINT_CAMP_PLAN - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode.DeployBlueprintEffector
-
- BLUEPRINT_CONFIG - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode.DeployBlueprintEffector
-
- BLUEPRINT_TYPE - Static variable in class org.apache.brooklyn.core.effector.AddChildrenEffector
-
- BLUEPRINT_TYPE - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode.DeployBlueprintEffector
-
- BLUEPRINT_YAML - Static variable in class org.apache.brooklyn.core.effector.AddChildrenEffector
-
- body - Variable in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
- body(byte[]) - Method in class org.apache.brooklyn.feed.http.HttpPollConfig
-
- Body() - Constructor for class org.apache.brooklyn.test.osgi.entities.SimpleEffectorInitializer.Body
-
- body(Callable<T>) - Method in class org.apache.brooklyn.util.core.task.TaskBuilder
-
- body(Runnable) - Method in class org.apache.brooklyn.util.core.task.TaskBuilder
-
- body() - Method in interface org.apache.brooklyn.util.http.executor.HttpRequest
-
The payload of the request, or null if no payload (e.g.
- body(byte[]) - Method in class org.apache.brooklyn.util.http.executor.HttpRequest.Builder
-
This val must not be modified after being passed in - the object will be used while executing the request.
- body() - Method in class org.apache.brooklyn.util.http.executor.HttpRequestImpl
-
- body(byte[]) - Method in class org.apache.brooklyn.util.http.HttpTool.HttpRequestBuilder
-
- body(String) - Method in class org.apache.brooklyn.util.http.HttpTool.HttpRequestBuilder
-
- body(Map<String, String>) - Method in class org.apache.brooklyn.util.http.HttpTool.HttpRequestBuilder
-
- BooleanSystemProperty - Class in org.apache.brooklyn.util.internal
-
- BooleanSystemProperty(String) - Constructor for class org.apache.brooklyn.util.internal.BooleanSystemProperty
-
- BooleanWithMessage(boolean, String) - Constructor for class org.apache.brooklyn.test.Asserts.BooleanWithMessage
-
- BOXED_TO_UNBOXED_TYPES - Static variable in class org.apache.brooklyn.util.core.flags.TypeCoercions
-
- boxedType(Class<?>) - Static method in class org.apache.brooklyn.util.javalang.Boxing
-
- boxedTypeToken(Type) - Static method in class org.apache.brooklyn.util.javalang.Boxing
-
- Boxing - Class in org.apache.brooklyn.util.javalang
-
Conveniences for working with primitives and their boxed (wrapper) types.
- Boxing() - Constructor for class org.apache.brooklyn.util.javalang.Boxing
-
- BROADCAST_ADDRESS_SENSOR - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- BROKER_ID - Static variable in interface org.apache.brooklyn.entity.messaging.kafka.KafkaBroker
-
- BROKER_NAME - Static variable in interface org.apache.brooklyn.entity.messaging.activemq.ActiveMQBroker
-
- BROKER_SPEC - Static variable in interface org.apache.brooklyn.entity.messaging.kafka.KafkaCluster
-
Spec for Kafka broker entities to be created.
- BROKER_URL - Static variable in interface org.apache.brooklyn.entity.messaging.MessageBroker
-
- brokerSpec() - Static method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQSpecs
-
- brokerSpecChef() - Static method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQSpecs
-
- brooklyn() - Method in class org.apache.brooklyn.rest.resources.AbstractBrooklynRestResource
-
- BROOKLYN_APPLICATION_ID - Static variable in class org.apache.brooklyn.container.location.kubernetes.KubernetesLocation
-
- BROOKLYN_CATALOG - Static variable in interface org.apache.brooklyn.camp.brooklyn.BrooklynCampReservedKeys
-
- BROOKLYN_CATALOG_INITIAL_BOM_CONTENTS - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- BROOKLYN_CATALOG_INITIAL_BOM_REMOTE_PATH - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- BROOKLYN_CATALOG_INITIAL_BOM_URI - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- BROOKLYN_CATALOG_URL - Static variable in class org.apache.brooklyn.core.server.BrooklynServerConfig
-
- BROOKLYN_CHILDREN - Static variable in interface org.apache.brooklyn.camp.brooklyn.BrooklynCampReservedKeys
-
- BROOKLYN_CONFIG - Static variable in interface org.apache.brooklyn.camp.brooklyn.BrooklynCampReservedKeys
-
- BROOKLYN_CONFIG_KEY_PREFIX - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
Public-facing global config keys for Brooklyn are defined in ConfigKeys,
and have this prefix prepended to the config keys in this class.
- BROOKLYN_CONFIG_KEY_PREFIX - Static variable in interface org.apache.brooklyn.util.core.internal.winrm.WinRmTool
-
Public-facing global config keys for Brooklyn are defined in ConfigKeys,
and have this prefix prepended to the config keys in this class.
- BROOKLYN_CONFIG_PID - Static variable in class org.apache.brooklyn.launcher.osgi.OsgiLauncherImpl
-
- BROOKLYN_DATA_DIR - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
Deprecated.
- BROOKLYN_DATA_DIR - Static variable in class org.apache.brooklyn.core.server.BrooklynServerConfig
-
Deprecated.
- BROOKLYN_DEV_MODE - Static variable in class org.apache.brooklyn.launcher.config.BrooklynDevelopmentModes
-
Deprecated.
- BROOKLYN_ENRICHERS - Static variable in interface org.apache.brooklyn.camp.brooklyn.BrooklynCampReservedKeys
-
- BROOKLYN_ENTITY_ID - Static variable in class org.apache.brooklyn.container.location.kubernetes.KubernetesLocation
-
- BROOKLYN_FLAGS - Static variable in interface org.apache.brooklyn.camp.brooklyn.BrooklynCampReservedKeys
-
- BROOKLYN_GLOBAL_PROPERTIES_CONTENTS - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- BROOKLYN_GLOBAL_PROPERTIES_REMOTE_PATH - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
Exposed just for testing; remote path is not passed into the launched brooklyn so this won't be used!
This will likely change in a future version.
- BROOKLYN_GLOBAL_PROPERTIES_URI - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- BROOKLYN_INITIALIZERS - Static variable in interface org.apache.brooklyn.camp.brooklyn.BrooklynCampReservedKeys
-
- BROOKLYN_LOCAL_PROPERTIES_CONTENTS - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- BROOKLYN_LOCAL_PROPERTIES_REMOTE_PATH - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- BROOKLYN_LOCAL_PROPERTIES_URI - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- BROOKLYN_LOCATION_PREFIX - Static variable in class org.apache.brooklyn.core.location.LocationConfigUtils
-
- BROOKLYN_MANAGEMENT_CONTEXT - Static variable in class org.apache.brooklyn.core.server.BrooklynServiceAttributes
-
used to hold the instance of ManagementContext which should be used
- BROOKLYN_OS_TMPDIR_PROPERTY - Static variable in class org.apache.brooklyn.util.os.Os.TmpDirFinder
-
can be set as a jvm system property to force a particular tmp dir; directory must exist with the right permissions
- BROOKLYN_PARAMETERS - Static variable in interface org.apache.brooklyn.camp.brooklyn.BrooklynCampReservedKeys
-
- BROOKLYN_PERSISTENCE_DIR - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
Deprecated.
- BROOKLYN_POLICIES - Static variable in interface org.apache.brooklyn.camp.brooklyn.BrooklynCampReservedKeys
-
- BROOKLYN_REST_OBJECT_MAPPER - Static variable in class org.apache.brooklyn.core.server.BrooklynServiceAttributes
-
Jackson ObjectMapper shared among REST resources
- BROOKLYN_REST_OBJECT_MAPPER - Static variable in class org.apache.brooklyn.rest.util.json.BrooklynJacksonJsonProvider
-
- BROOKLYN_ROOT_PASSWORD - Static variable in class org.apache.brooklyn.container.location.kubernetes.KubernetesLocation
-
The environment variable for injecting login credentials.
- BROOKLYN_ROOT_URL - Static variable in class org.apache.brooklyn.camp.brooklyn.spi.lookup.BrooklynUrlLookup
-
- BROOKLYN_SERVER_TASK_TAG - Static variable in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
Tag for tasks which are running on behalf of the management server, rather than any entity
- BROOKLYN_SSH_CONFIG_KEY_PREFIX - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
Public-facing global config keys for Brooklyn are defined in ConfigKeys,
and have this prefix pre-prended to the config keys in this class.
- BROOKLYN_TAGS - Static variable in interface org.apache.brooklyn.camp.brooklyn.BrooklynCampReservedKeys
-
- BROOKLYN_WINRM_CONFIG_KEY_PREFIX - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
Public-facing global config keys for Brooklyn are defined in ConfigKeys,
and have this prefix pre-prended to the config keys in this class.
- BROOKLYN_WRAPPED_BOM_BUNDLE - Static variable in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
Header on bundle indicating it is a wrapped BOM with no other resources
- BrooklynAccessUtils - Class in org.apache.brooklyn.core.location.access
-
- BrooklynAccessUtils() - Constructor for class org.apache.brooklyn.core.location.access.BrooklynAccessUtils
-
- BrooklynApi - Class in org.apache.brooklyn.rest.client
-
- BrooklynApi(URL, ClientExecutor) - Constructor for class org.apache.brooklyn.rest.client.BrooklynApi
-
Creates a BrooklynApi using a custom ClientExecutor
- BrooklynApi(String, Credentials, int, int) - Constructor for class org.apache.brooklyn.rest.client.BrooklynApi
-
Creates a BrooklynApi using an HTTP connection pool
- BrooklynApiUtil - Class in org.apache.brooklyn.rest.client
-
- BrooklynAssemblyTemplateInstantiator - Class in org.apache.brooklyn.camp.brooklyn.spi.creation
-
- BrooklynAssemblyTemplateInstantiator() - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynAssemblyTemplateInstantiator
-
- BrooklynCampConstants - Class in org.apache.brooklyn.camp.brooklyn
-
- BrooklynCampConstants() - Constructor for class org.apache.brooklyn.camp.brooklyn.BrooklynCampConstants
-
- BrooklynCampPlatform - Class in org.apache.brooklyn.camp.brooklyn
-
- BrooklynCampPlatform(PlatformRootSummary, ManagementContext) - Constructor for class org.apache.brooklyn.camp.brooklyn.BrooklynCampPlatform
-
- BrooklynCampPlatform.YamlParserImpl - Class in org.apache.brooklyn.camp.brooklyn
-
- BrooklynCampPlatformLauncher - Class in org.apache.brooklyn.launcher.camp
-
variant of super who also starts a CampServer for convenience
- BrooklynCampPlatformLauncher() - Constructor for class org.apache.brooklyn.launcher.camp.BrooklynCampPlatformLauncher
-
- BrooklynCampPlatformLauncherAbstract - Class in org.apache.brooklyn.camp.brooklyn
-
- BrooklynCampPlatformLauncherAbstract() - Constructor for class org.apache.brooklyn.camp.brooklyn.BrooklynCampPlatformLauncherAbstract
-
- BrooklynCampPlatformLauncherNoServer - Class in org.apache.brooklyn.camp.brooklyn
-
- BrooklynCampPlatformLauncherNoServer() - Constructor for class org.apache.brooklyn.camp.brooklyn.BrooklynCampPlatformLauncherNoServer
-
- BrooklynCampReservedKeys - Interface in org.apache.brooklyn.camp.brooklyn
-
- BrooklynCatalog - Interface in org.apache.brooklyn.api.catalog
-
- BrooklynClassLoadingContext - Interface in org.apache.brooklyn.api.mgmt.classloading
-
- BrooklynClassLoadingContext - Interface in org.apache.brooklyn.core.mgmt.classloading
-
- BrooklynClassLoadingContextSequential - Class in org.apache.brooklyn.core.mgmt.classloading
-
- BrooklynClassLoadingContextSequential(ManagementContext, BrooklynClassLoadingContext...) - Constructor for class org.apache.brooklyn.core.mgmt.classloading.BrooklynClassLoadingContextSequential
-
- BrooklynCluster - Interface in org.apache.brooklyn.entity.brooklynnode
-
- BrooklynCluster.SelectMasterEffector - Interface in org.apache.brooklyn.entity.brooklynnode
-
- BrooklynCluster.UpgradeClusterEffector - Interface in org.apache.brooklyn.entity.brooklynnode
-
- BrooklynClusterImpl - Class in org.apache.brooklyn.entity.brooklynnode
-
- BrooklynClusterImpl() - Constructor for class org.apache.brooklyn.entity.brooklynnode.BrooklynClusterImpl
-
- BrooklynClusterUpgradeEffectorBody - Class in org.apache.brooklyn.entity.brooklynnode.effector
-
- BrooklynClusterUpgradeEffectorBody() - Constructor for class org.apache.brooklyn.entity.brooklynnode.effector.BrooklynClusterUpgradeEffectorBody
-
- BrooklynCommand() - Constructor for class org.apache.brooklyn.cli.AbstractMain.BrooklynCommand
-
- BrooklynCommandCollectingArgs() - Constructor for class org.apache.brooklyn.cli.AbstractMain.BrooklynCommandCollectingArgs
-
- BrooklynCommandWithSystemDefines() - Constructor for class org.apache.brooklyn.cli.AbstractMain.BrooklynCommandWithSystemDefines
-
- BrooklynCommonAdaptorTypeCoercions(TypeCoercerExtensible) - Constructor for class org.apache.brooklyn.util.core.flags.TypeCoercions.BrooklynCommonAdaptorTypeCoercions
-
- BrooklynComponentTemplateResolver - Class in org.apache.brooklyn.camp.brooklyn.spi.creation
-
This generates instances of a template resolver that use a
EntitySpecResolver
to parse the
serviceType line in the template.
- BrooklynComponentTemplateResolver.Factory - Class in org.apache.brooklyn.camp.brooklyn.spi.creation
-
- BrooklynComponentTemplateResolver.SpecialFlagsTransformer - Class in org.apache.brooklyn.camp.brooklyn.spi.creation
-
- BrooklynConfigKeys - Class in org.apache.brooklyn.core.entity
-
Commonly used config keys, for use in entities.
- BrooklynDevelopmentModes - Class in org.apache.brooklyn.launcher.config
-
Deprecated.
- BrooklynDevelopmentModes() - Constructor for class org.apache.brooklyn.launcher.config.BrooklynDevelopmentModes
-
Deprecated.
- BrooklynDevelopmentModes.BrooklynDevelopmentMode - Enum in org.apache.brooklyn.launcher.config
-
Deprecated.
- BrooklynDslCommon - Class in org.apache.brooklyn.camp.brooklyn.spi.dsl.methods
-
static import functions which can be used in `$brooklyn:xxx` contexts
WARNING: Don't overload methods - the DSL evaluator will pick any one that matches, not the best match.
- BrooklynDslCommon() - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon
-
- BrooklynDslCommon.DslBrooklynObjectConfigSupplier - Class in org.apache.brooklyn.camp.brooklyn.spi.dsl.methods
-
- BrooklynDslCommon.DslFacades - Class in org.apache.brooklyn.camp.brooklyn.spi.dsl.methods
-
- BrooklynDslCommon.Functions - Class in org.apache.brooklyn.camp.brooklyn.spi.dsl.methods
-
- BrooklynDslCommon.Functions.RegexReplacer - Class in org.apache.brooklyn.camp.brooklyn.spi.dsl.methods
-
- BrooklynDslDeferredSupplier<T> - Class in org.apache.brooklyn.camp.brooklyn.spi.dsl
-
Provide an object suitable to resolve chained invocations in a parsed YAML / Deployment Plan DSL,
which also implements
DeferredSupplier so that they can be resolved when needed
(e.g.
- BrooklynDslDeferredSupplier() - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.dsl.BrooklynDslDeferredSupplier
-
- BrooklynDslInterpreter - Class in org.apache.brooklyn.camp.brooklyn.spi.dsl
-
- BrooklynDslInterpreter() - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.dsl.BrooklynDslInterpreter
-
- BrooklynDynamicType<T extends BrooklynObject,AbstractT extends AbstractBrooklynObject> - Class in org.apache.brooklyn.core.objs
-
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.
- BrooklynDynamicType(AbstractT) - Constructor for class org.apache.brooklyn.core.objs.BrooklynDynamicType
-
- BrooklynDynamicType(Class<? extends T>) - Constructor for class org.apache.brooklyn.core.objs.BrooklynDynamicType
-
- BrooklynEntityDecorationResolver<DT> - Class in org.apache.brooklyn.camp.brooklyn.spi.creation
-
Pattern for resolving "decorations" on service specs / entity specs, such as policies, enrichers, etc.
- BrooklynEntityDecorationResolver.EnricherSpecResolver - Class in org.apache.brooklyn.camp.brooklyn.spi.creation
-
- BrooklynEntityDecorationResolver.InitializerResolver - Class in org.apache.brooklyn.camp.brooklyn.spi.creation
-
- BrooklynEntityDecorationResolver.PolicySpecResolver - Class in org.apache.brooklyn.camp.brooklyn.spi.creation
-
- BrooklynEntityDecorationResolver.SpecParameterResolver - Class in org.apache.brooklyn.camp.brooklyn.spi.creation
-
- BrooklynEntityDecorationResolver.TagsResolver - Class in org.apache.brooklyn.camp.brooklyn.spi.creation
-
- BrooklynEntityMatcher - Class in org.apache.brooklyn.camp.brooklyn.spi.creation
-
- BrooklynEntityMatcher(ManagementContext) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynEntityMatcher
-
- BrooklynEntityMirror - Interface in org.apache.brooklyn.entity.brooklynnode
-
Provides an entity which can sit in one brooklyn domain and reflect the status of an entity
via the REST API of another domain.
- BrooklynEntityMirrorImpl - Class in org.apache.brooklyn.entity.brooklynnode
-
- BrooklynEntityMirrorImpl() - Constructor for class org.apache.brooklyn.entity.brooklynnode.BrooklynEntityMirrorImpl
-
- BrooklynEntityMirrorImpl.RemoteEffector<T> - Class in org.apache.brooklyn.entity.brooklynnode
-
- BrooklynExternalUiModuleEnricher - Class in org.apache.brooklyn.ui.modularity.enricher
-
- BrooklynExternalUiModuleEnricher() - Constructor for class org.apache.brooklyn.ui.modularity.enricher.BrooklynExternalUiModuleEnricher
-
- BrooklynFeatureEnablement - Class in org.apache.brooklyn.core
-
For enabling/disabling experimental features.
- BrooklynFeatureEnablement() - Constructor for class org.apache.brooklyn.core.BrooklynFeatureEnablement
-
- BrooklynFeatureSummary - Class in org.apache.brooklyn.rest.domain
-
- BrooklynFeatureSummary(String, String, String, String) - Constructor for class org.apache.brooklyn.rest.domain.BrooklynFeatureSummary
-
- BrooklynFeatureSummary(String, String, String, String, Map<String, String>) - Constructor for class org.apache.brooklyn.rest.domain.BrooklynFeatureSummary
-
- BrooklynFeatureTransformer - Class in org.apache.brooklyn.rest.transform
-
- BrooklynFeatureTransformer() - Constructor for class org.apache.brooklyn.rest.transform.BrooklynFeatureTransformer
-
- BrooklynGarbageCollector - Class in org.apache.brooklyn.core.mgmt.internal
-
Deletes record of old tasks, to prevent space leaks and the eating up of more and more memory.
- BrooklynGarbageCollector(BrooklynProperties, BasicExecutionManager, BrooklynStorage) - Constructor for class org.apache.brooklyn.core.mgmt.internal.BrooklynGarbageCollector
-
- BrooklynGlobalConfig - Class in org.apache.brooklyn.launcher.config
-
- BrooklynGlobalConfig() - Constructor for class org.apache.brooklyn.launcher.config.BrooklynGlobalConfig
-
Deprecated.
- BrooklynImageChooser - Class in org.apache.brooklyn.location.jclouds
-
- BrooklynImageChooser() - Constructor for class org.apache.brooklyn.location.jclouds.BrooklynImageChooser
-
- BrooklynImageChooser.ImageChooserFromOrdering - Class in org.apache.brooklyn.location.jclouds
-
- BrooklynImageChooser.OrderingScoredWithoutDefaults - Class in org.apache.brooklyn.location.jclouds
-
- BrooklynImageChooser.OrderingWithDefaults - Class in org.apache.brooklyn.location.jclouds
-
- BrooklynImmutableCampPlatform - Class in org.apache.brooklyn.camp.brooklyn.spi.platform
-
Immutable CAMP platform which reflects things in the underlying Brooklyn system
- BrooklynImmutableCampPlatform(PlatformRootSummary, ManagementContext) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.platform.BrooklynImmutableCampPlatform
-
- BrooklynInitialization - Class in org.apache.brooklyn.core.internal
-
Various static initialization tasks are routed through this class,
to give us better traceability of their invocation.
- BrooklynInitialization() - Constructor for class org.apache.brooklyn.core.internal.BrooklynInitialization
-
- BrooklynJacksonJsonProvider - Class in org.apache.brooklyn.rest.util.json
-
- BrooklynJacksonJsonProvider() - Constructor for class org.apache.brooklyn.rest.util.json.BrooklynJacksonJsonProvider
-
- BrooklynLauncher - Class in org.apache.brooklyn.launcher
-
Example usage is:
*
- BrooklynLauncher() - Constructor for class org.apache.brooklyn.launcher.BrooklynLauncher
-
- BrooklynLeakListener - Class in org.apache.brooklyn.test.support
-
- BrooklynLeakListener() - Constructor for class org.apache.brooklyn.test.support.BrooklynLeakListener
-
- BrooklynLoaderTracker() - Constructor for class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog.BrooklynLoaderTracker
-
- BrooklynLogging - Class in org.apache.brooklyn.core
-
contains common logging categories
- BrooklynLogging() - Constructor for class org.apache.brooklyn.core.BrooklynLogging
-
- BrooklynLogging.LoggingLevel - Enum in org.apache.brooklyn.core
-
For convenience here, since SLF4J does not define such an enum
- BrooklynMavenArtifacts - Class in org.apache.brooklyn.util.core
-
- BrooklynMavenArtifacts() - Constructor for class org.apache.brooklyn.util.core.BrooklynMavenArtifacts
-
- BrooklynMemento - Interface in org.apache.brooklyn.api.mgmt.rebind.mementos
-
Represents an entire persisted Brooklyn management context, with all its entities and locations.
- BrooklynMementoImpl - Class in org.apache.brooklyn.core.mgmt.rebind.dto
-
- BrooklynMementoImpl.Builder - Class in org.apache.brooklyn.core.mgmt.rebind.dto
-
- BrooklynMementoManifest - Interface in org.apache.brooklyn.api.mgmt.rebind.mementos
-
Represents a manifest of the entities etc in the overall memento.
- BrooklynMementoManifest.EntityMementoManifest - Interface in org.apache.brooklyn.api.mgmt.rebind.mementos
-
- BrooklynMementoManifestImpl - Class in org.apache.brooklyn.core.mgmt.rebind.dto
-
- BrooklynMementoManifestImpl.Builder - Class in org.apache.brooklyn.core.mgmt.rebind.dto
-
- BrooklynMementoPersister - Interface in org.apache.brooklyn.api.mgmt.rebind.mementos
-
Controls the persisting and reading back of mementos.
- BrooklynMementoPersister.Delta - Interface in org.apache.brooklyn.api.mgmt.rebind.mementos
-
All methods on this interface are unmodifiable by the caller.
- BrooklynMementoPersister.LookupContext - Interface in org.apache.brooklyn.api.mgmt.rebind.mementos
-
- BrooklynMementoPersister.MutableDelta - Interface in org.apache.brooklyn.api.mgmt.rebind.mementos
-
- BrooklynMementoPersisterToObjectStore - Class in org.apache.brooklyn.core.mgmt.persist
-
- BrooklynMementoPersisterToObjectStore(PersistenceObjectStore, ManagementContext) - Constructor for class org.apache.brooklyn.core.mgmt.persist.BrooklynMementoPersisterToObjectStore
-
- BrooklynMementoPersisterToObjectStore(PersistenceObjectStore, ManagementContext, ClassLoader) - Constructor for class org.apache.brooklyn.core.mgmt.persist.BrooklynMementoPersisterToObjectStore
-
- BrooklynMementoPersisterToObjectStore(PersistenceObjectStore, StringConfigMap, ClassLoader) - Constructor for class org.apache.brooklyn.core.mgmt.persist.BrooklynMementoPersisterToObjectStore
-
- BrooklynMementoRawData - Class in org.apache.brooklyn.api.mgmt.rebind.mementos
-
Represents the raw persisted data.
- BrooklynMementoRawData.Builder - Class in org.apache.brooklyn.api.mgmt.rebind.mementos
-
- BrooklynMementoTransformer - Interface in org.apache.brooklyn.core.mgmt.rebind.transformer
-
Transforms the raw data of persisted state (e.g.
- BrooklynMetrics - Interface in org.apache.brooklyn.core.server.entity
-
- BrooklynMetricsImpl - Class in org.apache.brooklyn.core.server.entity
-
- BrooklynMetricsImpl() - Constructor for class org.apache.brooklyn.core.server.entity.BrooklynMetricsImpl
-
- BrooklynNetworkUtils - Class in org.apache.brooklyn.util.core
-
BrooklynNetworkUtils is for utility methods that rely on some other part(s) of Brooklyn,
or seem too custom in how they are used/configured to be considered a "common utility".
- BrooklynNetworkUtils() - Constructor for class org.apache.brooklyn.util.core.BrooklynNetworkUtils
-
- BrooklynNode - Interface in org.apache.brooklyn.entity.brooklynnode
-
- BrooklynNode.DeployBlueprintEffector - Interface in org.apache.brooklyn.entity.brooklynnode
-
- BrooklynNode.ExistingFileBehaviour - Enum in org.apache.brooklyn.entity.brooklynnode
-
- BrooklynNode.SetHighAvailabilityModeEffector - Interface in org.apache.brooklyn.entity.brooklynnode
-
- BrooklynNode.SetHighAvailabilityPriorityEffector - Interface in org.apache.brooklyn.entity.brooklynnode
-
- BrooklynNode.ShutdownEffector - Interface in org.apache.brooklyn.entity.brooklynnode
-
- BrooklynNode.StopNodeAndKillAppsEffector - Interface in org.apache.brooklyn.entity.brooklynnode
-
- BrooklynNode.StopNodeButLeaveAppsEffector - Interface in org.apache.brooklyn.entity.brooklynnode
-
- BrooklynNodeDriver - Interface in org.apache.brooklyn.entity.brooklynnode
-
- BrooklynNodeImpl - Class in org.apache.brooklyn.entity.brooklynnode
-
- BrooklynNodeImpl() - Constructor for class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeImpl
-
- BrooklynNodeImpl.DeployBlueprintEffectorBody - Class in org.apache.brooklyn.entity.brooklynnode
-
- BrooklynNodeImpl.ShutdownEffectorBody - Class in org.apache.brooklyn.entity.brooklynnode
-
- BrooklynNodeImpl.StopNodeAndKillAppsEffectorBody - Class in org.apache.brooklyn.entity.brooklynnode
-
- BrooklynNodeImpl.StopNodeButLeaveAppsEffectorBody - Class in org.apache.brooklyn.entity.brooklynnode
-
- BrooklynNodeSshDriver - Class in org.apache.brooklyn.entity.brooklynnode
-
- BrooklynNodeSshDriver(BrooklynNodeImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeSshDriver
-
- BrooklynNodeUpgradeEffectorBody - Class in org.apache.brooklyn.entity.brooklynnode.effector
-
- BrooklynNodeUpgradeEffectorBody() - Constructor for class org.apache.brooklyn.entity.brooklynnode.effector.BrooklynNodeUpgradeEffectorBody
-
- BrooklynObject - Interface in org.apache.brooklyn.api.objs
-
Super-type of entity, location, policy and enricher.
- BrooklynObject.RelationSupport<T extends BrooklynObject> - Interface in org.apache.brooklyn.api.objs
-
- BrooklynObject.SubscriptionSupport - Interface in org.apache.brooklyn.api.objs
-
- BrooklynObject.TagSupport - Interface in org.apache.brooklyn.api.objs
-
- BrooklynObjectInternal - Interface in org.apache.brooklyn.core.objs
-
- BrooklynObjectInternal.ConfigurationSupportInternal - Interface in org.apache.brooklyn.core.objs
-
- BrooklynObjectInternal.RelationSupportInternal<T extends BrooklynObject> - Interface in org.apache.brooklyn.core.objs
-
- BrooklynObjectInternal.SubscriptionSupportInternal - Interface in org.apache.brooklyn.core.objs
-
- BrooklynObjectManagementMode - Enum in org.apache.brooklyn.core.mgmt.internal
-
Indicates how an entity/location/adjunct is treated at a given ManagementContext
- BrooklynObjectManagerInternal<T extends BrooklynObject> - Interface in org.apache.brooklyn.core.mgmt.internal
-
- BrooklynObjectPredicate<P> - Interface in org.apache.brooklyn.core.objs
-
- BrooklynObjectsJsonMapper - Class in org.apache.brooklyn.util.core.json
-
- BrooklynObjectsJsonMapper() - Constructor for class org.apache.brooklyn.util.core.json.BrooklynObjectsJsonMapper
-
- BrooklynObjectType - Enum in org.apache.brooklyn.api.objs
-
- BrooklynPersistenceUtils - Class in org.apache.brooklyn.core.mgmt.persist
-
- BrooklynPersistenceUtils() - Constructor for class org.apache.brooklyn.core.mgmt.persist.BrooklynPersistenceUtils
-
- BrooklynPersistenceUtils.CreateBackupMode - Enum in org.apache.brooklyn.core.mgmt.persist
-
- brooklynPid - Variable in class org.apache.brooklyn.qa.longevity.MonitorPrefs
-
- BrooklynProperties - Interface in org.apache.brooklyn.core.internal
-
Utils for accessing command-line and system-env properties;
doesn't resolve anything (unless an execution context is supplied)
and treats ConfigKeys as of type object when in doubt,
or string when that is likely wanted (e.g.
- brooklynProperties(BrooklynProperties) - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
Specifies the brooklyn properties to be used.
- brooklynProperties(String, Object) - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
Specifies a property to be added to the brooklyn properties
- brooklynProperties(ConfigKey<C>, C) - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
- BrooklynProperties.Factory - Class in org.apache.brooklyn.core.internal
-
- BrooklynProperties.Factory.Builder - Class in org.apache.brooklyn.core.internal
-
- BrooklynPropertiesFactoryHelper - Class in org.apache.brooklyn.launcher.common
-
- BrooklynPropertiesFactoryHelper(String, String) - Constructor for class org.apache.brooklyn.launcher.common.BrooklynPropertiesFactoryHelper
-
- BrooklynPropertiesFactoryHelper(BrooklynProperties) - Constructor for class org.apache.brooklyn.launcher.common.BrooklynPropertiesFactoryHelper
-
- BrooklynPropertiesFactoryHelper(String, String, BrooklynProperties) - Constructor for class org.apache.brooklyn.launcher.common.BrooklynPropertiesFactoryHelper
-
- BrooklynPropertiesFactoryHelper(String, String, <any>) - Constructor for class org.apache.brooklyn.launcher.common.BrooklynPropertiesFactoryHelper
-
- BrooklynPropertiesFactoryHelper(String, String, BrooklynProperties, <any>) - Constructor for class org.apache.brooklyn.launcher.common.BrooklynPropertiesFactoryHelper
-
- BrooklynPropertiesImpl - Class in org.apache.brooklyn.core.internal
-
TODO methods in this class are not thread safe.
- BrooklynPropertiesImpl.Factory - Class in org.apache.brooklyn.core.internal
-
- BrooklynPropertiesImpl.Factory.Builder - Class in org.apache.brooklyn.core.internal
-
- brooklynPropertiesSupplier(<any>) - Method in class org.apache.brooklyn.launcher.BrooklynLauncher
-
Poperties returned by the supplier have less precedence (get overwritten) by global & local properties
- BrooklynRestApi - Class in org.apache.brooklyn.rest
-
- BrooklynRestApi() - Constructor for class org.apache.brooklyn.rest.BrooklynRestApi
-
- BrooklynRestApp - Class in org.apache.brooklyn.rest
-
- BrooklynRestApp() - Constructor for class org.apache.brooklyn.rest.BrooklynRestApp
-
- BrooklynRestResourceUtils - Class in org.apache.brooklyn.rest.util
-
- BrooklynRestResourceUtils(ManagementContext) - Constructor for class org.apache.brooklyn.rest.util.BrooklynRestResourceUtils
-
- BrooklynSecurityProviderFilterHelper - Class in org.apache.brooklyn.rest.filter
-
- BrooklynSecurityProviderFilterHelper() - Constructor for class org.apache.brooklyn.rest.filter.BrooklynSecurityProviderFilterHelper
-
- BrooklynSecurityProviderFilterHelper.Responder - Interface in org.apache.brooklyn.rest.filter
-
- BrooklynSecurityProviderFilterJavax - Class in org.apache.brooklyn.rest.filter
-
- BrooklynSecurityProviderFilterJavax() - Constructor for class org.apache.brooklyn.rest.filter.BrooklynSecurityProviderFilterJavax
-
- BrooklynSecurityProviderFilterJersey - Class in org.apache.brooklyn.rest.filter
-
- BrooklynSecurityProviderFilterJersey() - Constructor for class org.apache.brooklyn.rest.filter.BrooklynSecurityProviderFilterJersey
-
- BrooklynServerConfig - Class in org.apache.brooklyn.core.server
-
Config keys for the brooklyn server
- BrooklynServerConfig() - Constructor for class org.apache.brooklyn.core.server.BrooklynServerConfig
-
- BrooklynServerDetails - Class in org.apache.brooklyn.launcher
-
- BrooklynServerDetails(BrooklynWebServer, ManagementContext) - Constructor for class org.apache.brooklyn.launcher.BrooklynServerDetails
-
- BrooklynServerPaths - Class in org.apache.brooklyn.core.server
-
- BrooklynServerPaths() - Constructor for class org.apache.brooklyn.core.server.BrooklynServerPaths
-
- BrooklynServerPaths.PersistenceBackupPathResolver - Class in org.apache.brooklyn.core.server
-
- BrooklynServerPaths.PersistencePathResolver - Class in org.apache.brooklyn.core.server
-
Utility for computing the path (dir or container name) to use for persistence.
- BrooklynServiceAttributes - Class in org.apache.brooklyn.core.server
-
attributes which callers can set and a service application
(such as servlet or osgi) will pay attention to,
contained in one place for convenience
- BrooklynServiceAttributes() - Constructor for class org.apache.brooklyn.core.server.BrooklynServiceAttributes
-
- BrooklynShutdownHooks - Class in org.apache.brooklyn.core.mgmt.internal
-
- BrooklynShutdownHooks() - Constructor for class org.apache.brooklyn.core.mgmt.internal.BrooklynShutdownHooks
-
- BrooklynShutdownHooks.BrooklynShutdownHookJob - Class in org.apache.brooklyn.core.mgmt.internal
-
- BrooklynStorage - Interface in org.apache.brooklyn.core.internal.storage
-
- BrooklynStorageImpl - Class in org.apache.brooklyn.core.internal.storage.impl
-
- BrooklynStorageImpl() - Constructor for class org.apache.brooklyn.core.internal.storage.impl.BrooklynStorageImpl
-
- BrooklynSystemProperties - Class in org.apache.brooklyn.util.internal
-
Convenience for retrieving well-defined system properties, including checking if they have been set etc.
- BrooklynSystemProperties() - Constructor for class org.apache.brooklyn.util.internal.BrooklynSystemProperties
-
- BrooklynTags - Class in org.apache.brooklyn.core.mgmt
-
- BrooklynTags() - Constructor for class org.apache.brooklyn.core.mgmt.BrooklynTags
-
- BrooklynTags.ListTag<T> - Class in org.apache.brooklyn.core.mgmt
-
- BrooklynTags.NamedStringTag - Class in org.apache.brooklyn.core.mgmt
-
- BrooklynTags.TraitsTag - Class in org.apache.brooklyn.core.mgmt
-
- BrooklynTaskTags - Class in org.apache.brooklyn.core.mgmt
-
Provides utilities for making Tasks easier to work with in Brooklyn.
- BrooklynTaskTags() - Constructor for class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- BrooklynTaskTags.EffectorCallTag - Class in org.apache.brooklyn.core.mgmt
-
- BrooklynTaskTags.EntitlementTag - Class in org.apache.brooklyn.core.mgmt
-
- BrooklynTaskTags.WrappedEntity - Class in org.apache.brooklyn.core.mgmt
-
- BrooklynTaskTags.WrappedItem<T> - Class in org.apache.brooklyn.core.mgmt
-
- BrooklynTaskTags.WrappedObject<T> - Class in org.apache.brooklyn.core.mgmt
-
- BrooklynTaskTags.WrappedStream - Class in org.apache.brooklyn.core.mgmt
-
- BrooklynType - Interface in org.apache.brooklyn.api.objs
-
- BrooklynTypePlanTransformer - Interface in org.apache.brooklyn.core.typereg
-
Interface for use by schemes which provide the capability to transform plans
(serialized descriptions) to brooklyn objecs and specs.
- BrooklynTypeRegistry - Interface in org.apache.brooklyn.api.typereg
-
- BrooklynTypeRegistry.RegisteredTypeKind - Enum in org.apache.brooklyn.api.typereg
-
- BrooklynTypes - Class in org.apache.brooklyn.core.objs
-
- BrooklynTypes() - Constructor for class org.apache.brooklyn.core.objs.BrooklynTypes
-
- BrooklynTypeSnapshot - Class in org.apache.brooklyn.core.objs
-
- BrooklynUrlLookup - Class in org.apache.brooklyn.camp.brooklyn.spi.lookup
-
- BrooklynUrlLookup() - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.lookup.BrooklynUrlLookup
-
- BrooklynUserWithRandomPasswordSecurityProvider - Class in org.apache.brooklyn.rest.security.provider
-
- BrooklynUserWithRandomPasswordSecurityProvider() - Constructor for class org.apache.brooklyn.rest.security.provider.BrooklynUserWithRandomPasswordSecurityProvider
-
- BrooklynUserWithRandomPasswordSecurityProvider(ManagementContext) - Constructor for class org.apache.brooklyn.rest.security.provider.BrooklynUserWithRandomPasswordSecurityProvider
-
- brooklynVersion(String) - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData.Builder
-
- BrooklynVersion - Class in org.apache.brooklyn.core
-
Wraps the version of Brooklyn.
- brooklynVersion(String) - Method in class org.apache.brooklyn.core.mgmt.ha.dto.BasicManagementNodeSyncRecord.Builder
-
- brooklynVersion(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl.Builder
-
- brooklynVersion(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl.Builder
-
- BrooklynVersion.BrooklynFeature - Class in org.apache.brooklyn.core
-
- BrooklynVersionService - Interface in org.apache.brooklyn.core
-
- BrooklynVersionSyntax - Class in org.apache.brooklyn.util.text
-
Utilities for parsing and working with versions following the recommended Brooklyn scheme,
following major.minor.patch-qualifier syntax,
with support for mapping to OSGi.
- BrooklynVersionSyntax() - Constructor for class org.apache.brooklyn.util.text.BrooklynVersionSyntax
-
- BrooklynWebConfig - Class in org.apache.brooklyn.rest
-
- BrooklynWebConfig() - Constructor for class org.apache.brooklyn.rest.BrooklynWebConfig
-
- BrooklynWebServer - Class in org.apache.brooklyn.launcher
-
Starts the brooklyn REST server running, connected to the given management context
- BrooklynWebServer(ManagementContext) - Constructor for class org.apache.brooklyn.launcher.BrooklynWebServer
-
- BrooklynWebServer(Map<?, ?>, ManagementContext) - Constructor for class org.apache.brooklyn.launcher.BrooklynWebServer
-
accepts flags: port,
war (url of war file which is the root),
wars (map of context-prefix to url),
attrs (map of attribute-name : object pairs passed to the servlet)
- BrooklynWebServer(ManagementContext, int) - Constructor for class org.apache.brooklyn.launcher.BrooklynWebServer
-
- BrooklynWebServer(ManagementContext, int, String) - Constructor for class org.apache.brooklyn.launcher.BrooklynWebServer
-
- BrooklynYamlLocationResolver - Class in org.apache.brooklyn.camp.brooklyn.spi.creation
-
- BrooklynYamlLocationResolver(ManagementContext) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynYamlLocationResolver
-
- BrooklynYamlTypeInstantiator - Class in org.apache.brooklyn.camp.brooklyn.spi.creation
-
Assists in loading types referenced from YAML;
mainly as a way to share logic used in very different contexts.
- BrooklynYamlTypeInstantiator.Factory - Class in org.apache.brooklyn.camp.brooklyn.spi.creation
-
- BrooklynYamlTypeInstantiator.InstantiatorFromKey - Class in org.apache.brooklyn.camp.brooklyn.spi.creation
-
- BrooklynYamlTypeInstantiator.InstantiatorFromName - Class in org.apache.brooklyn.camp.brooklyn.spi.creation
-
- BUCKET_CREATE - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- BUCKET_CREATION_IN_PROGRESS - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
- BUCKET_FUNCTION - Static variable in interface org.apache.brooklyn.entity.group.DynamicMultiGroup
-
Implements the mapping from
Entity to bucket name.
- BUCKET_SPEC - Static variable in interface org.apache.brooklyn.entity.group.DynamicMultiGroup
-
Determines the type of
Group used for the buckets.
- bucketCreate(String, String, Integer, Integer, Integer) - Method in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- bucketCreate(String, String, Integer, Integer, Integer) - Method in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeDriver
-
- bucketCreate(String, String, Integer, Integer, Integer) - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeImpl
-
- bucketCreate(String, String, Integer, Integer, Integer) - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeSshDriver
-
- bucketFromAttribute(AttributeSensor<?>, String) - Static method in class org.apache.brooklyn.entity.group.DynamicMultiGroupImpl
-
Convenience factory method for the common use-case of deriving the bucket directly from a sensor value.
- bucketFromAttribute(AttributeSensor<?>) - Static method in class org.apache.brooklyn.entity.group.DynamicMultiGroupImpl
-
Convenience factory method for the common use-case of deriving the bucket directly from a sensor value.
- BucketFromAttribute(AttributeSensor<?>, String) - Constructor for class org.apache.brooklyn.entity.group.DynamicMultiGroupImpl.BucketFromAttribute
-
- BUCKETS - Static variable in interface org.apache.brooklyn.entity.group.DynamicMultiGroup
-
- bucketTypeActivate(String) - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- bucketTypeActivate(String) - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNodeDriver
-
- bucketTypeActivate(String) - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeImpl
-
- bucketTypeActivate(String) - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeSshDriver
-
- bucketTypeCreate(String, String) - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- bucketTypeCreate(String, String) - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNodeDriver
-
- bucketTypeCreate(String, String) - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeImpl
-
- bucketTypeCreate(String, String) - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeSshDriver
-
- bucketTypeList() - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- bucketTypeList() - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNodeDriver
-
- bucketTypeList() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeImpl
-
- bucketTypeList() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeSshDriver
-
- bucketTypeStatus(String) - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- bucketTypeStatus(String) - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNodeDriver
-
- bucketTypeStatus(String) - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeImpl
-
- bucketTypeStatus(String) - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeSshDriver
-
- bucketTypeUpdate(String, String) - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- bucketTypeUpdate(String, String) - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNodeDriver
-
- bucketTypeUpdate(String, String) - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeImpl
-
- bucketTypeUpdate(String, String) - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeSshDriver
-
- build(DriverDependentEntity<D>, Location) - Method in interface org.apache.brooklyn.api.entity.drivers.EntityDriverManager
-
- build() - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData.Builder
-
- build() - Method in class org.apache.brooklyn.camp.server.dto.ApiErrorDto.Builder
-
- build() - Method in class org.apache.brooklyn.camp.spi.AbstractResource.Builder
-
- build() - Method in class org.apache.brooklyn.camp.spi.Assembly.Builder
-
- build() - Method in class org.apache.brooklyn.camp.spi.AssemblyTemplate.Builder
-
- build() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemBuilder
-
- build() - Method in class org.apache.brooklyn.core.config.BasicConfigKey.Builder
-
- build() - Method in class org.apache.brooklyn.core.config.ListConfigKey.Builder
-
Deprecated.
- build() - Method in class org.apache.brooklyn.core.config.MapConfigKey.Builder
-
- build() - Method in class org.apache.brooklyn.core.config.SetConfigKey.Builder
-
- build() - Method in class org.apache.brooklyn.core.effector.Effectors.EffectorBuilder
-
- build(DriverDependentEntity<D>, Location) - Method in class org.apache.brooklyn.core.entity.drivers.BasicEntityDriverManager
-
- build() - Method in class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadTargets.Builder
-
- build(DriverDependentEntity<D>, Location) - Method in class org.apache.brooklyn.core.entity.drivers.ReflectiveEntityDriverFactory
-
- build(DriverDependentEntity<D>, Location) - Method in class org.apache.brooklyn.core.entity.drivers.RegistryEntityDriverFactory
-
- build() - Method in class org.apache.brooklyn.core.internal.BrooklynProperties.Factory.Builder
-
- build() - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl.Factory.Builder
-
- build() - Method in class org.apache.brooklyn.core.location.DeprecatedKeysMappingBuilder
-
Deprecated.
- build() - Method in class org.apache.brooklyn.core.mgmt.ha.dto.BasicManagementNodeSyncRecord.Builder
-
- build() - Method in class org.apache.brooklyn.core.mgmt.ha.dto.ManagementPlaneSyncRecordImpl.Builder
-
- build() - Method in class org.apache.brooklyn.core.mgmt.ha.ManagementPlaneSyncRecordDeltaImpl.Builder
-
- build() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento.Builder
-
- build() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicEnricherMemento.Builder
-
- build() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicEntityMemento.Builder
-
- build() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicFeedMemento.Builder
-
- build() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicLocationMemento.Builder
-
- build() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicManagedBundleMemento.Builder
-
- build() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicPolicyMemento.Builder
-
- build() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl.Builder
-
- build() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl.Builder
-
- build() - Method in class org.apache.brooklyn.core.mgmt.rebind.PersistenceExceptionHandlerImpl.Builder
-
- build() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindExceptionHandlerImpl.Builder
-
- build() - Method in class org.apache.brooklyn.core.mgmt.rebind.transformer.CompoundTransformer.Builder
-
- build() - Method in class org.apache.brooklyn.core.mgmt.rebind.transformer.impl.DeleteOrphanedStateTransformer.Builder
-
- build() - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.Builder
-
- build() - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.MultiBuilder
-
- build() - Method in class org.apache.brooklyn.core.sensor.Sensors.Builder
-
- build() - Method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades.Builder
-
- build() - Method in class org.apache.brooklyn.enricher.stock.Enrichers.AbstractUpdatingMapBuilder
-
- build() - Method in class org.apache.brooklyn.entity.chef.ChefAttributeFeed.Builder
-
- build() - Method in class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixFeed.Builder
-
- build() - Method in class org.apache.brooklyn.entity.nosql.mongodb.ReplicaSetConfig
-
- build() - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig.Builder
-
- build() - Method in class org.apache.brooklyn.feed.AbstractCommandFeed.Builder
-
- build() - Method in class org.apache.brooklyn.feed.function.FunctionFeed.Builder
-
- build() - Method in class org.apache.brooklyn.feed.http.HttpFeed.Builder
-
- build() - Method in class org.apache.brooklyn.feed.jmx.JmxFeed.Builder
-
- build() - Method in class org.apache.brooklyn.feed.shell.ShellFeed.Builder
-
- build() - Method in class org.apache.brooklyn.feed.windows.WindowsPerformanceCounterFeed.Builder
-
- build() - Method in class org.apache.brooklyn.location.byon.FixedListMachineProvisioningLocation.Builder
-
- build() - Method in class org.apache.brooklyn.location.jclouds.ConnectivityResolverOptions.Builder
-
- build() - Method in class org.apache.brooklyn.location.jclouds.JCloudsPropertiesBuilder
-
- build() - Method in class org.apache.brooklyn.location.jclouds.templates.PortableTemplateBuilder
-
- build() - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy.Builder
-
- build() - Method in class org.apache.brooklyn.policy.autoscaling.MaxPoolSizeReachedEvent.Builder
-
- build() - Method in class org.apache.brooklyn.policy.enricher.HttpLatencyDetector.Builder
-
- build() - Method in class org.apache.brooklyn.rest.domain.ApiError.Builder
-
- build() - Method in class org.apache.brooklyn.rest.domain.ApplicationSpec.Builder
-
- build() - Method in class org.apache.brooklyn.util.collections.CollectionMerger.Builder
-
- build() - Method in class org.apache.brooklyn.util.collections.MutableList.Builder
-
- build() - Method in class org.apache.brooklyn.util.collections.MutableMap.Builder
-
- build() - Method in class org.apache.brooklyn.util.collections.MutableSet.Builder
-
- build() - Method in class org.apache.brooklyn.util.core.internal.ssh.cli.SshCliTool.Builder
-
- build() - Method in class org.apache.brooklyn.util.core.internal.ssh.SshAbstractTool.AbstractSshToolBuilder
-
- build() - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjClientConnection.Builder
-
- build() - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjTool.Builder
-
- build() - Method in class org.apache.brooklyn.util.core.task.ScheduledTask.Builder
-
- build() - Method in class org.apache.brooklyn.util.core.task.TaskBuilder
-
- build() - Method in class org.apache.brooklyn.util.guava.IfFunctions.IfFunctionBuilder
-
- build() - Method in class org.apache.brooklyn.util.http.executor.HttpConfig.Builder
-
- build() - Method in class org.apache.brooklyn.util.http.executor.HttpRequest.Builder
-
- build() - Method in class org.apache.brooklyn.util.http.executor.HttpResponse.Builder
-
- build() - Method in class org.apache.brooklyn.util.http.HttpTool.HttpClientBuilder
-
- build() - Method in class org.apache.brooklyn.util.http.HttpTool.HttpRequestBuilder
-
- build() - Method in class org.apache.brooklyn.util.pool.BasicPool.Builder
-
- build() - Method in class org.apache.brooklyn.util.stream.LoggingOutputStream.Builder
-
- build() - Method in class org.apache.brooklyn.util.text.ByteSizeStrings.Builder
-
Returns an immutable
ByteSizeStrings formatter using the builder configuration.
- build(String) - Method in class org.apache.brooklyn.util.text.QuotedStringTokenizer.Builder
-
- BUILD_CONFIG - Static variable in interface org.apache.brooklyn.container.entity.openshift.OpenShiftResource
-
- buildAbstract() - Method in class org.apache.brooklyn.core.effector.Effectors.EffectorBuilder
-
returns an abstract effector, where the body will be defined later/elsewhere
(impl must not be set)
- buildBaseHeaders() - Method in class org.apache.brooklyn.feed.http.HttpFeed.Builder
-
- buildChefFile(String, String, String, Iterable<? extends String>, Map<String, Object>) - Static method in class org.apache.brooklyn.entity.chef.ChefSoloTasks
-
- buildChefFile(String, String, String, Iterable<? extends String>, Map<String, Object>) - Static method in class org.apache.brooklyn.entity.chef.ChefTasks
-
- builder() - Static method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData
-
- Builder() - Constructor for class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData.Builder
-
- builder() - Static method in class org.apache.brooklyn.camp.server.dto.ApiErrorDto
-
- Builder() - Constructor for class org.apache.brooklyn.camp.server.dto.ApiErrorDto.Builder
-
- builder() - Static method in class org.apache.brooklyn.camp.spi.AbstractResource
-
- builder() - Static method in class org.apache.brooklyn.camp.spi.ApplicationComponent
-
- builder() - Static method in class org.apache.brooklyn.camp.spi.ApplicationComponentTemplate
-
- builder() - Static method in class org.apache.brooklyn.camp.spi.Assembly
-
- builder() - Static method in class org.apache.brooklyn.camp.spi.AssemblyTemplate
-
- builder() - Static method in class org.apache.brooklyn.camp.spi.PlatformComponent
-
- builder() - Static method in class org.apache.brooklyn.camp.spi.PlatformComponentTemplate
-
- builder() - Static method in class org.apache.brooklyn.camp.spi.PlatformRootSummary
-
- builder(<any>) - Static method in class org.apache.brooklyn.core.config.BasicConfigKey
-
- builder(<any>, String) - Static method in class org.apache.brooklyn.core.config.BasicConfigKey
-
- builder(String, ConfigKey<T>) - Static method in class org.apache.brooklyn.core.config.BasicConfigKey
-
- Builder() - Constructor for class org.apache.brooklyn.core.config.BasicConfigKey.Builder
-
- Builder(<any>, String) - Constructor for class org.apache.brooklyn.core.config.BasicConfigKey.Builder
-
- Builder(ConfigKey<T>) - Constructor for class org.apache.brooklyn.core.config.BasicConfigKey.Builder
-
- Builder(String, ConfigKey<T>) - Constructor for class org.apache.brooklyn.core.config.BasicConfigKey.Builder
-
- builder(Class<T>) - Static method in class org.apache.brooklyn.core.config.ConfigKeys
-
- builder(<any>) - Static method in class org.apache.brooklyn.core.config.ConfigKeys
-
- builder(Class<T>, String) - Static method in class org.apache.brooklyn.core.config.ConfigKeys
-
- builder(<any>, String) - Static method in class org.apache.brooklyn.core.config.ConfigKeys
-
- Builder(<any>, String) - Constructor for class org.apache.brooklyn.core.config.ListConfigKey.Builder
-
Deprecated.
- Builder(ListConfigKey<V>) - Constructor for class org.apache.brooklyn.core.config.ListConfigKey.Builder
-
Deprecated.
- Builder(String, ListConfigKey<V>) - Constructor for class org.apache.brooklyn.core.config.ListConfigKey.Builder
-
Deprecated.
- builder(MapConfigKey<V>) - Static method in class org.apache.brooklyn.core.config.MapConfigKey
-
- Builder(<any>, String) - Constructor for class org.apache.brooklyn.core.config.MapConfigKey.Builder
-
- Builder(MapConfigKey<V>) - Constructor for class org.apache.brooklyn.core.config.MapConfigKey.Builder
-
- Builder(String, MapConfigKey<V>) - Constructor for class org.apache.brooklyn.core.config.MapConfigKey.Builder
-
- Builder(<any>, String) - Constructor for class org.apache.brooklyn.core.config.SetConfigKey.Builder
-
- Builder(SetConfigKey<V>) - Constructor for class org.apache.brooklyn.core.config.SetConfigKey.Builder
-
- Builder(String, SetConfigKey<V>) - Constructor for class org.apache.brooklyn.core.config.SetConfigKey.Builder
-
- builder() - Static method in class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadTargets
-
- Builder() - Constructor for class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadTargets.Builder
-
- builder() - Static method in class org.apache.brooklyn.core.mgmt.ha.dto.BasicManagementNodeSyncRecord
-
- Builder() - Constructor for class org.apache.brooklyn.core.mgmt.ha.dto.BasicManagementNodeSyncRecord.Builder
-
- builder() - Static method in class org.apache.brooklyn.core.mgmt.ha.dto.ManagementPlaneSyncRecordImpl
-
- Builder() - Constructor for class org.apache.brooklyn.core.mgmt.ha.dto.ManagementPlaneSyncRecordImpl.Builder
-
- builder() - Static method in class org.apache.brooklyn.core.mgmt.ha.ManagementPlaneSyncRecordDeltaImpl
-
- Builder() - Constructor for class org.apache.brooklyn.core.mgmt.ha.ManagementPlaneSyncRecordDeltaImpl.Builder
-
- builder() - Static method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento
-
- Builder() - Constructor for class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento.Builder
-
- builder() - Static method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicEnricherMemento
-
- Builder() - Constructor for class org.apache.brooklyn.core.mgmt.rebind.dto.BasicEnricherMemento.Builder
-
- builder() - Static method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicEntityMemento
-
- Builder() - Constructor for class org.apache.brooklyn.core.mgmt.rebind.dto.BasicEntityMemento.Builder
-
- builder() - Static method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicFeedMemento
-
- Builder() - Constructor for class org.apache.brooklyn.core.mgmt.rebind.dto.BasicFeedMemento.Builder
-
- builder() - Static method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicLocationMemento
-
- Builder() - Constructor for class org.apache.brooklyn.core.mgmt.rebind.dto.BasicLocationMemento.Builder
-
- builder() - Static method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicManagedBundleMemento
-
- Builder() - Constructor for class org.apache.brooklyn.core.mgmt.rebind.dto.BasicManagedBundleMemento.Builder
-
- builder() - Static method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicPolicyMemento
-
- Builder() - Constructor for class org.apache.brooklyn.core.mgmt.rebind.dto.BasicPolicyMemento.Builder
-
- builder() - Static method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl
-
- Builder() - Constructor for class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl.Builder
-
- builder() - Static method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl
-
- Builder() - Constructor for class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl.Builder
-
- builder() - Static method in class org.apache.brooklyn.core.mgmt.rebind.PersistenceExceptionHandlerImpl
-
- Builder() - Constructor for class org.apache.brooklyn.core.mgmt.rebind.PersistenceExceptionHandlerImpl.Builder
-
- builder() - Static method in class org.apache.brooklyn.core.mgmt.rebind.RebindExceptionHandlerImpl
-
- Builder() - Constructor for class org.apache.brooklyn.core.mgmt.rebind.RebindExceptionHandlerImpl.Builder
-
- builder() - Static method in class org.apache.brooklyn.core.mgmt.rebind.transformer.CompoundTransformer
-
- Builder() - Constructor for class org.apache.brooklyn.core.mgmt.rebind.transformer.CompoundTransformer.Builder
-
- builder() - Static method in class org.apache.brooklyn.core.mgmt.rebind.transformer.impl.DeleteOrphanedStateTransformer
-
- Builder() - Constructor for class org.apache.brooklyn.core.mgmt.rebind.transformer.impl.DeleteOrphanedStateTransformer.Builder
-
- builder() - Static method in class org.apache.brooklyn.core.sensor.DependentConfiguration
-
- builder(<any>, String) - Static method in class org.apache.brooklyn.core.sensor.Sensors
-
- builder() - Static method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades
-
- Builder() - Constructor for class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades.Builder
-
- builder() - Static method in class org.apache.brooklyn.enricher.stock.Enrichers
-
- Builder() - Constructor for class org.apache.brooklyn.enricher.stock.Enrichers.Builder
-
- builder() - Static method in class org.apache.brooklyn.entity.chef.ChefAttributeFeed
-
- Builder() - Constructor for class org.apache.brooklyn.entity.chef.ChefAttributeFeed.Builder
-
- builder() - Static method in class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixFeed
-
- Builder() - Constructor for class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixFeed.Builder
-
- builder(String) - Static method in class org.apache.brooklyn.entity.nosql.mongodb.ReplicaSetConfig
-
Creates a configuration with the given name.
- builder() - Static method in class org.apache.brooklyn.entity.proxy.ProxySslConfig
-
- Builder() - Constructor for class org.apache.brooklyn.entity.proxy.ProxySslConfig.Builder
-
- Builder() - Constructor for class org.apache.brooklyn.feed.AbstractCommandFeed.Builder
-
- builder() - Static method in class org.apache.brooklyn.feed.function.FunctionFeed
-
- builder(String) - Static method in class org.apache.brooklyn.feed.function.FunctionFeed
-
- Builder() - Constructor for class org.apache.brooklyn.feed.function.FunctionFeed.Builder
-
- builder() - Static method in class org.apache.brooklyn.feed.http.HttpFeed
-
- Builder() - Constructor for class org.apache.brooklyn.feed.http.HttpFeed.Builder
-
- builder() - Static method in class org.apache.brooklyn.feed.jmx.JmxFeed
-
- Builder() - Constructor for class org.apache.brooklyn.feed.jmx.JmxFeed.Builder
-
- builder() - Static method in class org.apache.brooklyn.feed.shell.ShellFeed
-
- Builder() - Constructor for class org.apache.brooklyn.feed.shell.ShellFeed.Builder
-
- builder() - Static method in class org.apache.brooklyn.feed.ssh.SshFeed
-
- Builder() - Constructor for class org.apache.brooklyn.feed.ssh.SshFeed.Builder
-
- builder() - Static method in class org.apache.brooklyn.feed.windows.CmdFeed
-
- Builder() - Constructor for class org.apache.brooklyn.feed.windows.CmdFeed.Builder
-
- builder() - Static method in class org.apache.brooklyn.feed.windows.WindowsPerformanceCounterFeed
-
- Builder() - Constructor for class org.apache.brooklyn.feed.windows.WindowsPerformanceCounterFeed.Builder
-
- Builder(LocationManager) - Constructor for class org.apache.brooklyn.location.byon.FixedListMachineProvisioningLocation.Builder
-
- builder() - Static method in class org.apache.brooklyn.location.jclouds.ConnectivityResolverOptions
-
- Builder() - Constructor for class org.apache.brooklyn.location.jclouds.ConnectivityResolverOptions.Builder
-
- builder() - Static method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- Builder() - Constructor for class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy.Builder
-
- builder() - Static method in class org.apache.brooklyn.policy.autoscaling.MaxPoolSizeReachedEvent
-
- Builder() - Constructor for class org.apache.brooklyn.policy.autoscaling.MaxPoolSizeReachedEvent.Builder
-
- builder() - Static method in class org.apache.brooklyn.policy.enricher.HttpLatencyDetector
-
- Builder() - Constructor for class org.apache.brooklyn.policy.enricher.HttpLatencyDetector.Builder
-
- builder() - Static method in class org.apache.brooklyn.rest.domain.ApiError
-
- Builder() - Constructor for class org.apache.brooklyn.rest.domain.ApiError.Builder
-
- builder() - Static method in class org.apache.brooklyn.rest.domain.ApplicationSpec
-
- Builder() - Constructor for class org.apache.brooklyn.rest.domain.ApplicationSpec.Builder
-
- builder() - Static method in class org.apache.brooklyn.util.collections.CollectionMerger
-
- Builder() - Constructor for class org.apache.brooklyn.util.collections.CollectionMerger.Builder
-
- builder() - Static method in class org.apache.brooklyn.util.collections.MutableList
-
- Builder() - Constructor for class org.apache.brooklyn.util.collections.MutableList.Builder
-
- builder() - Static method in class org.apache.brooklyn.util.collections.MutableMap
-
- Builder() - Constructor for class org.apache.brooklyn.util.collections.MutableMap.Builder
-
- builder() - Static method in class org.apache.brooklyn.util.collections.MutableSet
-
- Builder() - Constructor for class org.apache.brooklyn.util.collections.MutableSet.Builder
-
- builder() - Static method in class org.apache.brooklyn.util.core.internal.ssh.cli.SshCliTool
-
- Builder() - Constructor for class org.apache.brooklyn.util.core.internal.ssh.cli.SshCliTool.Builder
-
- builder() - Static method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjClientConnection
-
- Builder() - Constructor for class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjClientConnection.Builder
-
- builder() - Static method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjTool
-
- Builder() - Constructor for class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjTool.Builder
-
- builder(Callable<Task<?>>) - Static method in class org.apache.brooklyn.util.core.task.ScheduledTask
-
- Builder(Callable<Task<?>>) - Constructor for class org.apache.brooklyn.util.core.task.ScheduledTask.Builder
-
- builder() - Static method in class org.apache.brooklyn.util.core.task.TaskBuilder
-
- builder() - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- builder() - Static method in class org.apache.brooklyn.util.http.executor.HttpConfig
-
- Builder() - Constructor for class org.apache.brooklyn.util.http.executor.HttpConfig.Builder
-
- Builder() - Constructor for class org.apache.brooklyn.util.http.executor.HttpRequest.Builder
-
- Builder() - Constructor for class org.apache.brooklyn.util.http.executor.HttpResponse.Builder
-
- builder() - Static method in class org.apache.brooklyn.util.pool.BasicPool
-
- Builder() - Constructor for class org.apache.brooklyn.util.pool.BasicPool.Builder
-
- builder() - Static method in class org.apache.brooklyn.util.stream.LoggingOutputStream
-
- Builder() - Constructor for class org.apache.brooklyn.util.stream.LoggingOutputStream.Builder
-
- builder() - Static method in class org.apache.brooklyn.util.text.ByteSizeStrings
-
- Builder() - Constructor for class org.apache.brooklyn.util.text.ByteSizeStrings.Builder
-
- builder() - Static method in class org.apache.brooklyn.util.text.QuotedStringTokenizer
-
- Builder() - Constructor for class org.apache.brooklyn.util.text.QuotedStringTokenizer.Builder
-
- builderDefault() - Static method in class org.apache.brooklyn.core.internal.BrooklynProperties.Factory
-
- builderDefault() - Static method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl.Factory
-
- builderEmpty() - Static method in class org.apache.brooklyn.core.internal.BrooklynProperties.Factory
-
- builderEmpty() - Static method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl.Factory
-
- builderFromThrowable(Throwable) - Static method in class org.apache.brooklyn.rest.domain.ApiError
-
- buildFactory() - Method in class org.apache.brooklyn.util.core.task.TaskBuilder
-
returns a a factory based on this builder
- buildHeaders(Map<String, String>) - Method in class org.apache.brooklyn.feed.http.HttpPollConfig
-
- buildImmutable() - Method in class org.apache.brooklyn.util.collections.MutableList.Builder
-
- buildList(String) - Method in class org.apache.brooklyn.util.text.QuotedStringTokenizer.Builder
-
- buildOperationIdentity() - Method in class org.apache.brooklyn.feed.jmx.JmxOperationPollConfig
-
- buildPlaybookFile(String, String) - Static method in class org.apache.brooklyn.entity.cm.ansible.AnsiblePlaybookTasks
-
- buildSpec() - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy.Builder
-
- buildSpec() - Method in class org.apache.brooklyn.policy.enricher.HttpLatencyDetector.Builder
-
Returns the detector.
- buildTemplate(ComputeService, ConfigBag, Collection<JcloudsLocationCustomizer>) - Method in class org.apache.brooklyn.container.location.docker.DockerJcloudsLocation
-
- buildTemplate(ComputeService, ConfigBag, Collection<JcloudsLocationCustomizer>) - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- buildTemplate(ComputeService, ConfigBag, JcloudsLocationCustomizer) - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
returns the jclouds Template which describes the image to be built, for the given config and compute service
- buildUri(URI, Map<String, String>) - Method in class org.apache.brooklyn.feed.http.HttpPollConfig
-
- BuiltResponsePreservingError - Class in org.apache.brooklyn.rest.client.util.http
-
Allows wrapping a Response with the stream fully read and closed so that the client can be re-used.
- BuiltResponsePreservingError(int, <any>, Object, Annotation[], Throwable) - Constructor for class org.apache.brooklyn.rest.client.util.http.BuiltResponsePreservingError
-
- bundle(String, String) - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData.Builder
-
- bundle(ManagedBundleMemento) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl.Builder
-
- bundle(ManagedBundleMemento) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl.Builder
-
- bundle(CatalogItem.CatalogBundle) - Method in class org.apache.brooklyn.util.core.osgi.Osgis.BundleFinder
-
- BundleApi - Interface in org.apache.brooklyn.rest.api
-
- bundleDetails(BrooklynRestResourceUtils, ManagedBundle, UriBuilder, ManagementContext) - Static method in class org.apache.brooklyn.rest.transform.TypeTransformer
-
- bundleFinder(Framework) - Static method in class org.apache.brooklyn.util.core.osgi.Osgis
-
- bundleIds(Bundle) - Static method in class org.apache.brooklyn.core.catalog.internal.CatalogUtils
-
- BundleInstallationRestResult - Class in org.apache.brooklyn.rest.domain
-
- BundleInstallationRestResult(String, String, OsgiBundleInstallationResult.ResultCode) - Constructor for class org.apache.brooklyn.rest.domain.BundleInstallationRestResult
-
- bundleInstallationResult(OsgiBundleInstallationResult, ManagementContext, BrooklynRestResourceUtils, UriInfo) - Static method in class org.apache.brooklyn.rest.transform.TypeTransformer
-
- bundleJar(String, ByteSource) - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData.Builder
-
- bundleJars(Map<String, ByteSource>) - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData.Builder
-
- BundleMaker - Class in org.apache.brooklyn.util.core.osgi
-
- BundleMaker(ResourceUtils) - Constructor for class org.apache.brooklyn.util.core.osgi.BundleMaker
-
Constructor for use when not expecting to use with a framework
- BundleMaker(Framework, ResourceUtils) - Constructor for class org.apache.brooklyn.util.core.osgi.BundleMaker
-
- BundleMaker(ManagementContext) - Constructor for class org.apache.brooklyn.util.core.osgi.BundleMaker
-
- BundleResource - Class in org.apache.brooklyn.rest.resources
-
- BundleResource() - Constructor for class org.apache.brooklyn.rest.resources.BundleResource
-
- bundles() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister.Delta
-
- bundles(Map<String, String>) - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData.Builder
-
- bundles(Map<String, ManagedBundleMemento>) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl.Builder
-
- bundles() - Method in class org.apache.brooklyn.core.mgmt.rebind.PersisterDeltaImpl
-
- BundleSummary - Class in org.apache.brooklyn.rest.domain
-
Summary info of
ManagedBundle bundles in the catalog providing types,
essentially the symbolic name and version.
- BundleSummary(OsgiBundleWithUrl) - Constructor for class org.apache.brooklyn.rest.domain.BundleSummary
-
- bundleSummary(BrooklynRestResourceUtils, ManagedBundle, UriBuilder, ManagementContext, boolean) - Static method in class org.apache.brooklyn.rest.transform.TypeTransformer
-
- BundleUpgradeParser - Class in org.apache.brooklyn.core.typereg
-
Internal class for parsing bundle manifests to extract their upgrade instructions.
- BundleUpgradeParser() - Constructor for class org.apache.brooklyn.core.typereg.BundleUpgradeParser
-
- BundleUpgradeParser.CatalogUpgrades - Class in org.apache.brooklyn.core.typereg
-
The result from parsing bundle(s) to find their upgrade info.
- BundleUpgradeParser.CatalogUpgrades.Builder - Class in org.apache.brooklyn.core.typereg
-
- BundleUpgradeParser.VersionRangedName - Class in org.apache.brooklyn.core.typereg
-
Records a name (string) and version range (string),
with conveniences for pretty-printing and converting to OSGi format.
- ByObjectBasicRelationSupport<SourceType extends BrooklynObject> - Class in org.apache.brooklyn.core.relations
-
- ByObjectBasicRelationSupport(SourceType, Runnable) - Constructor for class org.apache.brooklyn.core.relations.ByObjectBasicRelationSupport
-
- ByObjectBasicRelationSupport.DataForBasicRelations<T extends BrooklynObject> - Class in org.apache.brooklyn.core.relations
-
- BYON - Static variable in class org.apache.brooklyn.location.byon.ByonLocationResolver
-
- BYON - Static variable in class org.apache.brooklyn.location.jclouds.JcloudsByonLocationResolver
-
- ByonLocationResolver - Class in org.apache.brooklyn.location.byon
-
Examples of valid specs:
byon:(hosts=myhost)
byon:(hosts=myhost,myhost2)
byon:(hosts="myhost, myhost2")
byon:(hosts=myhost,myhost2, name=abc)
byon:(hosts="myhost, myhost2", name="my location name")
- ByonLocationResolver() - Constructor for class org.apache.brooklyn.location.byon.ByonLocationResolver
-
- byteArray(byte[]) - Static method in class org.apache.brooklyn.util.stream.Streams
-
- byteArrayOfString(String) - Static method in class org.apache.brooklyn.util.stream.Streams
-
- BYTES_RECEIVED - Static variable in interface org.apache.brooklyn.entity.messaging.kafka.KafkaBroker
-
- BYTES_RECEIVED - Static variable in interface org.apache.brooklyn.entity.webapp.WebAppServiceMetrics
-
- BYTES_SENT - Static variable in interface org.apache.brooklyn.entity.messaging.kafka.KafkaBroker
-
- BYTES_SENT - Static variable in interface org.apache.brooklyn.entity.webapp.WebAppServiceMetrics
-
- ByteSizeStrings - Class in org.apache.brooklyn.util.text
-
A formatter to pretty-print numeric values representing sizes in byes.
- ByteSizeStrings() - Constructor for class org.apache.brooklyn.util.text.ByteSizeStrings
-
- ByteSizeStrings.Builder - Class in org.apache.brooklyn.util.text
-
- bytesPerMetricUnit(int) - Method in class org.apache.brooklyn.util.text.ByteSizeStrings.Builder
-
The number of bytes per metric usnit, usually either 1000 or 1024.
- byteValue() - Method in class org.apache.brooklyn.util.math.BitList
-
returns value of this as a byte(ignoring any too-high bits)
- CA_CERT_DATA - Static variable in interface org.apache.brooklyn.container.location.kubernetes.KubernetesLocationConfig
-
- CA_CERT_FILE - Static variable in interface org.apache.brooklyn.container.location.kubernetes.KubernetesLocationConfig
-
- cacheActualJavaType(RegisteredType, Class<?>) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- call() - Method in class org.apache.brooklyn.cli.AbstractMain.BrooklynCommandWithSystemDefines
-
- call() - Method in class org.apache.brooklyn.cli.AbstractMain.DefaultInfoCommand
-
- call() - Method in class org.apache.brooklyn.cli.AbstractMain.HelpCommand
-
- call() - Method in class org.apache.brooklyn.cli.AbstractMain.InfoCommand
-
- call() - Method in class org.apache.brooklyn.cli.CloudExplorer.JcloudsCommand
-
- call() - Method in class org.apache.brooklyn.cli.ItemLister.ListAllCommand
-
- call() - Method in class org.apache.brooklyn.cli.Main.CleanOrphanedStateCommand
-
- call() - Method in class org.apache.brooklyn.cli.Main.CopyStateCommand
-
- call() - Method in class org.apache.brooklyn.cli.Main.GeneratePasswordCommand
-
- call() - Method in class org.apache.brooklyn.cli.Main.LaunchCommand
-
- call(Entity, Map) - Method in class org.apache.brooklyn.core.effector.AbstractEffector
-
- call(Entity) - Method in class org.apache.brooklyn.core.effector.AbstractEffector
-
Convenience for named-parameter syntax (needs map in first argument)
- call(Map, Entity) - Method in class org.apache.brooklyn.core.effector.AbstractEffector
-
Convenience for named-parameter syntax (needs map in first argument)
- call(ConfigBag) - Method in class org.apache.brooklyn.core.effector.EffectorBody
-
Does the work of the effector, either in place, or (better) by building up
subtasks, which can by added using
DynamicTasks methods
(and various convenience methods which do that automatically; see subclasses of EffectorBody
for more info on usage; or see
DynamicSequentialTask for details of the threading model
by which added tasks are placed in a secondary thread)
- call(Entity, Map) - Method in class org.apache.brooklyn.core.effector.ExplicitEffector
-
Deprecated.
- call(Entity, Map) - Method in class org.apache.brooklyn.core.effector.MethodEffector
-
- call(ConfigBag) - Method in class org.apache.brooklyn.core.entity.trait.Startable.RestartEffectorBody
-
- call(ConfigBag) - Method in class org.apache.brooklyn.core.entity.trait.Startable.StartEffectorBody
-
- call(ConfigBag) - Method in class org.apache.brooklyn.core.entity.trait.Startable.StopEffectorBody
-
- call(ConfigBag) - Method in class org.apache.brooklyn.entity.brooklynnode.BrooklynEntityMirrorImpl.RemoteEffector
-
- call(ConfigBag) - Method in class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeImpl.DeployBlueprintEffectorBody
-
- call(ConfigBag) - Method in class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeImpl.ShutdownEffectorBody
-
- call(ConfigBag) - Method in class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeImpl.StopNodeAndKillAppsEffectorBody
-
- call(ConfigBag) - Method in class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeImpl.StopNodeButLeaveAppsEffectorBody
-
- call(ConfigBag) - Method in class org.apache.brooklyn.entity.brooklynnode.effector.BrooklynClusterUpgradeEffectorBody
-
- call(ConfigBag) - Method in class org.apache.brooklyn.entity.brooklynnode.effector.BrooklynNodeUpgradeEffectorBody
-
- call(ConfigBag) - Method in class org.apache.brooklyn.entity.brooklynnode.effector.SelectMasterEffectorBody
-
- call(ConfigBag) - Method in class org.apache.brooklyn.entity.brooklynnode.effector.SetHighAvailabilityModeEffectorBody
-
- call(ConfigBag) - Method in class org.apache.brooklyn.entity.brooklynnode.effector.SetHighAvailabilityPriorityEffectorBody
-
- call() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlClusterImpl.SlaveStateCallable
-
- call(ConfigBag) - Method in class org.apache.brooklyn.entity.database.mysql.MySqlNodeEffectors.ChangePasswordEffectorBody
-
- call(ConfigBag) - Method in class org.apache.brooklyn.entity.database.mysql.MySqlNodeEffectors.ExportDumpEffectoryBody
-
- call(ConfigBag) - Method in class org.apache.brooklyn.entity.database.mysql.MySqlNodeEffectors.ImportDumpEffectorBody
-
- call(ConfigBag) - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeChefImplFromScratch.ExecuteScriptEffectorBody
-
- call(ConfigBag) - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeSaltImpl.ExecuteScriptEffectorBody
-
- call() - Method in class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport
-
- call() - Method in class org.apache.brooklyn.policy.failover.ElectPrimaryEffector.CheckPrimaries
-
- call(ConfigBag) - Method in class org.apache.brooklyn.test.osgi.entities.SimpleEffectorInitializer.Body
-
- call() - Method in class org.apache.brooklyn.util.concurrent.CallableFromRunnable
-
- call() - Method in class org.apache.brooklyn.util.repeat.Repeater
-
- callable(Callable<? extends newS>) - Method in class org.apache.brooklyn.feed.function.FunctionPollConfig
-
The Callable to be invoked on each poll.
- callable(<any>) - Static method in class org.apache.brooklyn.util.guava.Functionals
-
- callable(<any>, T) - Static method in class org.apache.brooklyn.util.guava.Functionals
-
- callableFromClosure(Closure<T>) - Static method in class org.apache.brooklyn.util.groovy.GroovyJavaMethods
-
Deprecated.
- CallableFromRunnable<T> - Class in org.apache.brooklyn.util.concurrent
-
Wraps a Runnable as a Callable.
- callableFromRunnable(Runnable) - Static method in class org.apache.brooklyn.util.groovy.GroovyJavaMethods
-
Deprecated.
- CALLER_CONTEXT - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- CALLER_CONTEXT - Static variable in class org.apache.brooklyn.core.location.LocationConfigKeys
-
- CALLER_ENTITY - Static variable in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- callerNiceClassAndMethod(int) - Static method in class org.apache.brooklyn.util.javalang.JavaClassNames
-
returns nice class name and method for the caller, going up the stack (filtered to remove invocation etc),
with 0 typically being the context where this method is called, 1 being its caller, etc
- callerStackElement(int) - Static method in class org.apache.brooklyn.util.javalang.JavaClassNames
-
returns element in cleaned stack trace; usually the caller's location is at the top,
and caller of that is up one, etc
- camelToHyphen(ConfigKey<?>) - Method in class org.apache.brooklyn.core.location.DeprecatedKeysMappingBuilder
-
Deprecated.
- camelToHyphen(String) - Method in class org.apache.brooklyn.core.location.DeprecatedKeysMappingBuilder
-
Deprecated.
- camp() - Method in class org.apache.brooklyn.camp.server.rest.resource.AbstractCampRestResource
-
- camp() - Method in class org.apache.brooklyn.camp.server.rest.util.CampRestContext
-
- CAMP_PLATFORM - Static variable in class org.apache.brooklyn.camp.brooklyn.BrooklynCampConstants
-
- CAMP_PLATFORM_ATTRIBUTE - Static variable in class org.apache.brooklyn.camp.server.rest.CampServer
-
- CAMP_TYPE - Static variable in class org.apache.brooklyn.camp.spi.AbstractResource
-
- CAMP_TYPE - Static variable in class org.apache.brooklyn.camp.spi.ApplicationComponent
-
- CAMP_TYPE - Static variable in class org.apache.brooklyn.camp.spi.ApplicationComponentTemplate
-
- CAMP_TYPE - Static variable in class org.apache.brooklyn.camp.spi.Assembly
-
- CAMP_TYPE - Static variable in class org.apache.brooklyn.camp.spi.AssemblyTemplate
-
- CAMP_TYPE - Static variable in class org.apache.brooklyn.camp.spi.PlatformComponent
-
- CAMP_TYPE - Static variable in class org.apache.brooklyn.camp.spi.PlatformComponentTemplate
-
- CAMP_TYPE - Static variable in class org.apache.brooklyn.camp.spi.PlatformRootSummary
-
- CAMP_URI_PATH - Static variable in class org.apache.brooklyn.camp.server.rest.resource.PlatformRestResource
-
- CampJsons - Class in org.apache.brooklyn.camp.server.rest.util
-
- CampJsons() - Constructor for class org.apache.brooklyn.camp.server.rest.util.CampJsons
-
- CampPlatform - Class in org.apache.brooklyn.camp
-
- CampPlatform(PlatformRootSummary) - Constructor for class org.apache.brooklyn.camp.CampPlatform
-
- CampRestApp - Class in org.apache.brooklyn.camp.server
-
- CampRestApp() - Constructor for class org.apache.brooklyn.camp.server.CampRestApp
-
- CampRestContext - Class in org.apache.brooklyn.camp.server.rest.util
-
- CampRestContext(ServletContext) - Constructor for class org.apache.brooklyn.camp.server.rest.util.CampRestContext
-
- CampRestGuavas - Class in org.apache.brooklyn.camp.server.rest.util
-
- CampRestGuavas() - Constructor for class org.apache.brooklyn.camp.server.rest.util.CampRestGuavas
-
- CampRestResources - Class in org.apache.brooklyn.camp.server.rest
-
- CampRestResources() - Constructor for class org.apache.brooklyn.camp.server.rest.CampRestResources
-
- CampServer - Class in org.apache.brooklyn.camp.server.rest
-
- CampServer(CampPlatform, String) - Constructor for class org.apache.brooklyn.camp.server.rest.CampServer
-
- CampServer.CampServerUtils - Class in org.apache.brooklyn.camp.server.rest
-
- CampServerUtils() - Constructor for class org.apache.brooklyn.camp.server.rest.CampServer.CampServerUtils
-
- CampServiceSpecResolver - Class in org.apache.brooklyn.camp.brooklyn.spi.creation.service
-
- CampServiceSpecResolver(ManagementContext, List<EntitySpecResolver>) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.creation.service.CampServiceSpecResolver
-
- CampToSpecTransformer - Class in org.apache.brooklyn.camp.brooklyn.spi.creation
-
Deprecated.
- CampToSpecTransformer() - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.creation.CampToSpecTransformer
-
Deprecated.
- CampTypeImplementationPlan(RegisteredType.TypeImplementationPlan) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.creation.CampTypePlanTransformer.CampTypeImplementationPlan
-
- CampTypeImplementationPlan(String) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.creation.CampTypePlanTransformer.CampTypeImplementationPlan
-
- CampTypePlanTransformer - Class in org.apache.brooklyn.camp.brooklyn.spi.creation
-
- CampTypePlanTransformer() - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.creation.CampTypePlanTransformer
-
- CampTypePlanTransformer.CampTypeImplementationPlan - Class in org.apache.brooklyn.camp.brooklyn.spi.creation
-
- CampYamlParser - Interface in org.apache.brooklyn.core.mgmt.internal
-
- cancel(boolean) - Method in interface org.apache.brooklyn.api.mgmt.Task
-
As Future.cancel(boolean).
- cancel() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- cancel(boolean) - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- cancel(TaskInternal.TaskCancellationMode) - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- cancel(TaskInternal.TaskCancellationMode) - Method in class org.apache.brooklyn.util.core.task.DynamicSequentialTask
-
- cancel(boolean) - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- cancel() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- cancel() - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
- cancel(TaskInternal.TaskCancellationMode) - Method in interface org.apache.brooklyn.util.core.task.TaskInternalCancellableWithMode
-
- cancelOnException(boolean) - Method in class org.apache.brooklyn.util.core.task.ScheduledTask.Builder
-
- cancelOnException(boolean) - Method in class org.apache.brooklyn.util.core.task.ScheduledTask
-
- cancelPrimaryOnSecondaryFailure - Variable in class org.apache.brooklyn.util.core.task.DynamicSequentialTask.FailureHandlingConfig
-
whether to issue cancel against primary task if a secondary task fails
- cancelSecondariesOnPrimaryFailure - Variable in class org.apache.brooklyn.util.core.task.DynamicSequentialTask.FailureHandlingConfig
-
- cancelSecondariesOnSecondaryFailure - Variable in class org.apache.brooklyn.util.core.task.DynamicSequentialTask.FailureHandlingConfig
-
unsubmitted secondary tasks (ie those further in the queue) can be cancelled if a secondary task fails
- canContinueResolving() - Method in interface org.apache.brooklyn.api.entity.drivers.downloads.DownloadResolverManager.DownloadTargets
-
Indicates whether or not the results of this resolver are the last that should be used.
- canContinueResolving(boolean) - Method in class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadTargets.Builder
-
- canContinueResolving() - Method in class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadTargets
-
- canConvert(Class) - Method in class org.apache.brooklyn.core.mgmt.persist.CatalogItemLibrariesConverter
-
Deprecated.
- canConvert(Class) - Method in class org.apache.brooklyn.core.mgmt.persist.XmlMementoSerializer.IdentifiableConverter
-
- canConvert(Class) - Method in class org.apache.brooklyn.core.mgmt.persist.XmlMementoSerializer.ManagementContextConverter
-
- canConvert(Class) - Method in class org.apache.brooklyn.core.mgmt.persist.XmlMementoSerializer.SpecConverter
-
- canConvert(Class) - Method in class org.apache.brooklyn.core.mgmt.persist.XmlMementoSerializer.TaskConverter
-
- canConvert(Class) - Method in class org.apache.brooklyn.util.core.xstream.ImmutableListConverter
-
- canConvert(Class) - Method in class org.apache.brooklyn.util.core.xstream.ImmutableMapConverter
-
- canConvert(Class) - Method in class org.apache.brooklyn.util.core.xstream.ImmutableSetConverter
-
- canConvert(Class) - Method in class org.apache.brooklyn.util.core.xstream.Inet4AddressConverter
-
- canConvert(Class) - Method in class org.apache.brooklyn.util.core.xstream.MutableSetConverter
-
- canConvert(Class) - Method in class org.apache.brooklyn.util.core.xstream.ObjectWithDefaultStringImplConverter
-
- canConvert(Class) - Method in class org.apache.brooklyn.util.core.xstream.StringKeyMapConverter
-
- canManageEntity(Entity) - Method in interface org.apache.brooklyn.api.mgmt.AccessController
-
- canManageLocation(Location) - Method in interface org.apache.brooklyn.api.mgmt.AccessController
-
- canMaybeResolve(String) - Method in interface org.apache.brooklyn.api.location.LocationRegistry
-
- canMaybeResolve(String) - Method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
Deprecated.
- canProvisionLocation(Location) - Method in interface org.apache.brooklyn.api.mgmt.AccessController
-
- canProvisionMore() - Method in class org.apache.brooklyn.location.localhost.LocalhostMachineProvisioningLocation
-
- canRemove(String) - Method in class org.apache.brooklyn.util.text.StringShortener
-
- canResolve() - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynComponentTemplateResolver
-
- CanResolveOnBoxDir - Interface in org.apache.brooklyn.location.ssh
-
- CanSetName - Interface in org.apache.brooklyn.util.core.task
-
- CanSkipInContext - Interface in org.apache.brooklyn.util.exceptions
-
- canSkipInContext(Object) - Method in interface org.apache.brooklyn.util.exceptions.CanSkipInContext
-
Whether this should be skipped in the given context.
- canStop(SoftwareProcess.StopSoftwareParameters.StopMode, Entity) - Static method in class org.apache.brooklyn.entity.software.base.lifecycle.MachineLifecycleEffectorTasks
-
- canTruncate(String, int) - Method in class org.apache.brooklyn.util.text.StringShortener
-
- canUnwrapApplication(EntitySpec<? extends Application>) - Static method in class org.apache.brooklyn.core.mgmt.EntityManagementUtils
-
- canUnwrapEntity(EntitySpec<? extends Entity>) - Static method in class org.apache.brooklyn.core.mgmt.EntityManagementUtils
-
Returns true if the spec is for a wrapper app with no important settings, wrapping a single child entity.
- capture() - Method in class org.apache.brooklyn.util.stream.ThreadLocalPrintStream
-
creates a capturing context which eats the output to this stream, blocking the original target
- captureTee() - Method in class org.apache.brooklyn.util.stream.ThreadLocalPrintStream
-
creates a capturing context which sees the output to this stream, without interrupting the original target
- CASSANDRA_CLUSTER_NODES - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
- CASSANDRA_CONFIG_FILE_NAME - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- CASSANDRA_CONFIG_TEMPLATE_URL - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- CASSANDRA_RACKDC_CONFIG_FILE_NAME - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- CASSANDRA_RACKDC_CONFIG_TEMPLATE_URL - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- CassandraCluster - Interface in org.apache.brooklyn.entity.nosql.cassandra
-
- CassandraClusterImpl - Class in org.apache.brooklyn.entity.nosql.cassandra
-
- CassandraClusterImpl() - Constructor for class org.apache.brooklyn.entity.nosql.cassandra.CassandraClusterImpl
-
Deprecated.
- CassandraDatacenter - Interface in org.apache.brooklyn.entity.nosql.cassandra
-
- CassandraDatacenterImpl - Class in org.apache.brooklyn.entity.nosql.cassandra
-
- CassandraDatacenterImpl() - Constructor for class org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenterImpl
-
Deprecated.
- CassandraDatacenterImpl.MemberTrackingPolicy - Class in org.apache.brooklyn.entity.nosql.cassandra
-
Deprecated.
- CassandraFabric - Interface in org.apache.brooklyn.entity.nosql.cassandra
-
- CassandraFabricImpl - Class in org.apache.brooklyn.entity.nosql.cassandra
-
- CassandraFabricImpl() - Constructor for class org.apache.brooklyn.entity.nosql.cassandra.CassandraFabricImpl
-
Deprecated.
- CassandraFabricImpl.MemberTrackingPolicy - Class in org.apache.brooklyn.entity.nosql.cassandra
-
Deprecated.
- CassandraNode - Interface in org.apache.brooklyn.entity.nosql.cassandra
-
- CassandraNodeDriver - Interface in org.apache.brooklyn.entity.nosql.cassandra
-
- CassandraNodeImpl - Class in org.apache.brooklyn.entity.nosql.cassandra
-
- CassandraNodeImpl() - Constructor for class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeImpl
-
Deprecated.
- CassandraNodeSshDriver - Class in org.apache.brooklyn.entity.nosql.cassandra
-
- CassandraNodeSshDriver(CassandraNodeImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeSshDriver
-
Deprecated.
- cast(Class<T>) - Static method in class org.apache.brooklyn.feed.http.JsonFunctions
-
- cast(Maybe<? extends T>) - Static method in class org.apache.brooklyn.util.guava.Maybe
-
Casts the given value to the desired type.
- cast(Object, Class<? extends T>) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
convenience for casting the given candidate to the given type (without any coercion, and allowing candidate to be null)
- castAbsent(Maybe<?>) - Static method in class org.apache.brooklyn.util.guava.Maybe.Absent
-
- castM(Class<T>) - Static method in class org.apache.brooklyn.feed.http.JsonFunctions
-
- castM(Class<T>, T) - Static method in class org.apache.brooklyn.feed.http.JsonFunctions
-
- castPrimitive(Object, Class<T>) - Static method in class org.apache.brooklyn.util.core.flags.TypeCoercions
-
- castPrimitive(Object, Class<T>) - Static method in class org.apache.brooklyn.util.javalang.coerce.PrimitiveStringTypeCoercions
-
- castPrimitiveMaybe(Object, Class<T>) - Static method in class org.apache.brooklyn.util.javalang.coerce.PrimitiveStringTypeCoercions
-
Sometimes need to explicitly cast primitives, rather than relying on Java casting.
- castToClosure(Object) - Static method in class org.apache.brooklyn.util.groovy.GroovyJavaMethods
-
Deprecated.
- castToPredicate(Object) - Static method in class org.apache.brooklyn.util.groovy.GroovyJavaMethods
-
Deprecated.
- Catalog - Annotation Type in org.apache.brooklyn.api.catalog
-
- CATALOG_BOM - Static variable in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- CATALOG_ID - Static variable in class org.apache.brooklyn.core.entity.AbstractEntity
-
- CATALOG_ID - Static variable in interface org.apache.brooklyn.core.entity.Attributes
-
- CATALOG_TEMPLATE - Static variable in class org.apache.brooklyn.core.mgmt.BrooklynTags
-
tag on a registered type indicating that an item is intended to be used as a template,
and does not have to resolve
- CatalogApi - Interface in org.apache.brooklyn.rest.api
-
- CatalogApplicationItemDto - Class in org.apache.brooklyn.core.catalog.internal
-
- CatalogApplicationItemDto() - Constructor for class org.apache.brooklyn.core.catalog.internal.CatalogApplicationItemDto
-
- CatalogBundleDto - Class in org.apache.brooklyn.core.catalog.internal
-
- CatalogBundleDto() - Constructor for class org.apache.brooklyn.core.catalog.internal.CatalogBundleDto
-
- CatalogBundleDto(String, String, String) - Constructor for class org.apache.brooklyn.core.catalog.internal.CatalogBundleDto
-
- CatalogBundleDto(String, String, String, Credentials) - Constructor for class org.apache.brooklyn.core.catalog.internal.CatalogBundleDto
-
- CatalogBundleLoader - Class in org.apache.brooklyn.core.catalog.internal
-
- CatalogBundleLoader(ManagementContext) - Constructor for class org.apache.brooklyn.core.catalog.internal.CatalogBundleLoader
-
- CatalogClasspathDo - Class in org.apache.brooklyn.core.catalog.internal
-
- CatalogClasspathDo(CatalogDo) - Constructor for class org.apache.brooklyn.core.catalog.internal.CatalogClasspathDo
-
- CatalogClasspathDo.CatalogScanningModes - Enum in org.apache.brooklyn.core.catalog.internal
-
- CatalogClasspathDto - Class in org.apache.brooklyn.core.catalog.internal
-
- CatalogClasspathDto() - Constructor for class org.apache.brooklyn.core.catalog.internal.CatalogClasspathDto
-
- CatalogConfig - Annotation Type in org.apache.brooklyn.api.catalog
-
- CatalogDo - Class in org.apache.brooklyn.core.catalog.internal
-
- CatalogDo(ManagementContext, CatalogDto) - Constructor for class org.apache.brooklyn.core.catalog.internal.CatalogDo
-
- CatalogDto - Class in org.apache.brooklyn.core.catalog.internal
-
- CatalogDto() - Constructor for class org.apache.brooklyn.core.catalog.internal.CatalogDto
-
- CatalogEnricherItemDto - Class in org.apache.brooklyn.core.catalog.internal
-
- CatalogEnricherItemDto() - Constructor for class org.apache.brooklyn.core.catalog.internal.CatalogEnricherItemDto
-
- CatalogEnricherSummary - Class in org.apache.brooklyn.rest.domain
-
- CatalogEnricherSummary(String, String, String, String, String, String, String, String, String, Set<EnricherConfigSummary>, Set<Object>, boolean, Map<String, URI>) - Constructor for class org.apache.brooklyn.rest.domain.CatalogEnricherSummary
-
Deprecated.
- catalogEnricherSummary(BrooklynRestResourceUtils, RegisteredType, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.CatalogTransformer
-
Deprecated.
- catalogEnricherSummary(BrooklynRestResourceUtils, CatalogItem<? extends Enricher, EnricherSpec<?>>, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.CatalogTransformer
-
- CatalogEntityItemDto - Class in org.apache.brooklyn.core.catalog.internal
-
- CatalogEntityItemDto() - Constructor for class org.apache.brooklyn.core.catalog.internal.CatalogEntityItemDto
-
- CatalogEntitySpecResolver - Class in org.apache.brooklyn.core.resolve.entity
-
- CatalogEntitySpecResolver() - Constructor for class org.apache.brooklyn.core.resolve.entity.CatalogEntitySpecResolver
-
- CatalogEntitySummary - Class in org.apache.brooklyn.rest.domain
-
- CatalogEntitySummary(String, String, String, String, String, String, String, String, String, Set<Object>, Set<EntityConfigSummary>, Set<SensorSummary>, Set<EffectorSummary>, boolean, Map<String, URI>) - Constructor for class org.apache.brooklyn.rest.domain.CatalogEntitySummary
-
Deprecated.
- catalogEntitySummary(BrooklynRestResourceUtils, RegisteredType, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.CatalogTransformer
-
Deprecated.
- catalogEntitySummary(BrooklynRestResourceUtils, CatalogItem<T, EntitySpec<? extends T>>, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.CatalogTransformer
-
- catalogInitial - Variable in class org.apache.brooklyn.cli.Main.LaunchCommand
-
- CatalogInitialization - Class in org.apache.brooklyn.core.catalog.internal
-
- CatalogInitialization() - Constructor for class org.apache.brooklyn.core.catalog.internal.CatalogInitialization
-
- CatalogInitialization(String) - Constructor for class org.apache.brooklyn.core.catalog.internal.CatalogInitialization
-
- catalogInitialization(CatalogInitialization) - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
- CatalogInitialization.InstallableManagedBundle - Interface in org.apache.brooklyn.core.catalog.internal
-
- CatalogInitialization.PersistedCatalogState - Class in org.apache.brooklyn.core.catalog.internal
-
- CatalogInitialization.RebindLogger - Interface in org.apache.brooklyn.core.catalog.internal
-
- CatalogItem<T,SpecT> - Interface in org.apache.brooklyn.api.catalog
-
- catalogItem(String, String) - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData.Builder
-
- catalogItem(CatalogItemMemento) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl.Builder
-
- catalogItem(CatalogItemMemento) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl.Builder
-
- CatalogItem.CatalogBundle - Interface in org.apache.brooklyn.api.catalog
-
- CatalogItem.CatalogItemLibraries - Interface in org.apache.brooklyn.api.catalog
-
- CatalogItem.CatalogItemType - Enum in org.apache.brooklyn.api.catalog
-
- CatalogItemBuilder<CIConcreteType extends CatalogItemDtoAbstract<?,?>> - Class in org.apache.brooklyn.core.catalog.internal
-
- CatalogItemBuilder(CIConcreteType) - Constructor for class org.apache.brooklyn.core.catalog.internal.CatalogItemBuilder
-
- CatalogItemComparator<T,SpecT> - Class in org.apache.brooklyn.core.catalog.internal
-
Largest version first order.
- CatalogItemComparator() - Constructor for class org.apache.brooklyn.core.catalog.internal.CatalogItemComparator
-
- CatalogItemDo<T,SpecT> - Class in org.apache.brooklyn.core.catalog.internal
-
- CatalogItemDo(CatalogDo, CatalogItem<T, SpecT>) - Constructor for class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- CatalogItemDtoAbstract<T,SpecT> - Class in org.apache.brooklyn.core.catalog.internal
-
- CatalogItemDtoAbstract() - Constructor for class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
- catalogItemId(String) - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
- catalogItemIdAndSearchPath(String, Collection<String>) - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
Set the immediate catalog item ID of this object, and the search path of other catalog items used to define it.
- catalogItemIdIfNotNull(String) - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
- catalogItemJavaType(Class<?>) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento.Builder
-
- CatalogItemLibrariesConverter - Class in org.apache.brooklyn.core.mgmt.persist
-
Deprecated.
- CatalogItemLibrariesConverter() - Constructor for class org.apache.brooklyn.core.mgmt.persist.CatalogItemLibrariesConverter
-
Deprecated.
- CatalogItemMemento - Interface in org.apache.brooklyn.api.mgmt.rebind.mementos
-
- catalogItems() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister.Delta
-
- catalogItems(Map<String, String>) - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData.Builder
-
- catalogItems(Map<String, CatalogItemMemento>) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl.Builder
-
- catalogItems(Map<String, CatalogItemMemento>) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl.Builder
-
- catalogItems() - Method in class org.apache.brooklyn.core.mgmt.rebind.PersisterDeltaImpl
-
- catalogItemScopeRoot(Entity) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- CatalogItemSummary - Class in org.apache.brooklyn.rest.domain
-
Deprecated.
- CatalogItemSummary(String, String, String, String, String, String, String, String, String, Set<Object>, boolean, Map<String, URI>) - Constructor for class org.apache.brooklyn.rest.domain.CatalogItemSummary
-
Deprecated.
- catalogItemSummary(BrooklynRestResourceUtils, RegisteredType, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.CatalogTransformer
-
Deprecated.
- catalogItemSummary(BrooklynRestResourceUtils, CatalogItem, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.CatalogTransformer
-
- catalogItemType(CatalogItem.CatalogItemType) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento.Builder
-
- CatalogLibrariesDo - Class in org.apache.brooklyn.core.catalog.internal
-
Deprecated.
- CatalogLibrariesDo(CatalogLibrariesDto) - Constructor for class org.apache.brooklyn.core.catalog.internal.CatalogLibrariesDo
-
Deprecated.
- CatalogLibrariesDto - Class in org.apache.brooklyn.core.catalog.internal
-
Deprecated.
- CatalogLibrariesDto() - Constructor for class org.apache.brooklyn.core.catalog.internal.CatalogLibrariesDto
-
Deprecated.
- CatalogLibrariesDto(Collection<String>) - Constructor for class org.apache.brooklyn.core.catalog.internal.CatalogLibrariesDto
-
Deprecated.
- CatalogLocationItemDto - Class in org.apache.brooklyn.core.catalog.internal
-
- CatalogLocationItemDto() - Constructor for class org.apache.brooklyn.core.catalog.internal.CatalogLocationItemDto
-
- CatalogLocationResolver - Class in org.apache.brooklyn.core.location
-
Given a location spec in the form brooklyn.catalog:<symbolicName>:<version>,
looks up the catalog to get its definition and creates such a location.
- CatalogLocationResolver() - Constructor for class org.apache.brooklyn.core.location.CatalogLocationResolver
-
- CatalogLocationSummary - Class in org.apache.brooklyn.rest.domain
-
- CatalogLocationSummary(String, String, String, String, String, String, String, String, String, Set<LocationConfigSummary>, Set<Object>, boolean, Map<String, URI>) - Constructor for class org.apache.brooklyn.rest.domain.CatalogLocationSummary
-
Deprecated.
- catalogLocationSummary(BrooklynRestResourceUtils, RegisteredType, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.CatalogTransformer
-
Deprecated.
- catalogLocationSummary(BrooklynRestResourceUtils, CatalogItem<? extends Location, LocationSpec<?>>, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.CatalogTransformer
-
- CatalogPolicyItemDto - Class in org.apache.brooklyn.core.catalog.internal
-
- CatalogPolicyItemDto() - Constructor for class org.apache.brooklyn.core.catalog.internal.CatalogPolicyItemDto
-
- CatalogPolicySummary - Class in org.apache.brooklyn.rest.domain
-
- CatalogPolicySummary(String, String, String, String, String, String, String, String, String, Set<PolicyConfigSummary>, Set<Object>, boolean, Map<String, URI>) - Constructor for class org.apache.brooklyn.rest.domain.CatalogPolicySummary
-
Deprecated.
- catalogPolicySummary(BrooklynRestResourceUtils, RegisteredType, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.CatalogTransformer
-
Deprecated.
- catalogPolicySummary(BrooklynRestResourceUtils, CatalogItem<? extends Policy, PolicySpec<?>>, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.CatalogTransformer
-
- CatalogPredicates - Class in org.apache.brooklyn.core.catalog
-
- CatalogPredicates() - Constructor for class org.apache.brooklyn.core.catalog.CatalogPredicates
-
- CatalogResource - Class in org.apache.brooklyn.rest.resources
-
- CatalogResource() - Constructor for class org.apache.brooklyn.rest.resources.CatalogResource
-
- CatalogTemplateItemDto - Class in org.apache.brooklyn.core.catalog.internal
-
- CatalogTemplateItemDto() - Constructor for class org.apache.brooklyn.core.catalog.internal.CatalogTemplateItemDto
-
- CatalogTransformer - Class in org.apache.brooklyn.rest.transform
-
- CatalogTransformer() - Constructor for class org.apache.brooklyn.rest.transform.CatalogTransformer
-
Deprecated.
- CatalogUpgrades(BundleUpgradeParser.CatalogUpgrades.Builder) - Constructor for class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades
-
- CatalogUtils - Class in org.apache.brooklyn.core.catalog.internal
-
- CatalogUtils() - Constructor for class org.apache.brooklyn.core.catalog.internal.CatalogUtils
-
- causes - Variable in class org.apache.brooklyn.entity.group.zoneaware.AbstractZoneFailureDetector.ZoneHistory
-
- censoredValue() - Static method in class org.apache.brooklyn.core.config.render.RendererHints
-
Forces the given sensor or config key's value to be censored.
- certificateDestination(String) - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig.Builder
-
- certificateSourceUrl(String) - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig.Builder
-
- chain(<any>, <any>) - Static method in class org.apache.brooklyn.feed.http.HttpValueFunctions
-
- chain(<any>, <any>, <any>) - Static method in class org.apache.brooklyn.feed.http.HttpValueFunctions
-
- chain(<any>, <any>, <any>, <any>) - Static method in class org.apache.brooklyn.feed.http.HttpValueFunctions
-
- chain(StatusRecorder...) - Static method in class org.apache.brooklyn.qa.longevity.StatusRecorder.Factory
-
- chain(<any>, <any>) - Static method in class org.apache.brooklyn.util.guava.Functionals
-
applies f1 to the input, then the result of that is passed to f2 (note opposite semantics to Functions#compose(Function, Function)
- chain(<any>, <any>, <any>) - Static method in class org.apache.brooklyn.util.guava.Functionals
-
applies f1 to the input, then f2 to that result, then f3 to that result
- chain(<any>, <any>, <any>, <any>) - Static method in class org.apache.brooklyn.util.guava.Functionals
-
applies f1 to the input, then f2 to that result, then f3 to that result, then f4 to that result
- chain(Collection<String>) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
Returns a sequence of chained commands that runs until one of them fails (i.e.
- chain(String...) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- chainGroup(Collection<String>) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- chainGroup(String...) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- ChainingStatusRecorder(StatusRecorder...) - Constructor for class org.apache.brooklyn.qa.longevity.StatusRecorder.ChainingStatusRecorder
-
- chainSubshell(Collection<String>) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- chainSubshell(String...) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- Change() - Constructor for class org.apache.brooklyn.policy.failover.ElectPrimaryPolicy.Change
-
- CHANGE_PASSWORD - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlNode
-
- CHANGE_PASSWORD - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlNode.ChangePasswordEffector
-
- CHANGE_PASSWORD - Static variable in class org.apache.brooklyn.entity.database.mysql.MySqlNodeEffectors
-
- Changeable - Interface in org.apache.brooklyn.core.entity.trait
-
A collection of entities that can change.
- changeCatalogItemId(String, String, String, String) - Method in class org.apache.brooklyn.core.mgmt.rebind.transformer.CompoundTransformer.Builder
-
Changes the contents of an XML tag 'catalogItemId' where the
old text matches oldSymbolicName and optionally oldVersion
to have newSymbolicName and newVersion.
- changeCatalogItemId(String, String, String) - Method in class org.apache.brooklyn.core.mgmt.rebind.transformer.CompoundTransformer.Builder
-
- changeExceptionSupplier(Maybe<T>, Class<? extends RuntimeException>) - Static method in class org.apache.brooklyn.util.guava.Maybe.Absent
-
- changeExceptionSupplier(Maybe<T>, <any>) - Static method in class org.apache.brooklyn.util.guava.Maybe.Absent
-
- ChangeListener - Interface in org.apache.brooklyn.api.mgmt.rebind
-
Listener to be notified of changes within brooklyn, so that the new state
of the entity/location/policy can be persisted.
- changeMode(HighAvailabilityMode) - Method in interface org.apache.brooklyn.api.mgmt.ha.HighAvailabilityManager
-
changes the mode that this HA server is running in
- changeMode(HighAvailabilityMode) - Method in class org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl
-
- changeMode(HighAvailabilityMode, boolean, boolean) - Method in class org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl
-
- changePassword(String, String) - Method in interface org.apache.brooklyn.entity.database.mysql.MySqlDriver
-
- changePassword(String, String) - Method in class org.apache.brooklyn.entity.database.mysql.MySqlSshDriver
-
Updates the password, tries both the old and new password in-case the password has already been changed
- ChangePasswordEffectorBody() - Constructor for class org.apache.brooklyn.entity.database.mysql.MySqlNodeEffectors.ChangePasswordEffectorBody
-
- changePlan(RegisteredType, RegisteredType.TypeImplementationPlan) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- changePlanNotingEquivalent(RegisteredType, RegisteredType.TypeImplementationPlan) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- changeServerPool(String) - Method in class org.apache.brooklyn.entity.proxy.AbstractControllerImpl
-
- changeServerPool(String) - Method in class org.apache.brooklyn.entity.proxy.AbstractNonProvisionedControllerImpl
-
- changeServerPool(String) - Method in interface org.apache.brooklyn.entity.proxy.LoadBalancer
-
- changeServerPool(String) - Method in class org.apache.brooklyn.entity.proxy.LoadBalancerClusterImpl
-
- CHARACTER_GROUPS - Static variable in class org.apache.brooklyn.core.sensor.password.CreatePasswordSensor
-
- CHARSET_NAME - Static variable in class org.apache.brooklyn.core.config.external.vault.VaultExternalConfigSupplier
-
- CHECK_CREDENTIALS - Static variable in class org.apache.brooklyn.location.jclouds.DefaultConnectivityResolver
-
- CHECK_JAVA_HOSTNAME_BUG - Static variable in interface org.apache.brooklyn.entity.java.UsesJava
-
- CHECK_RUNNING - Static variable in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- CHECK_RUNNING_COMMAND - Static variable in interface org.apache.brooklyn.entity.software.base.AbstractVanillaProcess
-
- CHECK_RUNNING_COMMAND - Static variable in interface org.apache.brooklyn.entity.software.base.VanillaWindowsProcess
-
- CHECK_RUNNING_POWERSHELL_COMMAND - Static variable in interface org.apache.brooklyn.entity.software.base.VanillaWindowsProcess
-
- CHECK_SUBTASK_SUBMITTERS - Static variable in class org.apache.brooklyn.core.mgmt.internal.BrooklynGarbageCollector
-
should we check for tasks which are submitted by another but backgrounded, i.e.
- checkAllEnumeratedIgnoreCase(Class<? extends Enum<?>>, String...) - Static method in class org.apache.brooklyn.util.javalang.Enums
-
- checkAllEnumeratedIgnoreCase(String, Enum<?>[], String...) - Static method in class org.apache.brooklyn.util.javalang.Enums
-
checks that all accepted enum values are represented by the given set of explicit values
- checkAssertions(Map<String, ?>, List<? extends Map<String, ?>>, String, <any>) - Static method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
-
Deprecated.
- checkAssertions(TestFrameworkAssertions.AssertionSupport, Map<String, ?>, List<? extends Map<String, ?>>, String, <any>) - Static method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
-
Deprecated.
- checkAssertions(TestFrameworkAssertions.AssertionSupport, Map<String, ?>, Map<String, ?>, String, <any>) - Static method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
-
Deprecated.
- checkAssertions(Map<String, ?>, Map<String, ?>, String, <any>) - Static method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
-
Deprecated.
- checkAssertionsEventually(TestFrameworkAssertions.AssertionOptions) - Static method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
-
- checkCanLoad() - Static method in class org.apache.brooklyn.rest.security.provider.LdapSecurityProvider
-
- checkChildrenAndMembers() - Method in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ComputeServiceIndicatorsFromChildrenAndMembersSpec
-
- checkChildrenOnly() - Method in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ComputeServiceIndicatorsFromChildrenAndMembersSpec
-
- checkClientTrusted(X509Certificate[], String) - Method in class org.apache.brooklyn.util.crypto.SslTrustUtils.DelegatingTrustManager
-
- checkCompatibleOneNonNull(Class<? super T>, <any>) - Static method in class org.apache.brooklyn.util.guava.TypeTokens
-
Checks that if both type and token are supplied, either exactly one is null, or
they both refer to the same non-null type
- checkEntitled(EntitlementManager, EntitlementClass<T>, T) - Static method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- checkError() - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- checkExplicitUserPassword(ManagementContext, String, String) - Static method in class org.apache.brooklyn.rest.security.provider.ExplicitUsersSecurityProvider
-
checks the supplied candidate user and password against the
expect password (or SHA-256 + SALT thereof) defined as brooklyn properties.
- checkJavaHostnameBug() - Method in class org.apache.brooklyn.entity.java.JavaSoftwareProcessSshDriver
-
- checkLocationFirewall(SshMachineLocation) - Method in class org.apache.brooklyn.entity.machine.MachineInitTasks
-
Returns a queued
Task which checks if location firewall is enabled.
- checkMembersOnly() - Method in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ComputeServiceIndicatorsFromChildrenAndMembersSpec
-
- checkNoError() - Method in class org.apache.brooklyn.util.exceptions.ReferenceWithError
-
throws if there is an error (even if masked)
- checkNoErrors() - Method in class org.apache.brooklyn.core.location.LocationConfigUtils.OsCredential
-
throws if there were errors resolving (e.g.
- checkNoHostnameBug() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- checkNonEmpty(CharSequence) - Static method in class org.apache.brooklyn.util.text.Strings
-
throws IllegalArgument if string not empty; cf.
- checkNonEmpty(CharSequence, String) - Static method in class org.apache.brooklyn.util.text.Strings
-
throws IllegalArgument if string not empty; cf.
- checkNotEmpty() - Method in class org.apache.brooklyn.core.location.LocationConfigUtils.OsCredential
-
throws if there are any problems
- checkPassword(String, String, String, String) - Static method in class org.apache.brooklyn.rest.security.provider.ExplicitUsersSecurityProvider
-
checks a candidate password against the expected credential defined for a given user.
- checkpoint(BrooklynMementoRawData, PersistenceExceptionHandler) - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister
-
applies a full checkpoint (write) of all state
- checkpoint(ManagementPlaneSyncRecord) - Method in class org.apache.brooklyn.core.mgmt.ha.ManagementPlaneSyncRecordPersisterToObjectStore
-
- checkpoint(BrooklynMementoRawData, PersistenceExceptionHandler) - Method in class org.apache.brooklyn.core.mgmt.persist.BrooklynMementoPersisterToObjectStore
-
- checkPortAvailable(InetAddress, int) - Static method in class org.apache.brooklyn.location.localhost.LocalhostMachineProvisioningLocation
-
- checkPortAvailable(InetAddress, int, Boolean) - Static method in class org.apache.brooklyn.location.localhost.LocalhostMachineProvisioningLocation
-
- checkPortsValid(Map<?, ?>) - Static method in class org.apache.brooklyn.util.net.Networking
-
- checkPortValid(Integer, String) - Static method in class org.apache.brooklyn.util.net.Networking
-
- CheckPrimaries(Entity, ConfigBag) - Constructor for class org.apache.brooklyn.policy.failover.ElectPrimaryEffector.CheckPrimaries
-
- checkRequiredFields(Object) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
- checkRequiredUrl(Entity, String) - Static method in class org.apache.brooklyn.core.entity.Entities
-
Fails-fast if value of the given URL is null or unresolveable.
- checkServerTrusted(X509Certificate[], String) - Method in class org.apache.brooklyn.util.crypto.SslTrustUtils.DelegatingTrustManager
-
- checkStartingOrRunning() - Method in class org.apache.brooklyn.entity.messaging.jms.JMSBrokerImpl
-
- checkSuccess(V) - Method in class org.apache.brooklyn.core.feed.AttributePollHandler
-
- checkSuccess(V) - Method in class org.apache.brooklyn.core.feed.DelegatingPollHandler
-
- checkSuccess(<any>) - Method in class org.apache.brooklyn.core.feed.FeedConfig
-
sets the predicate used to check whether a feed run is successful
- checkSuccess(<any>) - Method in class org.apache.brooklyn.core.feed.FeedConfig
-
as #checkSuccess(Predicate)
- checkSuccess(V) - Method in interface org.apache.brooklyn.core.feed.PollHandler
-
- checksum(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicManagedBundleMemento.Builder
-
- checkUrlExists(String) - Method in class org.apache.brooklyn.util.core.ResourceUtils
-
- checkUrlExists(String, String) - Method in class org.apache.brooklyn.util.core.ResourceUtils
-
Throws if the given URL cannot be read.
- checkVersions() - Method in class org.apache.brooklyn.core.BrooklynVersion
-
- checkVersions() - Method in interface org.apache.brooklyn.core.BrooklynVersionService
-
- CHEF_ATTRIBUTE_PREFIX - Static variable in class org.apache.brooklyn.entity.chef.ChefAttributeFeed
-
Prefix for attribute sensor names.
- CHEF_COOKBOOK_PRIMARY_NAME - Static variable in interface org.apache.brooklyn.entity.chef.ChefConfig
-
- CHEF_COOKBOOK_URLS - Static variable in interface org.apache.brooklyn.entity.chef.ChefConfig
-
- CHEF_LAUNCH_ATTRIBUTES - Static variable in interface org.apache.brooklyn.entity.chef.ChefConfig
-
typically set from spec, to customize the launch part of the start effector
- CHEF_LAUNCH_RUN_LIST - Static variable in interface org.apache.brooklyn.entity.chef.ChefConfig
-
typically set from spec, to customize the launch part of the start effector
- CHEF_MODE - Static variable in interface org.apache.brooklyn.entity.chef.ChefConfig
-
- CHEF_NODE_NAME - Static variable in interface org.apache.brooklyn.entity.chef.ChefConfig
-
- CHEF_RUN_CONVERGE_TWICE - Static variable in interface org.apache.brooklyn.entity.chef.ChefConfig
-
- CHEF_RUN_LIST - Static variable in interface org.apache.brooklyn.entity.chef.ChefConfig
-
Deprecated.
- ChefAttributeFeed - Class in org.apache.brooklyn.entity.chef
-
A sensor feed that retrieves attributes from Chef server and converts selected attributes to sensors.
- ChefAttributeFeed() - Constructor for class org.apache.brooklyn.entity.chef.ChefAttributeFeed
-
For rebind; do not call directly; use builder
- ChefAttributeFeed.Builder - Class in org.apache.brooklyn.entity.chef
-
- chefAttributePath(String) - Method in class org.apache.brooklyn.entity.chef.ChefAttributePollConfig
-
- ChefAttributePollConfig<T> - Class in org.apache.brooklyn.entity.chef
-
- ChefAttributePollConfig(AttributeSensor<T>) - Constructor for class org.apache.brooklyn.entity.chef.ChefAttributePollConfig
-
- ChefAttributePollConfig(ChefAttributePollConfig<T>) - Constructor for class org.apache.brooklyn.entity.chef.ChefAttributePollConfig
-
- ChefBashCommands - Class in org.apache.brooklyn.entity.chef
-
BASH commands useful for setting up Chef
- ChefBashCommands() - Constructor for class org.apache.brooklyn.entity.chef.ChefBashCommands
-
- ChefConfig - Interface in org.apache.brooklyn.entity.chef
-
- ChefConfig.ChefModes - Enum in org.apache.brooklyn.entity.chef
-
- ChefConfigs - Class in org.apache.brooklyn.entity.chef
-
Conveniences for configuring brooklyn Chef entities
- ChefConfigs() - Constructor for class org.apache.brooklyn.entity.chef.ChefConfigs
-
- ChefEntity - Interface in org.apache.brooklyn.entity.chef
-
- ChefEntityImpl - Class in org.apache.brooklyn.entity.chef
-
- ChefEntityImpl() - Constructor for class org.apache.brooklyn.entity.chef.ChefEntityImpl
-
- ChefEntitySpecResolver - Class in org.apache.brooklyn.entity.chef.resolve
-
- ChefEntitySpecResolver() - Constructor for class org.apache.brooklyn.entity.chef.resolve.ChefEntitySpecResolver
-
- ChefLifecycleEffectorTasks - Class in org.apache.brooklyn.entity.chef
-
Creates effectors to start, restart, and stop processes using Chef.
- ChefLifecycleEffectorTasks() - Constructor for class org.apache.brooklyn.entity.chef.ChefLifecycleEffectorTasks
-
- ChefPostgreSqlLifecycle() - Constructor for class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeChefImplFromScratch.ChefPostgreSqlLifecycle
-
- ChefServerTasks - Class in org.apache.brooklyn.entity.chef
-
- ChefServerTasks() - Constructor for class org.apache.brooklyn.entity.chef.ChefServerTasks
-
- ChefSoloDriver - Class in org.apache.brooklyn.entity.chef
-
Deprecated.
- ChefSoloDriver(EntityLocal, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.chef.ChefSoloDriver
-
Deprecated.
- ChefSoloTasks - Class in org.apache.brooklyn.entity.chef
-
- ChefSoloTasks() - Constructor for class org.apache.brooklyn.entity.chef.ChefSoloTasks
-
- ChefTasks - Class in org.apache.brooklyn.entity.chef
-
- ChefTasks() - Constructor for class org.apache.brooklyn.entity.chef.ChefTasks
-
- child(EntitySpec<?>) - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
The supplied class must have a public no-arg constructor.
- child(Object) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon
-
- child(Object) - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
- CHILD_ADDED - Static variable in class org.apache.brooklyn.core.entity.AbstractEntity
-
- CHILD_ENTITY_SPEC - Static variable in class org.apache.brooklyn.location.jclouds.ChildEntityCustomizer
-
- CHILD_REMOVED - Static variable in class org.apache.brooklyn.core.entity.AbstractEntity
-
- ChildEntityCustomizer - Class in org.apache.brooklyn.location.jclouds
-
Location customizer that optionally creates and starts a child entity.
- ChildEntityCustomizer() - Constructor for class org.apache.brooklyn.location.jclouds.ChildEntityCustomizer
-
- children(Iterable<? extends EntitySpec<?>>) - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
- children(String, Boolean) - Method in interface org.apache.brooklyn.rest.api.ActivityApi
-
- children(String, Boolean) - Method in class org.apache.brooklyn.rest.resources.ActivityResource
-
- children(Task<?>) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
return all children tasks of the given tasks, if it has children, else empty list
- CHILDREN_AS_MEMBERS - Static variable in interface org.apache.brooklyn.entity.group.BasicGroup
-
Deprecated.
- CHILDREN_STARTABLE_MODE - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- choose(ManagementPlaneSyncRecord, Duration, String) - Method in class org.apache.brooklyn.core.mgmt.ha.BasicMasterChooser
-
- choose(ManagementPlaneSyncRecord, Duration, String) - Method in interface org.apache.brooklyn.core.mgmt.ha.MasterChooser
-
- chooseImage(String, String) - Method in class org.apache.brooklyn.container.location.kubernetes.ImageChooser
-
- chooseImage(OsFamily, String) - Method in class org.apache.brooklyn.container.location.kubernetes.ImageChooser
-
- chooser() - Method in class org.apache.brooklyn.location.jclouds.BrooklynImageChooser
-
- Cidr - Class in org.apache.brooklyn.util.net
-
represents a CIDR (classless inter-domain routing) token, i.e.
- Cidr(String) - Constructor for class org.apache.brooklyn.util.net.Cidr
-
- Cidr(int...) - Constructor for class org.apache.brooklyn.util.net.Cidr
-
allows creation as Cidr(192, 168) for 192.168.0.0/16;
zero bits or ints included are significant, i.e.
- Cidr(int[], int) - Constructor for class org.apache.brooklyn.util.net.Cidr
-
- cidr(String) - Static method in class org.apache.brooklyn.util.net.Networking
-
returns a CIDR object for the given string, e.g.
- CLAIMED_COUNT - Static variable in interface org.apache.brooklyn.entity.machine.pool.ServerPool
-
- claimMachine(Map<?, ?>) - Method in interface org.apache.brooklyn.entity.machine.pool.ServerPool
-
- claimMachine(Map<?, ?>) - Method in class org.apache.brooklyn.entity.machine.pool.ServerPoolImpl
-
- CLASS_A - Static variable in class org.apache.brooklyn.util.net.Cidr
-
- CLASS_B - Static variable in class org.apache.brooklyn.util.net.Cidr
-
- CLASS_C - Static variable in class org.apache.brooklyn.util.net.Cidr
-
- CLASS_NAME - Static variable in class org.apache.brooklyn.camp.server.dto.LinkDto
-
- ClassCoercionException - Exception in org.apache.brooklyn.util.javalang.coerce
-
Thrown to indicate that TypeCoercions could not cast an object from one
class to another.
- ClassCoercionException() - Constructor for exception org.apache.brooklyn.util.javalang.coerce.ClassCoercionException
-
- ClassCoercionException(String) - Constructor for exception org.apache.brooklyn.util.javalang.coerce.ClassCoercionException
-
- ClassCoercionException(String, Throwable) - Constructor for exception org.apache.brooklyn.util.javalang.coerce.ClassCoercionException
-
- CLASSES - Static variable in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- classes() - Method in class org.apache.brooklyn.rest.apidoc.RestApiResourceScanner
-
- classesFromContext(Application, ServletConfig) - Method in class org.apache.brooklyn.rest.apidoc.RestApiResourceScanner
-
- ClassFinder - Class in org.apache.brooklyn.cli.lister
-
- ClassFinder() - Constructor for class org.apache.brooklyn.cli.lister.ClassFinder
-
- ClassLoaderDispatcher() - Constructor for class org.apache.brooklyn.util.core.LoaderDispatcher.ClassLoaderDispatcher
-
- ClassLoaderFromBrooklynClassLoadingContext - Class in org.apache.brooklyn.core.mgmt.classloading
-
- ClassLoaderFromStackOfBrooklynClassLoadingContext - Class in org.apache.brooklyn.core.mgmt.classloading
-
Provides a stack where
ClassLoadingContext instances can be pushed and popped,
with the most recently pushed one in effect at any given time.
- ClassLoaderFromStackOfBrooklynClassLoadingContext(ClassLoader) - Constructor for class org.apache.brooklyn.core.mgmt.classloading.ClassLoaderFromStackOfBrooklynClassLoadingContext
-
- ClassLoaderObjectInputStream(InputStream, ClassLoader) - Constructor for class org.apache.brooklyn.util.javalang.Serializers.ClassLoaderObjectInputStream
-
- ClassLoaderSerialization(ManagementContext) - Constructor for class org.apache.brooklyn.util.core.json.BidiSerialization.ClassLoaderSerialization
-
- ClassLoaderUtils - Class in org.apache.brooklyn.util.core
-
- ClassLoaderUtils(Object, Entity) - Constructor for class org.apache.brooklyn.util.core.ClassLoaderUtils
-
- ClassLoaderUtils(Object, ManagementContext) - Constructor for class org.apache.brooklyn.util.core.ClassLoaderUtils
-
- ClassLoaderUtils(Class<?>) - Constructor for class org.apache.brooklyn.util.core.ClassLoaderUtils
-
- ClassLoaderUtils(ClassLoader) - Constructor for class org.apache.brooklyn.util.core.ClassLoaderUtils
-
- ClassLoaderUtils(ClassLoader, ManagementContext) - Constructor for class org.apache.brooklyn.util.core.ClassLoaderUtils
-
- ClassLoaderUtils(Class<?>, Entity) - Constructor for class org.apache.brooklyn.util.core.ClassLoaderUtils
-
- ClassLoaderUtils(Class<?>, ManagementContext) - Constructor for class org.apache.brooklyn.util.core.ClassLoaderUtils
-
- ClassLoadingContext - Interface in org.apache.brooklyn.util.javalang
-
Provides functionality for loading classes based on the current context
(e.g.
- CLASSPATH - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- CLASSPATH - Static variable in interface org.apache.brooklyn.entity.java.VanillaJavaApp
-
- CLASSPATH_FILES - Static variable in interface org.apache.brooklyn.entity.java.VanillaJavaApp
-
- ClassRenameOsgiConfigLoader - Class in org.apache.brooklyn.launcher.osgi
-
Loads the class-renames from the OSGi configuration file: org.apache.brooklyn.classrename.cfg.
- ClassRenameOsgiConfigLoader() - Constructor for class org.apache.brooklyn.launcher.osgi.ClassRenameOsgiConfigLoader
-
- ClassRenamingMapper - Class in org.apache.brooklyn.util.core.xstream
-
An xstream mapper that handles class-renames, so we can rebind to historic persisted state.
- ClassRenamingMapper(Mapper, Map<String, String>, <any>) - Constructor for class org.apache.brooklyn.util.core.xstream.ClassRenamingMapper
-
- clean(Iterable<StackTraceElement>) - Method in class org.apache.brooklyn.util.javalang.StackTraceSimplifier
-
- clean(StackTraceElement[]) - Method in class org.apache.brooklyn.util.javalang.StackTraceSimplifier
-
- cleaned(T) - Method in class org.apache.brooklyn.util.javalang.StackTraceSimplifier
-
- cleanedStackTrace(T) - Static method in class org.apache.brooklyn.util.javalang.StackTraceSimplifier
-
- cleanOrphanedState(String, String) - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
- CleanOrphanedStateCommand() - Constructor for class org.apache.brooklyn.cli.Main.CleanOrphanedStateCommand
-
- cleanSimpleClassName(Object) - Static method in class org.apache.brooklyn.util.javalang.JavaClassNames
-
- cleanSimpleClassName(Class<?>) - Static method in class org.apache.brooklyn.util.javalang.JavaClassNames
-
- cleanStackTrace(Iterable<StackTraceElement>) - Static method in class org.apache.brooklyn.util.javalang.StackTraceSimplifier
-
- cleanStackTrace(StackTraceElement[]) - Static method in class org.apache.brooklyn.util.javalang.StackTraceSimplifier
-
- cleanup() - Method in class org.apache.brooklyn.util.core.mutex.MutexSupport
-
- cleanUp() - Method in class org.apache.brooklyn.util.guava.KeyTransformingLoadingCache
-
- cleanUpIptablesRules() - Static method in class org.apache.brooklyn.util.ssh.IptablesCommands
-
Returns the command that cleans up iptables rules.
- cleanupMutex(String) - Method in class org.apache.brooklyn.util.core.mutex.MutexSupport
-
forces deletion of the given mutex if it is unused;
normally not required as is done automatically on close
(but possibly needed where there are cancelations and risk of memory leaks)
- clear() - Method in class org.apache.brooklyn.camp.spi.PlatformTransaction
-
- clear() - Method in class org.apache.brooklyn.core.entity.internal.ConfigMapViewWithStringKeys
-
Deprecated.
- clear() - Method in class org.apache.brooklyn.core.internal.storage.impl.BasicReference
-
- clear() - Method in class org.apache.brooklyn.core.internal.storage.impl.ConcurrentMapAcceptingNullVals
-
- clear() - Method in interface org.apache.brooklyn.core.internal.storage.Reference
-
Sets the value back to null.
- clear() - Method in class org.apache.brooklyn.core.typereg.BasicBrooklynTypeRegistry
-
Deletes all items, for use when resetting management context
- clear() - Method in class org.apache.brooklyn.util.collections.SetFromLiveMap
-
- clear() - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- clear() - Method in interface org.apache.brooklyn.util.core.internal.ssh.SshAbstractTool.SshAction
-
- clear() - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjClientConnection
-
- clearBrooklynManagedBundles() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogInitialization
-
Clears all record of the brooklyn-managed-bundles (so use with care!).
- clearBundleInStoredUpgrades(ManagementContext, VersionedName) - Static method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades
-
- clearCache() - Static method in class org.apache.brooklyn.core.BrooklynFeatureEnablement
-
- clearCachedLookup() - Static method in class org.apache.brooklyn.core.location.geo.HostGeoInfo
-
- clearCatalogItems() - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData
-
- clearCatalogItems() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- clearConfig() - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
Clears the config map, removing any config previously set.
- clearConfigKeys() - Method in class org.apache.brooklyn.core.entity.EntityDynamicType
-
- clearEntitlementContext() - Static method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- clearEvents() - Method in class org.apache.brooklyn.test.LogWatcher
-
- clearForced() - Static method in class org.apache.brooklyn.core.plan.PlanToSpecFactory
-
Deprecated.
- clearForced() - Static method in class org.apache.brooklyn.core.typereg.TypePlanTransformers
-
- clearHighAvailabilityPlaneStates() - Method in interface org.apache.brooklyn.rest.api.ServerApi
-
- clearHighAvailabilityPlaneStates() - Method in class org.apache.brooklyn.rest.resources.ServerResource
-
- clearing() - Static method in class org.apache.brooklyn.core.config.StructuredConfigKey.StructuredModifications
-
when passed as a value to a StructuredConfigKey, causes the structure to be cleared
- clearInstallDir() - Method in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNodeDriver
-
- clearInstallDir() - Method in class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeSshDriver
-
- clearLocationRegistry() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- clearLocations() - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
clears locations defined in the spec
- clearLocations() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- clearLocations() - Method in interface org.apache.brooklyn.core.entity.EntityInternal
-
- clearManagedBundles() - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiManager
-
Clears all record of the managed bundles (use with care!).
- clearMapSensorEntry(Entity, AttributeSensor<Map<TKey, TVal>>, TKey) - Static method in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic
-
- clearMaster(String) - Method in class org.apache.brooklyn.core.mgmt.ha.ManagementPlaneSyncRecordDeltaImpl.Builder
-
- clearNotUpIndicator(Entity, String) - Static method in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ServiceNotUpLogic
-
- clearNotUpIndicator(Entity, Sensor<?>) - Static method in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ServiceNotUpLogic
-
- clearParent() - Method in interface org.apache.brooklyn.api.entity.Entity
-
Clears the parent (i.e.
- clearParent() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- clearProblemsIndicator(Entity, Sensor<?>) - Static method in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ServiceProblemsLogic
-
- clearProblemsIndicator(Entity, Effector<?>) - Static method in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ServiceProblemsLogic
-
- clearProblemsIndicator(Entity, String) - Static method in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ServiceProblemsLogic
-
- clearStaticData() - Static method in class org.apache.brooklyn.location.localhost.LocalhostMachineProvisioningLocation
-
- clearStrictSerialization() - Static method in class org.apache.brooklyn.util.core.json.BidiSerialization
-
- clearTaskSchedulerForTag(Object) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
Forgets that any scheduler was associated with a tag.
- clearThreadLocalPrintStream() - Method in class org.apache.brooklyn.util.stream.ThreadLocalPrintStream
-
- clearTypeInStoredUpgrades(ManagementContext, VersionedName) - Static method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades
-
- clearUpgradesProvidedByBundle(VersionedName) - Method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades.Builder
-
- clearUpgradesProvidedByType(VersionedName) - Method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades.Builder
-
- CLIENT_CERT_DATA - Static variable in interface org.apache.brooklyn.container.location.kubernetes.KubernetesLocationConfig
-
- CLIENT_CERT_FILE - Static variable in interface org.apache.brooklyn.container.location.kubernetes.KubernetesLocationConfig
-
- CLIENT_KEY_ALGO - Static variable in interface org.apache.brooklyn.container.location.kubernetes.KubernetesLocationConfig
-
- CLIENT_KEY_DATA - Static variable in interface org.apache.brooklyn.container.location.kubernetes.KubernetesLocationConfig
-
- CLIENT_KEY_FILE - Static variable in interface org.apache.brooklyn.container.location.kubernetes.KubernetesLocationConfig
-
- CLIENT_KEY_PASSPHRASE - Static variable in interface org.apache.brooklyn.container.location.kubernetes.KubernetesLocationConfig
-
- CLIENT_TIMEOUT - Static variable in interface org.apache.brooklyn.container.location.kubernetes.KubernetesLocationConfig
-
- clientCertificateDestination(String) - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig.Builder
-
- clientCertificateSourceUrl(String) - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig.Builder
-
- clientConnectionManager(ClientConnectionManager) - Method in class org.apache.brooklyn.util.http.HttpTool.HttpClientBuilder
-
- clientError() - Static method in class org.apache.brooklyn.entity.brooklynnode.EntityHttpClient.ResponseCodePredicates
-
- clone() - Method in class org.apache.brooklyn.location.jclouds.BrooklynImageChooser
-
- clone() - Method in class org.apache.brooklyn.util.core.task.ValueResolver
-
returns a copy of this resolver which can be queried, even if the original (single-use instance) has already been copied
- cloneFor(ComputeService) - Method in class org.apache.brooklyn.location.jclouds.BrooklynImageChooser
-
- cloneFor(ConfigBag) - Method in class org.apache.brooklyn.location.jclouds.BrooklynImageChooser
-
- cloneFor(T, ComputeService, ConfigBag) - Static method in class org.apache.brooklyn.location.jclouds.BrooklynImageChooser
-
Attempts to clone the given item for use with the given ComputeService and/or the
given config, if the item is ComputeServiceAwareChooser or ConfigAwareChooser;
otherwise it returns the item unchanged.
- cloneFor(T, ComputeService) - Static method in class org.apache.brooklyn.location.jclouds.BrooklynImageChooser
-
Attempts to clone the given item for use with the given ComputeService, if
the item is ComputeServiceAwareChooser; otherwise it returns the item unchanged.
- cloneFor(T, ConfigBag) - Static method in class org.apache.brooklyn.location.jclouds.BrooklynImageChooser
-
Attempts to clone the given item for use with the given
ConfigBag, if
the item is
ConfigAwareChooser; otherwise it returns the item unchanged.
- cloneFor(ComputeService) - Method in class org.apache.brooklyn.location.jclouds.BrooklynImageChooser.ImageChooserFromOrdering
-
- cloneFor(ConfigBag) - Method in class org.apache.brooklyn.location.jclouds.BrooklynImageChooser.ImageChooserFromOrdering
-
- cloneFor(ComputeService) - Method in class org.apache.brooklyn.location.jclouds.BrooklynImageChooser.OrderingScoredWithoutDefaults
-
- cloneFor(ConfigBag) - Method in class org.apache.brooklyn.location.jclouds.BrooklynImageChooser.OrderingScoredWithoutDefaults
-
- cloneFor(ComputeService) - Method in class org.apache.brooklyn.location.jclouds.BrooklynImageChooser.OrderingWithDefaults
-
- cloneFor(ConfigBag) - Method in class org.apache.brooklyn.location.jclouds.BrooklynImageChooser.OrderingWithDefaults
-
- close() - Method in class org.apache.brooklyn.core.location.AggregatingMachineProvisioningLocation
-
- close() - Method in class org.apache.brooklyn.core.mgmt.persist.FileBasedObjectStore
-
- close() - Method in class org.apache.brooklyn.core.mgmt.persist.jclouds.JcloudsBlobStoreBasedObjectStore
-
- close() - Method in interface org.apache.brooklyn.core.mgmt.persist.PersistenceObjectStore
-
Closes all resources used by this ObjectStore.
- close() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.MachineLifecycleEffectorTasks.CloseableLatch
-
- close() - Method in class org.apache.brooklyn.location.byon.FixedListMachineProvisioningLocation
-
- close() - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- close() - Method in class org.apache.brooklyn.test.LogWatcher
-
- close() - Method in class org.apache.brooklyn.util.http.executor.apacheclient.HttpResponseWrapper
-
- close() - Method in class org.apache.brooklyn.util.http.executor.HttpResponseImpl
-
- close() - Method in class org.apache.brooklyn.util.pool.BasicPool
-
- close() - Method in interface org.apache.brooklyn.util.pool.Lease
-
- close() - Method in interface org.apache.brooklyn.util.pool.Pool
-
- close() - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- close() - Method in class org.apache.brooklyn.util.stream.KnownSizeInputStream
-
- close() - Method in class org.apache.brooklyn.util.stream.LoggingOutputStream
-
- close() - Method in class org.apache.brooklyn.util.stream.ReaderInputStream
-
Closes the Stringreader.
- close() - Method in class org.apache.brooklyn.util.stream.StreamGobbler
-
- CLOSE_CONNECTION - Static variable in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- CloseableLatch(Entity, ReleaseableLatch) - Constructor for class org.apache.brooklyn.entity.software.base.lifecycle.MachineLifecycleEffectorTasks.CloseableLatch
-
- closePortForwarding(NodeMetadata, int, HostAndPort, Protocol) - Method in interface org.apache.brooklyn.location.jclouds.networking.JcloudsPortForwarderExtension
-
- closeQuietly(HttpURLConnection) - Static method in class org.apache.brooklyn.test.HttpTestUtils
-
Deprecated.
Closes all streams of the connection, and disconnects it.
- closeQuietly(HttpURLConnection) - Static method in class org.apache.brooklyn.util.http.HttpTool
-
Closes all streams of the connection, and disconnects it.
- closeQuietly(Socket) - Static method in class org.apache.brooklyn.util.net.Networking
-
- closeQuietly(ServerSocket) - Static method in class org.apache.brooklyn.util.net.Networking
-
- closeQuietly(DatagramSocket) - Static method in class org.apache.brooklyn.util.net.Networking
-
- closeQuietly(Closeable) - Static method in class org.apache.brooklyn.util.stream.Streams
-
drop-in non-deprecated replacement for Closeable's deprecated closeQuiety;
we may wish to review usages, particularly as we drop support for java 1.6,
but until then use this instead of the deprecated method
- closer(<any>) - Method in class org.apache.brooklyn.util.pool.BasicPool.Builder
-
- closeSshConnection() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
The connection should be closed and disconnected once the commands have executed.
- closure(Closure<?>) - Method in class org.apache.brooklyn.feed.function.FunctionPollConfig
-
- closureFromCallable(Callable<T>) - Static method in class org.apache.brooklyn.util.groovy.GroovyJavaMethods
-
Deprecated.
- closureFromFunction(<any>) - Static method in class org.apache.brooklyn.util.groovy.GroovyJavaMethods
-
Deprecated.
- closureFromRunnable(Runnable) - Static method in class org.apache.brooklyn.util.groovy.GroovyJavaMethods
-
Deprecated.
- CLOUD_AVAILABILITY_ZONE_ID - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- CLOUD_AVAILABILITY_ZONE_ID - Static variable in class org.apache.brooklyn.core.location.LocationConfigKeys
-
- CLOUD_ENDPOINT - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- CLOUD_ENDPOINT - Static variable in class org.apache.brooklyn.core.location.LocationConfigKeys
-
- CLOUD_EXPLORER_SCOPE - Static variable in class org.apache.brooklyn.karaf.commands.cloud.explorer.AbstractCloudExplorerCommand
-
- CLOUD_MACHINE_NAMER_CLASS - Static variable in class org.apache.brooklyn.core.location.LocationConfigKeys
-
- CLOUD_PROVIDER - Static variable in class org.apache.brooklyn.core.location.LocationConfigKeys
-
- CLOUD_PROVIDER - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- CLOUD_REGION_ID - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- CLOUD_REGION_ID - Static variable in class org.apache.brooklyn.core.location.LocationConfigKeys
-
- CloudExplorer - Class in org.apache.brooklyn.cli
-
Makes use of
CloudExplorerSupport to provide cloud explorer commands at Brooklyn server command line.
- CloudExplorer() - Constructor for class org.apache.brooklyn.cli.CloudExplorer
-
- CloudExplorer.BlobstoreGetBlobCommand - Class in org.apache.brooklyn.cli
-
- CloudExplorer.BlobstoreListContainerCommand - Class in org.apache.brooklyn.cli
-
- CloudExplorer.BlobstoreListContainersCommand - Class in org.apache.brooklyn.cli
-
- CloudExplorer.ComputeDefaultTemplateCommand - Class in org.apache.brooklyn.cli
-
- CloudExplorer.ComputeGetImageCommand - Class in org.apache.brooklyn.cli
-
- CloudExplorer.ComputeListHardwareProfilesCommand - Class in org.apache.brooklyn.cli
-
- CloudExplorer.ComputeListImagesCommand - Class in org.apache.brooklyn.cli
-
- CloudExplorer.ComputeListInstancesCommand - Class in org.apache.brooklyn.cli
-
- CloudExplorer.ComputeTerminateInstancesCommand - Class in org.apache.brooklyn.cli
-
- CloudExplorer.JcloudsCommand - Class in org.apache.brooklyn.cli
-
- CloudExplorerSupport - Class in org.apache.brooklyn.launcher.command.support
-
Convenience for listing Cloud Compute and BlobStore details.
- CloudExplorerSupport(ManagementContext, boolean, String, boolean) - Constructor for class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport
-
- CloudExplorerSupport.Blobstore - Class in org.apache.brooklyn.launcher.command.support
-
- CloudExplorerSupport.BlobstoreListContainer - Class in org.apache.brooklyn.launcher.command.support
-
- CloudExplorerSupport.BlobstoreListContainers - Class in org.apache.brooklyn.launcher.command.support
-
- CloudExplorerSupport.ComputeDefaultTemplate - Class in org.apache.brooklyn.launcher.command.support
-
- CloudExplorerSupport.ComputeExploration - Class in org.apache.brooklyn.launcher.command.support
-
- CloudExplorerSupport.GetBlob - Class in org.apache.brooklyn.launcher.command.support
-
- CloudExplorerSupport.GetImage - Class in org.apache.brooklyn.launcher.command.support
-
- CloudExplorerSupport.ListHardwareProfiles - Class in org.apache.brooklyn.launcher.command.support
-
- CloudExplorerSupport.ListImages - Class in org.apache.brooklyn.launcher.command.support
-
- CloudExplorerSupport.ListInstances - Class in org.apache.brooklyn.launcher.command.support
-
- CloudExplorerSupport.TerminateInstances - Class in org.apache.brooklyn.launcher.command.support
-
- CloudLocationConfig - Interface in org.apache.brooklyn.core.location.cloud
-
- CloudMachineNamer - Interface in org.apache.brooklyn.core.location.cloud.names
-
Interface used to construct names for individual cloud machines and for groups of machines.
- CLOUDSOFT_REPO_ENABLED - Static variable in class org.apache.brooklyn.core.entity.drivers.downloads.DownloadProducerFromCloudsoftRepo
-
- CLOUDSOFT_REPO_URL - Static variable in class org.apache.brooklyn.core.entity.drivers.downloads.DownloadProducerFromCloudsoftRepo
-
- CLOUDSOFT_REPO_URL_PATTERN - Static variable in class org.apache.brooklyn.core.entity.drivers.downloads.DownloadProducerFromCloudsoftRepo
-
- Cluster - Interface in org.apache.brooklyn.entity.group
-
Intended to represent a group of homogeneous entities in a single location.
- CLUSTER - Static variable in interface org.apache.brooklyn.entity.group.DynamicCluster
-
- CLUSTER - Static variable in interface org.apache.brooklyn.entity.messaging.kafka.KafkaCluster
-
Underlying Kafka broker cluster.
- CLUSTER - Static variable in interface org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppCluster
-
- CLUSTER_MEMBER - Static variable in interface org.apache.brooklyn.entity.group.DynamicCluster
-
- CLUSTER_MEMBER_ID - Static variable in interface org.apache.brooklyn.entity.group.DynamicCluster
-
- CLUSTER_NAME - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
- CLUSTER_NAME - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- CLUSTER_NAME - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
- CLUSTER_NAME - Static variable in interface org.apache.brooklyn.entity.nosql.couchdb.CouchDBCluster
-
- CLUSTER_NAME - Static variable in interface org.apache.brooklyn.entity.nosql.couchdb.CouchDBNode
-
- CLUSTER_NAME - Static variable in interface org.apache.brooklyn.entity.nosql.elasticsearch.ElasticSearchCluster
-
- CLUSTER_NAME - Static variable in interface org.apache.brooklyn.entity.nosql.elasticsearch.ElasticSearchNode
-
- CLUSTER_NAME - Static variable in interface org.apache.brooklyn.entity.nosql.hazelcast.HazelcastCluster
-
- CLUSTER_NAME - Static variable in interface org.apache.brooklyn.entity.webapp.jboss.JBoss6Server
-
Deprecated.
- CLUSTER_NAME - Static variable in interface org.apache.brooklyn.entity.zookeeper.ZooKeeperEnsemble
-
- CLUSTER_ONE_AND_ALL_MEMBERS_UP - Static variable in interface org.apache.brooklyn.entity.group.DynamicCluster
-
- CLUSTER_PASSWORD - Static variable in interface org.apache.brooklyn.entity.nosql.hazelcast.HazelcastCluster
-
- CMD_GET - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- CMD_GET_PER_NODE - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
- CmdFeed - Class in org.apache.brooklyn.feed.windows
-
- CmdFeed() - Constructor for class org.apache.brooklyn.feed.windows.CmdFeed
-
For rebind; do not call directly; use builder
- CmdFeed.Builder - Class in org.apache.brooklyn.feed.windows
-
- CNAME_RECORDS - Static variable in interface org.apache.brooklyn.entity.network.bind.BindDnsServer
-
- CO_LOCATED_ROUTER_GROUP - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardedDeployment
-
- code(int) - Method in class org.apache.brooklyn.test.http.TestHttpRequestHandler
-
- code() - Method in class org.apache.brooklyn.util.http.executor.apacheclient.HttpResponseWrapper
-
- code(int) - Method in class org.apache.brooklyn.util.http.executor.HttpResponse.Builder
-
- code() - Method in interface org.apache.brooklyn.util.http.executor.HttpResponse
-
The HTTP status code.
- code() - Method in class org.apache.brooklyn.util.http.executor.HttpResponseImpl
-
- codePidFromFileRunning(String) - Static method in class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks
-
task which returns 0 if pid in the given file is running;
method accepts wildcards so long as they match a single file on the remote end
- codePidRunning(Integer) - Static method in class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks
-
task which returns 0 if pid is running
- coerce(Object, Class<T>) - Static method in class org.apache.brooklyn.util.core.flags.TypeCoercions
-
- coerce(Object, <any>) - Static method in class org.apache.brooklyn.util.core.flags.TypeCoercions
-
- coerce(Object, Class<T>) - Method in interface org.apache.brooklyn.util.javalang.coerce.TypeCoercer
-
- coerce(Object, Class<T>) - Method in class org.apache.brooklyn.util.javalang.coerce.TypeCoercerExtensible
-
- coerce(Object, <any>) - Method in class org.apache.brooklyn.util.javalang.coerce.TypeCoercerExtensible
-
- coerceFirstNonNullKeyValue(ConfigKey<T>, Object...) - Static method in class org.apache.brooklyn.util.core.config.ConfigBag
-
returns the first non-null value to be the type indicated by the key, or the keys default value if no non-null values are supplied
- CoerceFunction(TypeCoercer, Class<T>) - Constructor for class org.apache.brooklyn.util.javalang.coerce.CoerceFunctionals.CoerceFunction
-
- CoerceFunctionals - Class in org.apache.brooklyn.util.javalang.coerce
-
- CoerceFunctionals.CoerceFunction<T> - Class in org.apache.brooklyn.util.javalang.coerce
-
- CoerceStringToCollections() - Constructor for class org.apache.brooklyn.util.javalang.coerce.CommonAdaptorTypeCoercions.CoerceStringToCollections
-
- coerceToCollectionOfLocationsManaged(ManagementContext, Object) - Static method in class org.apache.brooklyn.core.location.Locations
-
- coerceToLocationManaged(ManagementContext, Object) - Static method in class org.apache.brooklyn.core.location.Locations
-
- collapse(Throwable) - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
creates (but does not throw) a new
PropagatedRuntimeException whose
message and cause are taken from the first _interesting_ element in the source
- collapse(Throwable, boolean) - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
creates (but does not throw) a new
PropagatedRuntimeException whose
message is taken from the first _interesting_ element in the source,
and optionally also the causal chain
- collapseIncludingAllCausalMessages(Throwable) - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
- collapseText(Throwable) - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
- collapseTextIncludingAllCausalMessages(Throwable) - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
normally
Exceptions.collapseText(Throwable) will stop following causal chains when encountering an interesting exception
with a message; this variant will continue to follow such causal chains, showing all messages.
- collapseTextInContext(Throwable, Object...) - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
- CollapseTextSupplier(Throwable) - Constructor for class org.apache.brooklyn.util.exceptions.Exceptions.CollapseTextSupplier
-
- collapseWhitespace(String, String) - Static method in class org.apache.brooklyn.util.text.Strings
-
replaces each sequence of whitespace in the first string with the replacement in the second string
- COLLECTION_INTEGER - Static variable in class org.apache.brooklyn.util.GenericTypes
-
- COLLECTION_STRING - Static variable in class org.apache.brooklyn.util.GenericTypes
-
- CollectionChangeListener<Item> - Interface in org.apache.brooklyn.core.mgmt.internal
-
- CollectionFunctionals - Class in org.apache.brooklyn.util.collections
-
things which it seems should be in guava, but i can't find
- CollectionFunctionals() - Constructor for class org.apache.brooklyn.util.collections.CollectionFunctionals
-
- CollectionFunctionals.FirstElementFunction<T> - Class in org.apache.brooklyn.util.collections
-
- CollectionFunctionals.SizeFunction - Class in org.apache.brooklyn.util.collections
-
- CollectionMerger - Class in org.apache.brooklyn.util.collections
-
Does a configurable deep merge, taking the order from the first argument,
and configurable through the builder how to act on lists or conflicts.
- CollectionMerger.Builder - Class in org.apache.brooklyn.util.collections
-
- CoLocatedMongoDBRouter - Interface in org.apache.brooklyn.entity.nosql.mongodb.sharding
-
- CoLocatedMongoDBRouterImpl - Class in org.apache.brooklyn.entity.nosql.mongodb.sharding
-
- CoLocatedMongoDBRouterImpl() - Constructor for class org.apache.brooklyn.entity.nosql.mongodb.sharding.CoLocatedMongoDBRouterImpl
-
- ColocatedRouterTrackingPolicy() - Constructor for class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardedDeploymentImpl.ColocatedRouterTrackingPolicy
-
- combineArrays(String[]...) - Static method in class org.apache.brooklyn.util.text.Strings
-
- Combiner<T,U> - Class in org.apache.brooklyn.enricher.stock
-
- Combiner() - Constructor for class org.apache.brooklyn.enricher.stock.Combiner
-
- CombinerBuilder(AttributeSensor<? extends S>...) - Constructor for class org.apache.brooklyn.enricher.stock.Enrichers.CombinerBuilder
-
- CombinerBuilder(Collection<AttributeSensor<? extends S>>) - Constructor for class org.apache.brooklyn.enricher.stock.Enrichers.CombinerBuilder
-
- CombiningZoneFailureDetector - Class in org.apache.brooklyn.entity.group.zoneaware
-
- command(String) - Method in class org.apache.brooklyn.feed.CommandPollConfig
-
- command(<any>) - Method in class org.apache.brooklyn.feed.CommandPollConfig
-
- command(String) - Method in class org.apache.brooklyn.feed.shell.ShellPollConfig
-
- COMMAND - Static variable in interface org.apache.brooklyn.test.framework.TestSshCommand
-
Supply the command to invoke directly.
- COMMAND - Static variable in interface org.apache.brooklyn.test.framework.TestWinrmCommand
-
Supply a bat command to invoke directly.
- CommandLineUtil - Class in org.apache.brooklyn.util
-
- CommandPollConfig<T> - Class in org.apache.brooklyn.feed
-
- CommandPollConfig(AttributeSensor<T>) - Constructor for class org.apache.brooklyn.feed.CommandPollConfig
-
- CommandPollConfig(CommandPollConfig<T>) - Constructor for class org.apache.brooklyn.feed.CommandPollConfig
-
- commandsToDownloadUrlsAs(List<String>, String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
Returns commands to download the URL, saving as the given file.
- commandToDownloadUrlAs(String, String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- commandToDownloadUrlsAs(List<String>, String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- commit() - Method in class org.apache.brooklyn.camp.BasicCampPlatform.BasicPlatformTransaction
-
- commit() - Method in class org.apache.brooklyn.camp.spi.pdp.AssemblyTemplateConstructor
-
- commit() - Method in class org.apache.brooklyn.camp.spi.PlatformTransaction
-
apply the transaction
- COMMITTED_HEAP_MEMORY - Static variable in interface org.apache.brooklyn.entity.java.UsesJavaMXBeans
-
- COMMON_TYPE_TOKENS - Static variable in class org.apache.brooklyn.util.guava.TypeTokens
-
- COMMON_USER_NAMES_TO_TRY - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationPublic
-
- CommonAdaptorTryCoercions - Class in org.apache.brooklyn.util.javalang.coerce
-
Defines and registers common generic coercers (e.g.
- CommonAdaptorTryCoercions(TypeCoercerExtensible) - Constructor for class org.apache.brooklyn.util.javalang.coerce.CommonAdaptorTryCoercions
-
- CommonAdaptorTypeCoercions - Class in org.apache.brooklyn.util.javalang.coerce
-
- CommonAdaptorTypeCoercions(TypeCoercerExtensible) - Constructor for class org.apache.brooklyn.util.javalang.coerce.CommonAdaptorTypeCoercions
-
- CommonAdaptorTypeCoercions.CoerceStringToCollections - Class in org.apache.brooklyn.util.javalang.coerce
-
Does a rough coercion of the string to the indicated Collection or Map type.
- commonPrefix(Cidr) - Method in class org.apache.brooklyn.util.net.Cidr
-
- commonPrefixLength(BitList) - Method in class org.apache.brooklyn.util.math.BitList
-
- commonPrefixLength(Cidr) - Method in class org.apache.brooklyn.util.net.Cidr
-
returns length of the prefix in common between the two cidrs
- ComparableVersion - Class in org.apache.brooklyn.util.text
-
- ComparableVersion(String) - Constructor for class org.apache.brooklyn.util.text.ComparableVersion
-
- compare(CatalogItem<T, SpecT>, CatalogItem<T, SpecT>) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemComparator
-
- compare(RegisteredType, RegisteredType) - Method in class org.apache.brooklyn.core.typereg.RegisteredTypes.RegisteredTypeNameThenBestFirstComparator
-
- compare(RegisteredType, RegisteredType) - Method in class org.apache.brooklyn.core.typereg.RegisteredTypes.RegisteredTypeNameThenWorstFirstComparator
-
- compare(Image, Image) - Method in class org.apache.brooklyn.location.jclouds.BrooklynImageChooser.OrderingScoredWithoutDefaults
-
- compare(Image, Image) - Method in class org.apache.brooklyn.location.jclouds.BrooklynImageChooser.OrderingWithDefaults
-
- compare(Task<?>, Task<?>) - Method in class org.apache.brooklyn.rest.resources.EntityResource.InterestingTasksFirstComparator
-
- compare(Field, Field) - Method in class org.apache.brooklyn.util.javalang.FieldOrderings.FieldClassComparator
-
- compare(Field, Field) - Method in class org.apache.brooklyn.util.javalang.FieldOrderings.FieldNameComparator
-
- compare(VersionedName, VersionedName) - Method in class org.apache.brooklyn.util.osgi.VersionedName.VersionedNameComparator
-
- compare(String, String) - Method in class org.apache.brooklyn.util.osgi.VersionedName.VersionedNameStringComparator
-
- compare(InputStream, InputStream) - Static method in class org.apache.brooklyn.util.stream.Streams
-
True iff the input streams read to completion give identical contents.
- compare(String, String) - Method in class org.apache.brooklyn.util.text.NaturalOrderComparator
-
- compare(String, String) - Method in class org.apache.brooklyn.util.text.VersionComparator
-
- compareTo(BasicMasterChooser.AlphabeticChooserScore) - Method in class org.apache.brooklyn.core.mgmt.ha.BasicMasterChooser.AlphabeticChooserScore
-
- compareTo(BasicMasterChooser.ScoredRecord<T>) - Method in class org.apache.brooklyn.core.mgmt.ha.BasicMasterChooser.ScoredRecord
-
- compareTo(WeightedObject<T>) - Method in class org.apache.brooklyn.policy.followthesun.WeightedObject
-
Note that equals and compareTo are not consistent: x.compareTo(y)==0 iff x.equals(y) is
highly recommended in Java, but is not required.
- compareTo(BundleSummary) - Method in class org.apache.brooklyn.rest.domain.BundleSummary
-
- compareTo(TypeSummary) - Method in class org.apache.brooklyn.rest.domain.TypeSummary
-
- compareTo(VersionedName) - Method in class org.apache.brooklyn.util.osgi.VersionedName
-
- compareTo(String) - Method in class org.apache.brooklyn.util.text.ComparableVersion
-
- compareTo(Duration) - Method in class org.apache.brooklyn.util.time.Duration
-
- Compat - Class in org.apache.brooklyn.util.core.osgi
-
Compatibility methods between karaf launcher and monolithic launcher.
- CompilerIndependentOuterClassFieldMapper - Class in org.apache.brooklyn.util.core.xstream
-
Compiler independent outer class field mapper.
- CompilerIndependentOuterClassFieldMapper(Mapper) - Constructor for class org.apache.brooklyn.util.core.xstream.CompilerIndependentOuterClassFieldMapper
-
- complete(Session, CommandLine, List<String>) - Method in class org.apache.brooklyn.karaf.commands.completers.EntityIdCompleter
-
- completionLatch - Variable in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
- completionLatch(CountDownLatch) - Method in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
If non-null, the performance test will wait for this latch before stopping the timer.
- completionLatchTimeout - Variable in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
- completionLatchTimeout(Duration) - Method in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
- component(Object) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon
-
- component(String, Object) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon
-
- component(Object) - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
Deprecated.
- component(String, Object) - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
- component(DslComponent, String) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslToStringHelpers
-
- COMPONENT - Static variable in interface org.apache.brooklyn.test.framework.RelativeEntityTestCase
-
- componentType(Object) - Static method in class org.apache.brooklyn.util.javalang.JavaClassNames
-
like type, but removes any array modifiers
- compose(<any>...) - Static method in class org.apache.brooklyn.location.jclouds.pool.MachinePoolPredicates
-
- compositeDataToMap() - Static method in class org.apache.brooklyn.feed.jmx.JmxValueFunctions
-
- compositeDataToMap(CompositeData) - Static method in class org.apache.brooklyn.feed.jmx.JmxValueFunctions
-
- compositeDataToMemoryUsage() - Static method in class org.apache.brooklyn.entity.java.JavaAppUtils
-
- CompositeEffector - Class in org.apache.brooklyn.core.effector
-
- CompositeEffector(ConfigBag) - Constructor for class org.apache.brooklyn.core.effector.CompositeEffector
-
- CompositeEffector(Map<?, ?>) - Constructor for class org.apache.brooklyn.core.effector.CompositeEffector
-
- CompoundRuntimeException - Exception in org.apache.brooklyn.util.exceptions
-
- CompoundRuntimeException(String) - Constructor for exception org.apache.brooklyn.util.exceptions.CompoundRuntimeException
-
- CompoundRuntimeException(String, Throwable) - Constructor for exception org.apache.brooklyn.util.exceptions.CompoundRuntimeException
-
- CompoundRuntimeException(Throwable) - Constructor for exception org.apache.brooklyn.util.exceptions.CompoundRuntimeException
-
- CompoundRuntimeException(String, Iterable<? extends Throwable>) - Constructor for exception org.apache.brooklyn.util.exceptions.CompoundRuntimeException
-
- CompoundRuntimeException(String, Throwable, Iterable<? extends Throwable>) - Constructor for exception org.apache.brooklyn.util.exceptions.CompoundRuntimeException
-
- CompoundTask<T> - Class in org.apache.brooklyn.util.core.task
-
A
Task that is comprised of other units of work: possibly a heterogeneous mix of
Task,
Runnable and
Callable instances (support for
Closure is deprecated).
- CompoundTask(Object...) - Constructor for class org.apache.brooklyn.util.core.task.CompoundTask
-
Constructs a new compound task containing the specified units of work.
- CompoundTask(Collection<?>) - Constructor for class org.apache.brooklyn.util.core.task.CompoundTask
-
Constructs a new compound task containing the specified units of work.
- CompoundTask(Map<String, ?>, Collection<?>) - Constructor for class org.apache.brooklyn.util.core.task.CompoundTask
-
- CompoundTransformer - Class in org.apache.brooklyn.core.mgmt.rebind.transformer
-
- CompoundTransformer.Builder - Class in org.apache.brooklyn.core.mgmt.rebind.transformer
-
- CompoundTransformerLoader - Class in org.apache.brooklyn.core.mgmt.rebind.transformer
-
- CompoundTransformerLoader() - Constructor for class org.apache.brooklyn.core.mgmt.rebind.transformer.CompoundTransformerLoader
-
- COMPUTE_SERVICE_MODULES - Static variable in interface org.apache.brooklyn.location.jclouds.JcloudsLocationConfig
-
- COMPUTE_SERVICE_REGISTRY - Static variable in interface org.apache.brooklyn.location.jclouds.JcloudsLocationConfig
-
- ComputeDefaultTemplate(ManagementContext, boolean, String, boolean) - Constructor for class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.ComputeDefaultTemplate
-
- ComputeDefaultTemplateCommand() - Constructor for class org.apache.brooklyn.cli.CloudExplorer.ComputeDefaultTemplateCommand
-
- ComputeExploration(ManagementContext, boolean, String, boolean) - Constructor for class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.ComputeExploration
-
- ComputeGetImageCommand() - Constructor for class org.apache.brooklyn.cli.CloudExplorer.ComputeGetImageCommand
-
- ComputeListHardwareProfilesCommand() - Constructor for class org.apache.brooklyn.cli.CloudExplorer.ComputeListHardwareProfilesCommand
-
- ComputeListImagesCommand() - Constructor for class org.apache.brooklyn.cli.CloudExplorer.ComputeListImagesCommand
-
- ComputeListInstancesCommand() - Constructor for class org.apache.brooklyn.cli.CloudExplorer.ComputeListInstancesCommand
-
- COMPUTER_NAME - Static variable in interface org.apache.brooklyn.util.core.internal.winrm.WinRmTool
-
- ComputeServiceIndicatorsFromChildrenAndMembers() - Constructor for class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ComputeServiceIndicatorsFromChildrenAndMembers
-
- ComputeServiceRegistry - Interface in org.apache.brooklyn.location.jclouds
-
- ComputeServiceRegistryImpl - Class in org.apache.brooklyn.location.jclouds
-
- ComputeServiceState() - Constructor for class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ComputeServiceState
-
- ComputeServiceSupplier(ConfigBag, Iterable<? extends Module>, Properties) - Constructor for class org.apache.brooklyn.location.jclouds.AbstractComputeServiceRegistry.ComputeServiceSupplier
-
- ComputeTerminateInstancesCommand() - Constructor for class org.apache.brooklyn.cli.CloudExplorer.ComputeTerminateInstancesCommand
-
- computing(<any>) - Method in class org.apache.brooklyn.enricher.stock.Enrichers.AbstractUpdatingMapBuilder
-
- COMPUTING - Static variable in class org.apache.brooklyn.enricher.stock.UpdatingMap
-
- ComputingAverage(Number, Number, <any>) - Constructor for class org.apache.brooklyn.enricher.stock.Enrichers.ComputingAverage
-
Deprecated.
- computingAverage(Number, Number, Class<T>) - Static method in class org.apache.brooklyn.enricher.stock.MathAggregatorFunctions
-
- computingAverage(Number, Number, <any>) - Static method in class org.apache.brooklyn.enricher.stock.MathAggregatorFunctions
-
- ComputingIsQuorate(<any>, QuorumCheck, int) - Constructor for class org.apache.brooklyn.enricher.stock.Enrichers.ComputingIsQuorate
-
- computingMax(Number, Number, Class<T>) - Static method in class org.apache.brooklyn.enricher.stock.MathAggregatorFunctions
-
- computingMax(Number, Number, <any>) - Static method in class org.apache.brooklyn.enricher.stock.MathAggregatorFunctions
-
- computingMin(Number, Number, Class<T>) - Static method in class org.apache.brooklyn.enricher.stock.MathAggregatorFunctions
-
- computingMin(Number, Number, <any>) - Static method in class org.apache.brooklyn.enricher.stock.MathAggregatorFunctions
-
- ComputingSum(Number, Number, <any>) - Constructor for class org.apache.brooklyn.enricher.stock.Enrichers.ComputingSum
-
Deprecated.
- computingSum(Number, Number, Class<T>) - Static method in class org.apache.brooklyn.enricher.stock.MathAggregatorFunctions
-
- computingSum(Number, Number, <any>) - Static method in class org.apache.brooklyn.enricher.stock.MathAggregatorFunctions
-
- concat(String...) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslToStringHelpers
-
concatenates the arguments, each appropriately dsl-tostringed with prefixes removed,
and then prefixes the result
- ConcreteSystemProcessTaskFactory(String...) - Constructor for class org.apache.brooklyn.util.core.task.system.internal.SystemProcessTaskFactory.ConcreteSystemProcessTaskFactory
-
- ConcurrentMapAcceptingNullVals<K,V> - Class in org.apache.brooklyn.core.internal.storage.impl
-
A decorator for a ConcurrentMap that allows null values to be used.
- ConcurrentMapAcceptingNullVals(ConcurrentMap<K, V>) - Constructor for class org.apache.brooklyn.core.internal.storage.impl.ConcurrentMapAcceptingNullVals
-
- CONDITIONAL_ENTITY - Static variable in interface org.apache.brooklyn.entity.stock.ConditionalEntity
-
- CONDITIONAL_ENTITY_SENSOR_LIST - Static variable in interface org.apache.brooklyn.entity.stock.ConditionalEntity
-
- CONDITIONAL_ENTITY_SPEC - Static variable in interface org.apache.brooklyn.entity.stock.ConditionalEntity
-
- CONDITIONAL_SNAPSHOT_URL_GENERATOR - Static variable in class org.apache.brooklyn.util.maven.MavenRetriever
-
- ConditionalEntity - Interface in org.apache.brooklyn.entity.stock
-
An entity that creates an optional child, based on a configuration key value.
- ConditionalEntityImpl - Class in org.apache.brooklyn.entity.stock
-
- ConditionalEntityImpl() - Constructor for class org.apache.brooklyn.entity.stock.ConditionalEntityImpl
-
- ConditionalSuspendPolicy - Class in org.apache.brooklyn.policy.ha
-
- ConditionalSuspendPolicy() - Constructor for class org.apache.brooklyn.policy.ha.ConditionalSuspendPolicy
-
- CONFIDENCE_REQUIRED_TO_PUBLISH - Static variable in class org.apache.brooklyn.enricher.stock.YamlRollingTimeWindowMeanEnricher
-
- CONFIDENCE_REQUIRED_TO_PUBLISH - Static variable in class org.apache.brooklyn.policy.enricher.RollingTimeWindowMeanEnricher
-
- ConfidenceQualifiedNumber(Double, double) - Constructor for class org.apache.brooklyn.enricher.stock.YamlRollingTimeWindowMeanEnricher.ConfidenceQualifiedNumber
-
- ConfidenceQualifiedNumber(Double, double) - Constructor for class org.apache.brooklyn.policy.enricher.RollingTimeWindowMeanEnricher.ConfidenceQualifiedNumber
-
- config() - Method in interface org.apache.brooklyn.api.catalog.CatalogItem
-
- config() - Method in interface org.apache.brooklyn.api.objs.Configurable
-
- config(Object) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon
-
- config(BrooklynObjectInternal, Object) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon
-
- config(Object) - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
- config() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- config() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
- config() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- config(String) - Static method in class org.apache.brooklyn.core.entity.EntityFunctions
-
- config(ConfigKey<T>) - Static method in class org.apache.brooklyn.core.entity.EntityFunctions
-
- config(String, String) - Static method in class org.apache.brooklyn.core.entity.EntityFunctions
-
- config(ConfigKey<?>, String) - Static method in class org.apache.brooklyn.core.entity.EntityFunctions
-
- config() - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- config() - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
- config(Map<String, ?>) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicEnricherMemento.Builder
-
- config(Map<String, ?>) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicFeedMemento.Builder
-
- config(Map<String, ?>) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicPolicyMemento.Builder
-
- config() - Method in class org.apache.brooklyn.core.objs.AbstractEntityAdjunct
-
- config() - Method in class org.apache.brooklyn.core.objs.BasicConfigurableObject
-
- config() - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal
-
- Config() - Constructor for class org.apache.brooklyn.core.objs.proxy.SpecialBrooklynObjectConstructor.Config
-
- config() - Method in class org.apache.brooklyn.core.typereg.BasicManagedBundle
-
- config() - Method in class org.apache.brooklyn.entity.machine.SetLimitsCustomizer
-
- config(String, Object) - Method in class org.apache.brooklyn.rest.domain.AdjunctDetail
-
- config(Map<String, Object>) - Method in class org.apache.brooklyn.rest.domain.AdjunctDetail
-
- config(Map<String, String>) - Method in class org.apache.brooklyn.rest.domain.ApplicationSpec.Builder
-
- config(HttpConfig) - Method in class org.apache.brooklyn.util.http.executor.HttpRequest.Builder
-
- config() - Method in interface org.apache.brooklyn.util.http.executor.HttpRequest
-
Additional optional configuration to customize how the call is done.
- config() - Method in class org.apache.brooklyn.util.http.executor.HttpRequestImpl
-
- CONFIG1 - Static variable in class org.apache.brooklyn.test.osgi.entities.SimpleLocation
-
- CONFIG1 - Static variable in class org.apache.brooklyn.test.osgi.entities.SimplePolicy
-
- CONFIG2 - Static variable in class org.apache.brooklyn.test.osgi.entities.SimpleLocation
-
- CONFIG2 - Static variable in class org.apache.brooklyn.test.osgi.entities.SimplePolicy
-
- CONFIG3 - Static variable in class org.apache.brooklyn.test.osgi.entities.SimpleLocation
-
- CONFIG3 - Static variable in class org.apache.brooklyn.test.osgi.entities.SimplePolicy
-
- CONFIG_CLUSTER_SIZE - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardedDeployment
-
- CONFIG_FILE - Static variable in class org.apache.brooklyn.entity.webapp.jboss.JBoss7SshDriver
-
Deprecated.
- CONFIG_FILE_NAME - Static variable in interface org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNode
-
- CONFIG_KEY_ADDED - Static variable in class org.apache.brooklyn.core.entity.AbstractEntity
-
- CONFIG_KEY_REMOVED - Static variable in class org.apache.brooklyn.core.entity.AbstractEntity
-
- CONFIG_MAP - Static variable in interface org.apache.brooklyn.container.entity.kubernetes.KubernetesResource
-
- CONFIG_PATH - Static variable in class org.apache.brooklyn.ui.modularity.module.api.UiModuleListener
-
- CONFIG_SERVER_ADDRESSES - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBConfigServerCluster
-
- CONFIG_SERVER_CLUSTER - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardedDeployment
-
- CONFIG_SERVERS - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBRouter
-
- CONFIG_TEMPLATE_URL - Static variable in interface org.apache.brooklyn.entity.messaging.rabbit.RabbitBroker
-
- CONFIG_TEMPLATE_URL - Static variable in interface org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNode
-
- CONFIG_XML - Static variable in interface org.apache.brooklyn.entity.messaging.qpid.QpidBroker
-
- CONFIG_XML_TEMPLATE_URL - Static variable in interface org.apache.brooklyn.entity.webapp.jetty.Jetty6Server
-
- ConfigBag - Class in org.apache.brooklyn.util.core.config
-
Stores config in such a way that usage can be tracked.
- ConfigBag() - Constructor for class org.apache.brooklyn.util.core.config.ConfigBag
-
- ConfigConstraints<T extends BrooklynObject> - Class in org.apache.brooklyn.core.config
-
Checks configuration constraints on entities and their adjuncts.
- ConfigConstraints(T) - Constructor for class org.apache.brooklyn.core.config.ConfigConstraints
-
- ConfigConstraints.RequiredPredicate<T> - Class in org.apache.brooklyn.core.config
-
Predicate indicating a field is required: it must not be null and if a string it must not be empty
- configEqualTo(String, Object) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- configEqualTo(ConfigKey<T>, T) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- configEqualTo(ConfigKey.HasConfigKey<T>, T) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- configEqualTo(ConfigKey<T>, T) - Static method in class org.apache.brooklyn.core.location.LocationPredicates
-
- configEqualTo(ConfigKey.HasConfigKey<T>, T) - Static method in class org.apache.brooklyn.core.location.LocationPredicates
-
- ConfigInheritance - Interface in org.apache.brooklyn.config
-
- ConfigInheritance.ConfigInheritanceContext - Interface in org.apache.brooklyn.config
-
marker interface for inheritance contexts, for keys which can define one or more inheritance patterns;
implementers can define their own, e.g.
- ConfigInheritance.InheritanceMode - Enum in org.apache.brooklyn.config
-
- ConfigInheritance.Legacy - Class in org.apache.brooklyn.config
-
- ConfigInheritances - Class in org.apache.brooklyn.config
-
- ConfigInheritances() - Constructor for class org.apache.brooklyn.config.ConfigInheritances
-
- ConfigInheritances.BasicConfigValueAtContainer<TContainer,TValue> - Class in org.apache.brooklyn.config
-
- ConfigKey<T> - Interface in org.apache.brooklyn.config
-
Represents the name of a piece of typed configuration data for an entity.
- ConfigKey.HasConfigKey<T> - Interface in org.apache.brooklyn.config
-
Interface for elements which want to be treated as a config key without actually being one
(e.g.
- configKeyFinder(ConfigKey<T>, ConfigKey<T>) - Static method in class org.apache.brooklyn.core.entity.EntityFunctions
-
Returns a function that finds the best match for the given config key on an entity
- configKeyFinder(ConfigKey<T>) - Static method in class org.apache.brooklyn.core.entity.EntityFunctions
-
- ConfigKeys - Class in org.apache.brooklyn.core.config
-
- ConfigKeys() - Constructor for class org.apache.brooklyn.core.config.ConfigKeys
-
- ConfigKeys.DynamicKeys - Class in org.apache.brooklyn.core.config
-
- ConfigKeys.InheritanceContext - Enum in org.apache.brooklyn.core.config
-
- ConfigKeySelfExtracting<T> - Interface in org.apache.brooklyn.util.core.internal
-
Interface for resolving key values; typically implemented by the config key,
but discouraged for external usage.
- ConfigLoader - Interface in org.apache.brooklyn.core.mgmt.persist
-
- ConfigMap - Interface in org.apache.brooklyn.config
-
- ConfigMap.ConfigMapWithInheritance<TContainer> - Interface in org.apache.brooklyn.config
-
- ConfigMapViewWithStringKeys - Class in org.apache.brooklyn.core.entity.internal
-
- ConfigMapViewWithStringKeys(ConfigMap) - Constructor for class org.apache.brooklyn.core.entity.internal.ConfigMapViewWithStringKeys
-
Deprecated.
- configNotEqualTo(String, Object) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- configNotEqualTo(ConfigKey<T>, T) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- configNotEqualTo(ConfigKey.HasConfigKey<T>, T) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- configNotNull(String) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- configNotNull(ConfigKey<T>) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- configNotNull(ConfigKey.HasConfigKey<T>) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- ConfigPredicates - Class in org.apache.brooklyn.core.config
-
- ConfigPredicates() - Constructor for class org.apache.brooklyn.core.config.ConfigPredicates
-
- configSatisfies(String, <any>) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- configSatisfies(ConfigKey<T>, <any>) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- configSatisfies(ConfigKey.HasConfigKey<T>, <any>) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- configSatisfies(ConfigKey<T>, <any>) - Static method in class org.apache.brooklyn.core.location.LocationPredicates
-
- configSatisfies(ConfigKey.HasConfigKey<T>, <any>) - Static method in class org.apache.brooklyn.core.location.LocationPredicates
-
- ConfigSummary - Class in org.apache.brooklyn.rest.domain
-
- ConfigSummary(ConfigKey<?>, String, Double, Boolean, Map<String, URI>) - Constructor for class org.apache.brooklyn.rest.domain.ConfigSummary
-
- ConfigSupplier - Class in org.apache.brooklyn.launcher.osgi
-
- ConfigSupplier(Configuration) - Constructor for class org.apache.brooklyn.launcher.osgi.ConfigSupplier
-
- ConfigToAttributes - Class in org.apache.brooklyn.core.feed
-
- ConfigToAttributes() - Constructor for class org.apache.brooklyn.core.feed.ConfigToAttributes
-
- ConfigTransformer - Class in org.apache.brooklyn.rest.transform
-
- Configurable - Interface in org.apache.brooklyn.api.objs
-
Something that has mutable config, such as an entity or policy.
- Configurable.ConfigurationSupport - Interface in org.apache.brooklyn.api.objs
-
- CONFIGURATION_ERROR - Static variable in class org.apache.brooklyn.cli.AbstractMain
-
- CONFIGURATION_FILE_URL - Static variable in interface org.apache.brooklyn.entity.database.postgresql.PostgreSqlNode
-
- CONFIGURATION_SCRIPT_URL - Static variable in interface org.apache.brooklyn.entity.database.rubyrep.RubyRepNode
-
- configure(Map<?, ?>) - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
strings inserted as flags, config keys inserted as config keys;
if you want to force one or the other, create a ConfigBag and convert to the appropriate map type
- configure(CharSequence, Object) - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
- configure(ConfigKey<V>, V) - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
- configure(ConfigKey<V>, Task<? extends V>) - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
- configure(ConfigKey.HasConfigKey<V>, V) - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
- configure(ConfigKey.HasConfigKey<V>, Task<? extends V>) - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
- configure(Map<?, ?>) - Method in class org.apache.brooklyn.api.sensor.EnricherSpec.ExtensibleEnricherSpec
-
- configure(CharSequence, Object) - Method in class org.apache.brooklyn.api.sensor.EnricherSpec.ExtensibleEnricherSpec
-
- configure(ConfigKey<V>, V) - Method in class org.apache.brooklyn.api.sensor.EnricherSpec.ExtensibleEnricherSpec
-
- configure(ConfigKey<V>, Task<? extends V>) - Method in class org.apache.brooklyn.api.sensor.EnricherSpec.ExtensibleEnricherSpec
-
- configure(ConfigKey.HasConfigKey<V>, V) - Method in class org.apache.brooklyn.api.sensor.EnricherSpec.ExtensibleEnricherSpec
-
- configure(ConfigKey.HasConfigKey<V>, Task<? extends V>) - Method in class org.apache.brooklyn.api.sensor.EnricherSpec.ExtensibleEnricherSpec
-
- configure(Map) - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- configure(Iterable<ConfigKey<?>>) - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
Adds the config keys to the entity dynamic type
- configure(Map) - Method in interface org.apache.brooklyn.core.entity.EntityInternal
-
Must be called before the entity is started.
- configure(Map<?, ?>) - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- configure(Map<?, ?>) - Method in class org.apache.brooklyn.core.location.AggregatingMachineProvisioningLocation
-
- configure(Map) - Method in class org.apache.brooklyn.core.objs.AbstractEntityAdjunct
-
- configure(long, String) - Method in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient.SmartSubdomain
-
- configure(Map) - Method in class org.apache.brooklyn.entity.messaging.jms.JMSBrokerImpl
-
- configure() - Method in interface org.apache.brooklyn.entity.messaging.rabbit.RabbitDriver
-
- configure() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitSshDriver
-
- configure(ConfigKey<T>, T) - Method in class org.apache.brooklyn.launcher.BrooklynWebServer
-
- configure(Map<?, ?>) - Method in class org.apache.brooklyn.location.byon.FixedListMachineProvisioningLocation
-
- configure(Map<?, ?>) - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
Deprecated.
- configure(Map<?, ?>) - Method in class org.apache.brooklyn.location.localhost.LocalhostMachineProvisioningLocation
-
- configure(Map<?, ?>) - Method in class org.apache.brooklyn.location.localhost.LocalhostMachineProvisioningLocation.LocalhostMachine
-
- configure(Map<?, ?>) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- configure(Swagger) - Method in class org.apache.brooklyn.rest.apidoc.RestApiResourceScanner
-
- configure(ConfigKey<T>, T) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- configure(ConfigKey<V>, V) - Method in class org.apache.brooklyn.util.core.task.system.internal.AbstractProcessTaskFactory
-
- configure(Map<?, ?>) - Method in class org.apache.brooklyn.util.core.task.system.internal.AbstractProcessTaskFactory
-
- configure(ConfigKey<V>, V) - Method in interface org.apache.brooklyn.util.core.task.system.ProcessTaskFactory
-
allows setting config-key based properties for specific underlying tools
- configure(Map<?, ?>) - Method in interface org.apache.brooklyn.util.core.task.system.ProcessTaskFactory
-
allows setting config-key/flag based properties for specific underlying tools;
but note that if any are prefixed with
SshTool.BROOKLYN_CONFIG_KEY_PREFIX
these should normally be filtered out
- configure(T) - Static method in class org.apache.brooklyn.util.http.TrustingSslSocketFactory
-
configures a connection to accept all certificates, if it is for https
- CONFIGURE_INTERNAL_NETWORKING - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- configureExtraVars(String, Object, boolean) - Static method in class org.apache.brooklyn.entity.cm.ansible.AnsiblePlaybookTasks
-
- configureForMasterlessOperation(boolean) - Static method in class org.apache.brooklyn.entity.cm.salt.SaltSshTasks
-
- configureIfNotNull(ConfigKey<V>, V) - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
- configureIfNotNull(ConfigKey<V>, V) - Method in class org.apache.brooklyn.api.sensor.EnricherSpec.ExtensibleEnricherSpec
-
- configureStringKey(String, T) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- configureWhetherToSetInAll(boolean) - Method in class org.apache.brooklyn.rest.util.MultiSessionAttributeAdapter
-
- configureWhetherToSetLocalValuesAlso(boolean) - Method in class org.apache.brooklyn.rest.util.MultiSessionAttributeAdapter
-
- configureWhetherToSilentlyAcceptLocalOnlyValues(boolean) - Method in class org.apache.brooklyn.rest.util.MultiSessionAttributeAdapter
-
- ConfigUtils - Class in org.apache.brooklyn.core.config
-
- ConfigUtils() - Constructor for class org.apache.brooklyn.core.config.ConfigUtils
-
- ConfigUtilsInternal - Class in org.apache.brooklyn.core.entity.internal
-
- ConfigUtilsInternal() - Constructor for class org.apache.brooklyn.core.entity.internal.ConfigUtilsInternal
-
- ConfigValueAtContainer<TContainer,TValue> - Interface in org.apache.brooklyn.config
-
- CONFLICT_RESOLUTION_STRATEGY_DEEP_MERGE - Static variable in class org.apache.brooklyn.core.config.BasicConfigInheritance
-
- CONFLICT_RESOLUTION_STRATEGY_OVERWRITE - Static variable in class org.apache.brooklyn.core.config.BasicConfigInheritance
-
- connect() - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
attempts to connect immediately
- connect(long) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
Continuously attempts to connect for at least the indicated amount of time; or indefinitely if -1.
- connect() - Method in class org.apache.brooklyn.util.core.internal.ssh.cli.SshCliTool
-
- connect() - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjTool
-
- connect() - Method in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- CONNECT_TIMEOUT - Static variable in class org.apache.brooklyn.policy.ha.SshMachineFailureDetector
-
- CONNECTION_FAILED - Static variable in class org.apache.brooklyn.policy.ha.ConnectionFailureDetector
-
- CONNECTION_FAILED - Static variable in class org.apache.brooklyn.policy.ha.HASensors
-
- CONNECTION_FAILED - Static variable in class org.apache.brooklyn.policy.ha.SshMachineFailureDetector
-
- CONNECTION_FAILED_STABILIZATION_DELAY - Static variable in class org.apache.brooklyn.policy.ha.ConnectionFailureDetector
-
- CONNECTION_RECOVERED - Static variable in class org.apache.brooklyn.policy.ha.ConnectionFailureDetector
-
- CONNECTION_RECOVERED - Static variable in class org.apache.brooklyn.policy.ha.HASensors
-
- CONNECTION_RECOVERED - Static variable in class org.apache.brooklyn.policy.ha.SshMachineFailureDetector
-
- CONNECTION_RECOVERED_STABILIZATION_DELAY - Static variable in class org.apache.brooklyn.policy.ha.ConnectionFailureDetector
-
- ConnectionFailureDetector - Class in org.apache.brooklyn.policy.ha
-
Monitors a given HostAndPort, to emit HASensors.CONNECTION_FAILED and HASensors.CONNECTION_RECOVERED
if the connection is lost/restored.
- ConnectionFailureDetector() - Constructor for class org.apache.brooklyn.policy.ha.ConnectionFailureDetector
-
- connectionTimeout(Duration) - Method in class org.apache.brooklyn.feed.http.HttpPollConfig
-
- connectionTimeout(Duration) - Method in class org.apache.brooklyn.util.http.HttpTool.HttpClientBuilder
-
- CONNECTIVITY_RESOLVER - Static variable in interface org.apache.brooklyn.location.jclouds.JcloudsLocationConfig
-
- ConnectivityResolver - Interface in org.apache.brooklyn.location.jclouds
-
LocationNetworkInfoCustomizers are used by
JcloudsLocation to determine the host and port
on which connections to locations should be made and the credentials that should be used.
- ConnectivityResolverOptions - Class in org.apache.brooklyn.location.jclouds
-
- ConnectivityResolverOptions.Builder - Class in org.apache.brooklyn.location.jclouds
-
- connectJavaAppServerPolicies(Entity) - Static method in class org.apache.brooklyn.entity.java.JavaAppUtils
-
- connectJavaAppServerPolicies(Entity, Duration) - Static method in class org.apache.brooklyn.entity.java.JavaAppUtils
-
- connectMXBeanSensors(Entity) - Static method in class org.apache.brooklyn.entity.java.JavaAppUtils
-
- connectMXBeanSensors(Entity, long) - Static method in class org.apache.brooklyn.entity.java.JavaAppUtils
-
- connectMXBeanSensors(Entity, Duration) - Static method in class org.apache.brooklyn.entity.java.JavaAppUtils
-
- CONNECTOR_STATUS - Static variable in interface org.apache.brooklyn.entity.webapp.tomcat.TomcatServer
-
- connectSensors() - Method in class org.apache.brooklyn.entity.database.derby.DerbyDatabase
-
- connectSensors() - Method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQTopicImpl
-
- connectSensors() - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidTopicImpl
-
- connectSensors() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerImpl
-
- connectSensors() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeImpl
-
- connectSensors() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeImpl
-
- connectSensors() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxControllerImpl
-
- connectSensors() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss6ServerImpl
-
Deprecated.
- connectSensors() - Method in class org.apache.brooklyn.entity.webapp.jetty.Jetty6ServerImpl
-
- connectSensors() - Method in class org.apache.brooklyn.entity.webapp.tomcat.TomcatServerImpl
-
- connectSensors() - Method in class org.apache.brooklyn.qa.load.SimulatedNginxControllerImpl
-
- connectTimeout(long) - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjClientConnection.Builder
-
- connectTimeout(int) - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjTool.Builder
-
- connectToUrl(String) - Static method in class org.apache.brooklyn.test.HttpTestUtils
-
Deprecated.
Connects to the given url and returns the connection.
- connectToUrl(String) - Static method in class org.apache.brooklyn.util.http.HttpTool
-
Connects to the given url and returns the connection.
- connectWebAppServerPolicies(Entity) - Static method in class org.apache.brooklyn.entity.webapp.WebAppServiceMethods
-
- connectWebAppServerPolicies(Entity, Duration) - Static method in class org.apache.brooklyn.entity.webapp.WebAppServiceMethods
-
- considerParent(ConfigValueAtContainer<TContainer, TValue>, ConfigValueAtContainer<TContainer, TValue>, ConfigInheritance.ConfigInheritanceContext) - Method in interface org.apache.brooklyn.config.ConfigInheritance
-
Returns whether any value from the parent or its ancestors should be considered
by the given local container, according to the
ConfigInheritance defined there.
- considerParent(ConfigValueAtContainer<TContainer, TValue>, ConfigValueAtContainer<TContainer, TValue>, ConfigInheritance.ConfigInheritanceContext) - Method in class org.apache.brooklyn.core.config.BasicConfigInheritance
-
- considerParent(ConfigValueAtContainer<TContainer, TValue>, ConfigValueAtContainer<TContainer, TValue>, ConfigInheritance.ConfigInheritanceContext) - Method in class org.apache.brooklyn.core.config.BasicConfigInheritance.DelegatingConfigInheritance
-
- ConstantFunction(O) - Constructor for class org.apache.brooklyn.util.guava.Functionals.ConstantFunction
-
- ConstantFunction(O, Object) - Constructor for class org.apache.brooklyn.util.guava.Functionals.ConstantFunction
-
- constraint(<any>) - Method in class org.apache.brooklyn.core.config.BasicConfigKey.Builder
-
- ConstraintSerialization - Class in org.apache.brooklyn.core.objs
-
- ConstraintSerialization.PredicateSerializationRuleAdder<T> - Class in org.apache.brooklyn.core.objs
-
- ConstraintViolationException - Exception in org.apache.brooklyn.core.config
-
- ConstraintViolationException(String) - Constructor for exception org.apache.brooklyn.core.config.ConstraintViolationException
-
- ConstraintViolationException(String, Throwable) - Constructor for exception org.apache.brooklyn.core.config.ConstraintViolationException
-
- construct(boolean) - Method in class org.apache.brooklyn.camp.spi.pdp.AssemblyTemplateConstructor
-
builds the template, optionally recording everything to the underlying platform
- constructCustomizedTaskBuilder() - Method in class org.apache.brooklyn.util.core.task.system.internal.AbstractProcessTaskFactory
-
creates the TaskBuilder which can be further customized; typically invoked by the initial
TaskFactory.newTask()
- constructEnricher(Class<T>) - Method in class org.apache.brooklyn.core.objs.proxy.InternalPolicyFactory
-
Constructs a new-style enricher (fails if no no-arg constructor).
- constructEntity(Class<T>, Iterable<Class<?>>, String) - Method in class org.apache.brooklyn.core.objs.proxy.InternalEntityFactory
-
Constructs a new-style entity (fails if no no-arg constructor).
- constructFeed(Class<T>) - Method in class org.apache.brooklyn.core.objs.proxy.InternalPolicyFactory
-
Constructs a new-style feed (fails if no no-arg constructor).
- constructionStackTrace - Variable in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- constructLocation(Class<T>) - Method in class org.apache.brooklyn.core.objs.proxy.InternalLocationFactory
-
Constructs a new-style entity (fails if no no-arg constructor).
- constructPolicy(Class<T>) - Method in class org.apache.brooklyn.core.objs.proxy.InternalPolicyFactory
-
Constructs a new-style policy (fails if no no-arg constructor).
- consumeAndCloseQuietly(HttpURLConnection) - Static method in class org.apache.brooklyn.test.HttpTestUtils
-
Deprecated.
Consumes the input stream entirely and then cleanly closes the connection.
- consumeAndCloseQuietly(HttpURLConnection) - Static method in class org.apache.brooklyn.util.http.HttpTool
-
Consumes the input stream entirely and then cleanly closes the connection.
- container - Variable in class org.apache.brooklyn.cli.CloudExplorer.BlobstoreGetBlobCommand
-
- container - Variable in class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.GetBlob
-
- container - Variable in class org.apache.brooklyn.policy.followthesun.FollowTheSunPool.ContainerItemPair
-
- container - Variable in class org.apache.brooklyn.policy.loadbalancing.BalanceableWorkerPool.ContainerItemPair
-
- CONTAINER - Static variable in interface org.apache.brooklyn.policy.loadbalancing.Movable
-
- CONTAINER_ADDED - Static variable in interface org.apache.brooklyn.policy.followthesun.FollowTheSunPool
-
- CONTAINER_ADDED - Static variable in interface org.apache.brooklyn.policy.loadbalancing.BalanceableWorkerPool
-
- CONTAINER_ARGUMENT_DESC - Static variable in class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.GetBlob
-
- CONTAINER_ARGUMENT_NAME - Static variable in class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.GetBlob
-
- CONTAINER_ENVIRONMENT - Static variable in interface org.apache.brooklyn.container.entity.docker.DockerContainer
-
- CONTAINER_REMOVED - Static variable in interface org.apache.brooklyn.policy.followthesun.FollowTheSunPool
-
- CONTAINER_REMOVED - Static variable in interface org.apache.brooklyn.policy.loadbalancing.BalanceableWorkerPool
-
- ContainerFramework - Class in org.apache.brooklyn.util.core.osgi
-
- ContainerFramework() - Constructor for class org.apache.brooklyn.util.core.osgi.ContainerFramework
-
- ContainerItemPair(Entity, Entity) - Constructor for class org.apache.brooklyn.policy.followthesun.FollowTheSunPool.ContainerItemPair
-
- ContainerItemPair(BalanceableContainer<?>, Entity) - Constructor for class org.apache.brooklyn.policy.loadbalancing.BalanceableWorkerPool.ContainerItemPair
-
- containingBundle(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento.Builder
-
- containingBundle(VersionedName) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- containingBundle(OsgiBundleWithUrl) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- containingBundle(String) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- contains(ConfigKey<?>) - Method in interface org.apache.brooklyn.api.mgmt.Scratchpad
-
- contains(Object) - Method in class org.apache.brooklyn.core.internal.storage.impl.BasicReference
-
- contains(Object) - Method in interface org.apache.brooklyn.core.internal.storage.Reference
-
- contains(ConfigKey<?>) - Method in class org.apache.brooklyn.core.mgmt.internal.BasicScratchpad
-
- contains(Iterable<BundleUpgradeParser.VersionRangedName>, VersionedName) - Static method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades
-
- contains(BundleUpgradeParser.VersionRangedName, VersionedName) - Static method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades
-
- contains(NodeMetadata) - Method in class org.apache.brooklyn.location.jclouds.pool.MachineSet
-
- CONTAINS - Static variable in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
-
- contains(I) - Static method in class org.apache.brooklyn.util.collections.CollectionFunctionals
-
- contains(Object) - Method in class org.apache.brooklyn.util.collections.SetFromLiveMap
-
- contains(String) - Method in class org.apache.brooklyn.util.core.text.TemplateProcessor.DotSplittingTemplateModel
-
- contains(Cidr) - Method in class org.apache.brooklyn.util.net.Cidr
-
- CONTAINS_MATCH - Static variable in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
-
- containsAll(Collection<?>) - Method in class org.apache.brooklyn.util.collections.SetFromLiveMap
-
- containsAllLiterals(String...) - Static method in class org.apache.brooklyn.util.text.StringPredicates
-
- containsAny(CharSequence, CharSequence...) - Static method in class org.apache.brooklyn.util.text.Strings
-
- containsException() - Static method in class org.apache.brooklyn.test.LogWatcher.EventPredicates
-
- containsExceptionClassname(String) - Static method in class org.apache.brooklyn.test.LogWatcher.EventPredicates
-
- containsExceptionMessage(String) - Static method in class org.apache.brooklyn.test.LogWatcher.EventPredicates
-
- containsExceptionMessages(String...) - Static method in class org.apache.brooklyn.test.LogWatcher.EventPredicates
-
- containsExceptionStackLine(Class<?>, String) - Static method in class org.apache.brooklyn.test.LogWatcher.EventPredicates
-
- containsHeader(String) - Static method in class org.apache.brooklyn.feed.http.HttpValueFunctions
-
- containsKey(Object) - Method in class org.apache.brooklyn.core.entity.internal.ConfigMapViewWithStringKeys
-
Deprecated.
- containsKey(String) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- containsKey(ConfigKey<?>) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- containsKey(String) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- containsKey(ConfigKey<?>) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- containsKey(Object) - Method in class org.apache.brooklyn.core.internal.storage.impl.ConcurrentMapAcceptingNullVals
-
- containsKey(String) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- containsKey(ConfigKey<?>) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- containsKey(ConfigKey.HasConfigKey<?>) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- containsKey(ConfigKey<?>) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- containsKey(String) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- containsLiteral(String) - Static method in class org.apache.brooklyn.util.text.StringPredicates
-
- containsLiteral(CharSequence, CharSequence) - Static method in class org.apache.brooklyn.util.text.Strings
-
- containsLiteralIgnoreCase(String) - Static method in class org.apache.brooklyn.util.text.StringPredicates
-
- containsLiteralIgnoreCase(CharSequence, CharSequence) - Static method in class org.apache.brooklyn.util.text.Strings
-
- containsLocation(Location) - Method in interface org.apache.brooklyn.api.location.Location
-
Answers true if this location equals or is an ancestor of the given location.
- containsLocation(Location) - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- containsLocation(Location) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
- containsMessage(String) - Static method in class org.apache.brooklyn.test.LogWatcher.EventPredicates
-
- containsMessages(String...) - Static method in class org.apache.brooklyn.test.LogWatcher.EventPredicates
-
- containsRegex(String) - Static method in class org.apache.brooklyn.util.text.StringPredicates
-
- containsTag(Object) - Method in interface org.apache.brooklyn.api.objs.BrooklynObject.TagSupport
-
- containsValue(Object) - Method in class org.apache.brooklyn.core.entity.internal.ConfigMapViewWithStringKeys
-
Deprecated.
- containsValue(Object) - Method in class org.apache.brooklyn.core.internal.storage.impl.ConcurrentMapAcceptingNullVals
-
- content(InputStream) - Method in class org.apache.brooklyn.util.http.executor.HttpResponse.Builder
-
- content(byte[]) - Method in class org.apache.brooklyn.util.http.executor.HttpResponse.Builder
-
- CONTENTS - Static variable in class org.apache.brooklyn.entity.machine.SetLimitsCustomizer
-
- contents(String) - Method in class org.apache.brooklyn.util.core.task.ssh.SshPutTaskFactory
-
- contents(byte[]) - Method in class org.apache.brooklyn.util.core.task.ssh.SshPutTaskFactory
-
- contents(InputStream) - Method in class org.apache.brooklyn.util.core.task.ssh.SshPutTaskFactory
-
- contents(Reader) - Method in class org.apache.brooklyn.util.core.task.ssh.SshPutTaskFactory
-
- context() - Method in class org.apache.brooklyn.camp.server.rest.resource.AbstractCampRestResource
-
- context(Entity) - Method in class org.apache.brooklyn.rest.resources.AbstractBrooklynRestResource.RestValueResolver
-
- context(ExecutionContext) - Method in class org.apache.brooklyn.util.core.task.ValueResolver
-
execution context to use when resolving; required if resolving unsubmitted tasks or running with a time limit
- context(Entity) - Method in class org.apache.brooklyn.util.core.task.ValueResolver
-
- CONTEXT_ADJUNCT - Static variable in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- CONTEXT_ENTITY - Static variable in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- contextDestroyed(ServletContextEvent) - Method in class org.apache.brooklyn.ui.modularity.module.api.UiModuleListener
-
- ContextHandlerCollectionHotSwappable - Class in org.apache.brooklyn.util.web
-
- ContextHandlerCollectionHotSwappable() - Constructor for class org.apache.brooklyn.util.web.ContextHandlerCollectionHotSwappable
-
- contextInitialized(ServletContextEvent) - Method in class org.apache.brooklyn.ui.modularity.module.api.UiModuleListener
-
- continually(<any>, <any>) - Static method in class org.apache.brooklyn.test.Asserts
-
As #continually(Supplier, Predicate, Duration, Duration, String) with defaults.
- continually(<any>, <any>, Duration, Duration, String) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that continually the supplier gives a value accepted by the predicate.
- CONTINUE_ON_FAILURE - Static variable in interface org.apache.brooklyn.test.framework.TestCase
-
- CONTROL_FILE_SUBSTITUTIONS - Static variable in interface org.apache.brooklyn.entity.monitoring.monit.MonitNode
-
- CONTROL_FILE_URL - Static variable in interface org.apache.brooklyn.entity.monitoring.monit.MonitNode
-
- CONTROLLED_GROUP - Static variable in interface org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppCluster
-
- ControlledDynamicWebAppCluster - Interface in org.apache.brooklyn.entity.webapp
-
This entity contains the sub-groups and entities that go in to a single location (e.g.
- ControlledDynamicWebAppClusterImpl - Class in org.apache.brooklyn.entity.webapp
-
- ControlledDynamicWebAppClusterImpl() - Constructor for class org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppClusterImpl
-
- CONTROLLER - Static variable in interface org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppCluster
-
- CONTROLLER_SPEC - Static variable in interface org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppCluster
-
- convert(ConfigKey<T>, CaseFormat, CaseFormat) - Static method in class org.apache.brooklyn.core.config.ConfigKeys
-
converts the name of the key from one case-strategy (e.g.
- convertCase(CaseFormat, CaseFormat) - Static method in class org.apache.brooklyn.util.text.StringFunctions
-
- convertDeploymentTargetNameToContext(String) - Method in class org.apache.brooklyn.entity.webapp.FilenameToWebContextMapper
-
- convertDeploymentTargetNameToFilename(String) - Method in class org.apache.brooklyn.entity.webapp.FilenameToWebContextMapper
-
- convertToJsonPrimitive(Object) - Static method in class org.apache.brooklyn.util.collections.Jsonya
-
convenience for converting an object x to something which consists only of json primitives, doing
Object.toString() on anything which is not recognised.
- COORD_REDIRS_TOTAL - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- copy(DownloadResolverManager.DownloadRequirement, Map<String, ?>) - Static method in class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadRequirement
-
Copies the given DownloadRequirement, but overriding the original properties with the given additional properties.
- copy(RegisteredType) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- copy(ApiError) - Method in class org.apache.brooklyn.rest.domain.ApiError.Builder
-
- copy(ConfigBag) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- copy(InputStream, OutputStream) - Static method in class org.apache.brooklyn.util.stream.Streams
-
- copy(Reader, Writer) - Static method in class org.apache.brooklyn.util.stream.Streams
-
- COPY_FILE_CHUNK_SIZE_BYTES - Static variable in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- COPY_FILE_CHUNK_SIZE_BYTES - Static variable in interface org.apache.brooklyn.util.core.internal.winrm.WinRmTool
-
- COPY_TO_RUNDIR - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- copyAdding(File, Map<ZipEntry, ? extends InputStream>) - Method in class org.apache.brooklyn.util.core.osgi.BundleMaker
-
create a copy of the given ZIP as a JAR with the given entries added at the end (removing any duplicates), returning the new temp file
- copyAddingAtEnd(File, Map<ZipEntry, ? extends InputStream>) - Method in class org.apache.brooklyn.util.core.osgi.BundleMaker
-
create a copy of the given ZIP as a JAR with the given entries added at the end, returning the new temp file
- copyAddingManifest(File, Map<String, String>) - Method in class org.apache.brooklyn.util.core.osgi.BundleMaker
-
- copyAddingManifest(File, Manifest) - Method in class org.apache.brooklyn.util.core.osgi.BundleMaker
-
create a copy of the given ZIP as a JAR with the given manifest, returning the new temp file
- copyClose(InputStream, OutputStream) - Static method in class org.apache.brooklyn.util.stream.Streams
-
copies and closes both
- copyConfig(ConfigBag) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicLocationMemento.Builder
-
- copyCustomizeResources() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
Files and templates to be copied to the server before customize.
- copyCustomizeResources() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- copyCustomizeResources() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessWinRmDriver
-
- copyCustomizeResources() - Method in class org.apache.brooklyn.entity.software.base.EmptySoftwareProcessSshDriver
-
- copyDir(File, File) - Static method in class org.apache.brooklyn.util.io.FileUtil
-
- copyFields(T, T) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
copies all fields from the source to target; very little compile-time safety checking, so use with care
- copyFrom(String, String) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- copyFrom(Map<String, ?>, String, String) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- copyFromServer(Map<String, ?>, String, File) - Method in class org.apache.brooklyn.util.core.internal.ssh.cli.SshCliTool
-
- copyFromServer(Map<String, ?>, String, File) - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjTool
-
- copyFromServer(Map<String, ?>, String, File) - Method in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
Copies the file from the server at the given path.
- copyInstallResources() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
Files and templates to be copied to the server before installation.
- copyInstallResources() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- copyInstallResources() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessWinRmDriver
-
- copyInstallResources() - Method in class org.apache.brooklyn.entity.software.base.EmptySoftwareProcessSshDriver
-
- copyInstallResources() - Method in class org.apache.brooklyn.entity.software.base.EmptyWindowsProcessWinRmDriver
-
- copyKey(ConfigBag, ConfigKey<T>) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
Puts into this bag the raw value for the given key in the given bag, if it was present.
- copyKeyAs(ConfigBag, ConfigKey<T>, ConfigKey<T>) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- copyKeys(ConfigBag, ConfigKey<T>...) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
Puts into this bag the raw value for the given key in the given bag, if it was present.
- copyLogFileContents() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlSshDriver
-
- copyOf(UiModule) - Static method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleImpl
-
- copyOf(Iterable<? extends V>) - Static method in class org.apache.brooklyn.util.collections.MutableList
-
- copyOf(Iterator<? extends E>) - Static method in class org.apache.brooklyn.util.collections.MutableList
-
- copyOf(Map<? extends K, ? extends V>) - Static method in class org.apache.brooklyn.util.collections.MutableMap
-
- copyOf(Iterable<? extends V>) - Static method in class org.apache.brooklyn.util.collections.MutableSet
-
- copyOf(Iterator<? extends V>) - Static method in class org.apache.brooklyn.util.collections.MutableSet
-
- copyPersistedState(String) - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
- copyPersistedState(String, String) - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
- copyPersistedState(String, String, CompoundTransformer) - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
- copyPreInstallResources() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
Files and templates to be copied to the server before pre-install.
- copyPreInstallResources() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- copyPreInstallResources() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessWinRmDriver
-
- copyRemoving(File, Set<String>) - Method in class org.apache.brooklyn.util.core.osgi.BundleMaker
-
create a copy of the given ZIP as a JAR with the given entries removed, returning the new temp file
- copyRemoving(File, <any>) - Method in class org.apache.brooklyn.util.core.osgi.BundleMaker
-
create a copy of the given ZIP as a JAR with the given entries removed, returning the new temp file
- copyResolved(BrooklynTypeRegistry.RegisteredTypeKind, RegisteredType) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- copyResource(File, String) - Method in interface org.apache.brooklyn.entity.osgi.karaf.KarafDriver
-
- copyResource(Map<Object, Object>, String, String, boolean) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- copyResource(Map<Object, Object>, InputStream, String, boolean) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- copyResource(File, String) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- copyResource(String, String) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- copyResource(String, String, boolean) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- copyResource(Map, String, String) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- copyResource(Reader, String) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- copyResource(Map<Object, Object>, Reader, String, boolean) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- copyResource(InputStream, String) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- copyResource(Map<Object, Object>, String, String, boolean) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- copyResource(Map<Object, Object>, InputStream, String, boolean) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
Input stream will be closed automatically.
- copyResource(Map<Object, Object>, String, String, boolean) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessWinRmDriver
-
- copyResource(Map<Object, Object>, InputStream, String, boolean) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessWinRmDriver
-
- copyResponseAndClose(Response, Class<T>) - Static method in class org.apache.brooklyn.rest.client.util.http.BuiltResponsePreservingError
-
- copyRuntimeResources() - Method in class org.apache.brooklyn.entity.java.JavaSoftwareProcessSshDriver
-
- copyRuntimeResources() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
Files and templates to be copied to the server after customisation.
- copyRuntimeResources() - Method in class org.apache.brooklyn.entity.software.base.EmptySoftwareProcessSshDriver
-
- copyRuntimeResources() - Method in class org.apache.brooklyn.entity.software.base.EmptyWindowsProcessWinRmDriver
-
- CopyStateCommand() - Constructor for class org.apache.brooklyn.cli.Main.CopyStateCommand
-
- copyTemplate(File, String) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- copyTemplate(String, String) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- copyTemplate(String, String, boolean, Map<String, ?>) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- copyTo(File, String) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessWinRmDriver
-
- copyTo(InputStream, String) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessWinRmDriver
-
- copyTo(File, File) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- copyTo(Map<String, ?>, File, File) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- copyTo(File, String) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- copyTo(Map<String, ?>, File, String) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- copyTo(Reader, String) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- copyTo(Map<String, ?>, Reader, String) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- copyTo(InputStream, String) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- copyTo(InputStream, long, String) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- copyTo(Map<String, ?>, InputStream, long, String) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- copyTo(Map<String, ?>, InputStream, String) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- copyTo(File, String) - Method in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- copyTo(InputStream, String) - Method in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- copyTo(Map<?, ?>, InputStream, String) - Method in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- copyTo(InputStream, File) - Static method in class org.apache.brooklyn.util.io.FileUtil
-
- copyToServer(Map<String, ?>, byte[], String) - Method in class org.apache.brooklyn.util.core.internal.ssh.cli.SshCliTool
-
- copyToServer(Map<String, ?>, InputStream, String) - Method in class org.apache.brooklyn.util.core.internal.ssh.cli.SshCliTool
-
- copyToServer(Map<String, ?>, File, String) - Method in class org.apache.brooklyn.util.core.internal.ssh.cli.SshCliTool
-
- copyToServer(Map<String, ?>, byte[], String) - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjTool
-
- copyToServer(Map<String, ?>, InputStream, String) - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjTool
-
- copyToServer(Map<String, ?>, File, String) - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjTool
-
- copyToServer(Map<String, ?>, File, String) - Method in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
Copies the file to the server at the given path.
- copyToServer(Map<String, ?>, InputStream, String) - Method in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
Closes the given input stream before returning.
- copyToServer(Map<String, ?>, byte[], String) - Method in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- copyToServer(InputStream, String) - Method in class org.apache.brooklyn.util.core.internal.winrm.winrm4j.Winrm4jTool
-
- copyToServer(InputStream, String) - Method in interface org.apache.brooklyn.util.core.internal.winrm.WinRmTool
-
- copyUiModule(UiModule) - Static method in class org.apache.brooklyn.ui.modularity.module.api.UiModule.Utils
-
- CorsImplSupplierFilter - Class in org.apache.brooklyn.rest.filter
-
Enables support for Cross Origin Resource Sharing (CORS) filtering on Apache Brooklyn REST API.
- CorsImplSupplierFilter() - Constructor for class org.apache.brooklyn.rest.filter.CorsImplSupplierFilter
-
- CorsImplSupplierFilter(ManagementContext) - Constructor for class org.apache.brooklyn.rest.filter.CorsImplSupplierFilter
-
- COUCH_DOCS_ACTUAL_DISK_SIZE - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- COUCH_DOCS_ACTUAL_DISK_SIZE_PER_NODE - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
- COUCH_DOCS_DATA_SIZE - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- COUCH_DOCS_DATA_SIZE_PER_NODE - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
- COUCH_VIEWS_ACTUAL_DISK_SIZE - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- COUCH_VIEWS_ACTUAL_DISK_SIZE_PER_NODE - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
- COUCH_VIEWS_DATA_SIZE - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- COUCH_VIEWS_DATA_SIZE_PER_NODE - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
- COUCHBASE_ADMIN_PASSWORD - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
- COUCHBASE_ADMIN_PASSWORD - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- COUCHBASE_ADMIN_USERNAME - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
- COUCHBASE_ADMIN_USERNAME - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- COUCHBASE_API_PORT - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- COUCHBASE_CAPI_HTTPS_FOR_SSL - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- COUCHBASE_CLIENT_INTERFACE_PROXY - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- COUCHBASE_CLUSTER_BUCKETS - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
- COUCHBASE_CLUSTER_CONNECTION_URL - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
- COUCHBASE_CLUSTER_INIT_RAM_SIZE - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- COUCHBASE_CLUSTER_UP_NODE_ADDRESSES - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
- COUCHBASE_CLUSTER_UP_NODES - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
- COUCHBASE_INCOMING_SSL_PROXY - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- COUCHBASE_INTERNAL_BUCKET_PORT - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- COUCHBASE_INTERNAL_EXTERNAL_BUCKET_PORT - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- COUCHBASE_INTERNAL_OUTGOING_SSL_PROXY - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- COUCHBASE_PRIMARY_NODE - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
- COUCHBASE_REST_HTTPS_FOR_SSL - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- COUCHBASE_SERVER - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseSyncGateway
-
- COUCHBASE_SERVER_BUCKET - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseSyncGateway
-
- COUCHBASE_SERVER_POOL - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseSyncGateway
-
- COUCHBASE_SERVER_WEB_URL - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseSyncGateway
-
- COUCHBASE_WEB_ADMIN_PORT - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- COUCHBASE_WEB_ADMIN_URL - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- couchbaseCli(String) - Static method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeSshDriver
-
- CouchbaseCluster - Interface in org.apache.brooklyn.entity.nosql.couchbase
-
- CouchbaseClusterImpl - Class in org.apache.brooklyn.entity.nosql.couchbase
-
- CouchbaseClusterImpl() - Constructor for class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseClusterImpl
-
- CouchbaseClusterImpl.MemberTrackingPolicy - Class in org.apache.brooklyn.entity.nosql.couchbase
-
- CouchbaseNode - Interface in org.apache.brooklyn.entity.nosql.couchbase
-
- CouchbaseNode.MainUri - Class in org.apache.brooklyn.entity.nosql.couchbase
-
- CouchbaseNodeDriver - Interface in org.apache.brooklyn.entity.nosql.couchbase
-
- CouchbaseNodeImpl - Class in org.apache.brooklyn.entity.nosql.couchbase
-
- CouchbaseNodeImpl() - Constructor for class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeImpl
-
- CouchbaseNodeSshDriver - Class in org.apache.brooklyn.entity.nosql.couchbase
-
- CouchbaseNodeSshDriver(CouchbaseNodeImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeSshDriver
-
- CouchbaseNodeSshDriver.DownloadLinkSegmentComputer - Class in org.apache.brooklyn.entity.nosql.couchbase
-
- CouchbaseSyncGateway - Interface in org.apache.brooklyn.entity.nosql.couchbase
-
- CouchbaseSyncGatewayDriver - Interface in org.apache.brooklyn.entity.nosql.couchbase
-
- CouchbaseSyncGatewayImpl - Class in org.apache.brooklyn.entity.nosql.couchbase
-
- CouchbaseSyncGatewayImpl() - Constructor for class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseSyncGatewayImpl
-
- CouchbaseSyncGatewaySshDriver - Class in org.apache.brooklyn.entity.nosql.couchbase
-
- CouchbaseSyncGatewaySshDriver(EntityLocal, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseSyncGatewaySshDriver
-
- COUCHDB_CONFIG_FILE_NAME - Static variable in interface org.apache.brooklyn.entity.nosql.couchdb.CouchDBNode
-
- COUCHDB_CONFIG_TEMPLATE_URL - Static variable in interface org.apache.brooklyn.entity.nosql.couchdb.CouchDBNode
-
- COUCHDB_URI_TEMPLATE_URL - Static variable in interface org.apache.brooklyn.entity.nosql.couchdb.CouchDBNode
-
- CouchDBCluster - Interface in org.apache.brooklyn.entity.nosql.couchdb
-
- CouchDBClusterImpl - Class in org.apache.brooklyn.entity.nosql.couchdb
-
- CouchDBClusterImpl() - Constructor for class org.apache.brooklyn.entity.nosql.couchdb.CouchDBClusterImpl
-
- CouchDBNode - Interface in org.apache.brooklyn.entity.nosql.couchdb
-
- CouchDBNodeDriver - Interface in org.apache.brooklyn.entity.nosql.couchdb
-
- CouchDBNodeImpl - Class in org.apache.brooklyn.entity.nosql.couchdb
-
- CouchDBNodeImpl() - Constructor for class org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeImpl
-
- CouchDBNodeSshDriver - Class in org.apache.brooklyn.entity.nosql.couchdb
-
- CouchDBNodeSshDriver(CouchDBNodeImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeSshDriver
-
- COUNTDOWN_LATCH_MAP - Static variable in class org.apache.brooklyn.location.jclouds.softlayer.SoftLayerSameVlanLocationCustomizer
-
- CountdownTimer - Class in org.apache.brooklyn.util.time
-
- countdownTimer() - Method in class org.apache.brooklyn.util.time.Duration
-
- countLeafEntitiesByLocatedLocations() - Method in class org.apache.brooklyn.rest.util.EntityLocationUtils
-
- countOccurrences(String, char) - Static method in class org.apache.brooklyn.util.text.Strings
-
- CPU_USAGE - Static variable in class org.apache.brooklyn.entity.machine.MachineAttributes
-
- cpuSampleFractions - Variable in class org.apache.brooklyn.test.performance.PerformanceTestResult
-
- cpuTotalFraction - Variable in class org.apache.brooklyn.test.performance.PerformanceTestResult
-
- CRATE_HTTP_PORT - Static variable in interface org.apache.brooklyn.entity.database.crate.CrateNode
-
- CRATE_PORT - Static variable in interface org.apache.brooklyn.entity.database.crate.CrateNode
-
- CrateNode - Interface in org.apache.brooklyn.entity.database.crate
-
- CrateNodeDriver - Interface in org.apache.brooklyn.entity.database.crate
-
- CrateNodeImpl - Class in org.apache.brooklyn.entity.database.crate
-
- CrateNodeImpl() - Constructor for class org.apache.brooklyn.entity.database.crate.CrateNodeImpl
-
- CrateNodeSshDriver - Class in org.apache.brooklyn.entity.database.crate
-
- CrateNodeSshDriver(EntityLocal, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.database.crate.CrateNodeSshDriver
-
- create(Class<T>) - Static method in class org.apache.brooklyn.api.entity.EntitySpec
-
Creates a new
EntitySpec instance for an entity of the given type.
- create(Class<T>, Class<U>) - Static method in class org.apache.brooklyn.api.entity.EntitySpec
-
Creates a new
EntitySpec instance for an entity of the given type.
- create(Map<?, ?>, Class<T>) - Static method in class org.apache.brooklyn.api.entity.EntitySpec
-
Creates a new
EntitySpec instance with the given config, for an entity of the given type.
- create(EntitySpec<T>) - Static method in class org.apache.brooklyn.api.entity.EntitySpec
-
Copies entity spec so its configuration can be overridden without modifying the
original entity spec.
- create(Class<T>) - Static method in class org.apache.brooklyn.api.location.LocationSpec
-
Creates a new
LocationSpec instance for a location of the given type.
- create(Map<?, ?>, Class<T>) - Static method in class org.apache.brooklyn.api.location.LocationSpec
-
Creates a new
LocationSpec instance with the given config, for a location of the given type.
- create(LocationSpec<T>) - Static method in class org.apache.brooklyn.api.location.LocationSpec
-
Copies entity spec so its configuration can be overridden without modifying the
original entity spec.
- create(Class<T>) - Static method in class org.apache.brooklyn.api.policy.PolicySpec
-
Creates a new
PolicySpec instance for a policy of the given type.
- create(Map<?, ?>, Class<T>) - Static method in class org.apache.brooklyn.api.policy.PolicySpec
-
Creates a new
PolicySpec instance with the given config, for a policy of the given type.
- create(Class<? extends T>) - Static method in class org.apache.brooklyn.api.sensor.EnricherSpec
-
Creates a new
EnricherSpec instance for an enricher of the given type.
- create(Map<?, ?>, Class<T>) - Static method in class org.apache.brooklyn.api.sensor.EnricherSpec
-
Creates a new
EnricherSpec instance with the given config, for an enricher of the given type.
- create(RegisteredType, RegisteredTypeLoadingContext, Class<T>) - Method in interface org.apache.brooklyn.api.typereg.BrooklynTypeRegistry
-
Creates an instance of the given type, either a bean or spec as appropriate.
- create(String, Class<T>, List<ParameterType<?>>, String, Closure) - Static method in class org.apache.brooklyn.core.effector.ExplicitEffector
-
- create(Method) - Static method in class org.apache.brooklyn.core.effector.MethodEffector
-
- create(Entity, AttributeSensor<T>) - Static method in class org.apache.brooklyn.core.entity.EntityAndAttribute
-
- create(ManagementContext, Class<T>, AbstractBrooklynObjectSpec<?, ?>) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerLocationResolver.PortForwardManagerConstructor
-
- create(String, String, double, double) - Static method in class org.apache.brooklyn.core.location.geo.HostGeoInfo
-
- create(ClassLoader) - Static method in class org.apache.brooklyn.core.mgmt.classloading.JavaBrooklynClassLoadingContext
-
- create(ManagementContext, ClassLoader) - Static method in class org.apache.brooklyn.core.mgmt.classloading.JavaBrooklynClassLoadingContext
-
- create(ManagementContext) - Static method in class org.apache.brooklyn.core.mgmt.classloading.JavaBrooklynClassLoadingContext
-
- create(ManagementContext, Class<T>, AbstractBrooklynObjectSpec<?, ?>) - Method in interface org.apache.brooklyn.core.objs.proxy.SpecialBrooklynObjectConstructor
-
Method to implement to create the given type from the given spec.
- create(RegisteredType, RegisteredTypeLoadingContext) - Method in class org.apache.brooklyn.core.typereg.AbstractTypePlanTransformer
-
delegates to more specific abstract create methods,
and performs common validation and customisation of the items created.
- create(RegisteredType, RegisteredTypeLoadingContext, Class<T>) - Method in class org.apache.brooklyn.core.typereg.BasicBrooklynTypeRegistry
-
- create(RegisteredType, RegisteredTypeLoadingContext) - Method in interface org.apache.brooklyn.core.typereg.BrooklynTypePlanTransformer
-
- create() - Method in class org.apache.brooklyn.entity.database.derby.DerbySchema
-
- create() - Method in interface org.apache.brooklyn.entity.database.Schema
-
- create(ManagementContext, Class<T>, AbstractBrooklynObjectSpec<?, ?>) - Method in class org.apache.brooklyn.entity.machine.pool.ServerPoolLocationResolver.LocationConstructor
-
- create() - Method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQQueueImpl
-
- create() - Method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQTopicImpl
-
- create() - Method in interface org.apache.brooklyn.entity.messaging.qpid.QpidDestination
-
- create() - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidDestinationImpl
-
- create() - Method in interface org.apache.brooklyn.entity.messaging.Queue
-
Create the queue.
- create() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitDestination
-
- create() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitQueue
-
- create() - Method in interface org.apache.brooklyn.entity.messaging.Topic
-
Create the topic.
- create(String, boolean) - Method in interface org.apache.brooklyn.rest.api.CatalogApi
-
- create(LocationSpec) - Method in interface org.apache.brooklyn.rest.api.LocationApi
-
- create(String, boolean) - Method in class org.apache.brooklyn.rest.resources.CatalogResource
-
Deprecated.
- create(LocationSpec) - Method in class org.apache.brooklyn.rest.resources.LocationResource
-
- create(ApplicationSpec) - Method in class org.apache.brooklyn.rest.util.BrooklynRestResourceUtils
-
- create() - Static method in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
- create(String) - Static method in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
- create(Map<E, Boolean>) - Static method in class org.apache.brooklyn.util.collections.SetFromLiveMap
-
- create(String) - Method in class org.apache.brooklyn.util.core.file.ArchiveBuilder
-
Generates the archive, saving it with the given name.
- create() - Method in class org.apache.brooklyn.util.core.file.ArchiveBuilder
-
Generates the archive.
- create() - Method in interface org.apache.brooklyn.util.core.internal.ssh.SshAbstractTool.SshAction
-
- create() - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjClientConnection
-
- create(ClassLoader, Object, String) - Static method in class org.apache.brooklyn.util.core.ResourceUtils
-
Creates a
ResourceUtils object with a specific class loader and context.
- create(BrooklynClassLoadingContext, Object, String) - Static method in class org.apache.brooklyn.util.core.ResourceUtils
-
Creates a
ResourceUtils object with a specific class loader and context.
- create(Object, String) - Static method in class org.apache.brooklyn.util.core.ResourceUtils
-
- create(Object) - Static method in class org.apache.brooklyn.util.core.ResourceUtils
-
- create() - Static method in class org.apache.brooklyn.util.core.ResourceUtils
-
- create(String, Callable<T>) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- create(String, Runnable) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- create(Iterable<? extends Throwable>) - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
creates the given exception, but without propagating it, for use when caller will be wrapping
- create(String, Iterable<? extends Throwable>) - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
creates the given exception, but without propagating it, for use when caller will be wrapping
- create() - Static method in class org.apache.brooklyn.util.repeat.Repeater
-
- create(String) - Static method in class org.apache.brooklyn.util.repeat.Repeater
-
- CREATE_BUCKETS - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
createBuckets is a list of all the buckets to be created on the couchbase cluster
the buckets will be created on the primary node of the cluster
each map entry for a bucket should contain the following parameters:
- <"bucket",(String) name of the bucket (default: default)>
- <"bucket-type",(String) name of bucket type (default: couchbase)>
- <"bucket-port",(Integer) the bucket port to connect to (default: 11222)>
- <"bucket-ramsize",(Integer) ram size allowed for bucket (default: 200)>
- <"bucket-replica",(Integer) number of replicas for the bucket (default: 1)>
- CREATE_CHILD_ENTITY - Static variable in class org.apache.brooklyn.location.jclouds.ChildEntityCustomizer
-
- CREATE_CONDITIONAL_ENTITY - Static variable in interface org.apache.brooklyn.entity.stock.ConditionalEntity
-
- CREATE_NAMESPACE - Static variable in interface org.apache.brooklyn.container.location.kubernetes.KubernetesLocationConfig
-
- CREATE_UNMANAGED - Static variable in interface org.apache.brooklyn.core.mgmt.internal.LocationManagerInternal
-
- createApplicationSpec(AssemblyTemplate, CampPlatform, BrooklynClassLoadingContext, Set<String>) - Method in interface org.apache.brooklyn.camp.brooklyn.api.AssemblyTemplateSpecInstantiator
-
- createApplicationSpec(AssemblyTemplate, CampPlatform, BrooklynClassLoadingContext, Set<String>) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynAssemblyTemplateInstantiator
-
- createApplicationSpec(String) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.CampToSpecTransformer
-
Deprecated.
- createApplicationSpec(String) - Method in class org.apache.brooklyn.core.catalog.internal.JavaCatalogToSpecTransformer
-
- createApplicationSpec(String) - Method in interface org.apache.brooklyn.core.plan.PlanToSpecTransformer
-
Deprecated.
creates an
EntitySpec given a complete plan textual description for a top-level application,
according to the transformation rules this understands.
- createBackup(ManagementContext, BrooklynPersistenceUtils.CreateBackupMode, MementoCopyMode) - Static method in class org.apache.brooklyn.core.mgmt.persist.BrooklynPersistenceUtils
-
- createBean(RegisteredType, RegisteredTypeLoadingContext, Class<T>) - Method in interface org.apache.brooklyn.api.typereg.BrooklynTypeRegistry
-
- createBean(RegisteredType, RegisteredTypeLoadingContext, Class<T>) - Method in class org.apache.brooklyn.core.typereg.BasicBrooklynTypeRegistry
-
- createBeanFromPlan(String, Object, RegisteredTypeLoadingContext, Class<T>) - Method in interface org.apache.brooklyn.api.typereg.BrooklynTypeRegistry
-
- createBeanFromPlan(String, Object, RegisteredTypeLoadingContext, Class<T>) - Method in class org.apache.brooklyn.core.typereg.BasicBrooklynTypeRegistry
-
- createBucket(Entity, String, String, Integer, Integer, Integer) - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseClusterImpl
-
- createBuckets() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseClusterImpl
-
- createCatalogSpec(CatalogItem<T, SpecT>, Set<String>) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.CampToSpecTransformer
-
Deprecated.
- createCatalogSpec(CatalogItem<T, SpecT>, Set<String>) - Method in class org.apache.brooklyn.core.catalog.internal.JavaCatalogToSpecTransformer
-
- createCatalogSpec(CatalogItem<T, SpecT>, Set<String>) - Method in interface org.apache.brooklyn.core.plan.PlanToSpecTransformer
-
Deprecated.
creates an object spec given a catalog item.
- created(UriInfo, String) - Static method in class org.apache.brooklyn.camp.server.rest.util.WebResourceUtils
-
- created(Date) - Method in class org.apache.brooklyn.camp.spi.AbstractResource.Builder
-
- createDefaultNetworkAndAddToTemplateOptionsIfRequired(ComputeService, ConfigBag) - Static method in class org.apache.brooklyn.location.jclouds.networking.creator.DefaultAzureArmNetworkCreator
-
- createDirectory() - Method in class org.apache.brooklyn.util.core.task.ssh.SshPutTaskFactory
-
- createEnricher(EnricherSpec<T>) - Method in interface org.apache.brooklyn.api.mgmt.EntityManager
-
Creates a new enricher (not managed; not associated with any entity).
- createEnricher(EnricherSpec<T>) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalEntityManager
-
- createEnricher(EnricherSpec<T>) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentEntityManager
-
- createEnricher(EnricherSpec<T>) - Method in class org.apache.brooklyn.core.objs.proxy.InternalPolicyFactory
-
- createEntity(EntitySpec<T>) - Method in interface org.apache.brooklyn.api.mgmt.EntityManager
-
Creates a new entity.
- createEntity(Map<?, ?>, Class<T>) - Method in interface org.apache.brooklyn.api.mgmt.EntityManager
-
Convenience (particularly for groovy code) to create an entity.
- createEntity(EntitySpec<T>, <any>) - Method in interface org.apache.brooklyn.core.mgmt.internal.EntityManagerInternal
-
- createEntity(EntitySpec<T>) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalEntityManager
-
- createEntity(EntitySpec<T>, <any>) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalEntityManager
-
- createEntity(Map<?, ?>, Class<T>) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalEntityManager
-
- createEntity(EntitySpec<T>) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentEntityManager
-
- createEntity(EntitySpec<T>, <any>) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentEntityManager
-
- createEntity(Map<?, ?>, Class<T>) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentEntityManager
-
- createEntity(EntitySpec<T>, <any>) - Method in class org.apache.brooklyn.core.objs.proxy.InternalEntityFactory
-
creates a new entity instance from a spec, with all children, policies, etc,
fully initialized (
AbstractEntity.init() invoked) and ready for
management -- commonly the caller will next call
Entities.manage(Entity) (if it's in a managed application)
or
Entities#startManagement(org.apache.brooklyn.api.entity.Application, org.apache.brooklyn.api.management.ManagementContext)
(if it's an application)
- createEntityProxy(EntitySpec<T>, T) - Method in class org.apache.brooklyn.core.objs.proxy.InternalEntityFactory
-
- createEntitySpecForApplication(ManagementContext, String) - Static method in class org.apache.brooklyn.core.mgmt.EntityManagementUtils
-
- createEntitySpecForApplication(ManagementContext, String, String) - Static method in class org.apache.brooklyn.core.mgmt.EntityManagementUtils
-
- createFromArchive(byte[], Boolean) - Method in interface org.apache.brooklyn.rest.api.BundleApi
-
- createFromArchive(byte[], boolean, boolean) - Method in interface org.apache.brooklyn.rest.api.CatalogApi
-
- createFromArchive(byte[], Boolean) - Method in class org.apache.brooklyn.rest.resources.BundleResource
-
- createFromArchive(byte[], boolean, boolean) - Method in class org.apache.brooklyn.rest.resources.CatalogResource
-
- createFromForm(String) - Method in interface org.apache.brooklyn.rest.api.ApplicationApi
-
- createFromForm(String) - Method in class org.apache.brooklyn.rest.resources.ApplicationResource
-
- createFromMap(Map<String, ?>) - Static method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleActionImpl
-
- createFromMap(Map<String, ?>) - Static method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleImpl
-
- createFromPlan(Class<T>, String, Object, RegisteredTypeLoadingContext) - Method in interface org.apache.brooklyn.api.typereg.BrooklynTypeRegistry
-
Creates a bean or spec (depending on the super-type hint) for the given plan data (e.g.
- createFromPlan(Class<T>, String, Object, RegisteredTypeLoadingContext) - Method in class org.apache.brooklyn.core.typereg.BasicBrooklynTypeRegistry
-
- createFromTypeDefinition(String, Object) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.CampTypePlanTransformer
-
- createFromTypeDefinition(String, Object) - Method in interface org.apache.brooklyn.core.typereg.BrooklynTypePlanTransformer
-
- createFromTypeDefinition(String, Object) - Method in class org.apache.brooklyn.core.typereg.JavaClassNameTypePlanTransformer
-
- createFromUpload(byte[], boolean) - Method in interface org.apache.brooklyn.rest.api.CatalogApi
-
- createFromUpload(byte[], boolean) - Method in class org.apache.brooklyn.rest.resources.CatalogResource
-
- createFromYaml(String) - Method in interface org.apache.brooklyn.rest.api.ApplicationApi
-
- createFromYaml(String, Boolean) - Method in interface org.apache.brooklyn.rest.api.BundleApi
-
- createFromYaml(String, boolean) - Method in interface org.apache.brooklyn.rest.api.CatalogApi
-
- createFromYaml(String) - Method in class org.apache.brooklyn.rest.resources.ApplicationResource
-
- createFromYaml(String, Boolean) - Method in class org.apache.brooklyn.rest.resources.BundleResource
-
- createFromYaml(String, boolean) - Method in class org.apache.brooklyn.rest.resources.CatalogResource
-
- createFromYamlWithAppId(String, String) - Method in interface org.apache.brooklyn.rest.api.ApplicationApi
-
- createFromYamlWithAppId(String, String) - Method in class org.apache.brooklyn.rest.resources.ApplicationResource
-
- createGroupInAwsRegion(ComputeServiceContext, String) - Method in class org.apache.brooklyn.location.jclouds.networking.SecurityGroupDefinition
-
- createJarFromClasspathDir(String) - Method in class org.apache.brooklyn.util.core.osgi.BundleMaker
-
creates a ZIP in a temp file from the given classpath folder,
by recursively taking everything in the referenced directories,
treating the given folder as the root,
respecting the MANIFEST.MF if present (ie putting it first so it is a valid JAR)
- createLegacyWrappedReference(String) - Static method in class org.apache.brooklyn.core.location.CatalogLocationResolver
-
- createLocation(LocationSpec<T>) - Method in interface org.apache.brooklyn.api.mgmt.LocationManager
-
Creates a new location, which is tracked by the management context.
- createLocation(Map<?, ?>, Class<T>) - Method in interface org.apache.brooklyn.api.mgmt.LocationManager
-
- createLocation(Map<String, ?>) - Method in interface org.apache.brooklyn.core.location.dynamic.LocationOwner
-
- createLocation(LocationSpec<T>) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalLocationManager
-
- createLocation(Map<?, ?>, Class<T>) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalLocationManager
-
- createLocation(LocationSpec<T>) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentLocationManager
-
- createLocation(Map<?, ?>, Class<T>) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentLocationManager
-
- createLocation(LocationSpec<T>) - Method in class org.apache.brooklyn.core.objs.proxy.InternalLocationFactory
-
- createLocation(Map<String, ?>) - Method in class org.apache.brooklyn.entity.machine.pool.ServerPoolImpl
-
- createMachineMetricsFeed(Entity) - Static method in class org.apache.brooklyn.entity.machine.AddMachineMetrics
-
- createObjectName(String) - Static method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- CreatePasswordSensor - Class in org.apache.brooklyn.core.sensor.password
-
- CreatePasswordSensor(Map<String, String>) - Constructor for class org.apache.brooklyn.core.sensor.password.CreatePasswordSensor
-
- CreatePasswordSensor(ConfigBag) - Constructor for class org.apache.brooklyn.core.sensor.password.CreatePasswordSensor
-
- createPolicy(PolicySpec<T>) - Method in interface org.apache.brooklyn.api.mgmt.EntityManager
-
Creates a new policy (not managed; not associated with any entity).
- createPolicy(PolicySpec<T>) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalEntityManager
-
- createPolicy(PolicySpec<T>) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentEntityManager
-
- createPolicy(PolicySpec<T>) - Method in class org.apache.brooklyn.core.objs.proxy.InternalPolicyFactory
-
- createPoly(byte[]) - Method in interface org.apache.brooklyn.rest.api.ApplicationApi
-
- createPoly(byte[]) - Method in class org.apache.brooklyn.rest.resources.ApplicationResource
-
- createPrimaryDomain(String) - Method in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient
-
- createPropertiesBuilder() - Method in class org.apache.brooklyn.launcher.common.BrooklynPropertiesFactoryHelper
-
- createQueue(Map) - Method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQBrokerImpl
-
- createQueue(Map) - Method in interface org.apache.brooklyn.entity.messaging.jms.JMSBroker
-
- createQueue(Map) - Method in class org.apache.brooklyn.entity.messaging.jms.JMSBrokerImpl
-
- createQueue(Map) - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidBrokerImpl
-
- createQueue(Map) - Method in interface org.apache.brooklyn.entity.messaging.rabbit.RabbitBroker
-
- createQueue(Map) - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitBrokerImpl
-
- createSchema(String, Map) - Method in interface org.apache.brooklyn.entity.database.Database
-
- createSchema(String) - Method in class org.apache.brooklyn.entity.database.derby.DerbyDatabase
-
- createSchema(String, Map) - Method in class org.apache.brooklyn.entity.database.derby.DerbyDatabase
-
- createSecurityGroup(String) - Method in class org.apache.brooklyn.location.jclouds.networking.SecurityGroupEditor
-
Create the security group.
- createSecurityProviderInstance(ManagementContext, Class<? extends SecurityProvider>) - Static method in class org.apache.brooklyn.rest.security.provider.DelegatingSecurityProvider
-
- createServiceSpecs(AssemblyTemplate, CampPlatform, BrooklynClassLoadingContext, Set<String>) - Method in interface org.apache.brooklyn.camp.brooklyn.api.AssemblyTemplateSpecInstantiator
-
Returns specs for each item in the services list
- createServiceSpecs(AssemblyTemplate, CampPlatform, BrooklynClassLoadingContext, Set<String>) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynAssemblyTemplateInstantiator
-
- createSmartSubdomain(String) - Method in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient.Domain
-
- createSocket(Socket, String, int, boolean) - Method in class org.apache.brooklyn.util.crypto.TrustingSslSocketFactory
-
- createSocket() - Method in class org.apache.brooklyn.util.crypto.TrustingSslSocketFactory
-
- createSocket(String, int) - Method in class org.apache.brooklyn.util.crypto.TrustingSslSocketFactory
-
- createSocket(InetAddress, int) - Method in class org.apache.brooklyn.util.crypto.TrustingSslSocketFactory
-
- createSocket(String, int, InetAddress, int) - Method in class org.apache.brooklyn.util.crypto.TrustingSslSocketFactory
-
- createSocket(InetAddress, int, InetAddress, int) - Method in class org.apache.brooklyn.util.crypto.TrustingSslSocketFactory
-
- createSocket(Socket, String, int, boolean) - Method in class org.apache.brooklyn.util.http.TrustingSslSocketFactory
-
- createSocket() - Method in class org.apache.brooklyn.util.http.TrustingSslSocketFactory
-
- createSocket(String, int) - Method in class org.apache.brooklyn.util.http.TrustingSslSocketFactory
-
- createSocket(InetAddress, int) - Method in class org.apache.brooklyn.util.http.TrustingSslSocketFactory
-
- createSocket(String, int, InetAddress, int) - Method in class org.apache.brooklyn.util.http.TrustingSslSocketFactory
-
- createSocket(InetAddress, int, InetAddress, int) - Method in class org.apache.brooklyn.util.http.TrustingSslSocketFactory
-
- createSpec(CatalogItem<T, SpecT>) - Method in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
- createSpec(RegisteredType, RegisteredTypeLoadingContext, Class<SpecT>) - Method in interface org.apache.brooklyn.api.typereg.BrooklynTypeRegistry
-
- createSpec(CatalogItem<T, SpecT>) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
Deprecated.
- createSpec(RegisteredType, RegisteredTypeLoadingContext, Class<SpecT>) - Method in class org.apache.brooklyn.core.typereg.BasicBrooklynTypeRegistry
-
- createSpecFromPlan(String, Object, RegisteredTypeLoadingContext, Class<SpecT>) - Method in interface org.apache.brooklyn.api.typereg.BrooklynTypeRegistry
-
- createSpecFromPlan(String, Object, RegisteredTypeLoadingContext, Class<SpecT>) - Method in class org.apache.brooklyn.core.typereg.BasicBrooklynTypeRegistry
-
- createStarting(ManagementContext, EntitySpec<T>) - Static method in class org.apache.brooklyn.core.mgmt.EntityManagementUtils
-
- createStarting(ManagementContext, String) - Static method in class org.apache.brooklyn.core.mgmt.EntityManagementUtils
-
- createSubPath(String) - Method in class org.apache.brooklyn.core.mgmt.persist.FileBasedObjectStore
-
- createSubPath(String) - Method in class org.apache.brooklyn.core.mgmt.persist.jclouds.JcloudsBlobStoreBasedObjectStore
-
- createSubPath(String) - Method in interface org.apache.brooklyn.core.mgmt.persist.PersistenceObjectStore
-
create the directory at the given subPath relative to the base of this store
- createTempBundle(String, Manifest, Map<ZipEntry, InputStream>) - Method in class org.apache.brooklyn.util.core.osgi.BundleMaker
-
Creates a temporary file with the given metadata
- createTempBundle(String, Map<String, String>, Map<ZipEntry, InputStream>) - Method in class org.apache.brooklyn.util.core.osgi.BundleMaker
-
- createTempWebDirWithIndexHtml(String) - Static method in class org.apache.brooklyn.camp.server.rest.CampServer.CampServerUtils
-
create a directory with a simple index.html so we have some content being served up
- createTempZip(String, Map<ZipEntry, InputStream>) - Method in class org.apache.brooklyn.util.core.osgi.BundleMaker
-
- createTopic(Map) - Method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQBrokerImpl
-
- createTopic(Map) - Method in interface org.apache.brooklyn.entity.messaging.jms.JMSBroker
-
- createTopic(Map) - Method in class org.apache.brooklyn.entity.messaging.jms.JMSBrokerImpl
-
- createTopic(String) - Method in interface org.apache.brooklyn.entity.messaging.kafka.KafkaZooKeeper
-
- createTopic(String) - Method in interface org.apache.brooklyn.entity.messaging.kafka.KafkaZooKeeperDriver
-
- createTopic(String) - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaZooKeeperImpl
-
- createTopic(String) - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaZooKeeperSshDriver
-
- createTopic(Map) - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidBrokerImpl
-
- createUnstarted(ManagementContext, EntitySpec<T>) - Static method in class org.apache.brooklyn.core.mgmt.EntityManagementUtils
-
creates an application from the given app spec, managed by the given management context
- createUnstarted(ManagementContext, EntitySpec<T>, <any>) - Static method in class org.apache.brooklyn.core.mgmt.EntityManagementUtils
-
- createUnstarted(ManagementContext, String) - Static method in class org.apache.brooklyn.core.mgmt.EntityManagementUtils
-
- CreateUserPolicy - Class in org.apache.brooklyn.policy.jclouds.os
-
When attached to an entity, this will monitor for when an
SshMachineLocation is added to that entity
(e.g.
- CreateUserPolicy() - Constructor for class org.apache.brooklyn.policy.jclouds.os.CreateUserPolicy
-
- CreateUserStatements - Class in org.apache.brooklyn.location.jclouds
-
- CREATION_SCRIPT_CONTENTS - Static variable in interface org.apache.brooklyn.entity.database.DatastoreMixins.CanGiveCreationScript
-
- CREATION_SCRIPT_CONTENTS - Static variable in class org.apache.brooklyn.entity.database.DatastoreMixins
-
- CREATION_SCRIPT_TEMPLATE - Static variable in interface org.apache.brooklyn.entity.database.DatastoreMixins.CanGiveCreationScript
-
- CREATION_SCRIPT_TEMPLATE - Static variable in class org.apache.brooklyn.entity.database.DatastoreMixins
-
- CREATION_SCRIPT_URL - Static variable in interface org.apache.brooklyn.entity.database.DatastoreMixins.CanGiveCreationScript
-
- CREATION_SCRIPT_URL - Static variable in class org.apache.brooklyn.entity.database.DatastoreMixins
-
- CreationResult(T, Task<U>) - Constructor for class org.apache.brooklyn.core.mgmt.EntityManagementUtils.CreationResult
-
- credential(<any>) - Method in class org.apache.brooklyn.util.http.HttpTool.HttpClientBuilder
-
- credentials(String, String) - Method in class org.apache.brooklyn.feed.http.HttpFeed.Builder
-
- credentials() - Method in class org.apache.brooklyn.location.jclouds.CreateUserStatements
-
- credentials() - Method in class org.apache.brooklyn.location.jclouds.ManagementAddressResolveResult
-
- Credentials - Interface in org.apache.brooklyn.util.http.auth
-
- Credentials - Interface in org.apache.brooklyn.util.http.executor
-
- credentials(Credentials) - Method in class org.apache.brooklyn.util.http.executor.HttpRequest.Builder
-
- credentials() - Method in interface org.apache.brooklyn.util.http.executor.HttpRequest
-
- credentials() - Method in class org.apache.brooklyn.util.http.executor.HttpRequestImpl
-
- credentials(Credentials) - Method in class org.apache.brooklyn.util.http.HttpTool.HttpClientBuilder
-
- credentialsIfNotNull(String, String) - Method in class org.apache.brooklyn.feed.http.HttpFeed.Builder
-
- CriticalCauseZoneFailureDetector - Class in org.apache.brooklyn.entity.group.zoneaware
-
- CriticalCauseZoneFailureDetector(Duration, <any>, int) - Constructor for class org.apache.brooklyn.entity.group.zoneaware.CriticalCauseZoneFailureDetector
-
- CSRF_TOKEN_REQUIRED_ATTR - Static variable in class org.apache.brooklyn.rest.filter.CsrfTokenFilter
-
- CSRF_TOKEN_REQUIRED_HEADER - Static variable in class org.apache.brooklyn.rest.filter.CsrfTokenFilter
-
- CSRF_TOKEN_VALUE_ATTR - Static variable in class org.apache.brooklyn.rest.filter.CsrfTokenFilter
-
- CSRF_TOKEN_VALUE_BASE_ANGULAR_NAME - Static variable in class org.apache.brooklyn.rest.filter.CsrfTokenFilter
-
- CSRF_TOKEN_VALUE_COOKIE - Static variable in class org.apache.brooklyn.rest.filter.CsrfTokenFilter
-
- CSRF_TOKEN_VALUE_COOKIE_ANGULAR_NAME - Static variable in class org.apache.brooklyn.rest.filter.CsrfTokenFilter
-
- CSRF_TOKEN_VALUE_HEADER - Static variable in class org.apache.brooklyn.rest.filter.CsrfTokenFilter
-
- CSRF_TOKEN_VALUE_HEADER_ANGULAR_NAME - Static variable in class org.apache.brooklyn.rest.filter.CsrfTokenFilter
-
- CsrfTokenFilter - Class in org.apache.brooklyn.rest.filter
-
Causes the server to return a "Csrf-Token" cookie in certain circumstances,
and thereafter to require clients to send that token as an "X-Csrf-Token" header on certain requests.
- CsrfTokenFilter() - Constructor for class org.apache.brooklyn.rest.filter.CsrfTokenFilter
-
- CsrfTokenFilter.CsrfTokenRequiredForRequests - Enum in org.apache.brooklyn.rest.filter
-
- CURR_ITEMS - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- CURR_ITEMS_PER_NODE - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
- CURR_ITEMS_TOT - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- CURR_ITEMS_TOT_PER_NODE - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
- current() - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
the
Task where the current thread is executing, if executing in a Task, otherwise null;
if the current task is a proxy, this returns the target of that proxy
- CURRENT_PROPAGATED_PRODUCER - Static variable in class org.apache.brooklyn.policy.failover.PropagatePrimaryEnricher
-
- CURRENT_PROPAGATOR_ID - Static variable in class org.apache.brooklyn.policy.failover.PropagatePrimaryEnricher
-
- CURRENT_SEEDS - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
- CURRENT_SEEDS - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraFabric
-
Deprecated.
- CURRENT_SIZE_OPERATOR - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- CURRENT_THREAD_COUNT - Static variable in interface org.apache.brooklyn.entity.java.UsesJavaMXBeans
-
- currentNode() - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.BrooklynDslInterpreter
-
- currentNode(PlanInterpretationNode) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.BrooklynDslInterpreter
-
sets the current node
- currentNodeClear() - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.BrooklynDslInterpreter
-
- currentPoolSize(long) - Method in class org.apache.brooklyn.policy.autoscaling.MaxPoolSizeReachedEvent.Builder
-
- currentSizeOperator(<any>) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy.Builder
-
- currentStackElement() - Static method in class org.apache.brooklyn.util.javalang.JavaClassNames
-
returns top of cleaned stack trace; usually the caller's location
- currentStackTraceCleaned() - Static method in class org.apache.brooklyn.util.javalang.JavaClassNames
-
returns a cleaned stack trace; caller is usually at the top
- currentUnbounded(long) - Method in class org.apache.brooklyn.policy.autoscaling.MaxPoolSizeReachedEvent.Builder
-
- CUSTOM_CHILD_FLAGS - Static variable in interface org.apache.brooklyn.entity.group.DynamicCluster
-
- CUSTOM_CHILD_FLAGS - Static variable in interface org.apache.brooklyn.entity.group.DynamicFabric
-
- CUSTOM_CREDENTIALS - Static variable in interface org.apache.brooklyn.location.jclouds.JcloudsLocationConfig
-
- CUSTOM_MACHINE_SETUP_SCRIPT_URL - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
CUSTOM_MACHINE_SETUP_SCRIPT_URL accepts a URL location that points to a shell script.
- CUSTOM_MACHINE_SETUP_SCRIPT_URL_LIST - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- CUSTOM_MACHINE_SETUP_SCRIPT_VARS - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- CUSTOM_SNITCH_JAR_URL - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- CUSTOM_TEMPLATE_OPTIONS_SCRIPT_CONTENTS - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- customAttribute(String, Object) - Method in class org.apache.brooklyn.camp.spi.AbstractResource.Builder
-
- customize(MachineLocation) - Method in class org.apache.brooklyn.api.location.BasicMachineLocationCustomizer
-
- customize(MachineLocation) - Method in interface org.apache.brooklyn.api.location.MachineLocationCustomizer
-
Override to configure the given machine once it has been created (prior to any use).
- customize() - Method in class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.chef.ChefSoloDriver
-
Deprecated.
- customize() - Method in class org.apache.brooklyn.entity.cm.ansible.AnsibleEntitySshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.cm.salt.SaltEntitySshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.database.crate.CrateNodeSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.database.derby.DerbyDatabaseSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.database.rubyrep.RubyRepSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.java.VanillaJavaAppSshDriver
-
- customize(MachineLocation) - Method in class org.apache.brooklyn.entity.machine.SetHostnameCustomizer
-
- customize(MachineLocation) - Method in class org.apache.brooklyn.entity.machine.SetLimitsCustomizer
-
- customize() - Method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.messaging.kafka.AbstractfKafkaSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.messaging.storm.StormSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.monitoring.monit.MonitSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeSshDriver
-
Deprecated.
- customize() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseSyncGatewaySshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.nosql.elasticsearch.ElasticSearchNodeSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNodeSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.nosql.infinispan.Infinispan5SshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.nosql.mongodb.AbstractMongoDBSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBClientSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.nosql.redis.RedisStoreSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.nosql.solr.SolrServerSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.osgi.karaf.KarafSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
Implementations should fail if the return code is non-zero, by throwing some appropriate exception.
- customize() - Method in class org.apache.brooklyn.entity.software.base.EmptySoftwareProcessSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.software.base.EmptyWindowsProcessWinRmDriver
-
- customize() - Method in class org.apache.brooklyn.entity.software.base.VanillaSoftwareProcessSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.software.base.VanillaWindowsProcessWinRmDriver
-
- customize() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss6SshDriver
-
Deprecated.
- customize() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss7SshDriver
-
Deprecated.
AS7 config notes and TODOs:
We're using the http management interface on port managementPort
We're not using any JMX.
- customize() - Method in class org.apache.brooklyn.entity.webapp.jetty.Jetty6SshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.webapp.tomcat.TomcatSshDriver
-
- customize() - Method in class org.apache.brooklyn.entity.zookeeper.ZooKeeperSshDriver
-
- customize(JcloudsLocation, ComputeService, TemplateBuilder) - Method in class org.apache.brooklyn.location.jclouds.aws.AbstractEbsVolumeCustomizer
-
- customize(JcloudsLocation, ComputeService, TemplateOptions) - Method in class org.apache.brooklyn.location.jclouds.aws.EbsVolumeCustomizers.WithExistingSnapshot
-
- customize(JcloudsLocation, ComputeService, JcloudsMachineLocation) - Method in class org.apache.brooklyn.location.jclouds.aws.EbsVolumeCustomizers.WithExistingSnapshot
-
- customize(JcloudsLocation, ComputeService, JcloudsMachineLocation) - Method in class org.apache.brooklyn.location.jclouds.aws.EbsVolumeCustomizers.WithExistingVolume
-
- customize(JcloudsLocation, ComputeService, TemplateOptions) - Method in class org.apache.brooklyn.location.jclouds.aws.EbsVolumeCustomizers.WithNewVolume
-
- customize(JcloudsLocation, ComputeService, JcloudsMachineLocation) - Method in class org.apache.brooklyn.location.jclouds.aws.EbsVolumeCustomizers.WithNewVolume
-
- customize(JcloudsLocation, ComputeService, TemplateBuilder) - Method in class org.apache.brooklyn.location.jclouds.BasicJcloudsLocationCustomizer
-
- customize(JcloudsLocation, ComputeService, Template) - Method in class org.apache.brooklyn.location.jclouds.BasicJcloudsLocationCustomizer
-
- customize(JcloudsLocation, ComputeService, TemplateOptions) - Method in class org.apache.brooklyn.location.jclouds.BasicJcloudsLocationCustomizer
-
- customize(JcloudsLocation, NodeMetadata, ConfigBag) - Method in class org.apache.brooklyn.location.jclouds.BasicJcloudsLocationCustomizer
-
- customize(JcloudsLocation, ComputeService, JcloudsMachineLocation) - Method in class org.apache.brooklyn.location.jclouds.BasicJcloudsLocationCustomizer
-
- customize(JcloudsLocation, ComputeService, JcloudsMachineLocation) - Method in class org.apache.brooklyn.location.jclouds.ChildEntityCustomizer
-
- customize(JcloudsLocation, ComputeService, TemplateBuilder) - Method in interface org.apache.brooklyn.location.jclouds.JcloudsLocationCustomizer
-
Override to configure templateBuilder
before it is built and immutable.
- customize(JcloudsLocation, ComputeService, Template) - Method in interface org.apache.brooklyn.location.jclouds.JcloudsLocationCustomizer
-
Override to configure a subclass of this with the built template, or to configure the built
template's TemplateOptions.
- customize(JcloudsLocation, ComputeService, TemplateOptions) - Method in interface org.apache.brooklyn.location.jclouds.JcloudsLocationCustomizer
-
Override to configure the
TemplateOptions that will
be used by
JcloudsLocation to obtain machines.
- customize(JcloudsLocation, NodeMetadata, ConfigBag) - Method in interface org.apache.brooklyn.location.jclouds.JcloudsLocationCustomizer
-
Override to configure the
NodeMetadata, and
ConfigBag that will be used when
connecting to the machine.
- customize(JcloudsLocation, ComputeService, JcloudsMachineLocation) - Method in interface org.apache.brooklyn.location.jclouds.JcloudsLocationCustomizer
-
Override to configure the given machine once it has been created and started by Jclouds.
- customize(JcloudsLocation, ComputeService, TemplateBuilder) - Method in class org.apache.brooklyn.location.jclouds.LocationCustomizerDelegate
-
- customize(JcloudsLocation, ComputeService, Template) - Method in class org.apache.brooklyn.location.jclouds.LocationCustomizerDelegate
-
- customize(JcloudsLocation, ComputeService, TemplateOptions) - Method in class org.apache.brooklyn.location.jclouds.LocationCustomizerDelegate
-
- customize(JcloudsLocation, NodeMetadata, ConfigBag) - Method in class org.apache.brooklyn.location.jclouds.LocationCustomizerDelegate
-
- customize(JcloudsLocation, ComputeService, JcloudsMachineLocation) - Method in class org.apache.brooklyn.location.jclouds.LocationCustomizerDelegate
-
- customize(JcloudsLocation, ComputeService, JcloudsMachineLocation) - Method in class org.apache.brooklyn.location.jclouds.networking.InboundPortsJcloudsLocationCustomizer
-
Deprecated.
- customize(JcloudsLocation, ComputeService, Template) - Method in class org.apache.brooklyn.location.jclouds.networking.JcloudsLocationSecurityGroupCustomizer
-
Replaces security groups configured on the given template with one that allows
SSH access on port 22 and allows communication on all ports between machines in
the same group.
- customize(JcloudsLocation, ComputeService, Template) - Method in class org.apache.brooklyn.location.jclouds.networking.SharedLocationSecurityGroupCustomizer
-
- customize(JcloudsLocation, ComputeService, JcloudsMachineLocation) - Method in class org.apache.brooklyn.location.jclouds.networking.SharedLocationSecurityGroupCustomizer
-
- customize(JcloudsLocation, ComputeService, TemplateOptions) - Method in class org.apache.brooklyn.location.jclouds.softlayer.SoftLayerSameVlanLocationCustomizer
-
Update the
TemplateOptions that will
be used by
JcloudsLocation to obtain machines.
- customize(JcloudsLocation, ComputeService, JcloudsMachineLocation) - Method in class org.apache.brooklyn.location.jclouds.softlayer.SoftLayerSameVlanLocationCustomizer
-
- customize(JcloudsLocation, ComputeService, JcloudsMachineLocation) - Method in class org.apache.brooklyn.location.jclouds.SudoTtyFixingCustomizer
-
- customize() - Method in class org.apache.brooklyn.qa.load.SimulatedJBoss7ServerImpl.SimulatedJBoss7SshDriver
-
- customize() - Method in class org.apache.brooklyn.qa.load.SimulatedMySqlNodeImpl.SimulatedMySqlSshDriver
-
- customize() - Method in class org.apache.brooklyn.qa.load.SimulatedNginxControllerImpl.SimulatedNginxSshDriver
-
- customize() - Method in class org.apache.brooklyn.qa.load.SimulatedVanillaSoftwareProcessImpl.SimulatedVanillaSoftwareProcessSshDriver
-
- CUSTOMIZE_COMMAND - Static variable in interface org.apache.brooklyn.entity.software.base.AbstractVanillaProcess
-
- CUSTOMIZE_COMMAND - Static variable in interface org.apache.brooklyn.entity.software.base.VanillaWindowsProcess
-
- CUSTOMIZE_FILES - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
Files to be copied to the server before customize.
- CUSTOMIZE_LATCH - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- CUSTOMIZE_LATCH - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- CUSTOMIZE_POWERSHELL_COMMAND - Static variable in interface org.apache.brooklyn.entity.software.base.VanillaWindowsProcess
-
- CUSTOMIZE_REBOOT_REQUIRED - Static variable in interface org.apache.brooklyn.entity.software.base.VanillaWindowsProcess
-
- CUSTOMIZE_RESOURCES_LATCH - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- CUSTOMIZE_TEMPLATES - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
Templates to be filled in and then copied to the server before customize.
- customizeManagement(<any>) - Method in class org.apache.brooklyn.launcher.BrooklynLauncher
-
- CUSTOMIZING - Static variable in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- CustomMachineNamer - Class in org.apache.brooklyn.core.location.cloud.names
-
- CustomMachineNamer() - Constructor for class org.apache.brooklyn.core.location.cloud.names.CustomMachineNamer
-
- CustomMapper(Mapper, Class<?>, String) - Constructor for class org.apache.brooklyn.core.mgmt.persist.XmlMementoSerializer.CustomMapper
-
- CustomResourceLocator - Class in org.apache.brooklyn.launcher.config
-
class which allows non-standard locators to be registered for URL's being loaded
- CustomResourceLocator(ConfigMap, ResourceUtils) - Constructor for class org.apache.brooklyn.launcher.config.CustomResourceLocator
-
- CustomResourceLocator.ResourceLocator - Interface in org.apache.brooklyn.launcher.config
-
- CustomResourceLocator.SearchingClassPathInDevMode - Class in org.apache.brooklyn.launcher.config
-
- customWriteBody(T, JsonGenerator, SerializerProvider) - Method in class org.apache.brooklyn.util.core.json.BidiSerialization.AbstractBrooklynAdjunctSerialization
-
- customWriteBody(T, JsonGenerator, SerializerProvider) - Method in class org.apache.brooklyn.util.core.json.BidiSerialization.AbstractBrooklynObjectSerialization
-
- customWriteBody(T, JsonGenerator, SerializerProvider) - Method in class org.apache.brooklyn.util.core.json.BidiSerialization.AbstractWithManagementContextSerialization
-
- customWriteBody(ClassLoader, JsonGenerator, SerializerProvider) - Method in class org.apache.brooklyn.util.core.json.BidiSerialization.ClassLoaderSerialization
-
- customWriteBody(ManagementContext, JsonGenerator, SerializerProvider) - Method in class org.apache.brooklyn.util.core.json.BidiSerialization.ManagementContextSerialization
-
- customWriteBody(Task<?>, JsonGenerator, SerializerProvider) - Method in class org.apache.brooklyn.util.core.json.BidiSerialization.TaskSerialization
-
- DANGLING_REFERENCE_FAILURE_MODE - Static variable in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- DANGLING_REFERENCES_MIN_REQUIRED_HEALTHY - Static variable in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- danglingRefFailureMode(RebindManager.RebindFailureMode) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindExceptionHandlerImpl.Builder
-
- danglingRefQuorumRequiredHealthy(QuorumCheck) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindExceptionHandlerImpl.Builder
-
- DASHBOARD_AGGREGATION_PERIOD - Static variable in class org.apache.brooklyn.enricher.stock.aggregator.DashboardAggregator
-
- DASHBOARD_COST_PER_MONTH - Static variable in class org.apache.brooklyn.enricher.stock.aggregator.AggregationJob
-
- DASHBOARD_HA_PRIMARIES - Static variable in class org.apache.brooklyn.enricher.stock.aggregator.AggregationJob
-
- DASHBOARD_LICENSES - Static variable in class org.apache.brooklyn.enricher.stock.aggregator.AggregationJob
-
- DASHBOARD_LOCATIONS - Static variable in class org.apache.brooklyn.enricher.stock.aggregator.AggregationJob
-
- DASHBOARD_POLICY_HIGHLIGHTS - Static variable in class org.apache.brooklyn.enricher.stock.aggregator.AggregationJob
-
- DashboardAggregator - Class in org.apache.brooklyn.enricher.stock.aggregator
-
The DashboardAggregator is an enricher that combines config/sensor values from the children of the entity it is attached to.
- DashboardAggregator() - Constructor for class org.apache.brooklyn.enricher.stock.aggregator.DashboardAggregator
-
- data(Object) - Method in class org.apache.brooklyn.rest.domain.ApiError.Builder
-
- DATA_CENTER_NAMER - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraFabric
-
Deprecated.
- DATA_DIR - Static variable in interface org.apache.brooklyn.entity.database.mariadb.MariaDbNode
-
- DATA_DIR - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlNode
-
- DATA_DIR - Static variable in interface org.apache.brooklyn.entity.nosql.elasticsearch.ElasticSearchNode
-
- DATA_DIRECTORY - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.AbstractMongoDBServer
-
- Database - Interface in org.apache.brooklyn.entity.database
-
Intended to represent a SQL relational database service.
- DATABASE - Static variable in interface org.apache.brooklyn.entity.database.postgresql.PostgreSqlNode
-
- DATABASE_STARTUP_TIMEOUT - Static variable in interface org.apache.brooklyn.entity.database.rubyrep.RubyRepNode
-
- DatabaseNode - Interface in org.apache.brooklyn.entity.database
-
- DATACENTER_NAME - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- DATACENTER_USAGE - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
- DATACENTER_USAGE - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraFabric
-
Deprecated.
- DATACENTERS - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
- DATACENTERS - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraFabric
-
Deprecated.
- DataEntity - Interface in org.apache.brooklyn.entity.stock
-
- DataEntityImpl - Class in org.apache.brooklyn.entity.stock
-
- DataEntityImpl() - Constructor for class org.apache.brooklyn.entity.stock.DataEntityImpl
-
- DataForBasicRelations(Runnable) - Constructor for class org.apache.brooklyn.core.relations.ByObjectBasicRelationSupport.DataForBasicRelations
-
- DATASTORE_URL - Static variable in class org.apache.brooklyn.entity.database.DatastoreMixins
-
- DATASTORE_URL - Static variable in interface org.apache.brooklyn.entity.database.DatastoreMixins.HasDatastoreUrl
-
- DatastoreMixins - Class in org.apache.brooklyn.entity.database
-
- DatastoreMixins.CanExecuteScript - Interface in org.apache.brooklyn.entity.database
-
- DatastoreMixins.CanGiveCreationScript - Interface in org.apache.brooklyn.entity.database
-
- DatastoreMixins.DatastoreCommon - Interface in org.apache.brooklyn.entity.database
-
An entity with the most common datastore config, sensors, and effectors
- DatastoreMixins.HasDatastoreUrl - Interface in org.apache.brooklyn.entity.database
-
- DataUriSchemeParser - Class in org.apache.brooklyn.util.core.text
-
implementation (currently hokey) of RFC-2397 data: URI scheme.
- DataUriSchemeParser(String) - Constructor for class org.apache.brooklyn.util.core.text.DataUriSchemeParser
-
- DATE_FORMAT_ISO8601 - Static variable in class org.apache.brooklyn.util.time.Time
-
- DATE_FORMAT_ISO8601_NO_MILLIS - Static variable in class org.apache.brooklyn.util.time.Time
-
- DATE_FORMAT_OF_DATE_TOSTRING - Static variable in class org.apache.brooklyn.util.time.Time
-
- DATE_FORMAT_PREFERRED - Static variable in class org.apache.brooklyn.util.time.Time
-
- DATE_FORMAT_PREFERRED_W_TZ - Static variable in class org.apache.brooklyn.util.time.Time
-
- DATE_FORMAT_SIMPLE_STAMP - Static variable in class org.apache.brooklyn.util.time.Time
-
- DATE_FORMAT_STAMP - Static variable in class org.apache.brooklyn.util.time.Time
-
- days(Number) - Static method in class org.apache.brooklyn.util.time.Duration
-
creates new
Duration instance of the given length of time
- DB_PASSWORD - Static variable in class org.apache.brooklyn.demo.WebClusterDatabaseExample
-
- DB_PASSWORD - Static variable in class org.apache.brooklyn.demo.WebClusterDatabaseExampleApp
-
- DB_PASSWORD - Static variable in class org.apache.brooklyn.qa.load.SimulatedTheeTierApp
-
- DB_SETUP_SQL_URL - Static variable in class org.apache.brooklyn.demo.WebClusterDatabaseExample
-
- DB_SETUP_SQL_URL - Static variable in class org.apache.brooklyn.demo.WebClusterDatabaseExampleApp
-
- DB_TABLE - Static variable in class org.apache.brooklyn.demo.WebClusterDatabaseExample
-
- DB_TABLE - Static variable in class org.apache.brooklyn.demo.WebClusterDatabaseExampleApp
-
- DB_TABLE - Static variable in class org.apache.brooklyn.qa.load.SimulatedTheeTierApp
-
- DB_URL - Static variable in interface org.apache.brooklyn.entity.database.DatabaseNode
-
- DB_USERNAME - Static variable in class org.apache.brooklyn.demo.WebClusterDatabaseExample
-
- DB_USERNAME - Static variable in class org.apache.brooklyn.demo.WebClusterDatabaseExampleApp
-
- DB_USERNAME - Static variable in class org.apache.brooklyn.qa.load.SimulatedTheeTierApp
-
- deactivate(Map<String, String>) - Method in class org.apache.brooklyn.ui.modularity.metadata.registry.impl.UiMetadataConfigListener
-
- deactivate() - Method in class org.apache.brooklyn.ui.proxy.UiProxy
-
- debug(String, Object...) - Method in interface org.apache.brooklyn.core.catalog.internal.CatalogInitialization.RebindLogger
-
- DEBUG - Static variable in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
Enable shell debugging output via set -x prepended to the command header.
- DEBUG - Static variable in class org.apache.brooklyn.util.internal.BrooklynSystemProperties
-
- decode(String) - Static method in class org.apache.brooklyn.util.net.Urls
-
- decodePublicKey(String) - Static method in class org.apache.brooklyn.util.crypto.AuthorizedKeysParser
-
- decorate(EntitySpec<?>, ConfigBag) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynEntityDecorationResolver
-
Deprecated.
- decorate(EntitySpec<?>, ConfigBag, Set<String>) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynEntityDecorationResolver
-
- decorate(EntitySpec<?>, ConfigBag, Set<String>) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynEntityDecorationResolver.EnricherSpecResolver
-
- decorate(EntitySpec<?>, ConfigBag, Set<String>) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynEntityDecorationResolver.InitializerResolver
-
- decorate(EntitySpec<?>, ConfigBag, Set<String>) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynEntityDecorationResolver.PolicySpecResolver
-
- decorate(EntitySpec<?>, ConfigBag, Set<String>) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynEntityDecorationResolver.SpecParameterResolver
-
- decorate(EntitySpec<?>, ConfigBag, Set<String>) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynEntityDecorationResolver.TagsResolver
-
- deep(boolean) - Method in class org.apache.brooklyn.util.collections.CollectionMerger.Builder
-
- deep(boolean) - Method in class org.apache.brooklyn.util.core.task.ValueResolver
-
- deep(boolean, Boolean) - Method in class org.apache.brooklyn.util.core.task.ValueResolver
-
causes nested structures (maps, lists) to be descended and nested unresolved values resolved.
- DEEP_MERGE - Static variable in interface org.apache.brooklyn.config.ConfigInheritance
-
- DEEP_MERGE - Static variable in class org.apache.brooklyn.core.config.BasicConfigInheritance
-
Indicates that if a key has a value at both an ancestor and a descendant, the descendant and his descendants
should attempt to merge the values.
- DEFAULT - Static variable in interface org.apache.brooklyn.entity.stock.LocationEntity
-
- DEFAULT - Static variable in class org.apache.brooklyn.util.core.task.DynamicSequentialTask.FailureHandlingConfig
-
- DEFAULT_ASSERTION - Static variable in interface org.apache.brooklyn.test.framework.TestSshCommand
-
If no assertions are configured in the test then the default is this assertion that exit status of the command
is zero (successful).
- DEFAULT_ASSERTION - Static variable in interface org.apache.brooklyn.test.framework.TestWinrmCommand
-
If no assertions are configured in the test then the default is this assertion that exit status of the command
is zero (successful).
- DEFAULT_BANNER - Static variable in class org.apache.brooklyn.cli.AbstractMain
-
- DEFAULT_BLACKLIST_SYSTEM_PROPERTY_NAME - Static variable in class org.apache.brooklyn.util.javalang.StackTraceSimplifier
-
comma-separated prefixes (not regexes)
- DEFAULT_CHARSET - Static variable in class org.apache.brooklyn.util.core.text.DataUriSchemeParser
-
- DEFAULT_DB_NAME - Static variable in interface org.apache.brooklyn.entity.database.postgresql.PostgreSqlNode
-
- DEFAULT_DB_SETUP_SQL_URL - Static variable in class org.apache.brooklyn.demo.WebClusterDatabaseExampleApp
-
- DEFAULT_DELIMITERS - Static variable in class org.apache.brooklyn.util.text.QuotedStringTokenizer
-
- DEFAULT_DISPLAY_NAME - Static variable in class org.apache.brooklyn.core.entity.AbstractEntity
-
The default name to use for this entity, if not explicitly overridden.
- DEFAULT_ENRICHER_UNIQUE_TAG - Static variable in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ComputeServiceState
-
- DEFAULT_ENRICHER_UNIQUE_TAG - Static variable in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ServiceNotUpLogic
-
- DEFAULT_ENRICHER_UNIQUE_TAG - Static variable in class org.apache.brooklyn.entity.system_service.SystemServiceEnricher
-
- DEFAULT_HTTP_PORT - Static variable in class org.apache.brooklyn.entity.webapp.jboss.JBoss6SshDriver
-
Deprecated.
- DEFAULT_ICON - Static variable in interface org.apache.brooklyn.ui.modularity.module.api.UiModule
-
- DEFAULT_ICON - Static variable in interface org.apache.brooklyn.ui.modularity.module.api.UiModuleAction
-
- DEFAULT_IDENTIFIER - Static variable in class org.apache.brooklyn.core.entity.drivers.ReflectiveEntityDriverFactory.DriverInferenceForPaasLocation
-
- DEFAULT_IDENTIFIER - Static variable in class org.apache.brooklyn.core.entity.drivers.ReflectiveEntityDriverFactory.DriverInferenceForSshLocation
-
- DEFAULT_IDENTIFIER - Static variable in class org.apache.brooklyn.core.entity.drivers.ReflectiveEntityDriverFactory.DriverInferenceForWinRmLocation
-
- DEFAULT_IMAGE_DESCRIPTION_REGEX - Static variable in class org.apache.brooklyn.container.location.docker.DockerJcloudsLocation
-
- DEFAULT_IMAGE_ID - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- DEFAULT_JMX_PORT - Static variable in interface org.apache.brooklyn.entity.java.UsesJmx
-
- DEFAULT_LOCATION - Static variable in class org.apache.brooklyn.demo.WebClusterDatabaseExampleApp
-
- DEFAULT_LOCATION - Static variable in class org.apache.brooklyn.demo.WebClusterExample
-
- DEFAULT_LONG_TIMEOUT - Static variable in class org.apache.brooklyn.test.Asserts
-
Timeout for use when something should happen.
- DEFAULT_MANAGER - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.PerUserEntitlementManager
-
- DEFAULT_MAX_SIZE_REACHED_SENSOR - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
A convenience for policies that want to register a builder.maxSizeReachedSensor(sensor).
- DEFAULT_MEMBER_VALUE - Static variable in class org.apache.brooklyn.enricher.stock.AbstractAggregator
-
- DEFAULT_MIME_TYPE - Static variable in class org.apache.brooklyn.util.core.text.DataUriSchemeParser
-
- DEFAULT_PERSISTENCE_CONTAINER_NAME - Static variable in class org.apache.brooklyn.core.server.BrooklynServerPaths
-
- DEFAULT_PERSISTENCE_DIR_FOR_FILESYSTEM - Static variable in class org.apache.brooklyn.core.server.BrooklynServerPaths
-
on file system, the 'data' subdir is used so that there is an obvious place to put backup dirs
- DEFAULT_POOL_COLD_SENSOR - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- DEFAULT_POOL_HOT_SENSOR - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- DEFAULT_POOL_OK_SENSOR - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- DEFAULT_QUOTE_CHARS - Static variable in class org.apache.brooklyn.util.text.QuotedStringTokenizer
-
- DEFAULT_REAL_QUICK_PERIOD - Static variable in class org.apache.brooklyn.util.repeat.Repeater
-
A small initial duration that something should wait between repeats,
e.g.
- DEFAULT_REQUIRED_FOR_REQUESTS - Static variable in class org.apache.brooklyn.rest.filter.CsrfTokenFilter
-
- DEFAULT_SEED_QUORUM - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
Sets the number of nodes used to seed the cluster.
- DEFAULT_SEED_QUORUM - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraFabric
-
Deprecated.
- DEFAULT_SHORT_TIMEOUT - Static variable in class org.apache.brooklyn.test.Asserts
-
Timeout for use when waiting for other threads to (normally) finish.
- DEFAULT_SUCCESS - Static variable in class org.apache.brooklyn.feed.CommandPollConfig
-
- DEFAULT_SUCCESS - Static variable in class org.apache.brooklyn.feed.http.HttpPollConfig
-
- DEFAULT_SUCCESS - Static variable in class org.apache.brooklyn.feed.shell.ShellPollConfig
-
- DEFAULT_UNIQUE_TAG - Static variable in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ComputeServiceIndicatorsFromChildrenAndMembers
-
standard unique tag identifying instances of this enricher at runtime, also used for the map sensor if no unique tag specified
- DEFAULT_UNIQUE_TAG - Static variable in class org.apache.brooklyn.entity.stock.AsyncApplicationImpl.ServiceStateComputer
-
standard unique tag identifying instances of this enricher at runtime
- DEFAULT_UNIQUE_TAG - Static variable in class org.apache.brooklyn.policy.ha.SshMachineFailureDetector
-
- DEFAULT_UNIQUE_TAG_UP - Static variable in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ComputeServiceIndicatorsFromChildrenAndMembers
-
- DEFAULT_USERNAME - Static variable in interface org.apache.brooklyn.entity.database.postgresql.PostgreSqlNode
-
- DEFAULT_VALUE - Static variable in class org.apache.brooklyn.core.config.ConfigKeys.DynamicKeys
-
- DEFAULT_VALUE - Static variable in class org.apache.brooklyn.entity.java.JmxAttributeSensor
-
- DEFAULT_VERSION - Static variable in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
Version set in catalog when creator does not supply a version, to mean a low priority item;
and used when requesting to indicate the best version.
- DEFAULT_WAR_PATH - Static variable in class org.apache.brooklyn.demo.WebClusterDatabaseExampleApp
-
- DEFAULT_WINDOW_DURATION - Static variable in class org.apache.brooklyn.entity.webapp.WebAppServiceMethods
-
- defaultApply(<any>) - Method in class org.apache.brooklyn.util.guava.IfFunctions.IfFunctionBuilder
-
- DefaultAzureArmNetworkCreator - Class in org.apache.brooklyn.location.jclouds.networking.creator
-
- DefaultAzureArmNetworkCreator() - Constructor for class org.apache.brooklyn.location.jclouds.networking.creator.DefaultAzureArmNetworkCreator
-
- DefaultBalanceablePoolModel<ContainerType,ItemType> - Class in org.apache.brooklyn.policy.loadbalancing
-
Standard implementation of
BalanceablePoolModel, providing essential arithmetic for item and container
workrates and thresholds.
- DefaultBalanceablePoolModel(String) - Constructor for class org.apache.brooklyn.policy.loadbalancing.DefaultBalanceablePoolModel
-
- DefaultConnectivityResolver - Class in org.apache.brooklyn.location.jclouds
-
- DefaultConnectivityResolver() - Constructor for class org.apache.brooklyn.location.jclouds.DefaultConnectivityResolver
-
- DefaultConnectivityResolver(Map<?, ?>) - Constructor for class org.apache.brooklyn.location.jclouds.DefaultConnectivityResolver
-
- DefaultConnectivityResolver(ConfigBag) - Constructor for class org.apache.brooklyn.location.jclouds.DefaultConnectivityResolver
-
- DefaultConnectivityResolver.NetworkMode - Enum in org.apache.brooklyn.location.jclouds
-
- DefaultExceptionMapper - Class in org.apache.brooklyn.rest.util
-
- DefaultExceptionMapper() - Constructor for class org.apache.brooklyn.rest.util.DefaultExceptionMapper
-
- DefaultFollowTheSunModel<ContainerType,ItemType> - Class in org.apache.brooklyn.policy.followthesun
-
- DefaultFollowTheSunModel(String) - Constructor for class org.apache.brooklyn.policy.followthesun.DefaultFollowTheSunModel
-
- defaultGet(<any>) - Method in class org.apache.brooklyn.util.guava.IfFunctions.IfFunctionBuilder
-
- DefaultInfoCommand() - Constructor for class org.apache.brooklyn.cli.AbstractMain.DefaultInfoCommand
-
- defaultLocationMetadataUrl(String) - Method in class org.apache.brooklyn.core.internal.BrooklynProperties.Factory.Builder
-
The URL of a default location-metadata.properties (for meta-data about different locations, such as iso3166 and global lat/lon).
- defaultLocationMetadataUrl(String) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl.Factory.Builder
-
The URL of a default location-metadata.properties (for meta-data about different locations, such as iso3166 and global lat/lon).
- defaultLoginPort(int) - Method in class org.apache.brooklyn.location.jclouds.ConnectivityResolverOptions.Builder
-
- defaultLoginPort() - Method in class org.apache.brooklyn.location.jclouds.ConnectivityResolverOptions
-
- DefaultRemovalStrategy() - Constructor for class org.apache.brooklyn.entity.group.DynamicClusterImpl.DefaultRemovalStrategy
-
- DefaultTemplateCommand - Class in org.apache.brooklyn.karaf.commands.cloud.explorer
-
- DefaultTemplateCommand() - Constructor for class org.apache.brooklyn.karaf.commands.cloud.explorer.DefaultTemplateCommand
-
- defaultValue(T) - Method in class org.apache.brooklyn.core.config.BasicConfigKey.Builder
-
- defaultValue(T) - Method in class org.apache.brooklyn.util.core.task.ValueResolver
-
sets a default value which will be returned on a call to
ValueResolver.get() if the task does not complete
or completes with an error
- defaultValue(O) - Method in class org.apache.brooklyn.util.guava.IfFunctions.IfFunctionBuilder
-
- DeferredBrooklynProperties - Class in org.apache.brooklyn.core.mgmt.internal
-
- DeferredBrooklynProperties(BrooklynProperties, ManagementContextInternal) - Constructor for class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- DeferredSupplier<T> - Interface in org.apache.brooklyn.util.core.task
-
A class that supplies objects of a single type.
- DefinedLocationByIdResolver - Class in org.apache.brooklyn.core.location
-
looks up based on ID in DefinedLocations map
- DefinedLocationByIdResolver() - Constructor for class org.apache.brooklyn.core.location.DefinedLocationByIdResolver
-
- defines1 - Variable in class org.apache.brooklyn.cli.AbstractMain.BrooklynCommandWithSystemDefines
-
- defines2 - Variable in class org.apache.brooklyn.cli.AbstractMain.BrooklynCommandWithSystemDefines
-
- delay(Duration) - Method in class org.apache.brooklyn.util.core.task.ScheduledTask.Builder
-
- delay(Duration) - Method in class org.apache.brooklyn.util.core.task.ScheduledTask
-
- delay(long) - Method in class org.apache.brooklyn.util.core.task.ScheduledTask
-
- DELAY_AFTER_FIRST - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
Can insert a delay after the first node comes up.
- DELAY_BEFORE_ADVERTISING_CLUSTER - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
Additional time after the nodes in the cluster are up when starting
before announcing the cluster as up.
- DELAY_BEFORE_ADVERTISING_CLUSTER - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
- DELAY_BEFORE_ADVERTISING_CLUSTER - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakCluster
-
- DELAY_BETWEEN_STARTS - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
If set (ie non-null), this waits the indicated time after a successful launch of one node
before starting the next.
- DELAY_FOR_HTTP_RETURN - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode.ShutdownEffector
-
- delayMillis(long) - Method in class org.apache.brooklyn.test.WebAppMonitor
-
- delayOnIteration(<any>) - Method in class org.apache.brooklyn.util.repeat.Repeater
-
Sets a function which determines how long to delay on a given iteration between checks,
with 0 being mapped to the initial delay (after the initial check)
- delegate - Variable in class org.apache.brooklyn.core.mgmt.internal.QueueingSubscriptionManager
-
- DELEGATE_ENTITY - Static variable in interface org.apache.brooklyn.entity.stock.DelegateEntity
-
- DELEGATE_ENTITY_LINK - Static variable in interface org.apache.brooklyn.entity.stock.DelegateEntity
-
- DelegateEntity - Interface in org.apache.brooklyn.entity.stock
-
A delegate entity for use as a
Group child proxy for members.
- DelegateEntity.EntityUrl - Class in org.apache.brooklyn.entity.stock
-
Hints for rendering the delegate entity as a link in the Brooklyn console UI.
- DelegateEntityImpl - Class in org.apache.brooklyn.entity.stock
-
- DelegateEntityImpl() - Constructor for class org.apache.brooklyn.entity.stock.DelegateEntityImpl
-
- DelegatingConfigInheritance() - Constructor for class org.apache.brooklyn.core.config.BasicConfigInheritance.DelegatingConfigInheritance
-
- DelegatingEntitySpecResolver - Class in org.apache.brooklyn.core.resolve.entity
-
- DelegatingEntitySpecResolver(List<EntitySpecResolver>) - Constructor for class org.apache.brooklyn.core.resolve.entity.DelegatingEntitySpecResolver
-
- DelegatingPollHandler<V> - Class in org.apache.brooklyn.core.feed
-
A poll handler that delegates each call to a set of poll handlers.
- DelegatingPollHandler(Iterable<AttributePollHandler<? super V>>) - Constructor for class org.apache.brooklyn.core.feed.DelegatingPollHandler
-
- DelegatingPrintStream - Class in org.apache.brooklyn.util.stream
-
PrintStream which simply delegates to the implementation of getDelegate()
- DelegatingPrintStream() - Constructor for class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- DelegatingSecurityProvider - Class in org.apache.brooklyn.rest.security.provider
-
- DelegatingSecurityProvider(ManagementContext) - Constructor for class org.apache.brooklyn.rest.security.provider.DelegatingSecurityProvider
-
- DelegatingTrustManager(X509TrustManager) - Constructor for class org.apache.brooklyn.util.crypto.SslTrustUtils.DelegatingTrustManager
-
- DELETE - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements.LifecycleEffectors
-
- delete() - Method in class org.apache.brooklyn.core.mgmt.persist.FileBasedStoreObjectAccessor
-
- delete() - Method in class org.apache.brooklyn.core.mgmt.persist.jclouds.JcloudsStoreObjectAccessor
-
- delete() - Method in interface org.apache.brooklyn.core.mgmt.persist.PersistenceObjectStore.StoreObjectAccessor
-
- delete() - Method in class org.apache.brooklyn.core.mgmt.persist.StoreObjectAccessorLocking
-
- delete(VersionedName) - Method in class org.apache.brooklyn.core.typereg.BasicBrooklynTypeRegistry
-
removes registered type with the given ID from the local in-memory catalog
(ignores bundle, deletes from all bundles if present in multiple;
falls back to removing from legacy catalog if not known here in any bundles)
- delete(RegisteredType) - Method in class org.apache.brooklyn.core.typereg.BasicBrooklynTypeRegistry
-
removes the given registered type in the noted bundle;
if not known in that bundle tries deleting from legacy catalog.
- delete(String) - Method in class org.apache.brooklyn.core.typereg.BasicBrooklynTypeRegistry
-
- delete(String, Map<String, String>) - Method in interface org.apache.brooklyn.entity.brooklynnode.EntityHttpClient
-
Makes an HTTP DELETE to a Brooklyn node entity.
- delete(String, Map<String, String>) - Method in class org.apache.brooklyn.entity.brooklynnode.EntityHttpClientImpl
-
- delete() - Method in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient.Domain
-
- delete() - Method in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient.SmartSubdomain
-
- delete() - Method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQQueueImpl
-
- delete() - Method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQTopicImpl
-
- delete() - Method in interface org.apache.brooklyn.entity.messaging.jms.JMSDestination
-
- delete() - Method in class org.apache.brooklyn.entity.messaging.jms.JMSDestinationImpl
-
- delete() - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidDestinationImpl
-
- delete() - Method in interface org.apache.brooklyn.entity.messaging.Queue
-
Delete the queue.
- delete() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitDestination
-
- delete() - Method in interface org.apache.brooklyn.entity.messaging.Topic
-
Delete the topic.
- delete(String) - Method in interface org.apache.brooklyn.rest.api.ApplicationApi
-
- delete(String) - Method in interface org.apache.brooklyn.rest.api.LocationApi
-
- delete(String, String, String) - Method in interface org.apache.brooklyn.rest.api.SensorApi
-
- delete(String) - Method in class org.apache.brooklyn.rest.resources.ApplicationResource
-
- delete(String) - Method in class org.apache.brooklyn.rest.resources.LocationResource
-
Deprecated.
- delete(String, String, String) - Method in class org.apache.brooklyn.rest.resources.SensorResource
-
- DELETE - Static variable in interface org.apache.brooklyn.util.http.executor.HttpExecutor
-
- DELETE_ADJUNCT - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- DELETE_EMPTY_NAMESPACE - Static variable in interface org.apache.brooklyn.container.location.kubernetes.KubernetesLocationConfig
-
- DELETE_LOCATION - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- DELETE_POLICY - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- deleteApplication(String, String) - Method in interface org.apache.brooklyn.rest.api.CatalogApi
-
- deleteApplication(String, String) - Method in class org.apache.brooklyn.rest.resources.CatalogResource
-
Deprecated.
- deleteCatalogItem(String, String) - Method in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
- deleteCatalogItem(String, String, boolean, boolean) - Method in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
- deleteCatalogItem(String, String) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
Deprecated.
- deleteCatalogItem(String, String, boolean, boolean) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
Deprecated.
- deleteCompletely() - Method in class org.apache.brooklyn.core.mgmt.persist.FileBasedObjectStore
-
- deleteCompletely(File) - Static method in class org.apache.brooklyn.core.mgmt.persist.FileBasedObjectStore
-
- deleteCompletely() - Method in class org.apache.brooklyn.core.mgmt.persist.jclouds.JcloudsBlobStoreBasedObjectStore
-
- deleteCompletely() - Method in interface org.apache.brooklyn.core.mgmt.persist.PersistenceObjectStore
-
Entirely delete the contents of this persistence location.
- deleteDirectory(File) - Static method in class org.apache.brooklyn.util.io.FileUtil
-
Recursively delete a directory.
- deleteEnricher(String, String) - Method in interface org.apache.brooklyn.rest.api.CatalogApi
-
- deleteEnricher(String, String) - Method in class org.apache.brooklyn.rest.resources.CatalogResource
-
Deprecated.
- deleteEntity(String, String) - Method in interface org.apache.brooklyn.rest.api.CatalogApi
-
- deleteEntity(String, String) - Method in class org.apache.brooklyn.rest.resources.CatalogResource
-
Deprecated.
- deleteEntry(CatalogItemDtoAbstract<?, ?>) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogDo
-
Removes the given entry from the catalog.
- deleteLocation() - Method in interface org.apache.brooklyn.core.location.dynamic.LocationOwner
-
- deleteLocation() - Method in class org.apache.brooklyn.entity.machine.pool.ServerPoolImpl
-
- deleteLocation(String, String) - Method in interface org.apache.brooklyn.rest.api.CatalogApi
-
- deleteLocation(String, String) - Method in class org.apache.brooklyn.rest.resources.CatalogResource
-
Deprecated.
- deleteOnExit(File) - Static method in class org.apache.brooklyn.util.os.Os
-
deletes the given file or empty directory on exit
- deleteOnExitEmptyParentsUpTo(File, File) - Static method in class org.apache.brooklyn.util.os.Os
-
causes empty directories from subsubdir up to and including dir to be deleted on exit;
useful e.g.
- deleteOnExitRecursively(File) - Static method in class org.apache.brooklyn.util.os.Os
-
deletes the given file or directory and, in the case of directories, any contents;
similar to apache commons FileUtils.cleanDirectoryOnExit but corrects a bug in that implementation
which causes it to fail if content is added to that directory after the hook is registered
- deleteOnExitRecursivelyAndEmptyParentsUpTo(File, File) - Static method in class org.apache.brooklyn.util.os.Os
-
- DeleteOrphanedStateTransformer - Class in org.apache.brooklyn.core.mgmt.rebind.transformer.impl
-
- DeleteOrphanedStateTransformer.Builder - Class in org.apache.brooklyn.core.mgmt.rebind.transformer.impl
-
- deletePolicy(String, String) - Method in interface org.apache.brooklyn.rest.api.CatalogApi
-
- deletePolicy(String, String) - Method in class org.apache.brooklyn.rest.resources.CatalogResource
-
Deprecated.
- deleteRecursively(File) - Static method in class org.apache.brooklyn.util.os.Os
-
tries to delete a directory recursively;
use with care - see http://stackoverflow.com/questions/8320376/why-is-files-deletedirectorycontents-deprecated-in-guava.
- deleteRecursively(File, boolean) - Static method in class org.apache.brooklyn.util.os.Os
-
- deleteRecursively(String) - Static method in class org.apache.brooklyn.util.os.Os
-
- deleteTag(Object) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
Deletes the given tag, including all tasks using this tag.
- deleteTask(Task<?>) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
- deleteTasksForEntity(Entity) - Method in class org.apache.brooklyn.core.mgmt.internal.BrooklynGarbageCollector
-
- deletion(BrooklynObjectType, Iterable<? extends String>) - Method in class org.apache.brooklyn.core.mgmt.rebind.transformer.CompoundTransformer.Builder
-
Ids of items to be deleted from the persisted state
- DeletionResult(File, boolean, Throwable) - Constructor for class org.apache.brooklyn.util.os.Os.DeletionResult
-
- DELIMITER - Static variable in class org.apache.brooklyn.util.core.xstream.OsgiClassPrefixer
-
- delimiterChars(String) - Method in class org.apache.brooklyn.util.text.QuotedStringTokenizer.Builder
-
- delta(ManagementPlaneSyncRecordPersister.Delta) - Method in interface org.apache.brooklyn.api.mgmt.ha.ManagementPlaneSyncRecordPersister
-
- delta(BrooklynMementoPersister.Delta, PersistenceExceptionHandler) - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister
-
applies a partial write of state delta
- delta(ManagementPlaneSyncRecordPersister.Delta) - Method in class org.apache.brooklyn.core.mgmt.ha.ManagementPlaneSyncRecordPersisterToObjectStore
-
- delta(BrooklynMementoPersister.Delta, PersistenceExceptionHandler) - Method in class org.apache.brooklyn.core.mgmt.persist.BrooklynMementoPersisterToObjectStore
-
- DELTA_PERIOD - Static variable in class org.apache.brooklyn.enricher.stock.YamlTimeWeightedDeltaEnricher
-
- DeltaEnricher<T extends java.lang.Number> - Class in org.apache.brooklyn.policy.enricher
-
Converts an absolute sensor into a delta sensor (i.e.
- DeltaEnricher() - Constructor for class org.apache.brooklyn.policy.enricher.DeltaEnricher
-
- DeltaEnricher(Entity, Sensor<T>, AttributeSensor<T>) - Constructor for class org.apache.brooklyn.policy.enricher.DeltaEnricher
-
- DEMO_SAMPLE_PROVIDER - Static variable in class org.apache.brooklyn.core.mgmt.internal.BasicExternalConfigSupplierRegistry
-
- DEMO_SAMPLE_PROVIDER_PASSWORD_KEY - Static variable in class org.apache.brooklyn.core.mgmt.internal.BasicExternalConfigSupplierRegistry
-
- DEMO_SAMPLE_PROVIDER_PASSWORD_VALUE - Static variable in class org.apache.brooklyn.core.mgmt.internal.BasicExternalConfigSupplierRegistry
-
- DEMOTE - Static variable in interface org.apache.brooklyn.policy.failover.ElectPrimaryConfig.PrimaryDefaultSensorsAndEffectors
-
- DEMOTE_EFFECTOR_NAME - Static variable in interface org.apache.brooklyn.policy.failover.ElectPrimaryConfig
-
- DependentConfiguration - Class in org.apache.brooklyn.core.sensor
-
Conveniences for making tasks which run in entity
ExecutionContexts, blocking on attributes from other entities, possibly transforming those;
these
Task instances are typically passed in
Entity#setConfig(ConfigKey, Object).
- DependentConfiguration.AttributeAndSensorCondition<T> - Class in org.apache.brooklyn.core.sensor
-
- DependentConfiguration.Builder<T,V> - Class in org.apache.brooklyn.core.sensor
-
Builder for producing variants of attributeWhenReady.
- DependentConfiguration.MaxThreadsTransformerFunction - Class in org.apache.brooklyn.core.sensor
-
- DependentConfiguration.MultiBuilder<T,V,V2> - Class in org.apache.brooklyn.core.sensor
-
Builder for producing variants of attributeWhenReady.
- DependentConfiguration.ProtoBuilder - Class in org.apache.brooklyn.core.sensor
-
Builder for producing variants of attributeWhenReady.
- DependentConfiguration.RegexTransformerFunction - Class in org.apache.brooklyn.core.sensor
-
- DependentConfiguration.RegexTransformerString - Class in org.apache.brooklyn.core.sensor
-
- DEPLOY - Static variable in interface org.apache.brooklyn.entity.proxy.nginx.NginxController
-
- deploy(String) - Method in interface org.apache.brooklyn.entity.proxy.nginx.NginxController
-
- deploy(String) - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxControllerImpl
-
- deploy(String, String) - Method in class org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppClusterImpl
-
- deploy(String, String) - Method in class org.apache.brooklyn.entity.webapp.DynamicWebAppClusterImpl
-
- deploy(File) - Method in interface org.apache.brooklyn.entity.webapp.JavaWebAppDriver
-
- deploy(File, String) - Method in interface org.apache.brooklyn.entity.webapp.JavaWebAppDriver
-
- deploy(String, String) - Method in interface org.apache.brooklyn.entity.webapp.JavaWebAppDriver
-
Deploys a URL as a webapp at the appserver.
- DEPLOY - Static variable in interface org.apache.brooklyn.entity.webapp.JavaWebAppService.CanDeployAndUndeploy
-
- deploy(String, String) - Method in interface org.apache.brooklyn.entity.webapp.JavaWebAppService.CanDeployAndUndeploy
-
Deploys the given artifact, from a source URL, to a given deployment filename/context.
- deploy(String, String) - Method in class org.apache.brooklyn.entity.webapp.JavaWebAppSoftwareProcessImpl
-
Deploys the given artifact, from a source URL, to a given deployment filename/context.
- deploy(File) - Method in class org.apache.brooklyn.entity.webapp.JavaWebAppSshDriver
-
- deploy(File, String) - Method in class org.apache.brooklyn.entity.webapp.JavaWebAppSshDriver
-
- deploy(String, String) - Method in class org.apache.brooklyn.entity.webapp.JavaWebAppSshDriver
-
Deploys a URL as a webapp at the appserver.
- deploy(String, String) - Method in class org.apache.brooklyn.entity.webapp.jetty.Jetty6ServerImpl
-
- deploy(String, String) - Method in class org.apache.brooklyn.launcher.BrooklynWebServer
-
- deploy(WebAppContextProvider) - Method in class org.apache.brooklyn.launcher.BrooklynWebServer
-
Serve the given WAR at the given pathSpec.
- deploy(WebAppContext) - Method in class org.apache.brooklyn.launcher.BrooklynWebServer
-
- deploy(ResourceUtils, String, SshMachineLocation, String) - Static method in class org.apache.brooklyn.util.core.file.ArchiveTasks
-
as #deploy(ResourceUtils, Map, String, SshMachineLocation, String, String, String) with the most common parameters
- deploy(ResourceUtils, Map<String, ?>, String, SshMachineLocation, String, boolean, String, String) - Static method in class org.apache.brooklyn.util.core.file.ArchiveTasks
-
returns a task which installs and unpacks the given archive, as per ArchiveUtils#deploy(ResourceUtils, Map, String, SshMachineLocation, String, String, String);
if allowNonarchivesOrKeepArchiveAfterDeploy is false, this task will fail if the item is not an archive;
in cases where the download type is not clear in the URL but is known by the caller, supply a optionalDestFile including the appropriate file extension
- deploy(String, SshMachineLocation, String) - Static method in class org.apache.brooklyn.util.core.file.ArchiveUtils
-
Deploys an archive file to a remote machine and extracts the contents.
- deploy(Map<String, ?>, String, SshMachineLocation, String) - Static method in class org.apache.brooklyn.util.core.file.ArchiveUtils
-
Deploys an archive file to a remote machine and extracts the contents.
- deploy(String, SshMachineLocation, String, String) - Static method in class org.apache.brooklyn.util.core.file.ArchiveUtils
-
Deploys an archive file to a remote machine and extracts the contents.
- deploy(Map<String, ?>, String, SshMachineLocation, String, String) - Static method in class org.apache.brooklyn.util.core.file.ArchiveUtils
-
- deploy(Map<String, ?>, String, SshMachineLocation, String, String, String) - Static method in class org.apache.brooklyn.util.core.file.ArchiveUtils
-
- deploy(ResourceUtils, Map<String, ?>, String, SshMachineLocation, String, boolean, String, String) - Static method in class org.apache.brooklyn.util.core.file.ArchiveUtils
-
Deploys an archive file to a remote machine and extracts the contents.
- DEPLOY_APPLICATION - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
Permission to deploy an application, where parameter is some representation
of the app to be deployed (spec instance or yaml plan)
- DEPLOY_BLUEPRINT - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- DEPLOY_BLUEPRINT - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode.DeployBlueprintEffector
-
- DEPLOY_BLUEPRINT - Static variable in class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeImpl.DeployBlueprintEffectorBody
-
- deployBlueprint(BrooklynApi, String) - Static method in class org.apache.brooklyn.rest.client.BrooklynApiUtil
-
Deploys the blueprint and returns the task summary.
- DeployBlueprintEffectorBody() - Constructor for class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeImpl.DeployBlueprintEffectorBody
-
- DEPLOYED_WARS - Static variable in interface org.apache.brooklyn.entity.webapp.JavaWebAppService.CanDeployAndUndeploy
-
- deployInitialWars() - Method in class org.apache.brooklyn.entity.webapp.JavaWebAppSoftwareProcessImpl
-
- DEPLOYMENT - Static variable in interface org.apache.brooklyn.container.entity.kubernetes.KubernetesPod
-
- DEPLOYMENT - Static variable in interface org.apache.brooklyn.container.entity.kubernetes.KubernetesResource
-
- DEPLOYMENT_CONFIG - Static variable in interface org.apache.brooklyn.container.entity.openshift.OpenShiftResource
-
- DEPLOYMENT_LOCATION_SENSOR_NAME - Static variable in interface org.apache.brooklyn.test.framework.InfrastructureDeploymentTestCase
-
The The location to deploy ENTITY_SPEC_TO_DEPLOY.
- DEPLOYMENT_TIMEOUT - Static variable in interface org.apache.brooklyn.entity.webapp.jboss.JBoss7Server
-
Deprecated.
- DeploymentPlan - Class in org.apache.brooklyn.camp.spi.pdp
-
- DeploymentPlan() - Constructor for class org.apache.brooklyn.camp.spi.pdp.DeploymentPlan
-
- deprecated(boolean) - Static method in class org.apache.brooklyn.core.catalog.CatalogPredicates
-
- deprecated(boolean) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemBuilder
-
- deprecated(boolean) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento.Builder
-
- deprecated(boolean) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- DeprecatedKeysMappingBuilder - Class in org.apache.brooklyn.core.location
-
- DeprecatedKeysMappingBuilder(Logger) - Constructor for class org.apache.brooklyn.core.location.DeprecatedKeysMappingBuilder
-
Deprecated.
- deprecatedNames(Collection<String>) - Method in class org.apache.brooklyn.core.config.BasicConfigKey.Builder
-
- deprecatedNames(String...) - Method in class org.apache.brooklyn.core.config.BasicConfigKey.Builder
-
- deproxy(Entity) - Static method in class org.apache.brooklyn.core.entity.Entities
-
Unwraps a proxy to retrieve the real item, if available.
- depth(int) - Method in class org.apache.brooklyn.util.collections.CollectionMerger.Builder
-
Depth 1 means a shallow copy - i.e.
- DerbyDatabase - Class in org.apache.brooklyn.entity.database.derby
-
An
Entity that represents a single Derby SQL database server instance.
- DerbyDatabase() - Constructor for class org.apache.brooklyn.entity.database.derby.DerbyDatabase
-
- DerbyDatabase(Map) - Constructor for class org.apache.brooklyn.entity.database.derby.DerbyDatabase
-
- DerbyDatabase(Entity) - Constructor for class org.apache.brooklyn.entity.database.derby.DerbyDatabase
-
- DerbyDatabase(Map, Entity) - Constructor for class org.apache.brooklyn.entity.database.derby.DerbyDatabase
-
- DerbyDatabaseDriver - Interface in org.apache.brooklyn.entity.database.derby
-
- DerbyDatabaseSshDriver - Class in org.apache.brooklyn.entity.database.derby
-
- DerbyDatabaseSshDriver(DerbyDatabase, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.database.derby.DerbyDatabaseSshDriver
-
- DerbySchema - Class in org.apache.brooklyn.entity.database.derby
-
- DerbySchema() - Constructor for class org.apache.brooklyn.entity.database.derby.DerbySchema
-
- DerbySchema(Map) - Constructor for class org.apache.brooklyn.entity.database.derby.DerbySchema
-
- DerbySchema(Entity) - Constructor for class org.apache.brooklyn.entity.database.derby.DerbySchema
-
- DerbySchema(Map, Entity) - Constructor for class org.apache.brooklyn.entity.database.derby.DerbySchema
-
- deregister() - Method in interface org.apache.brooklyn.core.location.dynamic.DynamicLocation
-
- deregister() - Method in class org.apache.brooklyn.entity.machine.pool.ServerPoolLocation
-
- DERIVE_SERVICE_NOT_UP - Static variable in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ComputeServiceIndicatorsFromChildrenAndMembers
-
- DERIVE_SERVICE_PROBLEMS - Static variable in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ComputeServiceIndicatorsFromChildrenAndMembers
-
- descendant(Object) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon
-
- descendant(Object) - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
- descendants(Entity, <any>, boolean) - Static method in class org.apache.brooklyn.core.entity.Entities
-
Return all descendants of given entity matching the given predicate and optionally the entity itself.
- descendants(Entity, <any>) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- descendants(Entity) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- descendants(Task<?>, boolean) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
returns the task, its children, and all its children, and so on;
- descendantsAndSelf(Entity, <any>) - Static method in class org.apache.brooklyn.core.entity.Entities
-
Returns the entities matching the given predicate.
- descendantsAndSelf(Entity) - Static method in class org.apache.brooklyn.core.entity.Entities
-
Returns the entity, its children, and all its children, and so on.
- descendantsOfAnyType(String, String) - Method in class org.apache.brooklyn.rest.util.BrooklynRestResourceUtils
-
- descendantsOfType(String, String, String) - Method in class org.apache.brooklyn.rest.util.BrooklynRestResourceUtils
-
- descendantsWithoutSelf(Entity) - Static method in class org.apache.brooklyn.core.entity.Entities
-
Returns the entity's children, its children's children, and so on.
- description(String) - Method in class org.apache.brooklyn.camp.spi.AbstractResource.Builder
-
- description(String) - Method in class org.apache.brooklyn.camp.spi.pdp.AssemblyTemplateConstructor
-
- description(String) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemBuilder
-
- description(String) - Method in class org.apache.brooklyn.core.config.BasicConfigKey.Builder
-
- DESCRIPTION - Static variable in class org.apache.brooklyn.core.config.ConfigKeys.DynamicKeys
-
- description(String) - Method in class org.apache.brooklyn.core.effector.Effectors.EffectorBuilder
-
- description(String) - Method in class org.apache.brooklyn.core.feed.PollConfig
-
- description(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento.Builder
-
- description(String) - Method in class org.apache.brooklyn.core.sensor.Sensors.Builder
-
- DESCRIPTION - Static variable in class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.BlobstoreListContainer
-
- DESCRIPTION - Static variable in class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.BlobstoreListContainers
-
- DESCRIPTION - Static variable in class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.ComputeDefaultTemplate
-
- DESCRIPTION - Static variable in class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.GetBlob
-
- DESCRIPTION - Static variable in class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.GetImage
-
- DESCRIPTION - Static variable in class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.ListHardwareProfiles
-
- DESCRIPTION - Static variable in class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.ListImages
-
- DESCRIPTION - Static variable in class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.ListInstances
-
- DESCRIPTION - Static variable in class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.TerminateInstances
-
- description(String) - Method in class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
see #getDescription()
- description - Variable in class org.apache.brooklyn.util.core.task.BasicTask
-
- description(String) - Method in class org.apache.brooklyn.util.core.task.TaskBuilder
-
- description(String) - Method in class org.apache.brooklyn.util.core.task.ValueResolver
-
sets a message which will be displayed in status reports while it waits (e.g.
- DESCRIPTION_METADATA_KEY - Static variable in class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
- deserialize(JsonParser, DeserializationContext) - Method in class org.apache.brooklyn.util.core.json.BidiSerialization.AbstractWithManagementContextSerialization
-
- deserialize(Reader) - Method in class org.apache.brooklyn.util.core.xstream.XmlSerializer
-
- DeserializingClassRenamesProvider - Class in org.apache.brooklyn.core.mgmt.persist
-
- DeserializingJcloudsRenamesProvider - Class in org.apache.brooklyn.core.mgmt.persist
-
- DeserializingProvider - Class in org.apache.brooklyn.core.mgmt.persist
-
- DESIRED_VALUE - Static variable in class org.apache.brooklyn.entity.group.SensorMatchingRemovalStrategy
-
- destinationDir - Variable in class org.apache.brooklyn.cli.Main.CleanOrphanedStateCommand
-
- destinationDir - Variable in class org.apache.brooklyn.cli.Main.CopyStateCommand
-
- destinationLocation - Variable in class org.apache.brooklyn.cli.Main.CleanOrphanedStateCommand
-
- destinationLocation - Variable in class org.apache.brooklyn.cli.Main.CopyStateCommand
-
- destroy() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
Should be invoked at end-of-life to clean up the item.
- destroy(Entity) - Static method in class org.apache.brooklyn.core.entity.Entities
-
Attempts to stop, destroy, and unmanage the given entity.
- destroy(Location) - Static method in class org.apache.brooklyn.core.entity.Entities
-
Destroys the given location.
- destroy() - Method in interface org.apache.brooklyn.core.entity.EntityInternal
-
Should be invoked at end-of-life to clean up the item.
- destroy() - Method in class org.apache.brooklyn.core.feed.AbstractFeed
-
- destroy() - Method in class org.apache.brooklyn.core.network.OnPublicNetworkEnricher
-
- destroy() - Method in class org.apache.brooklyn.core.objs.AbstractEntityAdjunct
-
Unsubscribes and clears all managed subscriptions; is called by the owning entity when a policy is removed
and should always be called by any subclasses overriding this method
- destroy() - Method in class org.apache.brooklyn.core.policy.AbstractPolicy
-
- destroy() - Method in class org.apache.brooklyn.enricher.stock.aggregator.DashboardAggregator
-
- destroy() - Method in class org.apache.brooklyn.entity.brooklynnode.BrooklynEntityMirrorImpl
-
- destroy() - Method in class org.apache.brooklyn.entity.database.derby.DerbySchema
-
- destroy() - Method in class org.apache.brooklyn.entity.dns.AbstractGeoDnsServiceImpl
-
- destroy() - Method in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingDnsServiceImpl
-
- destroy() - Method in interface org.apache.brooklyn.entity.messaging.jms.JMSDestination
-
- destroy() - Method in class org.apache.brooklyn.entity.messaging.jms.JMSDestinationImpl
-
- destroy() - Method in class org.apache.brooklyn.launcher.osgi.ClassRenameOsgiConfigLoader
-
- destroy() - Method in class org.apache.brooklyn.launcher.osgi.JcloudsProviderRenameOsgiConfigLoader
-
- destroy() - Method in class org.apache.brooklyn.launcher.osgi.OsgiConfigLoader
-
- destroy() - Method in class org.apache.brooklyn.launcher.osgi.start.OsgiLauncherCompleter
-
- destroy() - Method in class org.apache.brooklyn.policy.action.AbstractScheduledEffectorPolicy
-
- destroy() - Method in class org.apache.brooklyn.policy.enricher.HttpLatencyDetector
-
- destroy(String, String, String) - Method in interface org.apache.brooklyn.rest.api.AdjunctApi
-
- destroy(String, String, String) - Method in interface org.apache.brooklyn.rest.api.PolicyApi
-
Deprecated.
- destroy() - Method in class org.apache.brooklyn.rest.filter.BrooklynSecurityProviderFilterJavax
-
- destroy() - Method in class org.apache.brooklyn.rest.filter.HaMasterCheckFilter
-
Deprecated.
- destroy() - Method in class org.apache.brooklyn.rest.filter.LoggingFilter
-
- destroy() - Method in class org.apache.brooklyn.rest.filter.RequestTaggingFilter
-
- destroy(String, String, String) - Method in class org.apache.brooklyn.rest.resources.AdjunctResource
-
- destroy(String, String, String) - Method in class org.apache.brooklyn.rest.resources.PolicyResource
-
Deprecated.
- destroy(Application) - Method in class org.apache.brooklyn.rest.util.BrooklynRestResourceUtils
-
- destroy() - Method in class org.apache.brooklyn.ui.modularity.module.api.UiModuleFilter
-
- DESTROY_ON_FAILURE - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- DESTROY_ON_STOP - Static variable in interface org.apache.brooklyn.core.entity.StartableApplication
-
- destroyAll() - Method in class org.apache.brooklyn.camp.brooklyn.YamlLauncherAbstract
-
kills all apps, web servers, and mgmt context
- destroyAll(ManagementContext) - Static method in class org.apache.brooklyn.core.entity.Entities
-
Stops, destroys, and unmanages all apps in the given context, and then terminates the management context.
- destroyAllCatching(ManagementContext) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- destroyCatching(Entity) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- destroyCatching(Location) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- destroyOsgi() - Method in interface org.apache.brooklyn.launcher.osgi.OsgiLauncher
-
Called by blueprint container brooklyn-karaf-init.
- destroyOsgi() - Method in class org.apache.brooklyn.launcher.osgi.OsgiLauncherImpl
-
- detail(String, String) - Method in interface org.apache.brooklyn.rest.api.BundleApi
-
- detail(String, String) - Method in interface org.apache.brooklyn.rest.api.TypeApi
-
- detail(String, String) - Method in class org.apache.brooklyn.rest.resources.BundleResource
-
- detail(String, String) - Method in class org.apache.brooklyn.rest.resources.TypeResource
-
- detail(BrooklynRestResourceUtils, RegisteredType, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.TypeTransformer
-
- details(String) - Method in class org.apache.brooklyn.camp.server.dto.ApiErrorDto.Builder
-
- details(String, boolean, String, String, int) - Method in interface org.apache.brooklyn.rest.api.ApplicationApi
-
- details(String) - Method in class org.apache.brooklyn.rest.domain.ApiError.Builder
-
- details(String, boolean, String, String, int) - Method in class org.apache.brooklyn.rest.resources.ApplicationResource
-
- DETECT_MACHINE_DETAILS - Static variable in class org.apache.brooklyn.core.location.AbstractMachineLocation
-
- detectChefMode(Entity) - Static method in class org.apache.brooklyn.entity.chef.ChefLifecycleEffectorTasks
-
- DID_LOGOUT - Static variable in class org.apache.brooklyn.rest.resources.LogoutResource
-
- dir(String) - Method in class org.apache.brooklyn.core.server.BrooklynServerPaths.PersistenceBackupPathResolver
-
- dir(String) - Method in class org.apache.brooklyn.core.server.BrooklynServerPaths.PersistencePathResolver
-
Optional directory (for localhost/filesystem) or container name.
- dir(File) - Method in class org.apache.brooklyn.feed.shell.ShellPollConfig
-
- DIRECT - Static variable in interface org.apache.brooklyn.entity.messaging.amqp.AmqpExchange
-
- directory(File) - Method in class org.apache.brooklyn.util.core.task.system.internal.SystemProcessTaskFactory
-
- disable(String) - Static method in class org.apache.brooklyn.core.BrooklynFeatureEnablement
-
- disable() - Method in class org.apache.brooklyn.util.javalang.MemoryUsageTracker.SoftUsageTracker
-
- DISABLE_ROOT_AND_PASSWORD_SSH - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- DISABLE_SSH - Static variable in interface org.apache.brooklyn.container.entity.docker.DockerContainer
-
- disabled(boolean) - Method in interface org.apache.brooklyn.api.mgmt.ha.HighAvailabilityManager
-
Indicates that HA is disabled: this node will act as the only management node in this management plane,
and will not persist HA meta-information (meaning other nodes cannot join).
- disabled(boolean) - Static method in class org.apache.brooklyn.core.catalog.CatalogPredicates
-
- disabled(boolean) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemBuilder
-
- disabled(boolean) - Method in class org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl
-
- disabled(boolean) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento.Builder
-
- disabled(boolean) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- DisableOnWindows - Annotation Type in org.apache.brooklyn.test
-
Used to indicate that a test should ne be executed on Windows.
- DisableOnWindowsListener - Class in org.apache.brooklyn.test
-
Scans all tests annotated with
DisableOnWindows and, on Windows, sets
enabled=false if the current
environment is Windows..
- DisableOnWindowsListener() - Constructor for class org.apache.brooklyn.test.DisableOnWindowsListener
-
- disableWriteAccess(boolean) - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister
-
- disableWriteAccess(boolean) - Method in class org.apache.brooklyn.core.mgmt.persist.BrooklynMementoPersisterToObjectStore
-
- disallowed(String) - Static method in class org.apache.brooklyn.api.mgmt.AccessController.Response
-
- disallowResponse(String, Object) - Method in class org.apache.brooklyn.rest.filter.HaHotCheckHelperAbstract
-
- DISCARD - Static variable in interface org.apache.brooklyn.entity.proxy.nginx.UrlMapping
-
- discard() - Method in interface org.apache.brooklyn.entity.proxy.nginx.UrlMapping
-
- discard() - Method in class org.apache.brooklyn.entity.proxy.nginx.UrlMappingImpl
-
- discardPremanaged(Entity) - Method in interface org.apache.brooklyn.core.mgmt.internal.EntityManagerInternal
-
- discardPremanaged(Entity) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalEntityManager
-
- discardPremanaged(Entity) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentEntityManager
-
- disconnect() - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- disconnect() - Method in class org.apache.brooklyn.util.core.internal.ssh.cli.SshCliTool
-
- disconnect() - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjTool
-
- disconnect() - Method in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- DISCONNECT_ON_STOP - Static variable in interface org.apache.brooklyn.entity.database.postgresql.PostgreSqlNode
-
- disconnectSensors() - Method in class org.apache.brooklyn.entity.database.derby.DerbyDatabase
-
- disconnectSensors() - Method in class org.apache.brooklyn.entity.database.rubyrep.RubyRepNodeImpl
-
- disconnectSensors() - Method in class org.apache.brooklyn.entity.java.VanillaJavaAppImpl
-
- disconnectSensors() - Method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQBrokerImpl
-
- disconnectSensors() - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaBrokerImpl
-
- disconnectSensors() - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidBrokerImpl
-
- disconnectSensors() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitBrokerImpl
-
- disconnectSensors() - Method in class org.apache.brooklyn.entity.messaging.storm.StormImpl
-
- disconnectSensors() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerImpl
-
- disconnectSensors() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeImpl
-
Deprecated.
- disconnectSensors() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeImpl
-
- disconnectSensors() - Method in class org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeImpl
-
- disconnectSensors() - Method in class org.apache.brooklyn.entity.nosql.redis.RedisStoreImpl
-
- disconnectSensors() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeImpl
-
- disconnectSensors() - Method in class org.apache.brooklyn.entity.nosql.solr.SolrServerImpl
-
- disconnectSensors() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss6ServerImpl
-
Deprecated.
- disconnectSensors() - Method in class org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppServiceImpl
-
- disconnectSensors() - Method in class org.apache.brooklyn.entity.webapp.tomcat.TomcatServerImpl
-
- disconnectSensors() - Method in class org.apache.brooklyn.entity.zookeeper.AbstractZooKeeperImpl
-
- DISPLAY_NAME - Static variable in class org.apache.brooklyn.core.location.LocationConfigKeys
-
- DISPLAY_NAME_PREFIX - Static variable in interface org.apache.brooklyn.entity.group.DynamicFabric
-
- DISPLAY_NAME_SUFFIX - Static variable in interface org.apache.brooklyn.entity.group.DynamicFabric
-
- displayName(String) - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
- displayName(<any>) - Static method in class org.apache.brooklyn.core.catalog.CatalogPredicates
-
- displayName(String) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemBuilder
-
- displayName() - Static method in class org.apache.brooklyn.core.entity.EntityFunctions
-
- displayName - Variable in class org.apache.brooklyn.core.location.geo.HostGeoInfo
-
- displayName(<any>) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- displayName - Variable in class org.apache.brooklyn.util.core.task.BasicTask
-
- displayName(String) - Method in class org.apache.brooklyn.util.core.task.ScheduledTask.Builder
-
- displayName(String) - Method in class org.apache.brooklyn.util.core.task.TaskBuilder
-
- displayNameComparator() - Static method in class org.apache.brooklyn.rest.domain.SummaryComparators
-
- displayNameEqualTo(String) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- displayNameEqualTo(String) - Static method in class org.apache.brooklyn.core.location.LocationPredicates
-
- displayNameEqualTo(String) - Static method in class org.apache.brooklyn.util.core.task.TaskPredicates
-
- displayNameMatches(String) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- displayNameSatisfies(<any>) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- displayNameSatisfies(<any>) - Static method in class org.apache.brooklyn.core.location.LocationPredicates
-
- displayNameSatisfies(<any>) - Static method in class org.apache.brooklyn.util.core.task.TaskPredicates
-
- displayValue(<any>) - Static method in class org.apache.brooklyn.core.config.render.RendererHints
-
- distributeEntities() - Method in interface org.apache.brooklyn.entity.group.DynamicMultiGroup
-
- distributeEntities() - Method in class org.apache.brooklyn.entity.group.DynamicMultiGroupImpl
-
- DISTRO_UPLOAD_URL - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- divide(double) - Static method in class org.apache.brooklyn.util.math.MathFunctions
-
- DNS_PORT - Static variable in interface org.apache.brooklyn.core.entity.Attributes
-
- DNS_PORT - Static variable in interface org.apache.brooklyn.entity.network.bind.BindDnsServer
-
- DO_DRY_RUN_FIRST - Static variable in class org.apache.brooklyn.entity.brooklynnode.effector.BrooklynNodeUpgradeEffectorBody
-
- DO_NOT_INTERRUPT - Static variable in class org.apache.brooklyn.util.core.task.TaskInternal.TaskCancellationMode
-
- DO_SYSTEM_GC - Static variable in class org.apache.brooklyn.core.mgmt.internal.BrooklynGarbageCollector
-
- DO_SYSTEM_GC - Static variable in class org.apache.brooklyn.launcher.config.BrooklynGlobalConfig
-
Deprecated.
- doCall() - Method in class org.apache.brooklyn.util.groovy.FromCallableClosure
-
Deprecated.
- doCall(Object) - Method in class org.apache.brooklyn.util.groovy.FromFunctionClosure
-
Deprecated.
- doCall() - Method in class org.apache.brooklyn.util.groovy.FromRunnableClosure
-
Deprecated.
- DockerContainer - Interface in org.apache.brooklyn.container.entity.docker
-
The DockerContainer type is for easily deploying any docker image from the
image repository set on the target swarm or docker-engine based location
- DockerContainerImpl - Class in org.apache.brooklyn.container.entity.docker
-
- DockerContainerImpl() - Constructor for class org.apache.brooklyn.container.entity.docker.DockerContainerImpl
-
- DockerJcloudsLocation - Class in org.apache.brooklyn.container.location.docker
-
For provisioning docker containers, using the jclouds-docker integration.
- DockerJcloudsLocation() - Constructor for class org.apache.brooklyn.container.location.docker.DockerJcloudsLocation
-
- DockerLocationResolver - Class in org.apache.brooklyn.container.location.docker
-
Locations starting with the given prefix (@code "docker") will use this resolver, to instantiate
a
DockerJcloudsLocation.
- DockerLocationResolver() - Constructor for class org.apache.brooklyn.container.location.docker.DockerLocationResolver
-
- dockerPortMappingsFor(JcloudsLocation, String) - Static method in class org.apache.brooklyn.location.jclouds.JcloudsUtil
-
- DOCUMENT_COUNT - Static variable in interface org.apache.brooklyn.entity.nosql.elasticsearch.ElasticSearchNode
-
- doesMBeanExistsEventually(ObjectName, Duration) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- doesMBeanExistsEventually(ObjectName, TimeDuration) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- doesMBeanExistsEventually(ObjectName, long) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- doesMBeanExistsEventually(String, Duration) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- doesMBeanExistsEventually(String, TimeDuration) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- doesMBeanExistsEventually(String, long, TimeUnit) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- doesMBeanExistsEventually(ObjectName, long, TimeUnit) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
returns set of beans found, with retry, empty set if none after timeout
- doesUrlExist(String) - Method in class org.apache.brooklyn.util.core.ResourceUtils
-
- doExtraConfigurationDuringStart() - Method in interface org.apache.brooklyn.entity.proxy.nginx.NginxController.NginxControllerInternal
-
- doExtraConfigurationDuringStart() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxControllerImpl
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.brooklyn.rest.filter.BrooklynSecurityProviderFilterJavax
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.brooklyn.rest.filter.HaMasterCheckFilter
-
Deprecated.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.brooklyn.rest.filter.LoggingFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.brooklyn.rest.filter.RequestTaggingFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.brooklyn.ui.modularity.module.api.UiModuleFilter
-
- doKeyValidation(boolean) - Method in class org.apache.brooklyn.core.location.LocationConfigUtils.OsCredential
-
whether to check the private/public keys and passphrase are coherent; default true
- Domain(int, String) - Constructor for class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient.Domain
-
- DOMAIN - Static variable in interface org.apache.brooklyn.entity.proxy.nginx.UrlMapping
-
- doMain(String) - Static method in class org.apache.brooklyn.util.jmx.jmxmp.JmxmpAgent
-
- doMain(String) - Static method in class org.apache.brooklyn.util.jmx.jmxrmi.JmxRmiAgent
-
- DOMAIN_NAME - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- DOMAIN_NAME - Static variable in interface org.apache.brooklyn.entity.network.bind.BindDnsServer
-
- DOMAIN_NAME - Static variable in interface org.apache.brooklyn.entity.proxy.AbstractController
-
- DOMAIN_ZONE_FILE_TEMPLATE - Static variable in interface org.apache.brooklyn.entity.network.bind.BindDnsServer
-
- doMainForeground(String) - Static method in class org.apache.brooklyn.util.jmx.jmxmp.JmxmpAgent
-
- doMainForeground(String) - Static method in class org.apache.brooklyn.util.jmx.jmxrmi.JmxRmiAgent
-
- domainName() - Static method in class org.apache.brooklyn.location.jclouds.templates.customize.TemplateOptionCustomizers
-
- DONT_CREATE_USER - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- DONT_REQUIRE_TTY_FOR_SUDO - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- DONT_REQUIRE_TTY_FOR_SUDO - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- dontRequireTtyForSudo(SshMachineLocation, boolean) - Static method in class org.apache.brooklyn.util.core.task.ssh.SshTasks
-
- dontRequireTtyForSudo(SshMachineLocation, SshTasks.OnFailingTask) - Static method in class org.apache.brooklyn.util.core.task.ssh.SshTasks
-
creates a task which returns modifies sudoers to ensure non-tty access is permitted;
also gives nice warnings if sudo is not permitted
- dontRequireTtyForSudo() - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
Some machines require a TTY for sudo.
- dontRequireTtyForSudoAsync(SshMachineLocation) - Method in class org.apache.brooklyn.entity.machine.MachineInitTasks
-
- DOT - Static variable in class org.apache.brooklyn.util.text.BrooklynVersionSyntax
-
- doubleQuoteLiteralsForBash(String...) - Static method in class org.apache.brooklyn.util.text.StringEscapes.BashStringEscapes
-
transforms e.g.
- DoubleSystemProperty - Class in org.apache.brooklyn.util.internal
-
- DoubleSystemProperty(String) - Constructor for class org.apache.brooklyn.util.internal.DoubleSystemProperty
-
- DOWNLOAD_ADDON_URLS - Static variable in interface org.apache.brooklyn.core.entity.Attributes
-
- DOWNLOAD_ADDON_URLS - Static variable in interface org.apache.brooklyn.entity.proxy.nginx.NginxController
-
- DOWNLOAD_ADDON_URLS - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- DOWNLOAD_CONF_PREFIX - Static variable in class org.apache.brooklyn.core.entity.drivers.downloads.DownloadProducerFromProperties
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.core.entity.Attributes
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynCluster.UpgradeClusterEffector
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- DOWNLOAD_URL - Static variable in class org.apache.brooklyn.entity.brooklynnode.effector.BrooklynNodeUpgradeEffectorBody
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.database.crate.CrateNode
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.database.mariadb.MariaDbNode
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlNode
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.database.rubyrep.RubyRepNode
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.messaging.activemq.ActiveMQBroker
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.messaging.kafka.Kafka
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.messaging.kafka.KafkaZooKeeper
-
The Kafka version, not the Zookeeper version.
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.messaging.qpid.QpidBroker
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.messaging.rabbit.RabbitBroker
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.messaging.storm.Storm
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.monitoring.monit.MonitNode
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseSyncGateway
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.nosql.couchdb.CouchDBNode
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.nosql.elasticsearch.ElasticSearchNode
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNode
-
- DOWNLOAD_URL - Static variable in class org.apache.brooklyn.entity.nosql.infinispan.Infinispan5Server
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.AbstractMongoDBServer
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.nosql.redis.RedisStore
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.nosql.solr.SolrServer
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.osgi.karaf.KarafContainer
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.proxy.nginx.NginxController
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.software.base.AbstractVanillaProcess
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.webapp.jboss.JBoss6Server
-
Deprecated.
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.webapp.jboss.JBoss7Server
-
Deprecated.
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.webapp.jetty.Jetty6Server
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.webapp.tomcat.Tomcat8Server
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.webapp.tomcat.TomcatServer
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.entity.zookeeper.ZooKeeperNode
-
- DOWNLOAD_URL - Static variable in interface org.apache.brooklyn.test.framework.TestSshCommand
-
Download a script to invoke.
- DOWNLOAD_URL_DEBIAN - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- DOWNLOAD_URL_MAC - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- DOWNLOAD_URL_RHEL_CENTOS - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- DOWNLOAD_URL_UBUNTU - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- DownloadLinkSegmentComputer(OsDetails, boolean, String) - Constructor for class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeSshDriver.DownloadLinkSegmentComputer
-
- DownloadProducerFromCloudsoftRepo - Class in org.apache.brooklyn.core.entity.drivers.downloads
-
- DownloadProducerFromCloudsoftRepo(StringConfigMap) - Constructor for class org.apache.brooklyn.core.entity.drivers.downloads.DownloadProducerFromCloudsoftRepo
-
- DownloadProducerFromLocalRepo - Class in org.apache.brooklyn.core.entity.drivers.downloads
-
- DownloadProducerFromLocalRepo(StringConfigMap) - Constructor for class org.apache.brooklyn.core.entity.drivers.downloads.DownloadProducerFromLocalRepo
-
- DownloadProducerFromProperties - Class in org.apache.brooklyn.core.entity.drivers.downloads
-
Based on the contents of brooklyn properties, sets up rules for resolving where to
download artifacts from, for installing entities.
- DownloadProducerFromProperties(StringConfigMap) - Constructor for class org.apache.brooklyn.core.entity.drivers.downloads.DownloadProducerFromProperties
-
- DownloadProducerFromUrlAttribute - Class in org.apache.brooklyn.core.entity.drivers.downloads
-
Retrieves the DOWNLOAD_URL or DOWNLOAD_ADDON_URLS attribute of a given entity, and performs the
template substitutions to generate the download URL.
- DownloadProducerFromUrlAttribute() - Constructor for class org.apache.brooklyn.core.entity.drivers.downloads.DownloadProducerFromUrlAttribute
-
- DownloadResolver - Interface in org.apache.brooklyn.api.entity.drivers.downloads
-
Gives download details for an entity or an entity add-on.
- DownloadResolverManager - Interface in org.apache.brooklyn.api.entity.drivers.downloads
-
Used by an
EntityDriver to obtain the download locations when installing an entity.
- DownloadResolverManager.DownloadRequirement - Interface in org.apache.brooklyn.api.entity.drivers.downloads
-
Gives artifact meta-data for what is required to be downloaded.
- DownloadResolverManager.DownloadTargets - Interface in org.apache.brooklyn.api.entity.drivers.downloads
-
Describes the download locations, and their order, to try.
- DownloadSubstituters - Class in org.apache.brooklyn.core.entity.drivers.downloads
-
- downloadToStdout(List<String>) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
Returns command to download the URL, sending the output to stdout --
suitable for redirect by appending " | tar xvf".
- downloadToStdout(String...) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- drain(Duration, boolean, boolean) - Method in interface org.apache.brooklyn.api.mgmt.TaskQueueingContext
-
Drains the task queue for this context to complete, ie waits for this context to complete (or terminate early)
- drain(Duration, boolean, boolean) - Method in class org.apache.brooklyn.util.core.task.DynamicSequentialTask
-
- drain(Duration, boolean) - Static method in class org.apache.brooklyn.util.core.task.DynamicTasks
-
- DriverDependentEntity<D extends EntityDriver> - Interface in org.apache.brooklyn.api.entity.drivers
-
An Entity that needs to have a driver.
- DriverInferenceByRenamingClassFullName(String, String) - Constructor for class org.apache.brooklyn.core.entity.drivers.ReflectiveEntityDriverFactory.DriverInferenceByRenamingClassFullName
-
- DriverInferenceByRenamingClassSimpleName(String, String) - Constructor for class org.apache.brooklyn.core.entity.drivers.ReflectiveEntityDriverFactory.DriverInferenceByRenamingClassSimpleName
-
- DriverInferenceForPaasLocation() - Constructor for class org.apache.brooklyn.core.entity.drivers.ReflectiveEntityDriverFactory.DriverInferenceForPaasLocation
-
- DriverInferenceForSshLocation() - Constructor for class org.apache.brooklyn.core.entity.drivers.ReflectiveEntityDriverFactory.DriverInferenceForSshLocation
-
- DriverInferenceForWinRmLocation() - Constructor for class org.apache.brooklyn.core.entity.drivers.ReflectiveEntityDriverFactory.DriverInferenceForWinRmLocation
-
- dropMilliseconds(Date) - Static method in class org.apache.brooklyn.util.time.Time
-
removes milliseconds from the date object; needed if serializing to ISO-8601 format
and want to serialize back and get the same data
- DslAccessible - Annotation Type in org.apache.brooklyn.camp.brooklyn.spi.dsl
-
- DslBrooklynObjectConfigSupplier(BrooklynObjectInternal, Object) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon.DslBrooklynObjectConfigSupplier
-
- DslComponent - Class in org.apache.brooklyn.camp.brooklyn.spi.dsl.methods
-
- DslComponent(String) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
- DslComponent(DslComponent.Scope) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
Resolve in scope relative to the current
BrooklynTaskTags#getTargetOrContextEntity) target or context entity
(where the scope defines an unambiguous relationship that will resolve to a single
component - e.g.
- DslComponent(DslComponent, DslComponent.Scope) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
Resolve in scope relative to scopeComponent entity
(where the scope defines an unambiguous relationship that will resolve to a single
component - e.g.
- DslComponent(DslComponent.Scope, String) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
Resolve componentId in scope relative to the current
BrooklynTaskTags#getTargetOrContextEntity) target or context entity.
- DslComponent(DslComponent.Scope, DeferredSupplier<?>) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
- DslComponent(DslComponent, DslComponent.Scope, String) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
Resolve componentId in scope relative to scopeComponent.
- DslComponent(DslComponent, DslComponent.Scope, DeferredSupplier<?>) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
Resolve componentId in scope relative to scopeComponent.
- DslComponent.Scope - Enum in org.apache.brooklyn.camp.brooklyn.spi.dsl.methods
-
- DslDeferredFunctionCall - Class in org.apache.brooklyn.camp.brooklyn.spi.dsl
-
- DslDeferredFunctionCall(Object, String, List<Object>) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.dsl.DslDeferredFunctionCall
-
- DslFacades() - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon.DslFacades
-
- DslFunctionSource - Interface in org.apache.brooklyn.camp.brooklyn.spi.dsl
-
Marker interface so the evaluator can tell apart objects which are
DeferredSupplier
but which expect DSL methods called on them instead of the value they supply.
- DslParser - Class in org.apache.brooklyn.camp.brooklyn.spi.dsl.parse
-
- DslParser(String) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.dsl.parse.DslParser
-
- DslToStringHelpers - Class in org.apache.brooklyn.camp.brooklyn.spi.dsl.methods
-
Helper methods for producing toString outputs for DSL components, with the $brooklyn: prefix in the right place.
- DslToStringHelpers() - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslToStringHelpers
-
- DslUtils - Class in org.apache.brooklyn.camp.brooklyn.spi.dsl
-
- DslUtils() - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.dsl.DslUtils
-
- dto() - Method in class org.apache.brooklyn.camp.server.rest.resource.AbstractCampRestResource
-
- dto() - Method in class org.apache.brooklyn.camp.server.rest.util.CampRestContext
-
- DTO_FACTORY - Static variable in class org.apache.brooklyn.camp.server.rest.CampServer
-
- DtoBase - Class in org.apache.brooklyn.camp.server.dto
-
- DtoBase() - Constructor for class org.apache.brooklyn.camp.server.dto.DtoBase
-
- DtoCustomAttributes - Class in org.apache.brooklyn.camp.server.dto
-
- DtoCustomAttributes(Map<String, ?>) - Constructor for class org.apache.brooklyn.camp.server.dto.DtoCustomAttributes
-
- DtoFactory - Class in org.apache.brooklyn.camp.server.rest.util
-
- DtoFactory(CampPlatform, String) - Constructor for class org.apache.brooklyn.camp.server.rest.util.DtoFactory
-
- DtoFactory.UriFactory - Class in org.apache.brooklyn.camp.server.rest.util
-
- dump(int, Object) - Static method in class org.apache.brooklyn.util.yaml.Yamls
-
- dumpDatabase(String, String) - Method in interface org.apache.brooklyn.entity.database.mysql.MySqlDriver
-
- dumpDatabase(String, String) - Method in class org.apache.brooklyn.entity.database.mysql.MySqlSshDriver
-
- Dumper - Class in org.apache.brooklyn.core.entity
-
Convenience methods for dumping info about entities, locations, policies, etc.
- Dumper() - Constructor for class org.apache.brooklyn.core.entity.Dumper
-
- dumpInfo(Iterable<? extends Entity>) - Static method in class org.apache.brooklyn.core.entity.Dumper
-
- dumpInfo(Entity) - Static method in class org.apache.brooklyn.core.entity.Dumper
-
- dumpInfo(Entity, Writer) - Static method in class org.apache.brooklyn.core.entity.Dumper
-
- dumpInfo(Location) - Static method in class org.apache.brooklyn.core.entity.Dumper
-
- dumpInfo(Location, Writer) - Static method in class org.apache.brooklyn.core.entity.Dumper
-
- dumpInfo(Enricher) - Static method in class org.apache.brooklyn.core.entity.Dumper
-
- dumpInfo(Enricher, Writer) - Static method in class org.apache.brooklyn.core.entity.Dumper
-
- dumpInfo(Policy) - Static method in class org.apache.brooklyn.core.entity.Dumper
-
- dumpInfo(Policy, Writer) - Static method in class org.apache.brooklyn.core.entity.Dumper
-
- dumpInfo(Task<?>) - Static method in class org.apache.brooklyn.core.entity.Dumper
-
- dumpInfo(Task<?>, Writer) - Static method in class org.apache.brooklyn.core.entity.Dumper
-
- dumpInfo(Iterable<? extends Entity>) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- dumpInfo(Entity) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- dumpInfo(Entity, Writer) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- dumpInfo(Entity, String, String) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- dumpInfo(Entity, Writer, String, String) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- dumpInfo(Location) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- dumpInfo(Location, Writer) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- dumpInfo(Location, String, String) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- dumpInfo(Location, Writer, String, String) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- dumpInfo(Task<?>) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- dumpInfo(Enricher) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- dumpInfo(Enricher, Writer) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- dumpInfo(Enricher, String, String) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- dumpInfo(Enricher, Writer, String, String) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- dumpInfo(Feed, String, String) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- dumpInfo(Feed, Writer, String, String) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- dumpInfo(Policy) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- dumpInfo(Policy, Writer) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- dumpInfo(Policy, String, String) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- dumpInfo(Policy, Writer, String, String) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- dumpInfo(Task<?>) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- dumpInfo(Task<?>, Writer) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- dumpInfo(Task<?>, String, String) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- dumpInfo(Task<?>, Writer, String, String) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- dumpItemDistribution() - Method in class org.apache.brooklyn.policy.followthesun.DefaultFollowTheSunModel
-
- dumpItemDistribution(PrintStream) - Method in class org.apache.brooklyn.policy.followthesun.DefaultFollowTheSunModel
-
- dumpItemDistribution() - Method in class org.apache.brooklyn.policy.loadbalancing.DefaultBalanceablePoolModel
-
- dumpItemDistribution(PrintStream) - Method in class org.apache.brooklyn.policy.loadbalancing.DefaultBalanceablePoolModel
-
- dumpReflectiveEquals(Object, Object) - Static method in class org.apache.brooklyn.util.javalang.Equals
-
Useful for debugging EqualsBuilder.reflectionEquals
- duration - Variable in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
- duration(Duration) - Method in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
The length of time to repeatedly execute the job for, when measuring the performance.
- duration - Variable in class org.apache.brooklyn.test.performance.PerformanceTestResult
-
- Duration - Class in org.apache.brooklyn.util.time
-
simple class determines a length of time
- Duration(long, TimeUnit) - Constructor for class org.apache.brooklyn.util.time.Duration
-
- DurationPredicates - Class in org.apache.brooklyn.util.time
-
- DurationPredicates() - Constructor for class org.apache.brooklyn.util.time.DurationPredicates
-
- Durations - Class in org.apache.brooklyn.util.time
-
- Durations() - Constructor for class org.apache.brooklyn.util.time.Durations
-
- DurationSerializer - Class in org.apache.brooklyn.util.core.json
-
- DurationSerializer() - Constructor for class org.apache.brooklyn.util.core.json.DurationSerializer
-
- DurationSinceSensor - Class in org.apache.brooklyn.core.sensor
-
- DurationSinceSensor(ConfigBag) - Constructor for class org.apache.brooklyn.core.sensor.DurationSinceSensor
-
- dynamic(boolean) - Method in class org.apache.brooklyn.util.core.task.TaskBuilder
-
whether task that is built has been explicitly specified to be a dynamic task
(ie a Task which is also a
TaskQueueingContext
whereby new tasks can be added after creation
- DYNAMIC_LOCATION - Static variable in interface org.apache.brooklyn.core.location.dynamic.LocationOwner
-
- DYNAMIC_LOCATION_STATUS - Static variable in interface org.apache.brooklyn.core.location.dynamic.LocationOwner
-
- DynamicCluster - Interface in org.apache.brooklyn.entity.group
-
A
Cluster of entities that can dynamically increase or decrease the number of members.
- DynamicCluster.NodePlacementStrategy - Interface in org.apache.brooklyn.entity.group
-
- DynamicCluster.ZoneFailureDetector - Interface in org.apache.brooklyn.entity.group
-
- DynamicClusterImpl - Class in org.apache.brooklyn.entity.group
-
A cluster of entities that can dynamically increase or decrease the number of entities.
- DynamicClusterImpl() - Constructor for class org.apache.brooklyn.entity.group.DynamicClusterImpl
-
- DynamicClusterImpl.DefaultRemovalStrategy - Class in org.apache.brooklyn.entity.group
-
- DynamicFabric - Interface in org.apache.brooklyn.entity.group
-
When a dynamic fabric is started, it starts an entity in each of its locations.
- DynamicFabricImpl - Class in org.apache.brooklyn.entity.group
-
When a dynamic fabric is started, it starts an entity in each of its locations.
- DynamicFabricImpl() - Constructor for class org.apache.brooklyn.entity.group.DynamicFabricImpl
-
- DynamicGroup - Interface in org.apache.brooklyn.entity.group
-
- DynamicGroupImpl - Class in org.apache.brooklyn.entity.group
-
- DynamicGroupImpl() - Constructor for class org.apache.brooklyn.entity.group.DynamicGroupImpl
-
- DynamicKeys() - Constructor for class org.apache.brooklyn.core.config.ConfigKeys.DynamicKeys
-
- DynamicLocation<E extends Entity & LocationOwner<L,E>,L extends Location & DynamicLocation<E,L>> - Interface in org.apache.brooklyn.core.location.dynamic
-
A location that is created and owned by an entity at runtime.
- DynamicMultiGroup - Interface in org.apache.brooklyn.entity.group
-
- DynamicMultiGroupImpl - Class in org.apache.brooklyn.entity.group
-
- DynamicMultiGroupImpl() - Constructor for class org.apache.brooklyn.entity.group.DynamicMultiGroupImpl
-
- DynamicMultiGroupImpl.BucketFromAttribute - Class in org.apache.brooklyn.entity.group
-
Function for deriving bucket names from a sensor value.
- DynamicRegionsFabric - Interface in org.apache.brooklyn.entity.group
-
- DynamicRegionsFabricImpl - Class in org.apache.brooklyn.entity.group
-
- DynamicRegionsFabricImpl() - Constructor for class org.apache.brooklyn.entity.group.DynamicRegionsFabricImpl
-
- DynamicSequentialTask<T> - Class in org.apache.brooklyn.util.core.task
-
Represents a task whose run() method can create other tasks
which are run sequentially, but that sequence runs in parallel to this task
- DynamicSequentialTask() - Constructor for class org.apache.brooklyn.util.core.task.DynamicSequentialTask
-
Constructs a new compound task containing the specified units of work.
- DynamicSequentialTask(Callable<T>) - Constructor for class org.apache.brooklyn.util.core.task.DynamicSequentialTask
-
- DynamicSequentialTask(Map<?, ?>, Callable<T>) - Constructor for class org.apache.brooklyn.util.core.task.DynamicSequentialTask
-
- DynamicSequentialTask.FailureHandlingConfig - Class in org.apache.brooklyn.util.core.task
-
- DynamicSequentialTask.QueueAbortedException - Exception in org.apache.brooklyn.util.core.task
-
- DynamicTasks - Class in org.apache.brooklyn.util.core.task
-
- DynamicTasks() - Constructor for class org.apache.brooklyn.util.core.task.DynamicTasks
-
- DynamicTasks.TaskQueueingResult<T> - Class in org.apache.brooklyn.util.core.task
-
- DynamicWebAppCluster - Interface in org.apache.brooklyn.entity.webapp
-
DynamicWebAppClusters provide cluster-wide aggregates of entity attributes.
- DynamicWebAppCluster.ApplyDisplayHints - Class in org.apache.brooklyn.entity.webapp
-
- DynamicWebAppClusterImpl - Class in org.apache.brooklyn.entity.webapp
-
DynamicWebAppClusters provide cluster-wide aggregates of entity attributes.
- DynamicWebAppClusterImpl() - Constructor for class org.apache.brooklyn.entity.webapp.DynamicWebAppClusterImpl
-
Instantiate a new DynamicWebAppCluster.
- DynamicWebAppFabric - Interface in org.apache.brooklyn.entity.webapp
-
DynamicWebAppFabric provide a fabric of clusters, aggregating the entity attributes.
- DynamicWebAppFabricImpl - Class in org.apache.brooklyn.entity.webapp
-
- DynamicWebAppFabricImpl() - Constructor for class org.apache.brooklyn.entity.webapp.DynamicWebAppFabricImpl
-
- EbsVolumeCustomizers - Class in org.apache.brooklyn.location.jclouds.aws
-
Customization hooks to ensure that any EC2 instances provisioned via a corresponding jclouds location become associated
with an EBS volume (either an existing volume, specified by ID, or newly created).
- EbsVolumeCustomizers.WithExistingSnapshot - Class in org.apache.brooklyn.location.jclouds.aws
-
Location customizer that:
configures the AWS availability zone
obtains a new EBS volume from the specified snapshot in the given availability zone
attaches the new volume to the newly-provisioned EC2 instance
mounts the filesystem under the requested path
- EbsVolumeCustomizers.WithExistingVolume - Class in org.apache.brooklyn.location.jclouds.aws
-
Location customizer that:
configures the AWS availability zone
attaches the specified (existing) volume to the newly-provisioned EC2 instance
mounts the filesystem under the requested path
- EbsVolumeCustomizers.WithNewVolume - Class in org.apache.brooklyn.location.jclouds.aws
-
Location customizer that:
configures the AWS availability zone
creates a new EBS volume of the requested size in the given availability zone
attaches the new volume to the newly-provisioned EC2 instance
formats the new volume with the requested filesystem
mounts the filesystem under the requested path
- editRecord(String, String, String) - Method in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient.Domain
-
e.g.
- Effector<T> - Interface in org.apache.brooklyn.api.effector
-
An operation of some kind, carried out by an
Entity.
- Effector - Annotation Type in org.apache.brooklyn.core.annotation
-
Marks a method as being an effector.
- effector(Class<T>, String) - Static method in class org.apache.brooklyn.core.effector.Effectors
-
creates a new effector builder with the given name and return type
- effector(Effector<T>) - Static method in class org.apache.brooklyn.core.effector.Effectors
-
creates a new effector builder to _override_ the given effector
- EFFECTOR - Static variable in class org.apache.brooklyn.policy.action.AbstractScheduledEffectorPolicy
-
- EFFECTOR - Static variable in class org.apache.brooklyn.policy.failover.ElectPrimaryEffector
-
- EFFECTOR - Static variable in class org.apache.brooklyn.policy.InvokeEffectorOnSensorChange
-
- EFFECTOR_ADDED - Static variable in class org.apache.brooklyn.core.entity.AbstractEntity
-
- EFFECTOR_ARGUMENTS - Static variable in class org.apache.brooklyn.policy.action.AbstractScheduledEffectorPolicy
-
- EFFECTOR_CHANGED - Static variable in class org.apache.brooklyn.core.entity.AbstractEntity
-
- EFFECTOR_COMMAND - Static variable in class org.apache.brooklyn.core.effector.ssh.SshCommandEffector
-
- EFFECTOR_DESCRIPTION - Static variable in class org.apache.brooklyn.core.effector.AddEffector
-
- EFFECTOR_EXECUTION_DIR - Static variable in class org.apache.brooklyn.core.effector.ssh.SshCommandEffector
-
- EFFECTOR_HTTP_HEADERS - Static variable in class org.apache.brooklyn.core.effector.http.HttpCommandEffector
-
- EFFECTOR_HTTP_PASSWORD - Static variable in class org.apache.brooklyn.core.effector.http.HttpCommandEffector
-
- EFFECTOR_HTTP_PAYLOAD - Static variable in class org.apache.brooklyn.core.effector.http.HttpCommandEffector
-
- EFFECTOR_HTTP_USERNAME - Static variable in class org.apache.brooklyn.core.effector.http.HttpCommandEffector
-
- EFFECTOR_HTTP_VERB - Static variable in class org.apache.brooklyn.core.effector.http.HttpCommandEffector
-
- EFFECTOR_NAME - Static variable in class org.apache.brooklyn.core.effector.AddEffector
-
- EFFECTOR_NAME - Static variable in class org.apache.brooklyn.policy.failover.ElectPrimaryPolicy
-
- EFFECTOR_NAME - Static variable in interface org.apache.brooklyn.test.framework.TestEffector
-
- EFFECTOR_PARAMETER_DEFS - Static variable in class org.apache.brooklyn.core.effector.AddEffector
-
- EFFECTOR_PARAMS - Static variable in interface org.apache.brooklyn.test.framework.TestEffector
-
- EFFECTOR_REMOVED - Static variable in class org.apache.brooklyn.core.entity.AbstractEntity
-
- EFFECTOR_RESULT - Static variable in interface org.apache.brooklyn.test.framework.TestEffector
-
- EFFECTOR_SHELL_ENVIRONMENT - Static variable in class org.apache.brooklyn.core.effector.ssh.SshCommandEffector
-
- EFFECTOR_TAG - Static variable in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
Tag for a task which represents an effector
- EFFECTOR_TAG - Static variable in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
- EFFECTOR_URI - Static variable in class org.apache.brooklyn.core.effector.http.HttpCommandEffector
-
- EffectorAndBody<T> - Class in org.apache.brooklyn.core.effector
-
- EffectorAndBody(Effector<T>, EffectorTasks.EffectorTaskFactory<T>) - Constructor for class org.apache.brooklyn.core.effector.EffectorAndBody
-
- EffectorAndBody(String, Class<T>, List<ParameterType<?>>, String, EffectorTasks.EffectorTaskFactory<T>) - Constructor for class org.apache.brooklyn.core.effector.EffectorAndBody
-
- EffectorApi - Interface in org.apache.brooklyn.rest.api
-
- EffectorBase<T> - Class in org.apache.brooklyn.core.effector
-
- EffectorBase(String, Class<T>, List<ParameterType<?>>, String) - Constructor for class org.apache.brooklyn.core.effector.EffectorBase
-
- EffectorBody<T> - Class in org.apache.brooklyn.core.effector
-
Typical implementations override #main(ConfigBag) to do the work of the effector
- EffectorBody() - Constructor for class org.apache.brooklyn.core.effector.EffectorBody
-
- EffectorBodyTaskFactory(EffectorBody<T>) - Constructor for class org.apache.brooklyn.core.effector.EffectorTasks.EffectorBodyTaskFactory
-
- EffectorParam - Annotation Type in org.apache.brooklyn.core.annotation
-
Gives meta-data about a parameter of the effector.
- EffectorResource - Class in org.apache.brooklyn.rest.resources
-
- EffectorResource() - Constructor for class org.apache.brooklyn.rest.resources.EffectorResource
-
- EFFECTORS - Static variable in class org.apache.brooklyn.core.effector.CompositeEffector
-
- Effectors - Class in org.apache.brooklyn.core.effector
-
- Effectors() - Constructor for class org.apache.brooklyn.core.effector.Effectors
-
- Effectors.EffectorBuilder<T> - Class in org.apache.brooklyn.core.effector
-
- EffectorStartableImpl - Class in org.apache.brooklyn.entity.stock
-
implementation of
Startable which calls to tasks registered against effectors
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
- EffectorStartableImpl() - Constructor for class org.apache.brooklyn.entity.stock.EffectorStartableImpl
-
- EffectorStartableImpl.StartParameters - Class in org.apache.brooklyn.entity.stock
-
- EffectorSummary - Class in org.apache.brooklyn.rest.domain
-
- EffectorSummary(String, String, Set<EffectorSummary.ParameterSummary<?>>, String, Map<String, URI>) - Constructor for class org.apache.brooklyn.rest.domain.EffectorSummary
-
- effectorSummary(Entity, Effector<?>, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.EffectorTransformer
-
- EffectorSummary.ParameterSummary<T> - Class in org.apache.brooklyn.rest.domain
-
- effectorSummaryForCatalog(Effector<?>) - Static method in class org.apache.brooklyn.rest.transform.EffectorTransformer
-
- EffectorTasks - Class in org.apache.brooklyn.core.effector
-
Miscellaneous tasks which are useful in effectors.
- EffectorTasks() - Constructor for class org.apache.brooklyn.core.effector.EffectorTasks
-
- EffectorTasks.EffectorBodyTaskFactory<T> - Class in org.apache.brooklyn.core.effector
-
wrapper for
EffectorBody which simply runs that body on each invocation;
the body must be thread safe and ideally stateless
- EffectorTasks.EffectorTaskFactory<T> - Interface in org.apache.brooklyn.core.effector
-
- EffectorTasks.ParameterTask<T> - Class in org.apache.brooklyn.core.effector
-
- EffectorTransformer - Class in org.apache.brooklyn.rest.transform
-
- EffectorTransformer() - Constructor for class org.apache.brooklyn.rest.transform.EffectorTransformer
-
- EffectorUtils - Class in org.apache.brooklyn.core.mgmt.internal
-
Utility methods for invoking effectors.
- EffectorUtils() - Constructor for class org.apache.brooklyn.core.mgmt.internal.EffectorUtils
-
- EffectorWithBody<T> - Interface in org.apache.brooklyn.core.effector
-
- elapsedSince(long) - Static method in class org.apache.brooklyn.util.time.Time
-
returns the duration elapsed since the given timestamp (UTC)
- ElasticSearchCluster - Interface in org.apache.brooklyn.entity.nosql.elasticsearch
-
- ElasticSearchClusterImpl - Class in org.apache.brooklyn.entity.nosql.elasticsearch
-
- ElasticSearchClusterImpl() - Constructor for class org.apache.brooklyn.entity.nosql.elasticsearch.ElasticSearchClusterImpl
-
- ElasticSearchNode - Interface in org.apache.brooklyn.entity.nosql.elasticsearch
-
An
Entity that represents an ElasticSearch node
- ElasticSearchNodeDriver - Interface in org.apache.brooklyn.entity.nosql.elasticsearch
-
- ElasticSearchNodeImpl - Class in org.apache.brooklyn.entity.nosql.elasticsearch
-
- ElasticSearchNodeImpl() - Constructor for class org.apache.brooklyn.entity.nosql.elasticsearch.ElasticSearchNodeImpl
-
- ElasticSearchNodeSshDriver - Class in org.apache.brooklyn.entity.nosql.elasticsearch
-
- ElasticSearchNodeSshDriver(ElasticSearchNodeImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.nosql.elasticsearch.ElasticSearchNodeSshDriver
-
- ElectPrimaryConfig - Interface in org.apache.brooklyn.policy.failover
-
- ElectPrimaryConfig.PrimaryDefaultSensorsAndEffectors - Interface in org.apache.brooklyn.policy.failover
-
- ElectPrimaryConfig.SelectionMode - Enum in org.apache.brooklyn.policy.failover
-
- ElectPrimaryConfig.TargetMode - Enum in org.apache.brooklyn.policy.failover
-
- ElectPrimaryEffector - Class in org.apache.brooklyn.policy.failover
-
This effector will scan candidates among children or members to determine which should be noted as "primary".
- ElectPrimaryEffector(ConfigBag) - Constructor for class org.apache.brooklyn.policy.failover.ElectPrimaryEffector
-
- ElectPrimaryEffector(Map<String, String>) - Constructor for class org.apache.brooklyn.policy.failover.ElectPrimaryEffector
-
- ElectPrimaryEffector.CheckPrimaries - Class in org.apache.brooklyn.policy.failover
-
- ElectPrimaryEffector.PrimaryTransition - Class in org.apache.brooklyn.policy.failover
-
- ElectPrimaryEffector.ResultCode - Enum in org.apache.brooklyn.policy.failover
-
- ElectPrimaryPolicy - Class in org.apache.brooklyn.policy.failover
-
The ElectPrimaryPolicy acts to keep exactly one of its children or members as primary, promoting and demoting them when required.
- ElectPrimaryPolicy() - Constructor for class org.apache.brooklyn.policy.failover.ElectPrimaryPolicy
-
- ElectPrimaryPolicy.Change<T> - Class in org.apache.brooklyn.policy.failover
-
- elvis(Object, Object) - Static method in class org.apache.brooklyn.util.groovy.GroovyJavaMethods
-
Deprecated.
- elvis(Object...) - Static method in class org.apache.brooklyn.util.groovy.GroovyJavaMethods
-
Deprecated.
- elvis(Collection<T>, Collection<?>) - Static method in class org.apache.brooklyn.util.JavaGroovyEquivalents
-
simple elvislike operators; uses groovy truth
- elvis(String, String) - Static method in class org.apache.brooklyn.util.JavaGroovyEquivalents
-
- elvis(T, T) - Static method in class org.apache.brooklyn.util.JavaGroovyEquivalents
-
- elvis(Iterable<?>) - Static method in class org.apache.brooklyn.util.JavaGroovyEquivalents
-
- elvis(Object...) - Static method in class org.apache.brooklyn.util.JavaGroovyEquivalents
-
- elvisString(Object, Object) - Static method in class org.apache.brooklyn.util.JavaGroovyEquivalents
-
- EmbeddedFelixFramework - Class in org.apache.brooklyn.rt.felix
-
Functions for starting an Apache Felix OSGi framework inside a non-OSGi Brooklyn distro.
- EmbeddedFelixFramework() - Constructor for class org.apache.brooklyn.rt.felix.EmbeddedFelixFramework
-
- EmbeddedFramework - Class in org.apache.brooklyn.rt.felix
-
- EmbeddedFramework() - Constructor for class org.apache.brooklyn.rt.felix.EmbeddedFramework
-
- embedResolutionInTask(Boolean) - Method in class org.apache.brooklyn.util.core.task.ValueResolver
-
if true, forces execution of a deferred supplier to be run in a task;
if false, it prevents it (meaning time limits may not be applied);
if null, the default, it runs in a task if a time limit is applied.
- emit(Sensor<T>, T) - Method in interface org.apache.brooklyn.api.entity.Entity.SensorSupport
-
Emits a
SensorEvent event on behalf of this entity (as though produced by this entity).
- emit(Sensor<T>, T) - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicSensorSupport
-
- emitAllAttributes() - Method in class org.apache.brooklyn.enricher.stock.Propagator
-
useful once sensors are added to emit all values
- emitAllAttributes(boolean) - Method in class org.apache.brooklyn.enricher.stock.Propagator
-
- emitInternal(Sensor<T>, T) - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicSensorSupport
-
- EMPTY - Static variable in interface org.apache.brooklyn.container.entity.kubernetes.KubernetesPod
-
- empty() - Static method in class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadTargets
-
- EMPTY - Static variable in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades
-
- empty() - Static method in class org.apache.brooklyn.util.collections.CollectionFunctionals
-
- EMPTY - Static variable in class org.apache.brooklyn.util.core.config.ConfigBag
-
an immutable, empty ConfigBag
- EMPTY - Static variable in class org.apache.brooklyn.util.text.Strings
-
The empty String.
- EMPTY_CATALOG_URL - Static variable in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
- EMPTY_EXCEPTION - Static variable in class org.apache.brooklyn.util.guava.IllegalStateExceptionSupplier
-
- emptyOrNull() - Static method in class org.apache.brooklyn.util.collections.CollectionFunctionals
-
- EmptyRelationSupport<SourceType extends BrooklynObject> - Class in org.apache.brooklyn.core.relations
-
- EmptyRelationSupport(SourceType) - Constructor for class org.apache.brooklyn.core.relations.EmptyRelationSupport
-
- EmptyResourceLookup() - Constructor for class org.apache.brooklyn.camp.spi.collection.ResourceLookup.EmptyResourceLookup
-
- EmptySoftwareProcess - Interface in org.apache.brooklyn.entity.software.base
-
- EmptySoftwareProcessDriver - Interface in org.apache.brooklyn.entity.software.base
-
- EmptySoftwareProcessImpl - Class in org.apache.brooklyn.entity.software.base
-
- EmptySoftwareProcessImpl() - Constructor for class org.apache.brooklyn.entity.software.base.EmptySoftwareProcessImpl
-
- EmptySoftwareProcessSshDriver - Class in org.apache.brooklyn.entity.software.base
-
- EmptySoftwareProcessSshDriver(EmptySoftwareProcessImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.software.base.EmptySoftwareProcessSshDriver
-
- emptyToNull(String) - Static method in class org.apache.brooklyn.util.text.Strings
-
- EmptyWindowsProcess - Interface in org.apache.brooklyn.entity.software.base
-
- EmptyWindowsProcessDriver - Interface in org.apache.brooklyn.entity.software.base
-
- EmptyWindowsProcessImpl - Class in org.apache.brooklyn.entity.software.base
-
- EmptyWindowsProcessImpl() - Constructor for class org.apache.brooklyn.entity.software.base.EmptyWindowsProcessImpl
-
- EmptyWindowsProcessWinRmDriver - Class in org.apache.brooklyn.entity.software.base
-
- EmptyWindowsProcessWinRmDriver(EmptyWindowsProcessImpl, WinRmMachineLocation) - Constructor for class org.apache.brooklyn.entity.software.base.EmptyWindowsProcessWinRmDriver
-
- enable(String) - Static method in class org.apache.brooklyn.core.BrooklynFeatureEnablement
-
- enable() - Method in class org.apache.brooklyn.util.javalang.MemoryUsageTracker.SoftUsageTracker
-
- ENABLE_AVAILABILITY_ZONES - Static variable in interface org.apache.brooklyn.entity.group.DynamicCluster
-
- ENABLE_MANAGEMENT_PLUGIN - Static variable in interface org.apache.brooklyn.entity.messaging.rabbit.RabbitBroker
-
- ENABLE_REST_INTERFACE - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBServer
-
- enabled(boolean) - Method in class org.apache.brooklyn.core.feed.FeedConfig
-
Whether this feed is enabled (defaulting to true).
- ENABLED - Static variable in class org.apache.brooklyn.core.location.LocationConfigKeys
-
- ENABLED_HTTP_PROTOCOLS - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- ENABLED_PROTOCOLS - Static variable in interface org.apache.brooklyn.entity.webapp.WebAppServiceConstants
-
- enableFileRoots(boolean) - Static method in class org.apache.brooklyn.entity.cm.salt.SaltSshTasks
-
- enableWriteAccess() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister
-
- enableWriteAccess() - Method in class org.apache.brooklyn.core.mgmt.persist.BrooklynMementoPersisterToObjectStore
-
- encode(String) - Static method in class org.apache.brooklyn.util.net.URLParamEncoder
-
- encode(String) - Static method in class org.apache.brooklyn.util.net.Urls
-
Encodes the string suitable for use in a URL, using default UTF-8
(version of URLEncoder.encode that does not throw checked exception)
- encodePublicKey(PublicKey) - Static method in class org.apache.brooklyn.util.crypto.AuthorizedKeysParser
-
- encodeUrlParams(Map<?, ?>) - Static method in class org.apache.brooklyn.util.http.HttpTool
-
- end() - Method in class org.apache.brooklyn.util.stream.ThreadLocalPrintStream.OutputCapturingContext
-
- ENDPOINT - Static variable in class org.apache.brooklyn.policy.ha.ConnectionFailureDetector
-
- ENDPOINT - Static variable in interface org.apache.brooklyn.test.framework.TestEndpointReachable
-
- ENDPOINT_SENSOR - Static variable in interface org.apache.brooklyn.test.framework.TestEndpointReachable
-
- ENDPOINT_SNITCH_NAME - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
- ENDPOINT_SNITCH_NAME - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- EndpointsToDatastoreUrlMapper(Entity) - Constructor for class org.apache.brooklyn.entity.nosql.mongodb.MongoDBReplicaSetImpl.EndpointsToDatastoreUrlMapper
-
- enricher(EnricherSpec<?>) - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
adds an enricher to the spec
- enricher(String, String) - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData.Builder
-
- Enricher - Interface in org.apache.brooklyn.api.sensor
-
Publishes metrics for an entity, e.g.
- enricher(EnricherMemento) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl.Builder
-
- enricher(String, String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl.Builder
-
- EnricherConfigSummary - Class in org.apache.brooklyn.rest.domain
-
- EnricherConfigSummary(ConfigKey<?>, String, Double, Map<String, URI>) - Constructor for class org.apache.brooklyn.rest.domain.EnricherConfigSummary
-
Deprecated.
- enricherConfigSummary(ConfigKey<?>, String, Double, Map<String, URI>) - Static method in class org.apache.brooklyn.rest.transform.EntityTransformer
-
- enricherConfigSummary(SpecParameter<?>) - Static method in class org.apache.brooklyn.rest.transform.EntityTransformer
-
- EnricherDynamicType - Class in org.apache.brooklyn.core.enricher
-
- EnricherDynamicType(Class<? extends Enricher>) - Constructor for class org.apache.brooklyn.core.enricher.EnricherDynamicType
-
- EnricherDynamicType(AbstractEnricher) - Constructor for class org.apache.brooklyn.core.enricher.EnricherDynamicType
-
- EnricherMemento - Interface in org.apache.brooklyn.api.mgmt.rebind.mementos
-
Represents the state of an enricher, so that it can be reconstructed (e.g.
- enrichers() - Method in interface org.apache.brooklyn.api.entity.Entity
-
- enrichers() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister.Delta
-
- enrichers(Map<String, String>) - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData.Builder
-
- enrichers() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- enrichers() - Method in interface org.apache.brooklyn.core.entity.EntityInternal
-
- enrichers(Map<String, EnricherMemento>) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl.Builder
-
- enrichers(Map<String, String>) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl.Builder
-
- enrichers() - Method in class org.apache.brooklyn.core.mgmt.rebind.PersisterDeltaImpl
-
- Enrichers - Class in org.apache.brooklyn.enricher.stock
-
- Enrichers.AbstractEnricherBuilder<B extends Enrichers.AbstractEnricherBuilder<B>> - Class in org.apache.brooklyn.enricher.stock
-
- Enrichers.AbstractUpdatingMapBuilder<S,TKey,TVal,B extends Enrichers.AbstractUpdatingMapBuilder<S,TKey,TVal,B>> - Class in org.apache.brooklyn.enricher.stock
-
- Enrichers.AggregatorBuilder<S,T> - Class in org.apache.brooklyn.enricher.stock
-
- Enrichers.Builder<B extends Enrichers.Builder<B>> - Class in org.apache.brooklyn.enricher.stock
-
- Enrichers.CombinerBuilder<S,T> - Class in org.apache.brooklyn.enricher.stock
-
- Enrichers.ComputingAverage<T extends java.lang.Number> - Class in org.apache.brooklyn.enricher.stock
-
- Enrichers.ComputingIsQuorate<T> - Class in org.apache.brooklyn.enricher.stock
-
- Enrichers.ComputingSum<T extends java.lang.Number> - Class in org.apache.brooklyn.enricher.stock
-
- Enrichers.InitialBuilder - Class in org.apache.brooklyn.enricher.stock
-
- Enrichers.JoinerBuilder - Class in org.apache.brooklyn.enricher.stock
-
- Enrichers.PropagatorBuilder - Class in org.apache.brooklyn.enricher.stock
-
- Enrichers.ReducerBuilder - Class in org.apache.brooklyn.enricher.stock
-
- Enrichers.TransformerBuilder<S,T> - Class in org.apache.brooklyn.enricher.stock
-
- Enrichers.UpdatingMapBuilder<S,TKey,TVal> - Class in org.apache.brooklyn.enricher.stock
-
- ENRICHERS_KEY - Static variable in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- EnricherSerialization(ManagementContext) - Constructor for class org.apache.brooklyn.util.core.json.BidiSerialization.EnricherSerialization
-
- EnricherSpec<T extends Enricher> - Class in org.apache.brooklyn.api.sensor
-
Gives details of an enricher to be created.
- EnricherSpec.ExtensibleEnricherSpec<T extends Enricher,K extends EnricherSpec.ExtensibleEnricherSpec<T,K>> - Class in org.apache.brooklyn.api.sensor
-
- EnricherSpecResolver(BrooklynYamlTypeInstantiator.Factory) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynEntityDecorationResolver.EnricherSpecResolver
-
- enricherSpecs(Iterable<? extends EnricherSpec<?>>) - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
adds the supplied policies to the spec
- EnricherType - Interface in org.apache.brooklyn.api.sensor
-
- EnricherTypeSnapshot - Class in org.apache.brooklyn.core.enricher
-
- entities() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister.Delta
-
- entities(Map<String, String>) - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData.Builder
-
- Entities - Class in org.apache.brooklyn.core.entity
-
Convenience methods for working with entities.
- Entities() - Constructor for class org.apache.brooklyn.core.entity.Entities
-
- entities(Map<String, EntityMemento>) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl.Builder
-
- entities() - Method in class org.apache.brooklyn.core.mgmt.rebind.PersisterDeltaImpl
-
- ENTITIES - Static variable in interface org.apache.brooklyn.entity.network.bind.BindDnsServer
-
- entities(Set<EntitySpec>) - Method in class org.apache.brooklyn.rest.domain.ApplicationSpec.Builder
-
- entitiesToRemove(<any>, int) - Method in interface org.apache.brooklyn.entity.group.DynamicCluster.NodePlacementStrategy
-
- entitiesToRemove(<any>, int) - Method in class org.apache.brooklyn.entity.group.zoneaware.BalancingNodePlacementStrategy
-
- entitledToSee(ManagementContext) - Static method in class org.apache.brooklyn.core.catalog.CatalogPredicates
-
- entitledToSee(ManagementContext) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- EntitlementClass<T> - Interface in org.apache.brooklyn.api.mgmt.entitlement
-
- entitlementClassArgumentType() - Method in interface org.apache.brooklyn.api.mgmt.entitlement.EntitlementClass
-
- entitlementClassArgumentType() - Method in class org.apache.brooklyn.core.mgmt.entitlement.BasicEntitlementClassDefinition
-
- entitlementClassIdentifier() - Method in interface org.apache.brooklyn.api.mgmt.entitlement.EntitlementClass
-
- entitlementClassIdentifier() - Method in class org.apache.brooklyn.core.mgmt.entitlement.BasicEntitlementClassDefinition
-
- EntitlementContext - Interface in org.apache.brooklyn.api.mgmt.entitlement
-
- EntitlementContextFilter - Class in org.apache.brooklyn.rest.filter
-
- EntitlementContextFilter() - Constructor for class org.apache.brooklyn.rest.filter.EntitlementContextFilter
-
- EntitlementManager - Interface in org.apache.brooklyn.api.mgmt.entitlement
-
Entitlement lookup relies on:
an "entitlement context", consisting of at minimum a string identifier of the user/actor for which entitlement is being requested
an "entitlement class", representing the category of activity for which entitlement is being requested
an "entitlement class argument", representing the specifics of the activity for which entitlement is being requested
- EntitlementManagerAdapter - Class in org.apache.brooklyn.core.mgmt.entitlement
-
provides an easy entry point to supplying entitlements, by providing the dispatch and defining the additional methods
which have to be supplied.
- EntitlementManagerAdapter() - Constructor for class org.apache.brooklyn.core.mgmt.entitlement.EntitlementManagerAdapter
-
- EntitlementPredicates - Class in org.apache.brooklyn.core.mgmt.entitlement
-
- EntitlementPredicates() - Constructor for class org.apache.brooklyn.core.mgmt.entitlement.EntitlementPredicates
-
- Entitlements - Class in org.apache.brooklyn.core.mgmt.entitlement
-
- Entitlements() - Constructor for class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- Entitlements.EntitlementClassesEnum - Enum in org.apache.brooklyn.core.mgmt.entitlement
-
- Entitlements.EntitlementClassesHandler<T> - Interface in org.apache.brooklyn.core.mgmt.entitlement
-
- Entitlements.EntityAndItem<T> - Class in org.apache.brooklyn.core.mgmt.entitlement
-
- Entitlements.FineGrainedEntitlements - Class in org.apache.brooklyn.core.mgmt.entitlement
-
- Entitlements.FineGrainedEntitlements.SinglePermissionEntitlementChecker<U> - Class in org.apache.brooklyn.core.mgmt.entitlement
-
- Entitlements.LifecycleEffectors - Class in org.apache.brooklyn.core.mgmt.entitlement
-
These lifecycle operations are currently treated as effectors.
- Entitlements.StringAndArgument - Class in org.apache.brooklyn.core.mgmt.entitlement
-
- Entitlements.TaskAndItem<T> - Class in org.apache.brooklyn.core.mgmt.entitlement
-
- ENTITLEMENTS_CONFIG_PREFIX - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- EntitlementTag() - Constructor for class org.apache.brooklyn.core.mgmt.BrooklynTaskTags.EntitlementTag
-
- Entity - Interface in org.apache.brooklyn.api.entity
-
The basic interface for a Brooklyn entity.
- entity(String, String) - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData.Builder
-
- entity(Object) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon
-
- entity(Object) - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
- entity - Variable in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags.WrappedEntity
-
- entity(EntityMemento) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl.Builder
-
- entity(String, String, String, String, List<String>) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl.Builder
-
- entity(Entity) - Method in class org.apache.brooklyn.entity.chef.ChefAttributeFeed.Builder
-
- entity(EntityLocal) - Method in class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixFeed.Builder
-
- entity(Entity) - Method in class org.apache.brooklyn.feed.AbstractCommandFeed.Builder
-
- entity(Entity) - Method in class org.apache.brooklyn.feed.function.FunctionFeed.Builder
-
- entity(Entity) - Method in class org.apache.brooklyn.feed.http.HttpFeed.Builder
-
- entity(Entity) - Method in class org.apache.brooklyn.feed.jmx.JmxFeed.Builder
-
- entity(Entity) - Method in class org.apache.brooklyn.feed.shell.ShellFeed.Builder
-
- entity(Entity) - Method in class org.apache.brooklyn.feed.windows.WindowsPerformanceCounterFeed.Builder
-
- Entity.AdjunctSupport<T extends EntityAdjunct> - Interface in org.apache.brooklyn.api.entity
-
- Entity.EnricherSupport - Interface in org.apache.brooklyn.api.entity
-
- Entity.GroupSupport - Interface in org.apache.brooklyn.api.entity
-
For managing/querying the group membership of this entity.
- Entity.PolicySupport - Interface in org.apache.brooklyn.api.entity
-
- Entity.SensorSupport - Interface in org.apache.brooklyn.api.entity
-
- ENTITY_FAILED - Static variable in class org.apache.brooklyn.policy.ha.HASensors
-
- ENTITY_FAILED - Static variable in class org.apache.brooklyn.policy.ha.ServiceFailureDetector
-
- ENTITY_FAILED_ONLY_IF_PREVIOUSLY_UP - Static variable in class org.apache.brooklyn.policy.ha.ServiceFailureDetector
-
- ENTITY_FAILED_REPUBLISH_TIME - Static variable in class org.apache.brooklyn.policy.ha.ServiceFailureDetector
-
- ENTITY_FAILED_STABILIZATION_DELAY - Static variable in class org.apache.brooklyn.policy.ha.ServiceFailureDetector
-
- ENTITY_FAILED_STATES - Static variable in class org.apache.brooklyn.entity.stock.AsyncApplicationImpl.ServiceStateComputer
-
- ENTITY_FILTER - Static variable in class org.apache.brooklyn.enricher.stock.AbstractAggregator
-
- ENTITY_FILTER - Static variable in interface org.apache.brooklyn.entity.group.DynamicGroup
-
- ENTITY_FILTER - Static variable in interface org.apache.brooklyn.entity.group.SequenceGroup
-
- ENTITY_FILTER - Static variable in interface org.apache.brooklyn.entity.monitoring.zabbix.ZabbixServer
-
- ENTITY_FILTER - Static variable in interface org.apache.brooklyn.entity.network.bind.BindDnsServer
-
- ENTITY_FILTER - Static variable in interface org.apache.brooklyn.qa.load.SimulatedExternalMonitor
-
- ENTITY_ID - Static variable in class org.apache.brooklyn.core.entity.AbstractEntity
-
- ENTITY_ID - Static variable in interface org.apache.brooklyn.core.entity.Attributes
-
- ENTITY_IDS - Static variable in class org.apache.brooklyn.util.core.task.BasicExecutionContext
-
- ENTITY_IGNORED_STATES_ON_OTHERS - Static variable in class org.apache.brooklyn.entity.stock.AsyncApplicationImpl.ServiceStateComputer
-
- ENTITY_IGNORED_STATES_ON_STARTING - Static variable in class org.apache.brooklyn.entity.stock.AsyncApplicationImpl.ServiceStateComputer
-
- ENTITY_MACHINE - Static variable in class org.apache.brooklyn.entity.machine.pool.ServerPoolImpl
-
Accesses must be synchronised by mutex
- ENTITY_PROVIDER - Static variable in interface org.apache.brooklyn.entity.dns.AbstractGeoDnsService
-
- ENTITY_QUARANTINED - Static variable in interface org.apache.brooklyn.entity.group.DynamicCluster
-
- ENTITY_RECOVERED - Static variable in class org.apache.brooklyn.policy.ha.HASensors
-
- ENTITY_RECOVERED_STABILIZATION_DELAY - Static variable in class org.apache.brooklyn.policy.ha.ServiceFailureDetector
-
- ENTITY_REPLACEMENT_FAILED - Static variable in class org.apache.brooklyn.policy.ha.ServiceReplacer
-
- ENTITY_RESTART_FAILED - Static variable in class org.apache.brooklyn.policy.ha.ServiceRestarter
-
- ENTITY_SPEC_TO_DEPLOY - Static variable in interface org.apache.brooklyn.test.framework.InfrastructureDeploymentTestCase
-
Entity specs to deploy.
- ENTITY_STARTED - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- ENTITY_TRANSITION_STATES_ON_STARTING - Static variable in class org.apache.brooklyn.entity.stock.AsyncApplicationImpl.ServiceStateComputer
-
- ENTITY_WITH_METRIC - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- EntityAdjunct - Interface in org.apache.brooklyn.api.objs
-
EntityAdjuncts are supplementary logic that can be attached to Entities,
such as providing sensor enrichment or event-driven policy behavior
- EntityAdjuncts - Class in org.apache.brooklyn.core.entity
-
Convenience methods for working with entity adjunts.
- EntityAdjuncts() - Constructor for class org.apache.brooklyn.core.entity.EntityAdjuncts
-
- EntityAndAttribute<T> - Class in org.apache.brooklyn.core.entity
-
- EntityAndAttribute(Entity, AttributeSensor<T>) - Constructor for class org.apache.brooklyn.core.entity.EntityAndAttribute
-
- EntityAndItem(Entity, T) - Constructor for class org.apache.brooklyn.core.mgmt.entitlement.Entitlements.EntityAndItem
-
- EntityApi - Interface in org.apache.brooklyn.rest.api
-
- EntityAsserts - Class in org.apache.brooklyn.core.entity
-
Convenience class containing assertions that may be made about entities.
- EntityAsserts() - Constructor for class org.apache.brooklyn.core.entity.EntityAsserts
-
- EntityChangeListener - Interface in org.apache.brooklyn.core.mgmt.internal
-
- EntityConfigApi - Interface in org.apache.brooklyn.rest.api
-
- EntityConfigMap - Class in org.apache.brooklyn.core.entity.internal
-
- EntityConfigMap(EntityInternal) - Constructor for class org.apache.brooklyn.core.entity.internal.EntityConfigMap
-
- EntityConfigMap(EntityInternal, Map<ConfigKey<?>, Object>) - Constructor for class org.apache.brooklyn.core.entity.internal.EntityConfigMap
-
- EntityConfigResource - Class in org.apache.brooklyn.rest.resources
-
- EntityConfigResource() - Constructor for class org.apache.brooklyn.rest.resources.EntityConfigResource
-
- EntityConfigSummary - Class in org.apache.brooklyn.rest.domain
-
- EntityConfigSummary(String, String, String, Object, boolean, String, Double, List<Map<String, String>>, Boolean, List<String>, Map<String, URI>) - Constructor for class org.apache.brooklyn.rest.domain.EntityConfigSummary
-
Deprecated.
- EntityConfigSummary(ConfigKey<?>, String, Double, Boolean, Map<String, URI>) - Constructor for class org.apache.brooklyn.rest.domain.EntityConfigSummary
-
Deprecated.
- entityConfigSummary(ConfigKey<?>, String, Double, Boolean, Map<String, URI>) - Static method in class org.apache.brooklyn.rest.transform.EntityTransformer
-
- entityConfigSummary(Entity, ConfigKey<?>, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.EntityTransformer
-
- entityConfigSummary(ConfigKey<?>, Field) - Static method in class org.apache.brooklyn.rest.transform.EntityTransformer
-
- entityConfigSummary(SpecParameter<?>, AtomicInteger) - Static method in class org.apache.brooklyn.rest.transform.EntityTransformer
-
- EntityDetail - Class in org.apache.brooklyn.rest.domain
-
- EntityDetail(String, String, String, String, String, Boolean, Lifecycle, String, String, List<EntitySummary>, List<String>, List<Map<String, String>>) - Constructor for class org.apache.brooklyn.rest.domain.EntityDetail
-
- EntityDetail(String, String, String, String, String, Boolean, Lifecycle, String, String, List<EntitySummary>, List<String>, List<Map<String, String>>, Map<String, URI>) - Constructor for class org.apache.brooklyn.rest.domain.EntityDetail
-
- EntityDriver - Interface in org.apache.brooklyn.api.entity.drivers
-
The EntityDriver provides an abstraction between the Entity and the environment (the
Location it is running
in, so that an entity is not tightly coupled to a specific Location.
- EntityDriverManager - Interface in org.apache.brooklyn.api.entity.drivers
-
Responsible for creating a driver for a given entity/location.
- EntityDynamicType - Class in org.apache.brooklyn.core.entity
-
This is the actual type of an entity instance at runtime,
which can change from the static
EntityType, and can change over time;
for this reason it does *not* implement EntityType, but
callers can call
EntityDynamicType.getSnapshot() to get a snapshot such instance
- EntityDynamicType(AbstractEntity) - Constructor for class org.apache.brooklyn.core.entity.EntityDynamicType
-
- EntityDynamicType(Class<? extends Entity>) - Constructor for class org.apache.brooklyn.core.entity.EntityDynamicType
-
- entityFilter(<any>) - Method in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ComputeServiceIndicatorsFromChildrenAndMembersSpec
-
- entityFilter() - Method in interface org.apache.brooklyn.entity.group.DynamicGroup
-
- entityFilter() - Method in class org.apache.brooklyn.entity.group.DynamicGroupImpl
-
- EntityFunctions - Class in org.apache.brooklyn.core.entity
-
- EntityFunctions() - Constructor for class org.apache.brooklyn.core.entity.EntityFunctions
-
- EntityHttpClient - Interface in org.apache.brooklyn.entity.brooklynnode
-
Helpful methods for making HTTP requests to
BrooklynNode entities.
- EntityHttpClient.ResponseCodePredicates - Class in org.apache.brooklyn.entity.brooklynnode
-
- EntityHttpClientImpl - Class in org.apache.brooklyn.entity.brooklynnode
-
- entityId() - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon
-
- entityId() - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
- EntityIdCompleter - Class in org.apache.brooklyn.karaf.commands.completers
-
- EntityIdCompleter() - Constructor for class org.apache.brooklyn.karaf.commands.completers.EntityIdCompleter
-
- EntityInfo - Class in org.apache.brooklyn.karaf.commands
-
- EntityInfo() - Constructor for class org.apache.brooklyn.karaf.commands.EntityInfo
-
- EntityInitializer - Interface in org.apache.brooklyn.api.entity
-
Instances of this class supply logic which can be used to initialize entities.
- EntityInitializers - Class in org.apache.brooklyn.core.entity
-
- EntityInitializers() - Constructor for class org.apache.brooklyn.core.entity.EntityInitializers
-
- EntityInitializers.AddTags - Class in org.apache.brooklyn.core.entity
-
- EntityInternal - Interface in org.apache.brooklyn.core.entity
-
Extended Entity interface with additional functionality that is purely-internal (i.e.
- EntityInternal.EnricherSupportInternal - Interface in org.apache.brooklyn.core.entity
-
- EntityInternal.EntitySubscriptionSupportInternal - Interface in org.apache.brooklyn.core.entity
-
- EntityInternal.FeedSupport - Interface in org.apache.brooklyn.core.entity
-
- EntityInternal.GroupSupportInternal - Interface in org.apache.brooklyn.core.entity
-
- EntityInternal.PolicySupportInternal - Interface in org.apache.brooklyn.core.entity
-
- EntityInternal.SensorSupportInternal - Interface in org.apache.brooklyn.core.entity
-
- EntityLaunchListener - Class in org.apache.brooklyn.entity.system_service
-
- EntityLaunchListener(SystemServiceEnricher) - Constructor for class org.apache.brooklyn.entity.system_service.EntityLaunchListener
-
- EntityLocal - Interface in org.apache.brooklyn.api.entity
-
- EntityLocationUtils - Class in org.apache.brooklyn.rest.util
-
- EntityLocationUtils(ManagementContext) - Constructor for class org.apache.brooklyn.rest.util.EntityLocationUtils
-
- EntityManagementSupport - Class in org.apache.brooklyn.core.mgmt.internal
-
Encapsulates management activities at an entity.
- EntityManagementSupport(AbstractEntity) - Constructor for class org.apache.brooklyn.core.mgmt.internal.EntityManagementSupport
-
- EntityManagementUtils - Class in org.apache.brooklyn.core.mgmt
-
Utility methods for working with entities and applications
- EntityManagementUtils() - Constructor for class org.apache.brooklyn.core.mgmt.EntityManagementUtils
-
- EntityManagementUtils.CreationResult<T,U> - Class in org.apache.brooklyn.core.mgmt
-
container for operation which creates something and which wants to return both
the items created and any pending create/start task
- EntityManager - Interface in org.apache.brooklyn.api.mgmt
-
For managing and querying entities.
- EntityManagerInternal - Interface in org.apache.brooklyn.core.mgmt.internal
-
- EntityMemento - Interface in org.apache.brooklyn.api.mgmt.rebind.mementos
-
Represents the state of an entity, so that it can be reconstructed (e.g.
- EntityMementoManifestImpl - Class in org.apache.brooklyn.core.mgmt.rebind.dto
-
- EntityMementoManifestImpl(String, String, String, String, List<String>) - Constructor for class org.apache.brooklyn.core.mgmt.rebind.dto.EntityMementoManifestImpl
-
- EntityPredicates - Class in org.apache.brooklyn.core.entity
-
- EntityPredicates() - Constructor for class org.apache.brooklyn.core.entity.EntityPredicates
-
- EntityProxy - Interface in org.apache.brooklyn.core.objs.proxy
-
Marker interface, indicating that this is a proxy to an entity.
- EntityProxyImpl - Class in org.apache.brooklyn.core.objs.proxy
-
A dynamic proxy for an entity.
- EntityProxyImpl(Entity) - Constructor for class org.apache.brooklyn.core.objs.proxy.EntityProxyImpl
-
- EntityRelations<T extends BrooklynObject> - Class in org.apache.brooklyn.core.entity
-
TODO these relations are not used yet; see issue where this is introduced and email thread
- EntityRelations() - Constructor for class org.apache.brooklyn.core.entity.EntityRelations
-
- EntityResource - Class in org.apache.brooklyn.rest.resources
-
- EntityResource() - Constructor for class org.apache.brooklyn.rest.resources.EntityResource
-
- EntityResource.InterestingTasksFirstComparator - Class in org.apache.brooklyn.rest.resources
-
API does not guarantee order, but this is a the one we use (when there are lots of tasks):
prefer top-level tasks and to recent tasks,
balanced such that the following are equal:
something manually submitted here, submitted two hours ago
something submitted from another entity, submitted ten minutes ago
anything in progress, submitted one minute ago
anything not started, submitted ten seconds ago
anything completed, submitted one second ago
- EntitySensorToken(Entity, Sensor<?>) - Constructor for class org.apache.brooklyn.core.mgmt.internal.AbstractSubscriptionManager.EntitySensorToken
-
- EntitySerialization(ManagementContext) - Constructor for class org.apache.brooklyn.util.core.json.BidiSerialization.EntitySerialization
-
- EntitySpec<T extends Entity> - Class in org.apache.brooklyn.api.entity
-
Gives details of an entity to be created.
- EntitySpec(Class<T>) - Constructor for class org.apache.brooklyn.api.entity.EntitySpec
-
- entitySpec(Map<String, Object>) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon
-
- EntitySpec - Class in org.apache.brooklyn.rest.domain
-
- EntitySpec(String) - Constructor for class org.apache.brooklyn.rest.domain.EntitySpec
-
- EntitySpec(String, String) - Constructor for class org.apache.brooklyn.rest.domain.EntitySpec
-
- EntitySpec(String, String, Map<String, String>) - Constructor for class org.apache.brooklyn.rest.domain.EntitySpec
-
- EntitySpecConfiguration - Class in org.apache.brooklyn.camp.brooklyn.spi.creation
-
Captures the
EntitySpec configuration defined in YAML.
- EntitySpecConfiguration(Map<String, ?>) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.creation.EntitySpecConfiguration
-
- EntitySpecResolver - Interface in org.apache.brooklyn.core.resolve.entity
-
- entitySummaries(Iterable<? extends Entity>, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.EntityTransformer
-
- EntitySummary - Class in org.apache.brooklyn.rest.domain
-
- EntitySummary(String, String, String, String, Map<String, URI>) - Constructor for class org.apache.brooklyn.rest.domain.EntitySummary
-
- entitySummary(Entity, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.EntityTransformer
-
- EntitySuppliers - Class in org.apache.brooklyn.core.entity
-
- EntitySuppliers() - Constructor for class org.apache.brooklyn.core.entity.EntitySuppliers
-
- EntityTasks - Class in org.apache.brooklyn.core.entity
-
Generally useful tasks related to entities
- EntityTasks() - Constructor for class org.apache.brooklyn.core.entity.EntityTasks
-
- EntityTransformer - Class in org.apache.brooklyn.rest.transform
-
- EntityTransformer() - Constructor for class org.apache.brooklyn.rest.transform.EntityTransformer
-
- EntityTransientCopyInternal - Interface in org.apache.brooklyn.core.entity.internal
-
- EntityTransientCopyInternal.SpecialEntityTransientCopyInternal - Interface in org.apache.brooklyn.core.entity.internal
-
more methods, but which are only on selected entities
- EntityType - Interface in org.apache.brooklyn.api.entity
-
Gives type information for an
Entity.
- EntityTypeRegistry - Interface in org.apache.brooklyn.api.entity
-
A registry of the entity implementations to be used when creating an entity of a given type.
- EntityTypes - Class in org.apache.brooklyn.core.entity
-
- EntityTypes() - Constructor for class org.apache.brooklyn.core.entity.EntityTypes
-
Deprecated.
- EntityTypeSnapshot - Class in org.apache.brooklyn.core.entity
-
- entityUri(Entity, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.EntityTransformer
-
- EntityUrl() - Constructor for class org.apache.brooklyn.entity.stock.DelegateEntity.EntityUrl
-
- entityUrl() - Static method in class org.apache.brooklyn.entity.stock.DelegateEntity.EntityUrl
-
- entityWithMetric(Entity) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy.Builder
-
- entries(Map<String, File>) - Method in class org.apache.brooklyn.util.core.file.ArchiveBuilder
-
Add a Map of entries to the archive.
- entry(String, String) - Method in class org.apache.brooklyn.util.core.file.ArchiveBuilder
-
Add the file to the archive with the path entryPath.
- entry(String, File) - Method in class org.apache.brooklyn.util.core.file.ArchiveBuilder
-
Add the file to the archive with the path entryPath.
- entrySet() - Method in class org.apache.brooklyn.core.entity.internal.ConfigMapViewWithStringKeys
-
Deprecated.
- entrySet() - Method in class org.apache.brooklyn.core.internal.storage.impl.ConcurrentMapAcceptingNullVals
-
- EnumCaseForgivingConverter - Class in org.apache.brooklyn.util.core.xstream
-
...
- EnumCaseForgivingConverter() - Constructor for class org.apache.brooklyn.util.core.xstream.EnumCaseForgivingConverter
-
- EnumCaseForgivingSingleValueConverter - Class in org.apache.brooklyn.util.core.xstream
-
- EnumCaseForgivingSingleValueConverter(Class) - Constructor for class org.apache.brooklyn.util.core.xstream.EnumCaseForgivingSingleValueConverter
-
- Enums - Class in org.apache.brooklyn.util.javalang
-
- Enums() - Constructor for class org.apache.brooklyn.util.javalang.Enums
-
- EnumTypeCoercions - Class in org.apache.brooklyn.util.javalang.coerce
-
- EnumTypeCoercions() - Constructor for class org.apache.brooklyn.util.javalang.coerce.EnumTypeCoercions
-
- ENV - Static variable in interface org.apache.brooklyn.container.location.kubernetes.KubernetesLocationConfig
-
- env(String, String) - Method in class org.apache.brooklyn.feed.CommandPollConfig
-
add the given env param; sequence is as per #env(Supplier)
- env(Map<String, String>) - Method in class org.apache.brooklyn.feed.CommandPollConfig
-
add the given env params; sequence is as per #env(Supplier).
- env(<any>) - Method in class org.apache.brooklyn.feed.CommandPollConfig
-
adds the given dynamic supplier of environment variables.
- env(String, String) - Method in class org.apache.brooklyn.feed.shell.ShellPollConfig
-
- env(Map<String, String>) - Method in class org.apache.brooklyn.feed.shell.ShellPollConfig
-
- ENVIRONMENT - Static variable in interface org.apache.brooklyn.util.core.internal.winrm.WinRmTool
-
- environmentVariable(String, String) - Method in class org.apache.brooklyn.util.core.task.system.internal.AbstractProcessTaskFactory
-
- environmentVariable(String, String) - Method in interface org.apache.brooklyn.util.core.task.system.ProcessTaskFactory
-
- environmentVariables(Map<String, String>) - Method in class org.apache.brooklyn.util.core.task.system.internal.AbstractProcessTaskFactory
-
- environmentVariables(Map<String, String>) - Method in interface org.apache.brooklyn.util.core.task.system.ProcessTaskFactory
-
- environmentVariablesReset() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
ensures the script runs with no environment variables;
by default they will be inherited from the entity/driver (eg getShellEnvironment())
- environmentVariablesReset(Map<?, ?>) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
overrides the default environment variables to use the given set;
by default "env" is inherited from the entity/driver (eg getShellEnvironment());
TODO would be nice to have a way to add just a few,
but there is no way currently to access that so it's a bit hard to do that
- EP_BG_FETCHED - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- EP_BG_FETCHED_PER_NODE - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
- EPMD_LISTENER_PORT - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- EPOCH_SUPPLIER - Static variable in class org.apache.brooklyn.core.sensor.DurationSinceSensor
-
- equal(KeyPair, KeyPair) - Static method in class org.apache.brooklyn.util.core.crypto.SecureKeys
-
because KeyPair.equals is not implemented :(
- EQUAL_TO - Static variable in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
-
- equalAsOsgiVersions(String, String) - Static method in class org.apache.brooklyn.util.text.BrooklynVersionSyntax
-
- equals(Object) - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
- equals(Object) - Method in class org.apache.brooklyn.api.objs.HighlightTuple
-
- equals(Object) - Method in interface org.apache.brooklyn.api.typereg.RegisteredType
-
- equals(Object) - Method in interface org.apache.brooklyn.api.typereg.RegisteredType.TypeImplementationPlan
-
- equals(Object) - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.DslDeferredFunctionCall
-
- equals(Object) - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon.DslBrooklynObjectConfigSupplier
-
- equals(Object) - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
- equals(Object) - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.parse.QuotedString
-
- equals(Object) - Method in class org.apache.brooklyn.camp.server.dto.ApiErrorDto
-
- equals(Object) - Method in class org.apache.brooklyn.camp.server.dto.DtoBase
-
- equals(Object) - Method in class org.apache.brooklyn.core.BrooklynVersion.BrooklynFeature
-
- equals(Object) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogBundleDto
-
- equals(Object) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
- equals(Object) - Method in class org.apache.brooklyn.core.config.BasicConfigInheritance.DelegatingConfigInheritance
-
- equals(Object) - Method in class org.apache.brooklyn.core.config.BasicConfigInheritance
-
- equals(Object) - Method in class org.apache.brooklyn.core.config.BasicConfigKey
-
- equals(Object) - Method in class org.apache.brooklyn.core.config.ConfigConstraints.RequiredPredicate
-
- equals(Object) - Method in class org.apache.brooklyn.core.config.render.RendererHints.DisplayValue
-
- equals(Object) - Method in class org.apache.brooklyn.core.config.render.RendererHints.NamedActionWithUrl
-
- equals(Object) - Method in class org.apache.brooklyn.core.effector.BasicParameterType
-
- equals(Object) - Method in class org.apache.brooklyn.core.effector.EffectorAndBody
-
- equals(Object) - Method in class org.apache.brooklyn.core.effector.EffectorBase
-
- equals(Object) - Method in class org.apache.brooklyn.core.enricher.EnricherTypeSnapshot
-
- equals(Object) - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- equals(Object) - Method in class org.apache.brooklyn.core.entity.EntityAndAttribute
-
- equals(Object) - Method in class org.apache.brooklyn.core.entity.EntityTypeSnapshot
-
- equals(Object) - Method in class org.apache.brooklyn.core.entity.lifecycle.Lifecycle.Transition
-
- equals(Object) - Method in class org.apache.brooklyn.core.entity.lifecycle.PolicyDescriptor
-
- equals(Object) - Method in class org.apache.brooklyn.core.feed.FeedConfig
-
- equals(Object) - Method in class org.apache.brooklyn.core.internal.storage.impl.ConcurrentMapAcceptingNullVals
-
- equals(Object) - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- equals(Object) - Method in class org.apache.brooklyn.core.location.access.PortMapping
-
- equals(Object) - Method in class org.apache.brooklyn.core.location.BasicLocationDefinition
-
- equals(Object) - Method in class org.apache.brooklyn.core.location.BasicMachineMetadata
-
- equals(Object) - Method in class org.apache.brooklyn.core.location.geo.HostGeoInfo
-
- equals(Object) - Method in class org.apache.brooklyn.core.location.internal.LocationTypeSnapshot
-
- equals(Object) - Method in class org.apache.brooklyn.core.location.PortRanges.AggregatePortRange
-
- equals(Object) - Method in class org.apache.brooklyn.core.location.PortRanges.LinearPortRange
-
- equals(Object) - Method in class org.apache.brooklyn.core.location.PortRanges.SinglePort
-
- equals(Object) - Method in class org.apache.brooklyn.core.mgmt.BrooklynTags.ListTag
-
- equals(Object) - Method in class org.apache.brooklyn.core.mgmt.BrooklynTags.NamedStringTag
-
- equals(Object) - Method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags.EffectorCallTag
-
- equals(Object) - Method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags.WrappedItem
-
- equals(Object) - Method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags.WrappedStream
-
- equals(Object) - Method in class org.apache.brooklyn.core.mgmt.classloading.AbstractBrooklynClassLoadingContext
-
- equals(Object) - Method in class org.apache.brooklyn.core.mgmt.classloading.BrooklynClassLoadingContextSequential
-
- equals(Object) - Method in class org.apache.brooklyn.core.mgmt.classloading.JavaBrooklynClassLoadingContext
-
- equals(Object) - Method in class org.apache.brooklyn.core.mgmt.classloading.OsgiBrooklynClassLoadingContext
-
- equals(Object) - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractSubscriptionManager.EntitySensorToken
-
- equals(Object) - Method in class org.apache.brooklyn.core.mgmt.internal.AsyncCollectionChangeAdapter
-
- equals(Object) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- equals(Object) - Method in class org.apache.brooklyn.core.mgmt.usage.ApplicationUsage.ApplicationEvent
-
- equals(Object) - Method in class org.apache.brooklyn.core.mgmt.usage.LocationUsage.LocationEvent
-
- equals(Object) - Method in class org.apache.brooklyn.core.objs.AdjunctType
-
- equals(Object) - Method in class org.apache.brooklyn.core.objs.BasicSpecParameter
-
- equals(Object) - Method in class org.apache.brooklyn.core.objs.BrooklynTypeSnapshot
-
- equals(Object) - Method in class org.apache.brooklyn.core.objs.proxy.EntityProxyImpl
-
- equals(Object) - Method in class org.apache.brooklyn.core.policy.PolicyTypeSnapshot
-
- equals(Object) - Method in class org.apache.brooklyn.core.sensor.BasicSensor
-
- equals(Object) - Method in class org.apache.brooklyn.core.sensor.BasicSensorEvent
-
Any SensorEvents are equal if their sensor, source and value are equal.
- equals(Object) - Method in class org.apache.brooklyn.core.typereg.BasicManagedBundle
-
- equals(Object) - Method in class org.apache.brooklyn.core.typereg.BasicOsgiBundleWithUrl
-
- equals(Object) - Method in class org.apache.brooklyn.core.typereg.BasicRegisteredType
-
- equals(Object) - Method in class org.apache.brooklyn.core.typereg.BasicTypeImplementationPlan
-
- equals(Object) - Method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.VersionRangedName
-
- equals(Object) - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig
-
- equals(Object) - Method in class org.apache.brooklyn.location.jclouds.domain.JcloudsContext
-
- equals(Object) - Method in class org.apache.brooklyn.location.jclouds.pool.MachineSet
-
- equals(Object) - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- equals(Object) - Method in class org.apache.brooklyn.policy.followthesun.WeightedObject
-
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.AccessSummary
-
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.AdjunctSummary
-
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.ApiError
-
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.ApplicationSpec
-
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.ApplicationSummary
-
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.BrooklynFeatureSummary
-
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.CatalogEnricherSummary
-
Deprecated.
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.CatalogEntitySummary
-
Deprecated.
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.CatalogItemSummary
-
Deprecated.
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.CatalogLocationSummary
-
Deprecated.
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.CatalogPolicySummary
-
Deprecated.
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.ConfigSummary
-
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.EffectorSummary
-
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.EffectorSummary.ParameterSummary
-
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.EntitySpec
-
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.EntitySummary
-
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.HighAvailabilitySummary
-
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.HighAvailabilitySummary.HaNodeSummary
-
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.LinkWithMetadata
-
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.LocationSpec
-
Deprecated.
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.LocationSummary
-
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.ScriptExecutionSummary
-
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.SensorSummary
-
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.TaskSummary
-
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.TypeDetail
-
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.TypeDetail.TypeImplementationPlanSummary
-
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.TypeSummary
-
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.UsageStatistic
-
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.UsageStatistics
-
- equals(Object) - Method in class org.apache.brooklyn.rest.domain.VersionSummary
-
- EQUALS - Static variable in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
-
- equals(Object) - Method in class org.apache.brooklyn.test.osgi.entities.more.MoreObject
-
- equals(Object) - Method in class org.apache.brooklyn.test.osgi.entities.SimpleObject
-
- equals(Object) - Method in class org.apache.brooklyn.util.collections.SetFromLiveMap
-
- equals(Object) - Method in class org.apache.brooklyn.util.collections.TimestampedValue
-
- equals(Object) - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjClientConnection
-
- equals(Object) - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- equals(Object) - Method in class org.apache.brooklyn.util.guava.Maybe
-
Two
Maybe instances are equal if both present wrapping the same value,
or if both are absent for any reason.
- Equals - Class in org.apache.brooklyn.util.javalang
-
- Equals() - Constructor for class org.apache.brooklyn.util.javalang.Equals
-
- equals(Object) - Method in class org.apache.brooklyn.util.math.BitList
-
- equals(Object) - Method in class org.apache.brooklyn.util.maven.MavenArtifact
-
- equals(Object) - Method in class org.apache.brooklyn.util.net.Cidr
-
- equals(Object) - Method in class org.apache.brooklyn.util.net.UserAndHostAndPort
-
- equals(String, String) - Method in class org.apache.brooklyn.util.osgi.VersionedName
-
- equals(String, Version) - Method in class org.apache.brooklyn.util.osgi.VersionedName
-
- equals(Object) - Method in class org.apache.brooklyn.util.osgi.VersionedName
-
- equals(Object) - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- equals(Object) - Method in class org.apache.brooklyn.util.stream.KnownSizeInputStream
-
- equals(Object) - Method in class org.apache.brooklyn.util.text.StringFunctions.RegexReplacer
-
- equals(Object) - Method in class org.apache.brooklyn.util.time.Duration
-
- equalsApproximately(Number, double) - Static method in class org.apache.brooklyn.util.math.MathPredicates
-
Creates a predicate comparing a given number with val.
- equalsApproximately(Number) - Static method in class org.apache.brooklyn.util.math.MathPredicates
-
Convenience for #equalsApproximately(double,double) with a delta of 10^{-6}.
- equalsOsgi(Object) - Method in class org.apache.brooklyn.util.osgi.VersionedName
-
- equalsSet(Iterable<?>) - Static method in class org.apache.brooklyn.util.collections.CollectionFunctionals
-
- equalsSetOf(Object...) - Static method in class org.apache.brooklyn.util.collections.CollectionFunctionals
-
default guava Equals predicate will reflect order of target, and will fail when matching against a list;
this treats them both as sets
- equalToAny(Iterable<T>) - Static method in class org.apache.brooklyn.util.text.StringPredicates
-
- equivalentNames(String...) - Method in class org.apache.brooklyn.core.objs.ConstraintSerialization.PredicateSerializationRuleAdder
-
- equivalentPredicates(<any>...) - Method in class org.apache.brooklyn.core.objs.ConstraintSerialization.PredicateSerializationRuleAdder
-
- ERLANG_DEB_REPO_URL - Static variable in interface org.apache.brooklyn.entity.messaging.rabbit.RabbitBroker
-
- ERLANG_PORT_MAPPER - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- ERLANG_PORT_RANGE_END - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- ERLANG_PORT_RANGE_START - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- ERLANG_VERSION - Static variable in interface org.apache.brooklyn.entity.messaging.rabbit.RabbitBroker
-
- ERLANG_VERSION - Static variable in interface org.apache.brooklyn.entity.nosql.couchdb.CouchDBNode
-
- error(String, boolean) - Method in interface org.apache.brooklyn.rest.filter.BrooklynSecurityProviderFilterHelper.Responder
-
- ERROR_COUNT - Static variable in interface org.apache.brooklyn.entity.webapp.WebAppServiceMetrics
-
- ERROR_COUNT_PER_NODE - Static variable in interface org.apache.brooklyn.entity.webapp.DynamicWebAppCluster
-
- ERROR_COUNT_PER_NODE - Static variable in interface org.apache.brooklyn.entity.webapp.DynamicWebAppFabric
-
- ERROR_LOG_LOCATION - Static variable in interface org.apache.brooklyn.entity.proxy.nginx.NginxController
-
- ErrorAndToStringUnknownTypeSerializer - Class in org.apache.brooklyn.util.core.json
-
for non-json-serializable classes (quite a lot of them!) simply provide a sensible error message and a toString.
- ErrorAndToStringUnknownTypeSerializer() - Constructor for class org.apache.brooklyn.util.core.json.ErrorAndToStringUnknownTypeSerializer
-
- errorCode(Response.Status) - Method in class org.apache.brooklyn.rest.domain.ApiError.Builder
-
- errorCode(Integer) - Method in class org.apache.brooklyn.rest.domain.ApiError.Builder
-
- errors() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- errors() - Method in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
Object which allows adding, removing, and clearing errors.
- errors() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- escapeHtmlFormUrl(String) - Static method in class org.apache.brooklyn.util.text.StringEscapes
-
Encodes a string suitable for use as a URL in an HTML form: space to +, and high-numbered chars assuming UTF-8.
- escapeJavaString(String) - Static method in class org.apache.brooklyn.util.text.StringEscapes.JavaStringEscapes
-
converts normal string to java escaped for double-quotes (but not wrapped in double quotes)
- escapeJavaString(String, Appendable) - Static method in class org.apache.brooklyn.util.text.StringEscapes.JavaStringEscapes
-
converts normal string to java escaped for double-quotes (but not wrapped in double quotes)
- escapeLiteralForDoubleQuotedBash(String) - Static method in class org.apache.brooklyn.util.text.StringEscapes.BashStringEscapes
-
- escapeSql(String) - Static method in class org.apache.brooklyn.util.text.StringEscapes
-
encodes a string to SQL, that is ' becomes ''
- escapeUrlParam(String) - Static method in class org.apache.brooklyn.util.text.StringEscapes
-
Encodes a string suitable for use as a parameter in a URL.
- evaluate(Object, boolean) - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.BrooklynDslInterpreter
-
- evaluateOn(Object, FunctionWithArgs, boolean) - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.BrooklynDslInterpreter
-
- EVENT_TYPE - Static variable in class org.apache.brooklyn.entity.group.SshCommandMembershipTrackingPolicy
-
Deprecated.
- EventPredicates() - Constructor for class org.apache.brooklyn.test.LogWatcher.EventPredicates
-
- eventually(<any>, <any>) - Static method in class org.apache.brooklyn.test.Asserts
-
As #eventually(Supplier, Predicate, Duration, Duration, String) with defaults.
- eventually(<any>, <any>, Duration) - Static method in class org.apache.brooklyn.test.Asserts
-
As #eventually(Supplier, Predicate, Duration, Duration, String) with default.
- eventually(<any>, <any>, Duration, Duration, String) - Static method in class org.apache.brooklyn.test.Asserts
-
As #eventually(Supplier, Predicate, Duration, Duration, String) when no object is going to be notified.
- eventually(<any>, <any>, Duration, Duration, String, Object) - Static method in class org.apache.brooklyn.test.Asserts
-
Asserts that eventually the supplier gives a value accepted by the predicate.
- eventuallyOnNotify(Object, <any>, <any>) - Static method in class org.apache.brooklyn.test.Asserts
-
As #eventuallyOnNotify(Object, Supplier, Predicate, Duration, boolean) with default timeout.
- eventuallyOnNotify(Object, <any>, <any>, Duration) - Static method in class org.apache.brooklyn.test.Asserts
-
as #eventually(Supplier, Predicate) for cases where an object is notified;
more efficient as it waits on the notify target object.
- eventuallyOnNotify(T, <any>, Duration) - Static method in class org.apache.brooklyn.test.Asserts
-
Convenience for #eventuallyOnNotify(Object, Supplier, Predicate, Duration, boolean)
when the notify target and the value under test are the same.
- eventuallyOnNotify(T, <any>) - Static method in class org.apache.brooklyn.test.Asserts
-
As #eventuallyOnNotify(Object, Predicate, Duration) with the default duration of #eventuallyOnNotify(Object, Supplier, Predicate).
- every(long, TimeUnit) - Method in class org.apache.brooklyn.util.repeat.Repeater
-
Set how long to wait between loop iterations.
- every(Duration) - Method in class org.apache.brooklyn.util.repeat.Repeater
-
- every(Duration) - Method in class org.apache.brooklyn.util.repeat.Repeater
-
- EVICTED_KEYS - Static variable in interface org.apache.brooklyn.entity.nosql.redis.RedisStore
-
- except(MachineSet) - Static method in class org.apache.brooklyn.location.jclouds.pool.MachinePoolPredicates
-
- except(<any>) - Static method in class org.apache.brooklyn.location.jclouds.pool.MachinePoolPredicates
-
- Exceptions - Class in org.apache.brooklyn.util.exceptions
-
- Exceptions() - Constructor for class org.apache.brooklyn.util.exceptions.Exceptions
-
- Exceptions.CollapseTextSupplier - Class in org.apache.brooklyn.util.exceptions
-
- EXCHANGE_NAME - Static variable in interface org.apache.brooklyn.entity.messaging.amqp.AmqpExchange
-
The AMQP exchange name
Sensor.
- exclude() - Method in class org.apache.brooklyn.camp.spi.resolve.interpret.PlanInterpretationNode
-
indicates that a node should no longer be translated
- EXCLUDE_BLANK - Static variable in class org.apache.brooklyn.enricher.stock.AbstractAggregator
-
- excludedLocations - Variable in class org.apache.brooklyn.policy.followthesun.FollowTheSunParameters
-
a list of excluded locations
- exec(String) - Static method in class org.apache.brooklyn.qa.longevity.MonitorUtils
-
- exec(ShellTool, Map<String, ?>, List<String>, Map<String, ?>) - Method in interface org.apache.brooklyn.util.core.task.system.internal.ExecWithLoggingHelpers.ExecRunner
-
- exec(String...) - Static method in class org.apache.brooklyn.util.core.task.system.SystemTasks
-
- exec(<any>) - Method in class org.apache.brooklyn.util.pool.BasicPool
-
- exec(<any>) - Method in interface org.apache.brooklyn.util.pool.Pool
-
- EXEC_AS_COMMAND - Static variable in class org.apache.brooklyn.feed.AbstractCommandFeed
-
- EXEC_COMMAND - Static variable in interface org.apache.brooklyn.entity.machine.MachineEntity
-
- EXEC_COMMAND_TIMEOUT - Static variable in interface org.apache.brooklyn.entity.machine.MachineEntity
-
- EXEC_SSH_ON_START - Static variable in class org.apache.brooklyn.qa.load.SimulatedVanillaSoftwareProcessImpl
-
- EXEC_TRIES - Static variable in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- execAndConsume(HttpClient, HttpUriRequest) - Static method in class org.apache.brooklyn.util.http.HttpTool
-
- execAsCommand() - Method in class org.apache.brooklyn.feed.AbstractCommandFeed.Builder
-
- execAsScript() - Method in class org.apache.brooklyn.feed.AbstractCommandFeed.Builder
-
- execCommand(String) - Method in interface org.apache.brooklyn.entity.machine.MachineEntity
-
Execute a command and return the output.
- execCommand(String) - Method in class org.apache.brooklyn.entity.machine.MachineEntityImpl
-
- execCommands(String, List<String>) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
Executes a set of commands, directly on the target machine (no wrapping in script).
- execCommands(Map<String, ?>, String, List<String>) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- execCommands(String, List<String>, Map<String, ?>) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- execCommands(Map<String, ?>, String, List<String>, Map<String, ?>) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- execCommands(Map<String, ?>, List<String>, Map<String, ?>) - Method in class org.apache.brooklyn.util.core.internal.ssh.cli.SshCliTool
-
- execCommands(Map<String, ?>, List<String>, Map<String, ?>) - Method in class org.apache.brooklyn.util.core.internal.ssh.process.ProcessTool
-
- execCommands(Map<String, ?>, List<String>) - Method in class org.apache.brooklyn.util.core.internal.ssh.ShellAbstractTool
-
- execCommands(Map<String, ?>, List<String>, Map<String, ?>) - Method in interface org.apache.brooklyn.util.core.internal.ssh.ShellTool
-
Executes the set of commands using ssh exec.
- execCommands(Map<String, ?>, List<String>) - Method in interface org.apache.brooklyn.util.core.internal.ssh.ShellTool
-
- execCommands(Map<String, ?>, List<String>, Map<String, ?>) - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjTool
-
- execCommands(Map<String, ?>, List<String>, Map<String, ?>) - Method in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- execCommands(Map<String, ?>, List<String>) - Method in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- execCommands(Map<String, ?>, String, List<String>, Map<String, ?>) - Method in class org.apache.brooklyn.util.core.task.system.internal.ExecWithLoggingHelpers
-
- execCommandTimeout(String, Duration) - Method in interface org.apache.brooklyn.entity.machine.MachineEntity
-
Execute a command and return the output, or throw an exception after a timeout.
- execCommandTimeout(String, Duration) - Method in class org.apache.brooklyn.entity.machine.MachineEntityImpl
-
- execProcesses(List<String>, Map<String, ?>, File, OutputStream, OutputStream, String, boolean, Object) - Static method in class org.apache.brooklyn.util.core.internal.ssh.process.ProcessTool
-
executes a set of commands by sending them as a single process to `bash -c`
(single command argument of all the commands, joined with separator)
- execScript(String, List<String>) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
Executes a set of commands, wrapped as a script sent to the remote machine.
- execScript(Map<String, ?>, String, List<String>) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- execScript(String, List<String>, Map<String, ?>) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- execScript(Map<String, ?>, String, List<String>, Map<String, ?>) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- execScript(Map<String, ?>, List<String>, Map<String, ?>) - Method in class org.apache.brooklyn.util.core.internal.ssh.cli.SshCliTool
-
- execScript(Map<String, ?>, List<String>, Map<String, ?>) - Method in class org.apache.brooklyn.util.core.internal.ssh.process.ProcessTool
-
- execScript(Map<String, ?>, List<String>) - Method in class org.apache.brooklyn.util.core.internal.ssh.ShellAbstractTool
-
- execScript(Map<String, ?>, List<String>, Map<String, ?>) - Method in interface org.apache.brooklyn.util.core.internal.ssh.ShellTool
-
Executes the set of commands in a shell script.
- execScript(Map<String, ?>, List<String>) - Method in interface org.apache.brooklyn.util.core.internal.ssh.ShellTool
-
- execScript(Map<String, ?>, List<String>, Map<String, ?>) - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjTool
-
This creates a script containing the user's commands, copies it to the remote server, and
executes the script.
- execScript(Map<String, ?>, List<String>, Map<String, ?>) - Method in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- execScript(Map<String, ?>, List<String>) - Method in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- execScript(Map<String, ?>, String, List<String>, Map<String, ?>) - Method in class org.apache.brooklyn.util.core.task.system.internal.ExecWithLoggingHelpers
-
- execShellDirect(Map<String, ?>, List<String>, Map<String, ?>) - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjTool
-
- execSingleProcess(List<String>, Map<String, ?>, File, OutputStream, OutputStream, Object) - Static method in class org.apache.brooklyn.util.core.internal.ssh.process.ProcessTool
-
executes a single process made up of the given command words (*not* bash escaped);
should be portable across OS's
- execute(Entity, String, String, String) - Method in class org.apache.brooklyn.entity.group.SshCommandMembershipTrackingPolicy
-
Deprecated.
- execute(String, String) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- execute(List<String>, String) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- execute(Map, List<String>, String) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- execute(List<String>) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessWinRmDriver
-
- execute(List<String>, String) - Method in interface org.apache.brooklyn.entity.software.base.lifecycle.NaiveScriptRunner
-
Runs a script and returns the result code
- execute(Map, List<String>, String) - Method in interface org.apache.brooklyn.entity.software.base.lifecycle.NaiveScriptRunner
-
Runs a script and returns the result code, supporting flags including:
out, err as output/error streams;
logPrefix, prefix string to put in log output;
env, map of environment vars to pass to shell environment
- execute() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
- execute() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.WinRmExecuteHelper
-
- execute() - Method in class org.apache.brooklyn.karaf.commands.ApplicationList
-
- execute() - Method in class org.apache.brooklyn.karaf.commands.cloud.explorer.BlobCommand
-
- execute() - Method in class org.apache.brooklyn.karaf.commands.cloud.explorer.DefaultTemplateCommand
-
- execute() - Method in class org.apache.brooklyn.karaf.commands.cloud.explorer.GetImageCommand
-
- execute() - Method in class org.apache.brooklyn.karaf.commands.cloud.explorer.ListContainerCommand
-
- execute() - Method in class org.apache.brooklyn.karaf.commands.cloud.explorer.ListContainersCommand
-
- execute() - Method in class org.apache.brooklyn.karaf.commands.cloud.explorer.ListHardwareProfilesCommand
-
- execute() - Method in class org.apache.brooklyn.karaf.commands.cloud.explorer.ListImagesCommand
-
- execute() - Method in class org.apache.brooklyn.karaf.commands.cloud.explorer.ListInstancesCommand
-
- execute() - Method in class org.apache.brooklyn.karaf.commands.cloud.explorer.TerminateInstancesCommand
-
- execute() - Method in class org.apache.brooklyn.karaf.commands.EntityInfo
-
- execute() - Method in class org.apache.brooklyn.test.framework.TestSshCommandImpl
-
- execute() - Method in class org.apache.brooklyn.test.framework.TestWinrmCommandImpl
-
- execute() - Method in class org.apache.brooklyn.ui.modularity.module.registry.command.ListUiModulesCommand
-
- execute(Runnable) - Method in class org.apache.brooklyn.util.core.task.AbstractExecutionContext
-
Provided for compatibility
Submit is preferred if a handle on the resulting Task is desired (although a task can be passed in so this is not always necessary)
- execute(Runnable) - Method in class org.apache.brooklyn.util.core.task.BasicTask.SubmissionErrorCatchingExecutor
-
- execute(HttpRequest) - Method in class org.apache.brooklyn.util.http.executor.apacheclient.HttpExecutorImpl
-
- execute(HttpRequest) - Method in interface org.apache.brooklyn.util.http.executor.HttpExecutor
-
Synchronously send the request, and return its response.
- EXECUTE_SCRIPT - Static variable in interface org.apache.brooklyn.entity.database.DatastoreMixins.CanExecuteScript
-
- EXECUTE_SCRIPT - Static variable in class org.apache.brooklyn.entity.database.DatastoreMixins
-
- EXECUTE_SCRIPT - Static variable in interface org.apache.brooklyn.entity.database.postgresql.PostgreSqlNode
-
- EXECUTE_SCRIPT - Static variable in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeChefImplFromScratch
-
- EXECUTE_SCRIPT - Static variable in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeSaltImpl
-
- EXECUTE_SCRIPT - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
- EXECUTE_SCRIPT - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- executeCommand(String) - Method in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- executeCommand(List<String>) - Method in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- executeCommand(Map<?, ?>, List<String>) - Method in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- executeCommand(List<String>) - Method in class org.apache.brooklyn.util.core.internal.winrm.winrm4j.Winrm4jTool
-
- executeCommand(List<String>) - Method in interface org.apache.brooklyn.util.core.internal.winrm.WinRmTool
-
- executeCommandThenAsUserTeeOutputToFile(String, String, String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
executes a command, then as user tees the output to the given file.
- executeIf(Closure) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
- executeIf(<any>) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
- executeInternal() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
- executeInternal() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.WinRmExecuteHelper
-
- executeNativeCommand(Map, String, String) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessWinRmDriver
-
- executeNativeCommand(Map, String, String) - Method in interface org.apache.brooklyn.entity.software.base.lifecycle.NativeWindowsScriptRunner
-
Runs a command and returns the result code
- executeNativeOrPsCommand(Map, String, String, String, Boolean) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessWinRmDriver
-
- executeNativeOrPsCommand(Map, String, String, String, Boolean) - Method in interface org.apache.brooklyn.entity.software.base.lifecycle.NativeWindowsScriptRunner
-
- executePs(List<String>) - Method in class org.apache.brooklyn.util.core.internal.winrm.winrm4j.Winrm4jTool
-
- executePs(List<String>) - Method in interface org.apache.brooklyn.util.core.internal.winrm.WinRmTool
-
- executePsCommand(Map, String, String) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessWinRmDriver
-
- executePsCommand(Map, String, String) - Method in interface org.apache.brooklyn.entity.software.base.lifecycle.NativeWindowsScriptRunner
-
- executePsScript(List<String>) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessWinRmDriver
-
- executePsScript(String) - Method in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- executePsScript(List<String>) - Method in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- executePsScript(Map<?, ?>, List<String>) - Method in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- executePsScriptNoRetry(List<String>) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessWinRmDriver
-
- executeScript(String) - Method in interface org.apache.brooklyn.entity.database.mariadb.MariaDbNode
-
- executeScript(String) - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbNodeImpl
-
- executeScript(String) - Method in interface org.apache.brooklyn.entity.database.mysql.MySqlNode
-
- executeScript(String) - Method in class org.apache.brooklyn.entity.database.mysql.MySqlNodeImpl
-
- executeScript(String) - Method in interface org.apache.brooklyn.entity.database.postgresql.PostgreSqlNode
-
- executeScript(String) - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeChefImplFromScratch
-
- executeScript(String) - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeImpl
-
- executeScript(String) - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeSaltImpl
-
- executeScript(String) - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
- executeScript(String) - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenterImpl
-
Deprecated.
- executeScript(String) - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- executeScript(String) - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeImpl
-
Deprecated.
- executeScript(String) - Method in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- executeScript(List<String>) - Method in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- executeScript(Map<?, ?>, List<String>) - Method in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- executeScript(List<String>) - Method in class org.apache.brooklyn.util.core.internal.winrm.winrm4j.Winrm4jTool
-
Deprecated.
- executeScript(List<String>) - Method in interface org.apache.brooklyn.util.core.internal.winrm.WinRmTool
-
- executeScriptAsync(String) - Method in interface org.apache.brooklyn.entity.database.mariadb.MariaDbDriver
-
- executeScriptAsync(String) - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbSshDriver
-
- executeScriptAsync(String) - Method in interface org.apache.brooklyn.entity.database.mysql.MySqlDriver
-
- executeScriptAsync(String) - Method in class org.apache.brooklyn.entity.database.mysql.MySqlSshDriver
-
- executeScriptAsync(String) - Method in interface org.apache.brooklyn.entity.database.postgresql.PostgreSqlDriver
-
- executeScriptAsync(String) - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlSshDriver
-
- executeScriptAsync(String) - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeDriver
-
Deprecated.
- executeScriptAsync(String) - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeSshDriver
-
Deprecated.
- ExecuteScriptEffectorBody() - Constructor for class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeChefImplFromScratch.ExecuteScriptEffectorBody
-
- ExecuteScriptEffectorBody() - Constructor for class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeSaltImpl.ExecuteScriptEffectorBody
-
- executeScriptFromInstalledFileAsync(String) - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbSshDriver
-
- executeScriptFromInstalledFileAsync(String) - Method in interface org.apache.brooklyn.entity.database.mysql.MySqlDriver
-
- executeScriptFromInstalledFileAsync(String) - Method in class org.apache.brooklyn.entity.database.mysql.MySqlSshDriver
-
- executeScriptFromInstalledFileAsync(String) - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlSshDriver
-
- executeScriptFromInstalledFileAsync(String) - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeSshDriver
-
Deprecated.
- executeScriptFromInstalledFileAsync(String) - Method in class org.apache.brooklyn.qa.load.SimulatedMySqlNodeImpl.SimulatedMySqlSshDriver
-
- EXECUTION_ATTEMPTS - Static variable in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- EXECUTION_DIR - Static variable in class org.apache.brooklyn.entity.group.SshCommandMembershipTrackingPolicy
-
Deprecated.
- EXECUTION_ERROR - Static variable in class org.apache.brooklyn.cli.AbstractMain
-
- EXECUTION_TARGET - Static variable in class org.apache.brooklyn.core.effector.ssh.SshCommandEffector
-
- EXECUTION_TARGET - Static variable in class org.apache.brooklyn.entity.group.SshCommandMembershipTrackingPolicy
-
Deprecated.
- ExecutionContext - Interface in org.apache.brooklyn.api.mgmt
-
This is a Brooklyn extension to the Java Executor.
- executionContext(ExecutionContext) - Method in class org.apache.brooklyn.util.core.task.DynamicTasks.TaskQueueingResult
-
specifies an execContext to use if the task has to be explicitly submitted;
if omitted it will attempt to find one based on the current thread's context
- executionContext(Entity) - Method in class org.apache.brooklyn.util.core.task.DynamicTasks.TaskQueueingResult
-
- ExecutionListener - Interface in org.apache.brooklyn.util.core.task
-
- ExecutionManager - Interface in org.apache.brooklyn.api.mgmt
-
This class manages the execution of a number of jobs with tags.
- execWithLogging(Map<String, ?>, String, List<String>, Map<String, ?>, ExecWithLoggingHelpers.ExecRunner) - Method in class org.apache.brooklyn.util.core.task.system.internal.ExecWithLoggingHelpers
-
- execWithLogging(Map<String, ?>, String, List<String>, Map<String, ?>, String, ExecWithLoggingHelpers.ExecRunner) - Method in class org.apache.brooklyn.util.core.task.system.internal.ExecWithLoggingHelpers
-
- ExecWithLoggingHelpers - Class in org.apache.brooklyn.util.core.task.system.internal
-
- ExecWithLoggingHelpers(String) - Constructor for class org.apache.brooklyn.util.core.task.system.internal.ExecWithLoggingHelpers
-
takes a very short name for use in blocking details, e.g.
- ExecWithLoggingHelpers.ExecRunner - Interface in org.apache.brooklyn.util.core.task.system.internal
-
- exists() - Method in class org.apache.brooklyn.core.mgmt.persist.FileBasedStoreObjectAccessor
-
- exists() - Method in class org.apache.brooklyn.core.mgmt.persist.jclouds.JcloudsStoreObjectAccessor
-
- exists() - Method in interface org.apache.brooklyn.core.mgmt.persist.PersistenceObjectStore.StoreObjectAccessor
-
- exists() - Method in class org.apache.brooklyn.core.mgmt.persist.StoreObjectAccessorLocking
-
- exitAndLeaveAppsRunningAfterStarting - Variable in class org.apache.brooklyn.cli.Main.LaunchCommand
-
- exitStatus() - Static method in class org.apache.brooklyn.feed.ssh.SshValueFunctions
-
- exitStatusEquals(int) - Static method in class org.apache.brooklyn.feed.ssh.SshValueFunctions
-
- expand(String) - Method in class org.apache.brooklyn.util.text.WildcardGlobs.SpecialistGlobExpander
-
expands glob, including custom syntax for numeric part
- expandCommaSeparateLocations(String) - Static method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
Splits a comma-separated list of locations (names or specs) into an explicit list.
- EXPANDED_INSTALL_DIR - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- EXPANDED_INSTALL_DIR - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- expandToArrayUnchecked(String) - Method in class org.apache.brooklyn.util.text.WildcardGlobs.SpecialistGlobExpander
-
expands glob, including custom syntax for numeric part, but to an array, and re-throwing the checked exception as a runtime exception
- expectedFailure(Throwable) - Static method in class org.apache.brooklyn.test.Asserts
-
- expectedFailureContains(Throwable, String, String...) - Static method in class org.apache.brooklyn.test.Asserts
-
- expectedFailureContainsIgnoreCase(Throwable, String, String...) - Static method in class org.apache.brooklyn.test.Asserts
-
- expectedFailureDoesNotContain(Throwable, String, String...) - Static method in class org.apache.brooklyn.test.Asserts
-
- expectedFailureOfType(Throwable, Class<?>, Class<?>...) - Static method in class org.apache.brooklyn.test.Asserts
-
- expectedFailureOfType(String, Throwable, Class<?>, Class<?>...) - Static method in class org.apache.brooklyn.test.Asserts
-
- expectedResponseCode(int) - Method in class org.apache.brooklyn.test.WebAppMonitor
-
- EXPERIMENTAL - Static variable in class org.apache.brooklyn.util.internal.BrooklynSystemProperties
-
- EXPIRATION - Static variable in class org.apache.brooklyn.location.jclouds.AwsEc2SessionAwareComputeServiceRegistry
-
- EXPIRED_KEYS - Static variable in interface org.apache.brooklyn.entity.nosql.redis.RedisStore
-
- ExplicitEffector<I,T> - Class in org.apache.brooklyn.core.effector
-
- ExplicitEffector(String, Class<T>, String) - Constructor for class org.apache.brooklyn.core.effector.ExplicitEffector
-
Deprecated.
- ExplicitEffector(String, Class<T>, List<ParameterType<?>>, String) - Constructor for class org.apache.brooklyn.core.effector.ExplicitEffector
-
Deprecated.
- ExplicitUsersSecurityProvider - Class in org.apache.brooklyn.rest.security.provider
-
- ExplicitUsersSecurityProvider(ManagementContext) - Constructor for class org.apache.brooklyn.rest.security.provider.ExplicitUsersSecurityProvider
-
- EXPORT_DUMP - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlNode
-
- EXPORT_DUMP - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlNode.ExportDumpEffector
-
- EXPORT_DUMP - Static variable in class org.apache.brooklyn.entity.database.mysql.MySqlNodeEffectors
-
- ExportDumpEffectoryBody() - Constructor for class org.apache.brooklyn.entity.database.mysql.MySqlNodeEffectors.ExportDumpEffectoryBody
-
- exportPersistenceData(String) - Method in interface org.apache.brooklyn.rest.api.ServerApi
-
- exportPersistenceData(String) - Method in class org.apache.brooklyn.rest.resources.ServerResource
-
- EXPOSE_HEADERS - Static variable in class org.apache.brooklyn.rest.filter.CorsImplSupplierFilter
-
- expunge(String, String, boolean) - Method in interface org.apache.brooklyn.rest.api.EntityApi
-
- expunge(String, String, boolean) - Method in class org.apache.brooklyn.rest.resources.EntityResource
-
- expunge(Entity, boolean) - Method in class org.apache.brooklyn.rest.util.BrooklynRestResourceUtils
-
- expungeMembers(boolean) - Method in interface org.apache.brooklyn.entity.group.QuarantineGroup
-
- expungeMembers(boolean) - Method in class org.apache.brooklyn.entity.group.QuarantineGroupImpl
-
- extension(Class<E>, E) - Method in class org.apache.brooklyn.api.location.LocationSpec
-
- EXTENSION - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- extensions(Map<Class<?>, ?>) - Method in class org.apache.brooklyn.api.location.LocationSpec
-
- EXTENSIONS - Static variable in class org.apache.brooklyn.core.location.LocationConfigKeys
-
- external(String, String) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon
-
- ExternalConfigSupplier - Interface in org.apache.brooklyn.core.config.external
-
Provider of "externalised" entity configuration that is resolved at runtime.
- ExternalConfigSupplierRegistry - Interface in org.apache.brooklyn.core.mgmt.internal
-
Permits a number of
ExternalConfigSupplier instances to be registered, each with a unique name, for future
(deferred) lookup of configuration values.
- externalManagementUri(String) - Method in class org.apache.brooklyn.camp.spi.PlatformComponent.Builder
-
- ExternalUiModule - Class in org.apache.brooklyn.ui.modularity
-
- ExternalUiModule() - Constructor for class org.apache.brooklyn.ui.modularity.ExternalUiModule
-
- EXTRA_CONFIG - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynCluster.UpgradeClusterEffector
-
- EXTRA_CONFIG - Static variable in class org.apache.brooklyn.entity.brooklynnode.effector.BrooklynNodeUpgradeEffectorBody
-
- EXTRA_CUSTOMIZATION_SCRIPT - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
useful e.g.
- EXTRA_LAUNCH_PARAMETERS - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- EXTRA_PUBLIC_KEY_DATA_TO_AUTH - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- EXTRA_PUBLIC_KEY_URLS_TO_AUTH - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- EXTRA_SUBSTITUTIONS - Static variable in class org.apache.brooklyn.core.location.cloud.names.CustomMachineNamer
-
- extractCommands(String, String, String, boolean) - Static method in class org.apache.brooklyn.util.core.file.ArchiveUtils
-
Returns the list of commands used to extract the contents of the archive with the given name.
- extractCommands(String, String, String, boolean, boolean) - Static method in class org.apache.brooklyn.util.core.file.ArchiveUtils
-
- extractCommands(String, String) - Static method in class org.apache.brooklyn.util.core.file.ArchiveUtils
-
Returns the list of commands used to extract the contents of the archive with the given name.
- extractSubKeyName(Object) - Method in class org.apache.brooklyn.core.config.internal.AbstractStructuredConfigKey
-
- extractTypeName(String, ConfigBag) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynYamlTypeInstantiator.InstantiatorFromKey
-
- extractValue(Map<?, ?>, ExecutionContext) - Method in class org.apache.brooklyn.core.config.BasicConfigKey
-
Retrieves the value corresponding to this config key from the given map.
- extractValue(Map<?, ?>, ExecutionContext) - Method in class org.apache.brooklyn.core.config.internal.AbstractStructuredConfigKey
-
- extractValue(Map, ExecutionContext) - Method in class org.apache.brooklyn.core.config.SubElementConfigKey
-
- extractValue(Map<?, ?>, ExecutionContext) - Method in interface org.apache.brooklyn.util.core.internal.ConfigKeySelfExtracting
-
Extracts the value for this config key from the given map.
- extractZip(ZipFile, String) - Static method in class org.apache.brooklyn.util.core.file.ArchiveUtils
-
- extraPublicKeyDataToAuth() - Static method in class org.apache.brooklyn.location.jclouds.templates.customize.TemplateOptionCustomizers
-
- Fabric - Interface in org.apache.brooklyn.entity.group
-
Intended to represent a
Tier of entities over multiple locations.
- FABRIC_SIZE - Static variable in interface org.apache.brooklyn.entity.group.DynamicFabric
-
- Factory() - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynComponentTemplateResolver.Factory
-
- Factory(BrooklynClassLoadingContext, Object) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynYamlTypeInstantiator.Factory
-
- Factory() - Constructor for class org.apache.brooklyn.core.internal.BrooklynProperties.Factory
-
- Factory() - Constructor for class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl.Factory
-
- Factory() - Constructor for class org.apache.brooklyn.core.location.BasicOsDetails.Factory
-
- Factory() - Constructor for class org.apache.brooklyn.core.sensor.ReleaseableLatch.Factory
-
- Factory() - Constructor for class org.apache.brooklyn.qa.longevity.StatusRecorder.Factory
-
- FactoryConstructionTracker() - Constructor for class org.apache.brooklyn.core.objs.proxy.InternalFactory.FactoryConstructionTracker
-
- fail(String) - Static method in class org.apache.brooklyn.test.Asserts
-
Fails a test with the given message.
- fail(Throwable) - Static method in class org.apache.brooklyn.test.Asserts
-
- fail() - Static method in class org.apache.brooklyn.test.Asserts
-
- fail(String, String, Object) - Method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions.AssertionSupport
-
- fail(Throwable) - Method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions.AssertionSupport
-
- fail(String, Throwable) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- fail(String, int) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
returns a command which logs a message to stdout and stderr then exits with the given error code
- FAIL_ON_NUM_RECURRING_FAILURES - Static variable in class org.apache.brooklyn.policy.ha.ServiceReplacer
-
skips replace if replacement has failed this many times failure re-occurs within this time interval
- FAIL_ON_RECURRING_FAILURES_IN_THIS_DURATION - Static variable in class org.apache.brooklyn.policy.ha.ServiceReplacer
-
skips replace if replacement has failed this many times failure re-occurs within this time interval
- FAIL_ON_RECURRING_FAILURES_IN_THIS_DURATION - Static variable in class org.apache.brooklyn.policy.ha.ServiceRestarter
-
skips retry if a failure re-occurs within this time interval
- failed(Iterable<Task<?>>) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
returns failed tasks
- FAILED_STABILIZATION_DELAY - Static variable in class org.apache.brooklyn.policy.ha.AbstractFailureDetector
-
- FAILED_SUB_LOCATIONS - Static variable in interface org.apache.brooklyn.entity.group.DynamicCluster
-
- failIfAll(DynamicCluster.ZoneFailureDetector...) - Static method in class org.apache.brooklyn.entity.group.zoneaware.CombiningZoneFailureDetector
-
- failIfAny(DynamicCluster.ZoneFailureDetector...) - Static method in class org.apache.brooklyn.entity.group.zoneaware.CombiningZoneFailureDetector
-
- failIfBodyEmpty() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
- failOnNonZeroResultCode(boolean) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
- failOnNonZeroResultCode() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
- failOnNonZeroResultCode() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.WinRmExecuteHelper
-
- failOnNonZeroResultCodeWithoutUpdatingTask() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
- failParentOnSecondaryFailure - Variable in class org.apache.brooklyn.util.core.task.DynamicSequentialTask.FailureHandlingConfig
-
whether to fail this task if a secondary task fails
- FAILURE_SENSOR_TO_MONITOR - Static variable in class org.apache.brooklyn.policy.ha.ServiceReplacer
-
monitors this sensor, by default ENTITY_RESTART_FAILED
- FAILURE_SENSOR_TO_MONITOR - Static variable in class org.apache.brooklyn.policy.ha.ServiceRestarter
-
monitors this sensor, by default ENTITY_FAILED
- FailureDescriptor(Object, String) - Constructor for class org.apache.brooklyn.policy.ha.HASensors.FailureDescriptor
-
- FailureHandlingConfig(boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.apache.brooklyn.util.core.task.DynamicSequentialTask.FailureHandlingConfig
-
- failures - Variable in class org.apache.brooklyn.entity.group.zoneaware.AbstractZoneFailureDetector.ZoneHistory
-
- fastest() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- FatalConfigurationRuntimeException - Exception in org.apache.brooklyn.util.exceptions
-
- FatalConfigurationRuntimeException(String) - Constructor for exception org.apache.brooklyn.util.exceptions.FatalConfigurationRuntimeException
-
- FatalConfigurationRuntimeException(String, Throwable) - Constructor for exception org.apache.brooklyn.util.exceptions.FatalConfigurationRuntimeException
-
- FatalRuntimeException - Exception in org.apache.brooklyn.util.exceptions
-
Exception indicating a fatal error, typically used in CLI routines.
- FatalRuntimeException(String) - Constructor for exception org.apache.brooklyn.util.exceptions.FatalRuntimeException
-
- FatalRuntimeException(String, Throwable) - Constructor for exception org.apache.brooklyn.util.exceptions.FatalRuntimeException
-
- FEATURE_AUTO_FIX_CATALOG_REF_ON_REBIND - Static variable in class org.apache.brooklyn.core.BrooklynFeatureEnablement
-
When rebinding, an entity could reference a catalog item that no longer exists.
- FEATURE_BACKWARDS_COMPATIBILITY_INFER_CATALOG_ITEM_ON_REBIND - Static variable in class org.apache.brooklyn.core.BrooklynFeatureEnablement
-
When rebinding to state created from very old versions, the catalogItemId properties will be missing which
results in errors when OSGi bundles are used.
- FEATURE_BUNDLE_PERSISTENCE_PROPERTY - Static variable in class org.apache.brooklyn.core.BrooklynFeatureEnablement
-
- FEATURE_CATALOG_PERSISTENCE_PROPERTY - Static variable in class org.apache.brooklyn.core.BrooklynFeatureEnablement
-
- FEATURE_CORS_CXF_PROPERTY - Static variable in class org.apache.brooklyn.core.BrooklynFeatureEnablement
-
- FEATURE_DEFAULT_STANDBY_IS_HOT_PROPERTY - Static variable in class org.apache.brooklyn.core.BrooklynFeatureEnablement
-
- FEATURE_ENRICHER_PERSISTENCE_PROPERTY - Static variable in class org.apache.brooklyn.core.BrooklynFeatureEnablement
-
- FEATURE_FEED_PERSISTENCE_PROPERTY - Static variable in class org.apache.brooklyn.core.BrooklynFeatureEnablement
-
- FEATURE_FEED_REGISTRATION_PROPERTY - Static variable in class org.apache.brooklyn.core.BrooklynFeatureEnablement
-
whether feeds are automatically registered when set on entities, so that they are persisted
- FEATURE_JITTER_THREADS - Static variable in class org.apache.brooklyn.core.BrooklynFeatureEnablement
-
Add a jitter to the startup of tasks for testing concurrency code.
- FEATURE_PERSIST_ENTITY_SPEC_AS_SUPPLIER - Static variable in class org.apache.brooklyn.core.BrooklynFeatureEnablement
-
whether $brooklyn:entitySpec blocks persist a
DeferredSupplier containing YAML or the resolved
EntitySpec;
the former allows upgrades and deferred resolution of other flags, whereas the latter is the traditional
behaviour (prior to 2017-11) which resolves the
EntitySpec earlier and persists that
- FEATURE_POLICY_PERSISTENCE_PROPERTY - Static variable in class org.apache.brooklyn.core.BrooklynFeatureEnablement
-
- FEATURE_PROPERTY_PREFIX - Static variable in class org.apache.brooklyn.core.BrooklynFeatureEnablement
-
- FEATURE_REFERENCED_OBJECTS_REPERSISTENCE_PROPERTY - Static variable in class org.apache.brooklyn.core.BrooklynFeatureEnablement
-
When persisting an entity that changes, whether to persist its adjuncts and locations
(i.e.
- FEATURE_RENAME_THREADS - Static variable in class org.apache.brooklyn.core.BrooklynFeatureEnablement
-
Renaming threads can really helps with debugging etc; however it's a massive performance hit (2x)
- FEATURE_SSH_ASYNC_EXEC - Static variable in class org.apache.brooklyn.core.BrooklynFeatureEnablement
-
When executing over ssh, whether to support the "async exec" approach, or only the classic approach.
- FEATURE_VALIDATE_LOCATION_SSH_KEYS - Static variable in class org.apache.brooklyn.core.BrooklynFeatureEnablement
-
- featureSummary(BrooklynVersion.BrooklynFeature) - Static method in class org.apache.brooklyn.rest.transform.BrooklynFeatureTransformer
-
- feed(String, String) - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData.Builder
-
- Feed - Interface in org.apache.brooklyn.api.sensor
-
A sensor feed.
- feed(FeedMemento) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl.Builder
-
- feed(String, String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl.Builder
-
- feed(Map<String, String>) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl.Builder
-
- FeedConfig<V,T,F extends FeedConfig<V,T,F>> - Class in org.apache.brooklyn.core.feed
-
Configuration for a poll, or a subscription etc, that is being added to a feed.
- FeedConfig(AttributeSensor<T>) - Constructor for class org.apache.brooklyn.core.feed.FeedConfig
-
- FeedConfig(FeedConfig<V, T, F>) - Constructor for class org.apache.brooklyn.core.feed.FeedConfig
-
- FeedMemento - Interface in org.apache.brooklyn.api.mgmt.rebind.mementos
-
Represents the state of a feed, so that it can be reconstructed (e.g.
- feeds() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister.Delta
-
- feeds(Map<String, String>) - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData.Builder
-
- feeds() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- feeds() - Method in interface org.apache.brooklyn.core.entity.EntityInternal
-
- feeds() - Method in interface org.apache.brooklyn.core.entity.internal.EntityTransientCopyInternal
-
- feeds(Map<String, FeedMemento>) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl.Builder
-
- feeds() - Method in class org.apache.brooklyn.core.mgmt.rebind.PersisterDeltaImpl
-
- FeedSerialization(ManagementContext) - Constructor for class org.apache.brooklyn.util.core.json.BidiSerialization.FeedSerialization
-
- fetch(String) - Static method in class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks
-
- fetch(String, String) - Method in interface org.apache.brooklyn.rest.api.ApplicationApi
-
Deprecated.
- fetch(String, String) - Method in class org.apache.brooklyn.rest.resources.ApplicationResource
-
- FETCH_REQUEST_COUNT - Static variable in interface org.apache.brooklyn.entity.messaging.kafka.KafkaBroker
-
- FieldClassComparator(Comparator<Class<?>>) - Constructor for class org.apache.brooklyn.util.javalang.FieldOrderings.FieldClassComparator
-
- fieldModifiers(<any>) - Static method in class org.apache.brooklyn.util.javalang.ReflectionPredicates
-
- FieldNameComparator(Comparator<String>) - Constructor for class org.apache.brooklyn.util.javalang.FieldOrderings.FieldNameComparator
-
- FieldOrderings - Class in org.apache.brooklyn.util.javalang
-
- FieldOrderings() - Constructor for class org.apache.brooklyn.util.javalang.FieldOrderings
-
- FieldOrderings.FieldClassComparator - Class in org.apache.brooklyn.util.javalang
-
- FieldOrderings.FieldNameComparator - Class in org.apache.brooklyn.util.javalang
-
- FILE_NAME - Static variable in class org.apache.brooklyn.entity.machine.SetLimitsCustomizer
-
- FILE_SCHEME - Static variable in interface org.apache.brooklyn.entity.osgi.karaf.KarafContainer
-
- fileAsString(Object) - Static method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- FileBasedObjectStore - Class in org.apache.brooklyn.core.mgmt.persist
-
- FileBasedObjectStore(File) - Constructor for class org.apache.brooklyn.core.mgmt.persist.FileBasedObjectStore
-
- FileBasedStatusRecorder(File) - Constructor for class org.apache.brooklyn.qa.longevity.StatusRecorder.FileBasedStatusRecorder
-
- FileBasedStoreObjectAccessor - Class in org.apache.brooklyn.core.mgmt.persist
-
Reads/writes to a file.
- FileBasedStoreObjectAccessor(File, String) - Constructor for class org.apache.brooklyn.core.mgmt.persist.FileBasedStoreObjectAccessor
-
- FilenameProducers - Class in org.apache.brooklyn.core.entity.drivers.downloads
-
- FilenameProducers() - Constructor for class org.apache.brooklyn.core.entity.drivers.downloads.FilenameProducers
-
- FilenameToWebContextMapper - Class in org.apache.brooklyn.entity.webapp
-
utilities for translating consistently between a filename (http://acme.org/foo.war) and a web context path (/foo)
- FilenameToWebContextMapper() - Constructor for class org.apache.brooklyn.entity.webapp.FilenameToWebContextMapper
-
- FilePermissions - Class in org.apache.brooklyn.util.io
-
Portable file permissions.
- FilePermissions(int) - Constructor for class org.apache.brooklyn.util.io.FilePermissions
-
- FilePersister - Class in org.apache.brooklyn.test.performance
-
- FilePersister(File) - Constructor for class org.apache.brooklyn.test.performance.FilePersister
-
- FileUtil - Class in org.apache.brooklyn.util.io
-
- FileUtil() - Constructor for class org.apache.brooklyn.util.io.FileUtil
-
- filter(ContainerRequestContext) - Method in class org.apache.brooklyn.rest.filter.BrooklynSecurityProviderFilterJersey
-
- filter(ContainerRequestContext) - Method in class org.apache.brooklyn.rest.filter.CorsImplSupplierFilter
-
- filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.apache.brooklyn.rest.filter.CorsImplSupplierFilter
-
- filter(ContainerRequestContext) - Method in class org.apache.brooklyn.rest.filter.CsrfTokenFilter
-
- filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.apache.brooklyn.rest.filter.CsrfTokenFilter
-
- filter(ContainerRequestContext) - Method in class org.apache.brooklyn.rest.filter.EntitlementContextFilter
-
- filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.apache.brooklyn.rest.filter.EntitlementContextFilter
-
- filter(ContainerRequestContext) - Method in class org.apache.brooklyn.rest.filter.HaHotCheckResourceFilter
-
- filter(ContainerRequestContext) - Method in class org.apache.brooklyn.rest.filter.LoggingResourceFilter
-
- filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.apache.brooklyn.rest.filter.LoggingResourceFilter
-
- filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.apache.brooklyn.rest.filter.NoCacheFilter
-
- filter(ContainerRequestContext) - Method in class org.apache.brooklyn.rest.filter.RequestTaggingRsFilter
-
- filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.apache.brooklyn.rest.filter.RequestTaggingRsFilter
-
- FILTER_FOR_RUNNING - Static variable in interface org.apache.brooklyn.entity.dns.AbstractGeoDnsService
-
- filtered(<any>) - Method in class org.apache.brooklyn.location.jclouds.pool.MachineSet
-
- filtered(<any>...) - Method in class org.apache.brooklyn.location.jclouds.pool.MachineSet
-
- filterFor(BrooklynProperties, <any>) - Static method in class org.apache.brooklyn.core.config.ConfigUtils
-
- filterForContext(List<Location>, Object) - Method in interface org.apache.brooklyn.core.location.Locations.LocationsFilter
-
- filterForPrefix(BrooklynProperties, String) - Static method in class org.apache.brooklyn.core.config.ConfigUtils
-
- filterForPrefixAndStrip(Map<String, ?>, String) - Static method in class org.apache.brooklyn.core.config.ConfigUtils
-
prefix generally ends with a full stop
- filterKeys(<any>) - Method in class org.apache.brooklyn.util.collections.MutableMap.Builder
-
- filterValues(<any>) - Method in class org.apache.brooklyn.util.collections.MutableMap.Builder
-
- FINAL_SPEC - Static variable in interface org.apache.brooklyn.core.location.internal.LocationInternal
-
- finalAndOriginalSpecs(String, Object...) - Static method in class org.apache.brooklyn.core.location.LocationConfigUtils
-
- find() - Method in class org.apache.brooklyn.util.core.osgi.Osgis.BundleFinder
-
Finds the best matching bundle.
- findAccessibleMethod(Method) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
Attempts to find an equivalent accessible method to be invoked (or if the given method is
already accessible, then return it).
- findAll(String, Iterable<Object>) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTags
-
- findAll() - Method in class org.apache.brooklyn.util.core.osgi.Osgis.BundleFinder
-
Finds all matching bundles, in decreasing version order.
- findAllConfigKeys(Object, Iterable<? extends Class<?>>) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
Gets all the config keys for the given types (for duplicates, the first class in the list of types takes precedence).
- findAllConfigKeys(T, Class<? extends T>) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
gets all the config keys for the given type
- findAllFlagsAndConfigKeys(T, Class<? extends T>, ConfigBag) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
gets all the flags/keys in the given config bag which are applicable to the given type's config keys and flags
- findAllParameterConfigKeys(List<SpecParameter<?>>, ConfigBag) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
gets all the keys in the given config bag which are applicable to the given list of parameters
- findAnyObjectMapper(ManagementContext) - Static method in class org.apache.brooklyn.rest.util.json.BrooklynJacksonJsonProvider
-
Like #findSharedObjectMapper(ServletContext, ManagementContext) but will create a private
ObjectMapper if it can, from the servlet context and/or the management context, or else fail
- findArchiveNameFromUrl(String, boolean) - Method in class org.apache.brooklyn.entity.webapp.FilenameToWebContextMapper
-
- findBundle(OsgiBundleWithUrl) - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiManager
-
- findClasses(Collection<URL>, Class<T>) - Static method in class org.apache.brooklyn.cli.lister.ClassFinder
-
- findColdestContainer(Set<ContainerType>) - Method in class org.apache.brooklyn.policy.loadbalancing.PolicyUtilForPool
-
- findColdestContainer(Set<ContainerType>, LocationConstraint) - Method in class org.apache.brooklyn.policy.loadbalancing.PolicyUtilForPool
-
Identifies the container with the maximum spare capacity (highThreshold - currentWorkrate),
returns null if none of the model's nodes has spare capacity.
- findComputeService(ConfigBag, boolean) - Method in class org.apache.brooklyn.location.jclouds.AbstractComputeServiceRegistry
-
- findComputeService(ConfigBag, boolean) - Method in class org.apache.brooklyn.location.jclouds.AwsEc2SessionAwareComputeServiceRegistry
-
- findComputeService(ConfigBag, boolean) - Method in interface org.apache.brooklyn.location.jclouds.ComputeServiceRegistry
-
- findEffector(Collection<? extends Effector<?>>, String) - Static method in class org.apache.brooklyn.core.mgmt.internal.EffectorUtils
-
matches effectors by name only (not parameters)
- findEffectorDeclared(Entity, String) - Static method in class org.apache.brooklyn.core.mgmt.internal.EffectorUtils
-
matches effectors by name only (not parameters), based on what is declared on the entity static type
- findEffectors(Class<? extends Entity>, Entity) - Static method in class org.apache.brooklyn.core.entity.EntityDynamicType
-
Finds the effectors defined on the entity's class, statics and optionally any non-static (discouraged).
- findEntities(<any>) - Method in interface org.apache.brooklyn.api.mgmt.EntityManager
-
All entities under control of this management plane that match the given filter
- findEntities(<any>) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalEntityManager
-
- findEntities(<any>) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentEntityManager
-
- findEntitiesInApplication(Application, <any>) - Method in interface org.apache.brooklyn.api.mgmt.EntityManager
-
All entities managed as part of the given application that match the given filter
- findEntitiesInApplication(Application, <any>) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalEntityManager
-
- findEntitiesInApplication(Application, <any>) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentEntityManager
-
- findEntity() - Static method in class org.apache.brooklyn.core.effector.EffectorTasks
-
Finds the entity where this task is running
- findEntity(Class<T>) - Static method in class org.apache.brooklyn.core.effector.EffectorTasks
-
Finds the entity where this task is running, casted to the given Entity subtype
- findField(Class<?>, String) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
Finds the field with the given name declared on the given class or any superclass,
using Class.getDeclaredField(String).
- findFieldForFlag(String, Object) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
Finds the Field on the given object annotated with the given name flag.
- findFieldMaybe(Class<?>, String) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- findFields(Class<?>, <any>, Comparator<Field>) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
Lists all fields declared on the class, with those lowest in the hierarchy first,
filtered and ordered as requested.
- findFirst(String, Iterable<Object>) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTags
-
- findHottestContainer(Set<ContainerType>) - Method in class org.apache.brooklyn.policy.loadbalancing.PolicyUtilForPool
-
Identifies the container with the maximum overshoot (currentWorkrate - highThreshold),
returns null if none of the model's nodes has an overshoot.
- findInheritance(ConfigValueAtContainer<?, ?>, ConfigInheritance.ConfigInheritanceContext, ConfigInheritance) - Static method in class org.apache.brooklyn.config.ConfigInheritances
-
finds the
ConfigInheritance to use based on the given container, or the default if none is present there
- findInheritance(ConfigKey<?>, ConfigInheritance.ConfigInheritanceContext, ConfigInheritance) - Static method in class org.apache.brooklyn.config.ConfigInheritances
-
- findIpAddress(Location) - Static method in class org.apache.brooklyn.core.location.geo.HostGeoInfo
-
- findKeyPair() - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
returns the un-passphrased key-pair info if a key is being used, or else null
- findKeys(<any>) - Method in interface org.apache.brooklyn.api.objs.Configurable.ConfigurationSupport
-
- findKeys(<any>) - Method in interface org.apache.brooklyn.config.ConfigMap
-
- findKeys(<any>) - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
Deprecated.
- findKeys(<any>) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
Deprecated.
- findKeys(<any>) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
Deprecated.
- findKeys(<any>) - Method in class org.apache.brooklyn.core.objs.AbstractConfigurationSupportInternal
-
Deprecated.
- findKeys(<any>) - Method in class org.apache.brooklyn.core.objs.BasicConfigurableObject.BasicConfigurationSupport
-
Deprecated.
- findKeysDeclared(<any>) - Method in interface org.apache.brooklyn.api.objs.Configurable.ConfigurationSupport
-
see ConfigMap#findKeysDeclared(Predicate)
- findKeysDeclared(<any>) - Method in interface org.apache.brooklyn.config.ConfigMap
-
returns all keys present in the map matching the given filter predicate; see ConfigPredicates for common predicates.
- findKeysDeclared(<any>) - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
- findKeysDeclared(<any>) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- findKeysDeclared(<any>) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- findKeysDeclared(<any>) - Method in class org.apache.brooklyn.core.objs.AbstractConfigurationSupportInternal
-
- findKeysDeclared(<any>) - Method in class org.apache.brooklyn.core.objs.BasicConfigurableObject.BasicConfigurationSupport
-
- findKeysPresent(<any>) - Method in interface org.apache.brooklyn.api.objs.Configurable.ConfigurationSupport
-
see ConfigMap#findKeysPresent(Predicate)
- findKeysPresent(<any>) - Method in interface org.apache.brooklyn.config.ConfigMap
-
as #findKeysDeclared(Predicate) but restricted to keys actually present in the map
- findKeysPresent(<any>) - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
- findKeysPresent(<any>) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- findKeysPresent(<any>) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- findKeysPresent(<any>) - Method in class org.apache.brooklyn.core.objs.AbstractConfigurationSupportInternal
-
- findKeysPresent(<any>) - Method in class org.apache.brooklyn.core.objs.BasicConfigurableObject.BasicConfigurationSupport
-
- findLocationsInHierarchy(Location) - Static method in class org.apache.brooklyn.core.mgmt.rebind.TreeUtils
-
- findMachine(Class<T>) - Static method in class org.apache.brooklyn.core.effector.EffectorTasks
-
Finds a unique
MachineLocation attached to the entity
where this task is running
- findMappedName(String) - Method in class org.apache.brooklyn.core.mgmt.persist.DeserializingClassRenamesProvider
-
Handles inner classes, where the outer class has been renamed.
- findMappedNameAndLog(Map<String, String>, String) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- findMappedNameMaybe(Map<String, String>, String) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
Takes a map of old-class-names to renames classes, and returns the mapped name if matched, or absent
- findMBean(ObjectName) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- findMBeans(ObjectName) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- findMethod(Class<?>, String, Class<?>...) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- findMethodMaybe(Class<?>, String, Class<?>...) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
Returns any method exactly matching the given signature, including privates and on parent classes.
- findMethodsCompatible(Class<?>, String, Class<?>...) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
Returns all methods compatible with the given argument types, including privates and on parent classes and where the method takes a supertype.
- findOpenSocketOnNode(Iterable<? extends HostAndPort>, Duration) - Method in class org.apache.brooklyn.util.net.ReachableSocketFinder
-
Returns the first element of sockets that is reachable.
- findOpenSocketsOnNode(Iterable<? extends HostAndPort>, Duration) - Method in class org.apache.brooklyn.util.net.ReachableSocketFinder
-
Returns an iterable of the elements in sockets that are reachable.
- findOwnPid() - Static method in class org.apache.brooklyn.qa.longevity.MonitorUtils
-
- findPassword() - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
returns the password being used to log in, if a password is being used, or else null
- findPlatform(ManagementContext) - Static method in class org.apache.brooklyn.camp.brooklyn.BrooklynCampPlatform
-
finds and returns the
CampPlatform registered for the management context, or null if none
- findPublicFieldsOrderedBySuper(Class<?>) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
Lists all public fields declared on the class or any ancestor, with those HIGHEST in the hierarchy first
- findPublicMethodsOrderedBySuper(Class<?>) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- findSecurityGroupByName(String) - Method in class org.apache.brooklyn.location.jclouds.networking.SecurityGroupEditor
-
Find a security group with the given name.
- findSecurityGroupsMatching(Predicate) - Method in class org.apache.brooklyn.location.jclouds.networking.SecurityGroupEditor
-
- findSensors(Class<? extends Entity>, Entity) - Static method in class org.apache.brooklyn.core.entity.EntityDynamicType
-
Finds the sensors defined on the entity's class, statics and optionally any non-static (discouraged).
- findSharedObjectMapper(ManagementContext) - Static method in class org.apache.brooklyn.rest.util.json.BrooklynJacksonJsonProvider
-
Finds a shared ObjectMapper or makes a new one, stored against the servlet context;
returns null if a shared instance cannot be created.
- findSshMachine() - Static method in class org.apache.brooklyn.core.effector.EffectorTasks
-
- findStates(Set<String>, boolean) - Static method in class org.apache.brooklyn.entity.cm.salt.SaltSshTasks
-
- findSubnetHostname(Iterable<? extends Location>) - Static method in class org.apache.brooklyn.core.location.Machines
-
- findSubnetHostname(Entity) - Static method in class org.apache.brooklyn.core.location.Machines
-
- findSubnetIp(Entity) - Static method in class org.apache.brooklyn.core.location.Machines
-
- findSubnetIp(Iterable<? extends Location>) - Static method in class org.apache.brooklyn.core.location.Machines
-
- findSubnetOrPrivateIp(Entity) - Static method in class org.apache.brooklyn.core.location.Machines
-
- findSubnetOrPublicHostname(Entity) - Static method in class org.apache.brooklyn.core.location.Machines
-
- findSuperType(T, String) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- findUnique() - Method in class org.apache.brooklyn.util.core.osgi.Osgis.BundleFinder
-
Finds the matching bundle, requiring it to be unique.
- findUniqueElement(Iterable<?>, Class<T>) - Static method in class org.apache.brooklyn.core.location.Machines
-
- findUniqueMachineLocation(Iterable<? extends Location>) - Static method in class org.apache.brooklyn.core.location.Locations
-
- findUniqueMachineLocation(Iterable<? extends Location>) - Static method in class org.apache.brooklyn.core.location.Machines
-
- findUniqueMachineLocation(Iterable<? extends Location>, Class<T>) - Static method in class org.apache.brooklyn.core.location.Machines
-
- findUniqueSshMachineLocation(Iterable<? extends Location>) - Static method in class org.apache.brooklyn.core.location.Locations
-
as Machines#findUniqueSshMachineLocation(Iterable)
- FineGrainedEntitlements() - Constructor for class org.apache.brooklyn.core.mgmt.entitlement.Entitlements.FineGrainedEntitlements
-
- FIRED_STOP - Static variable in class org.apache.brooklyn.policy.action.StopAfterDurationPolicy
-
- firewalldService(String) - Static method in class org.apache.brooklyn.util.ssh.IptablesCommands
-
- firewalldServiceIsActive() - Static method in class org.apache.brooklyn.util.ssh.IptablesCommands
-
- firewalldServiceRestart() - Static method in class org.apache.brooklyn.util.ssh.IptablesCommands
-
- firewalldServiceStart() - Static method in class org.apache.brooklyn.util.ssh.IptablesCommands
-
- firewalldServiceStatus() - Static method in class org.apache.brooklyn.util.ssh.IptablesCommands
-
- firewalldServiceStop() - Static method in class org.apache.brooklyn.util.ssh.IptablesCommands
-
- FIRST - Static variable in interface org.apache.brooklyn.entity.group.AbstractGroup
-
- FIRST_MEMBER_SPEC - Static variable in interface org.apache.brooklyn.entity.group.DynamicCluster
-
- FIRST_MEMBER_SPEC - Static variable in interface org.apache.brooklyn.entity.group.DynamicFabric
-
- FIRST_NODE_STARTED_TIME_UTC - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
- firstAvailableUrl(String...) - Method in class org.apache.brooklyn.util.core.ResourceUtils
-
returns the first available URL
- firstElement() - Static method in class org.apache.brooklyn.util.collections.CollectionFunctionals
-
- FirstElementFunction() - Constructor for class org.apache.brooklyn.util.collections.CollectionFunctionals.FirstElementFunction
-
- FirstFromRemovalStrategy - Class in org.apache.brooklyn.entity.group
-
- FirstFromRemovalStrategy() - Constructor for class org.apache.brooklyn.entity.group.FirstFromRemovalStrategy
-
- firstLocation() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- firstPrimaryTargetOf(<any>) - Static method in class org.apache.brooklyn.core.entity.drivers.downloads.FilenameProducers
-
- firstUseful(StackTraceElement[]) - Method in class org.apache.brooklyn.util.javalang.StackTraceSimplifier
-
- FIVE_MINUTES - Static variable in class org.apache.brooklyn.util.time.Duration
-
- FIVE_SECONDS - Static variable in class org.apache.brooklyn.util.time.Duration
-
- fix(Object) - Static method in class org.apache.brooklyn.util.groovy.GroovyJavaMethods
-
Deprecated.
- fix(Object) - Static method in class org.apache.brooklyn.util.JavaGroovyEquivalents
-
- FIXED_DOMAIN - Static variable in class org.apache.brooklyn.entity.machine.SetHostnameCustomizer
-
- FIXED_HOSTNAME - Static variable in class org.apache.brooklyn.entity.machine.SetHostnameCustomizer
-
- FixedListMachineProvisioningLocation<T extends MachineLocation> - Class in org.apache.brooklyn.location.byon
-
A provisioner of
MachineLocations which takes a list of machines it can connect to.
- FixedListMachineProvisioningLocation() - Constructor for class org.apache.brooklyn.location.byon.FixedListMachineProvisioningLocation
-
- FixedListMachineProvisioningLocation(Map<?, ?>) - Constructor for class org.apache.brooklyn.location.byon.FixedListMachineProvisioningLocation
-
- FixedListMachineProvisioningLocation.Builder - Class in org.apache.brooklyn.location.byon
-
Facilitates fluent/programmatic style for constructing a fixed pool of machines.
- fixLocation(String) - Static method in class org.apache.brooklyn.rest.util.BrooklynRestResourceUtils
-
Deprecated.
- flag(String, Object) - Method in class org.apache.brooklyn.util.core.task.TaskBuilder
-
adds a flag to the given task
- FlagConfigKeyAndValueRecord() - Constructor for class org.apache.brooklyn.util.core.flags.FlagUtils.FlagConfigKeyAndValueRecord
-
- flags(Map<String, ?>) - Method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions.AssertionOptions
-
- flags(Map<String, Object>) - Method in class org.apache.brooklyn.util.core.task.TaskBuilder
-
adds the given flags to the given task
- FlagUtils - Class in org.apache.brooklyn.util.core.flags
-
class to help transfer values passed as named arguments to other well-known variables/fields/objects;
see the test case for example usage
- FlagUtils.FlagConfigKeyAndValueRecord - Class in org.apache.brooklyn.util.core.flags
-
- FlakyRetryAnalyser - Class in org.apache.brooklyn.test.support
-
- FlakyRetryAnalyser() - Constructor for class org.apache.brooklyn.test.support.FlakyRetryAnalyser
-
- FluentKeySigner - Class in org.apache.brooklyn.util.core.crypto
-
A fluent API which simplifies generating certificates (signed keys)
- FluentKeySigner(X500Principal, KeyPair) - Constructor for class org.apache.brooklyn.util.core.crypto.FluentKeySigner
-
- FluentKeySigner(String, KeyPair) - Constructor for class org.apache.brooklyn.util.core.crypto.FluentKeySigner
-
- FluentKeySigner(String) - Constructor for class org.apache.brooklyn.util.core.crypto.FluentKeySigner
-
- FluentKeySigner(X509Certificate, KeyPair) - Constructor for class org.apache.brooklyn.util.core.crypto.FluentKeySigner
-
- flush() - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- flush() - Method in class org.apache.brooklyn.util.stream.LoggingOutputStream
-
- flushCache() - Method in class org.apache.brooklyn.util.core.xstream.CompilerIndependentOuterClassFieldMapper
-
- fn(String, Iterable<Object>) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslToStringHelpers
-
convenience for functions, inserting parentheses and commas
- fn(String, Object...) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslToStringHelpers
-
- FollowTheSunModel<ContainerType,ItemType> - Interface in org.apache.brooklyn.policy.followthesun
-
Captures the state of items, containers and locations for the purpose of moving items around
to minimise latency.
- FollowTheSunParameters - Class in org.apache.brooklyn.policy.followthesun
-
- FollowTheSunPolicy - Class in org.apache.brooklyn.policy.followthesun
-
- FollowTheSunPolicy(AttributeSensor, FollowTheSunModel<Entity, Movable>, FollowTheSunParameters) - Constructor for class org.apache.brooklyn.policy.followthesun.FollowTheSunPolicy
-
- FollowTheSunPolicy(Map, AttributeSensor, FollowTheSunModel<Entity, Movable>, FollowTheSunParameters) - Constructor for class org.apache.brooklyn.policy.followthesun.FollowTheSunPolicy
-
- FollowTheSunPool - Interface in org.apache.brooklyn.policy.followthesun
-
- FollowTheSunPool.ContainerItemPair - Class in org.apache.brooklyn.policy.followthesun
-
Encapsulates an item and a container; emitted by sensors.
- FollowTheSunPoolImpl - Class in org.apache.brooklyn.policy.followthesun
-
- FollowTheSunPoolImpl() - Constructor for class org.apache.brooklyn.policy.followthesun.FollowTheSunPoolImpl
-
- FollowTheSunStrategy<ContainerType extends Entity,ItemType extends Movable> - Class in org.apache.brooklyn.policy.followthesun
-
- FollowTheSunStrategy(FollowTheSunModel<ContainerType, ItemType>, FollowTheSunParameters) - Constructor for class org.apache.brooklyn.policy.followthesun.FollowTheSunStrategy
-
- footer - Variable in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
- forbidden(String, Object...) - Static method in class org.apache.brooklyn.rest.util.WebResourceUtils
-
- forbiddenIf(String) - Static method in class org.apache.brooklyn.core.config.ConfigConstraints
-
- forbiddenUnless(String) - Static method in class org.apache.brooklyn.core.config.ConfigConstraints
-
- forbiddenUnlessAnyOf(List<String>) - Static method in class org.apache.brooklyn.core.config.ConfigConstraints
-
- FORCE_CLEAR_SOFT_REFERENCES_ON_MEMORY_USAGE_LEVEL - Static variable in class org.apache.brooklyn.core.mgmt.internal.BrooklynGarbageCollector
-
- FORCE_SHUTDOWN_ON_ERROR - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode.ShutdownEffector
-
- forceAvailable(Class<? extends PlanToSpecTransformer>...) - Static method in class org.apache.brooklyn.core.plan.PlanToSpecFactory
-
Deprecated.
- forceAvailable(Class<? extends BrooklynTypePlanTransformer>...) - Static method in class org.apache.brooklyn.core.typereg.TypePlanTransformers
-
- forceCacheReload() - Method in class org.apache.brooklyn.location.jclouds.templates.PortableTemplateBuilder
-
- forceClearSoftReferences() - Static method in class org.apache.brooklyn.util.javalang.MemoryUsageTracker
-
forces all soft references to be cleared by trying to allocate an enormous chunk of memory,
returns a description of what was done
(tune with
MemoryUsageTracker.forceClearSoftReferences(long, int)
for greater than 200M precision in the output message, if you really care about that)
- forceClearSoftReferences(long, int) - Static method in class org.apache.brooklyn.util.javalang.MemoryUsageTracker
-
- forcePersistNow(boolean, PersistenceExceptionHandler) - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindManager
-
Forcibly performs persistence, in the foreground, either full (all entities) or incremental;
if no exception handler specified, the default one from the persister is used.
- forcePersistNow(boolean, PersistenceExceptionHandler) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- forDebian() - Static method in class org.apache.brooklyn.entity.network.bind.BindOsSupport
-
- forEach(<any>) - Static method in class org.apache.brooklyn.feed.http.JsonFunctions
-
- forgetPortMapping(String, int) - Method in interface org.apache.brooklyn.core.location.access.PortForwardManager
-
Clears the given port mapping, returning true if there was a match.
- forgetPortMapping(PortMapping) - Method in interface org.apache.brooklyn.core.location.access.PortForwardManager
-
- forgetPortMapping(String, int) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
- forgetPortMapping(PortMapping) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
- forgetPortMapping(String, int) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerImpl
-
- forgetPortMapping(PortMapping) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerImpl
-
Deprecated.
- forgetPortMappings(Location) - Method in interface org.apache.brooklyn.core.location.access.PortForwardManager
-
Clears the port mappings associated with the given location, returning true if there were any matches.
- forgetPortMappings(String) - Method in interface org.apache.brooklyn.core.location.access.PortForwardManager
-
Clears the port mappings associated with the given publicIpId, returning true if there were any matches.
- forgetPortMappings(Location) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
- forgetPortMappings(String) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
- forgetPortMappings(Location) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerImpl
-
- forgetPortMappings(String) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerImpl
-
- forManifest(URL) - Static method in class org.apache.brooklyn.rt.felix.ManifestHelper
-
- forManifest(InputStream) - Static method in class org.apache.brooklyn.rt.felix.ManifestHelper
-
- forManifest(Manifest) - Static method in class org.apache.brooklyn.rt.felix.ManifestHelper
-
- forManifestContents(String) - Static method in class org.apache.brooklyn.rt.felix.ManifestHelper
-
- FORMAT - Static variable in class org.apache.brooklyn.camp.brooklyn.spi.creation.CampTypePlanTransformer
-
- FORMAT - Static variable in class org.apache.brooklyn.core.typereg.JavaClassNameTypePlanTransformer
-
- format(LogRecord) - Method in class org.apache.brooklyn.util.logging.SimpleOneLineLogFormatter
-
uses "YYYY-DD-MM hh:mm:ss.SSS message" format
- format(String, Object...) - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- format(Locale, String, Object...) - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- format(String, Object...) - Static method in class org.apache.brooklyn.util.text.Strings
-
wraps a call to String.format(String, Object...) in a toString, i.e.
- formatIfNotNull(String, Object) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
returns the pattern formatted with the given arg if the arg is not null, otherwise returns null
- formatString(Object, Object...) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon
-
- formatString(Object, Object...) - Static method in class org.apache.brooklyn.core.sensor.DependentConfiguration
-
Method which returns a Future containing a string formatted using String.format,
where the arguments can be normal objects or tasks;
tasks will be waited on (submitted if necessary) and their results substituted in the call
to String.format.
- formatStringImmediately(Object, Object...) - Static method in class org.apache.brooklyn.core.sensor.DependentConfiguration
-
- formatted(long) - Method in class org.apache.brooklyn.util.text.ByteSizeStrings
-
Returns a Formattable object that can be used with String.format(String, Object...).
- FormattedString - Class in org.apache.brooklyn.util.text
-
wraps a call to String.format(String, Object...) in a toString, i.e.
- FormattedString(String, Object[]) - Constructor for class org.apache.brooklyn.util.text.FormattedString
-
- formatter(String) - Static method in class org.apache.brooklyn.util.text.StringFunctions
-
given e.g.
- formatterForArray(String) - Static method in class org.apache.brooklyn.util.text.StringFunctions
-
given e.g.
- formatterForIterable(String) - Static method in class org.apache.brooklyn.util.text.StringFunctions
-
Given e.g.
- FormMapProvider - Class in org.apache.brooklyn.rest.util
-
A MessageBodyReader producing a Map<String, Object>, where Object
is either a String, a List<String> or null.
- FormMapProvider() - Constructor for class org.apache.brooklyn.rest.util.FormMapProvider
-
- forMultiple() - Static method in class org.apache.brooklyn.entity.chef.ChefAttributePollConfig
-
- forMultiple() - Static method in class org.apache.brooklyn.feed.CommandPollConfig
-
- forMultiple() - Static method in class org.apache.brooklyn.feed.function.FunctionPollConfig
-
- forMultiple() - Static method in class org.apache.brooklyn.feed.http.HttpPollConfig
-
- forMultiple() - Static method in class org.apache.brooklyn.feed.jmx.JmxAttributePollConfig
-
- forMultiple() - Static method in class org.apache.brooklyn.feed.jmx.JmxOperationPollConfig
-
- forMultiple() - Static method in class org.apache.brooklyn.feed.shell.ShellPollConfig
-
- forMultiple() - Static method in class org.apache.brooklyn.feed.windows.WindowsPerformanceCounterPollConfig
-
- forPlanType(ManagementContext, String) - Static method in class org.apache.brooklyn.core.plan.PlanToSpecFactory
-
Deprecated.
- forRhel() - Static method in class org.apache.brooklyn.entity.network.bind.BindOsSupport
-
- forScope(String) - Static method in class org.apache.brooklyn.location.jclouds.softlayer.SoftLayerSameVlanLocationCustomizer
-
Convenience creation method.
- forSensor(AttributeSensor<T>) - Static method in class org.apache.brooklyn.entity.chef.ChefAttributePollConfig
-
- forSensor(AttributeSensor<T>) - Static method in class org.apache.brooklyn.feed.CommandPollConfig
-
- forSensor(AttributeSensor<T>) - Static method in class org.apache.brooklyn.feed.function.FunctionPollConfig
-
- forSensor(AttributeSensor<T>) - Static method in class org.apache.brooklyn.feed.http.HttpPollConfig
-
- forSensor(AttributeSensor<T>) - Static method in class org.apache.brooklyn.feed.jmx.JmxAttributePollConfig
-
- forSensor(AttributeSensor<T>) - Static method in class org.apache.brooklyn.feed.jmx.JmxOperationPollConfig
-
- forSensor(AttributeSensor<T>) - Static method in class org.apache.brooklyn.feed.shell.ShellPollConfig
-
- forSensor(AttributeSensor<T>) - Static method in class org.apache.brooklyn.feed.windows.WindowsPerformanceCounterPollConfig
-
- forServer(AbstractMongoDBServer) - Static method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBClientSupport
-
- forSshMachineLocationLive(SshMachineLocation) - Static method in class org.apache.brooklyn.core.location.BasicMachineDetails
-
Creates a MachineDetails for the given location by SSHing to the machine and
running a Bash script to gather data.
- forType(ManagementContext, RegisteredType, RegisteredTypeLoadingContext) - Static method in class org.apache.brooklyn.core.typereg.TypePlanTransformers
-
- ForwardingTask<T> - Class in org.apache.brooklyn.util.core.task
-
- FrameworkLookup - Class in org.apache.brooklyn.api.framework
-
A utility to fetch an instance of a class from either OSGI if available, or by a Service Loader otherwise.
- FrameworkLookup() - Constructor for class org.apache.brooklyn.api.framework.FrameworkLookup
-
- FREE_MEMORY - Static variable in class org.apache.brooklyn.entity.machine.MachineAttributes
-
- FREE_PHYSICAL_MEMORY_SIZE - Static variable in interface org.apache.brooklyn.entity.java.UsesJavaMXBeans
-
- from(Map<?, ?>) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynYamlTypeInstantiator.Factory
-
- from(ConfigBag) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynYamlTypeInstantiator.Factory
-
- from(ManagementNodeSyncRecord) - Method in class org.apache.brooklyn.core.mgmt.ha.dto.BasicManagementNodeSyncRecord.Builder
-
- from(ManagementNodeSyncRecord, boolean) - Method in class org.apache.brooklyn.core.mgmt.ha.dto.BasicManagementNodeSyncRecord.Builder
-
- from(CatalogItemMemento) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento.Builder
-
- from(EnricherMemento) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicEnricherMemento.Builder
-
- from(EntityMemento) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicEntityMemento.Builder
-
- from(FeedMemento) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicFeedMemento.Builder
-
- from(LocationMemento) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicLocationMemento.Builder
-
- from(ManagedBundleMemento) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicManagedBundleMemento.Builder
-
- from(PolicyMemento) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicPolicyMemento.Builder
-
- from(AttributeSensor<S2>) - Method in class org.apache.brooklyn.enricher.stock.Enrichers.AbstractUpdatingMapBuilder
-
- from(TemplateBuilderSpec) - Method in class org.apache.brooklyn.location.jclouds.templates.PortableTemplateBuilder
-
- from(String) - Method in class org.apache.brooklyn.location.jclouds.templates.PortableTemplateBuilder
-
- from(ApplicationSpec) - Method in class org.apache.brooklyn.rest.domain.ApplicationSpec.Builder
-
- from(Map<String, ?>) - Method in class org.apache.brooklyn.util.core.internal.ssh.cli.SshCliTool.Builder
-
- from(Map<String, ?>) - Method in class org.apache.brooklyn.util.core.internal.ssh.SshAbstractTool.AbstractSshToolBuilder
-
- from(Map<String, ?>) - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjTool.Builder
-
- from(<any>, <any>) - Static method in class org.apache.brooklyn.util.guava.KeyTransformingLoadingCache
-
- from(HttpRequestImpl) - Method in class org.apache.brooklyn.util.http.executor.HttpRequest.Builder
-
- FROM_CHILDREN - Static variable in class org.apache.brooklyn.enricher.stock.AbstractAggregator
-
- FROM_FEATURE - Static variable in class org.apache.brooklyn.rest.transform.BrooklynFeatureTransformer
-
- FROM_HARDCODED_PRODUCERS - Static variable in class org.apache.brooklyn.enricher.stock.AbstractAggregator
-
- FROM_MEMBERS - Static variable in class org.apache.brooklyn.enricher.stock.AbstractAggregator
-
- fromApiErrorDto(ApiErrorDto) - Method in class org.apache.brooklyn.camp.server.dto.ApiErrorDto.Builder
-
- fromApplication(UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.ApplicationTransformer
-
- fromAttributeOnEntity(Entity, AttributeSensor<PortForwardManager>) - Static method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
creates an instance given an entity and
AttributeSensor to retrieve the PortForwardManager
- fromBuilder(HttpTool.HttpClientBuilder) - Static method in class org.apache.brooklyn.util.http.HttpTool.HttpClientBuilder
-
- FromCallableClosure<T> - Class in org.apache.brooklyn.util.groovy
-
- FromCallableClosure(Class<GroovyJavaMethods>, Callable<T>) - Constructor for class org.apache.brooklyn.util.groovy.FromCallableClosure
-
Deprecated.
- fromClass(ManagementContext, Class<?>) - Static method in class org.apache.brooklyn.core.objs.BasicSpecParameter
-
- fromCode(int) - Static method in enum org.apache.brooklyn.entity.nosql.mongodb.ReplicaSetMemberStatus
-
- fromCoordinate(String) - Static method in class org.apache.brooklyn.util.maven.MavenArtifact
-
- fromDurationToTimeStringRounded() - Static method in class org.apache.brooklyn.util.time.Time
-
- fromEntity(Entity) - Static method in class org.apache.brooklyn.core.location.geo.HostGeoInfo
-
- fromEntity(UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.EntityTransformer
-
- fromExistingConfig(BSONObject) - Static method in class org.apache.brooklyn.entity.nosql.mongodb.ReplicaSetConfig
-
Creates a configuration from an existing configuration.
- fromFilenameProperty() - Static method in class org.apache.brooklyn.core.entity.drivers.downloads.FilenameProducers
-
- FromFunctionClosure<T> - Class in org.apache.brooklyn.util.groovy
-
- FromFunctionClosure(Class<GroovyJavaMethods>, <any>) - Constructor for class org.apache.brooklyn.util.groovy.FromFunctionClosure
-
Deprecated.
- fromHardware(Hardware) - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- fromHome(String) - Static method in class org.apache.brooklyn.util.os.Os
-
- fromImage(Image) - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- fromInteger(int) - Static method in class org.apache.brooklyn.core.location.PortRanges
-
- fromIpAddress(InetAddress) - Static method in class org.apache.brooklyn.core.location.geo.HostGeoInfo
-
- fromIterable(Iterable<?>) - Static method in class org.apache.brooklyn.core.location.PortRanges
-
- fromLocation(Location) - Static method in class org.apache.brooklyn.core.location.geo.HostGeoInfo
-
returns null if cannot be set
- fromLongToTimeStringExact() - Static method in class org.apache.brooklyn.util.time.Time
-
- fromLongToTimeStringRounded() - Static method in class org.apache.brooklyn.util.time.Time
-
- fromMap(Map<?, ?>) - Static method in class org.apache.brooklyn.entity.proxy.ProxySslConfig
-
- fromMap(Map<String, String>) - Static method in class org.apache.brooklyn.entity.webapp.HttpsSslConfig
-
- fromMethodOnEntity(Entity, String) - Static method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
creates an instance given an entity and an interface method it implements to retrieve the PortForwardManager
- fromNullable(T) - Static method in class org.apache.brooklyn.util.guava.Maybe
-
- fromOptional(<any>) - Static method in class org.apache.brooklyn.util.guava.Maybe
-
Creates a new Maybe object out of the Optional argument
- fromParts(String, String, int) - Static method in class org.apache.brooklyn.util.net.UserAndHostAndPort
-
- fromParts(String, String, <any>) - Static method in class org.apache.brooklyn.util.net.UserAndHostAndPort
-
- fromParts(String, HostAndPort) - Static method in class org.apache.brooklyn.util.net.UserAndHostAndPort
-
- fromProperties(BrooklynProperties) - Static method in class org.apache.brooklyn.core.internal.BrooklynProperties.Factory.Builder
-
- fromProperties(BrooklynPropertiesImpl) - Static method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl.Factory.Builder
-
- fromPub(String) - Static method in class org.apache.brooklyn.util.core.crypto.SecureKeys
-
- FromRunnableClosure<T> - Class in org.apache.brooklyn.util.groovy
-
- FromRunnableClosure(Class<GroovyJavaMethods>, Runnable) - Constructor for class org.apache.brooklyn.util.groovy.FromRunnableClosure
-
Deprecated.
- fromSpec(ManagementContext, AbstractBrooklynObjectSpec<?, ?>) - Static method in class org.apache.brooklyn.core.objs.BasicSpecParameter
-
- fromString(String) - Static method in enum org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent.Scope
-
- fromString(String) - Static method in class org.apache.brooklyn.config.ConfigInheritance.Legacy
-
- fromString(String) - Static method in class org.apache.brooklyn.core.config.BasicConfigInheritance
-
- fromString(String) - Static method in class org.apache.brooklyn.core.location.PortRanges
-
parses a string representation of ports, as "80,8080,8000,8080-8099"
- fromString(String) - Method in interface org.apache.brooklyn.core.mgmt.persist.MementoSerializer
-
- fromString(String) - Method in class org.apache.brooklyn.core.mgmt.persist.RetryingMementoSerializer
-
- fromString(String) - Method in class org.apache.brooklyn.core.mgmt.persist.XmlMementoSerializer.IdentifiableConverter
-
- fromString(String, boolean) - Static method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.VersionRangedName
-
- fromString(String) - Static method in enum org.apache.brooklyn.entity.group.SshCommandMembershipTrackingPolicy.ExecutionTarget
-
Deprecated.
- fromString(String) - Method in class org.apache.brooklyn.util.core.xstream.EnumCaseForgivingSingleValueConverter
-
- fromString(String) - Method in class org.apache.brooklyn.util.core.xstream.XmlSerializer
-
- fromString(String) - Static method in class org.apache.brooklyn.util.net.UserAndHostAndPort
-
Split a string of the form myuser@myhost:1234 into a user, host and port.
- fromString(String) - Static method in class org.apache.brooklyn.util.osgi.VersionedName
-
As #parseMaybe(String) but throwing if invalid; allows null version
- fromString(String) - Static method in class org.apache.brooklyn.util.stream.InputStreamSupplier
-
Deprecated.
- fromStringFunction(Class<T>) - Static method in class org.apache.brooklyn.util.javalang.Enums
-
returns a function which given a string, produces an enum of the given type or null
- fromSupplier(<any>) - Static method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
creates an instance given a supplier;
the supplier should be brooklyn-persistable, that is to say
references should be in terms of entities/locations
which can retrieve an authoritative source even under cloning
- fromTask(UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.TaskTransformer
-
- fromTasks(List<Task<?>>, int, Boolean, Entity, UriInfo) - Static method in class org.apache.brooklyn.rest.transform.TaskTransformer
-
- fromTemplate(Template) - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- fromThrowable(Throwable) - Static method in class org.apache.brooklyn.camp.server.dto.ApiErrorDto
-
- fromValue(String) - Static method in enum org.apache.brooklyn.core.entity.lifecycle.Lifecycle
-
Creates a
Lifecycle from a text representation.
- FUNCTION - Static variable in class org.apache.brooklyn.core.sensor.function.FunctionSensor
-
- function(Class<T>) - Static method in class org.apache.brooklyn.util.core.flags.TypeCoercions
-
- function(<any>) - Static method in class org.apache.brooklyn.util.guava.Functionals
-
like guava Functions#forSupplier(Supplier) but parametrises the input generic type
- function(Runnable) - Static method in class org.apache.brooklyn.util.guava.Functionals
-
- function(Class<T>) - Method in class org.apache.brooklyn.util.javalang.coerce.TypeCoercerExtensible
-
Returns a function that does a type coercion to the given type.
- FUNCTION_FEED_POLL_PERIOD - Static variable in class org.apache.brooklyn.qa.load.SimulatedVanillaSoftwareProcessImpl
-
- Functionals - Class in org.apache.brooklyn.util.guava
-
- Functionals() - Constructor for class org.apache.brooklyn.util.guava.Functionals
-
- Functionals.ConstantFunction<I,O> - Class in org.apache.brooklyn.util.guava
-
like guava equivalent but parametrises the input generic type, and allows tostring to be customised
- FunctionFeed - Class in org.apache.brooklyn.feed.function
-
Provides a feed of attribute values, by periodically invoking functions.
- FunctionFeed() - Constructor for class org.apache.brooklyn.feed.function.FunctionFeed
-
For rebind; do not call directly; use builder
- FunctionFeed.Builder - Class in org.apache.brooklyn.feed.function
-
- functionFromClosure(Closure<T>) - Static method in class org.apache.brooklyn.util.groovy.GroovyJavaMethods
-
Deprecated.
- FunctionPollConfig<S,T> - Class in org.apache.brooklyn.feed.function
-
- FunctionPollConfig(AttributeSensor<T>) - Constructor for class org.apache.brooklyn.feed.function.FunctionPollConfig
-
- FunctionPollConfig(FunctionPollConfig<S, T>) - Constructor for class org.apache.brooklyn.feed.function.FunctionPollConfig
-
- Functions() - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon.Functions
-
- FunctionSensor<T> - Class in org.apache.brooklyn.core.sensor.function
-
- FunctionSensor(ConfigBag) - Constructor for class org.apache.brooklyn.core.sensor.function.FunctionSensor
-
- FunctionWithArgs - Class in org.apache.brooklyn.camp.brooklyn.spi.dsl.parse
-
- FunctionWithArgs(String, List<Object>) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.dsl.parse.FunctionWithArgs
-
- GARBAGE_COLLECTION_TIME - Static variable in interface org.apache.brooklyn.entity.java.UsesJavaMXBeans
-
- gatherOutput() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
- gatherOutput(boolean) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
- gatherOutput() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.WinRmExecuteHelper
-
- gatherOutput(boolean) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.WinRmExecuteHelper
-
- gatherPotentialRunningSeeds() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
- gatherPotentialRunningSeeds() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenterImpl
-
Deprecated.
- gatherPotentialSeeds() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
- gatherPotentialSeeds() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenterImpl
-
Deprecated.
- GC_PERIOD - Static variable in class org.apache.brooklyn.core.mgmt.internal.BrooklynGarbageCollector
-
- GC_PERIOD - Static variable in class org.apache.brooklyn.launcher.config.BrooklynGlobalConfig
-
Deprecated.
- gcIteration() - Method in class org.apache.brooklyn.core.mgmt.internal.BrooklynGarbageCollector
-
force a round of Brooklyn garbage collection
- GENERAL_LOG - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlNode
-
- GENERATE_HOSTNAME - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- generateConfigFile(NginxDriver, NginxController) - Method in interface org.apache.brooklyn.entity.proxy.nginx.NginxConfigFileGenerator
-
Entry point for the generator.
- generateConfigFile(NginxDriver, NginxController) - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxDefaultConfigGenerator
-
- generateConfigFile(NginxDriver, NginxController) - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxTemplateConfigGenerator
-
- generateKeyInDotSshIdRsaIfNotThere() - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
generates ~/.ssh/id_rsa if that file does not exist
- generateManagementPlaneId() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- generateNewGroupId(ConfigBag) - Method in class org.apache.brooklyn.core.location.cloud.names.AbstractCloudMachineNamer
-
- generateNewGroupId(ConfigBag) - Method in interface org.apache.brooklyn.core.location.cloud.names.CloudMachineNamer
-
Generate a name stem for a group of machines, based on context.
- generateNewMachineUniqueName(ConfigBag) - Method in class org.apache.brooklyn.core.location.cloud.names.AbstractCloudMachineNamer
-
- generateNewMachineUniqueName(ConfigBag) - Method in interface org.apache.brooklyn.core.location.cloud.names.CloudMachineNamer
-
Generate a name for a new machine, based on context.
- generateNewMachineUniqueNameFromGroupId(ConfigBag, String) - Method in class org.apache.brooklyn.core.location.cloud.names.AbstractCloudMachineNamer
-
- generateNewMachineUniqueNameFromGroupId(ConfigBag, String) - Method in interface org.apache.brooklyn.core.location.cloud.names.CloudMachineNamer
-
Generate a unique name from the given name stem.
- GeneratePasswordCommand() - Constructor for class org.apache.brooklyn.cli.Main.GeneratePasswordCommand
-
- generateScriptString(Collection<HostGeoInfo>) - Static method in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingScriptGenerator
-
- generateScriptString(Date, Collection<HostGeoInfo>) - Static method in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingScriptGenerator
-
- GenericTypes - Class in org.apache.brooklyn.util
-
- GenericTypes() - Constructor for class org.apache.brooklyn.util.GenericTypes
-
- GeoBytesHostGeoLookup - Class in org.apache.brooklyn.core.location.geo
-
- GeoBytesHostGeoLookup() - Constructor for class org.apache.brooklyn.core.location.geo.GeoBytesHostGeoLookup
-
Deprecated.
- GEOSCALING_ACCOUNT - Static variable in interface org.apache.brooklyn.entity.dns.geoscaling.GeoscalingDnsService
-
- GEOSCALING_PASSWORD - Static variable in interface org.apache.brooklyn.entity.dns.geoscaling.GeoscalingDnsService
-
- GEOSCALING_PRIMARY_DOMAIN_NAME - Static variable in interface org.apache.brooklyn.entity.dns.geoscaling.GeoscalingDnsService
-
- GEOSCALING_SMART_SUBDOMAIN_NAME - Static variable in interface org.apache.brooklyn.entity.dns.geoscaling.GeoscalingDnsService
-
- GEOSCALING_USERNAME - Static variable in interface org.apache.brooklyn.entity.dns.geoscaling.GeoscalingDnsService
-
- GeoscalingDnsService - Interface in org.apache.brooklyn.entity.dns.geoscaling
-
A geo-DNS service using geoscaling.com.
- GeoscalingDnsServiceImpl - Class in org.apache.brooklyn.entity.dns.geoscaling
-
- GeoscalingDnsServiceImpl() - Constructor for class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingDnsServiceImpl
-
- GeoscalingScriptGenerator - Class in org.apache.brooklyn.entity.dns.geoscaling
-
- GeoscalingScriptGenerator() - Constructor for class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingScriptGenerator
-
- GeoscalingWebClient - Class in org.apache.brooklyn.entity.dns.geoscaling
-
For interacting with the www.geoscaling.com DNS service.
- GeoscalingWebClient() - Constructor for class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient
-
- GeoscalingWebClient(HttpClient) - Constructor for class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient
-
- GeoscalingWebClient(String, String) - Constructor for class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient
-
- GeoscalingWebClient.Domain - Class in org.apache.brooklyn.entity.dns.geoscaling
-
- GeoscalingWebClient.SmartSubdomain - Class in org.apache.brooklyn.entity.dns.geoscaling
-
- get(AttributeSensor<T>) - Method in interface org.apache.brooklyn.api.entity.Entity.SensorSupport
-
Gets the value of the given attribute on this entity, or null if has not been set.
- get() - Static method in class org.apache.brooklyn.api.internal.ApiObjectsFactory
-
Create (if necessary) and return the concrete implementation from core for the
methods exposed here.
- get(TaskAdaptable<T>) - Method in interface org.apache.brooklyn.api.mgmt.ExecutionContext
-
- get(ConfigKey<T>) - Method in interface org.apache.brooklyn.api.mgmt.Scratchpad
-
- get(Duration) - Method in interface org.apache.brooklyn.api.mgmt.Task
-
As #get(long, java.util.concurrent.TimeUnit)
- get(ConfigKey<T>) - Method in interface org.apache.brooklyn.api.objs.Configurable.ConfigurationSupport
-
Gets the given configuration value for this entity, in the following order of precedence:
value (including null) explicitly set on the entity
value (including null) explicitly set on an ancestor (inherited)
a default value (including null) on the best equivalent static key of the same name declared on the entity
(where best equivalence is defined as preferring a config key which extends another,
as computed in EntityDynamicType.getConfigKeys)
a default value (including null) on the key itself
null
- get(ConfigKey.HasConfigKey<T>) - Method in interface org.apache.brooklyn.api.objs.Configurable.ConfigurationSupport
-
- get(String, String) - Method in interface org.apache.brooklyn.api.typereg.BrooklynTypeRegistry
-
- get(String) - Method in interface org.apache.brooklyn.api.typereg.BrooklynTypeRegistry
-
as
BrooklynTypeRegistry.get(String, String) but the given string here
is allowed to match any of:
the given string as an ID including version (
"name:version")
the symbolic name unversioned, or
an alias
- get(String, RegisteredTypeLoadingContext) - Method in interface org.apache.brooklyn.api.typereg.BrooklynTypeRegistry
-
- get() - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.BrooklynDslDeferredSupplier
-
- get(String) - Method in class org.apache.brooklyn.camp.brooklyn.spi.lookup.AbstractTemplateBrooklynLookup
-
- get(String) - Method in class org.apache.brooklyn.camp.brooklyn.spi.lookup.AssemblyBrooklynLookup
-
- get(String) - Method in class org.apache.brooklyn.camp.brooklyn.spi.lookup.PlatformComponentBrooklynLookup
-
- get(String) - Method in class org.apache.brooklyn.camp.server.rest.resource.ApplicationComponentRestResource
-
- get(String) - Method in class org.apache.brooklyn.camp.server.rest.resource.ApplicationComponentTemplateRestResource
-
- get(String) - Method in class org.apache.brooklyn.camp.server.rest.resource.AssemblyRestResource
-
- get(String) - Method in class org.apache.brooklyn.camp.server.rest.resource.AssemblyTemplateRestResource
-
- get(String) - Method in class org.apache.brooklyn.camp.server.rest.resource.PlatformComponentRestResource
-
- get(String) - Method in class org.apache.brooklyn.camp.server.rest.resource.PlatformComponentTemplateRestResource
-
- get() - Method in class org.apache.brooklyn.camp.server.rest.resource.PlatformRestResource
-
- get(String) - Method in class org.apache.brooklyn.camp.spi.collection.AggregatingResourceLookup
-
- get(String) - Method in class org.apache.brooklyn.camp.spi.collection.BasicResourceLookup
-
- get(String) - Method in class org.apache.brooklyn.camp.spi.collection.ResourceLookup.EmptyResourceLookup
-
- get(String) - Method in interface org.apache.brooklyn.camp.spi.collection.ResourceLookup
-
- get() - Method in class org.apache.brooklyn.config.ConfigInheritances.BasicConfigValueAtContainer
-
- get() - Method in interface org.apache.brooklyn.config.ConfigValueAtContainer
-
Returns the value for this key, or null.
- get() - Static method in class org.apache.brooklyn.core.BrooklynVersion
-
- get(String) - Method in interface org.apache.brooklyn.core.config.external.ExternalConfigSupplier
-
- get(String) - Method in class org.apache.brooklyn.core.config.external.InPlaceExternalConfigSupplier
-
- get(String) - Method in class org.apache.brooklyn.core.config.external.PropertiesFileExternalConfigSupplier
-
- get(String) - Method in class org.apache.brooklyn.core.config.external.UrlsExternalConfigSupplier
-
- get(String) - Method in class org.apache.brooklyn.core.config.external.vault.VaultExternalConfigSupplier
-
- get() - Method in class org.apache.brooklyn.core.config.internal.LazyContainerAndKeyValue
-
- get(AttributeSensor<T>) - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicSensorSupport
-
- get() - Method in class org.apache.brooklyn.core.entity.EntityAndAttribute
-
- get(Object) - Method in class org.apache.brooklyn.core.entity.internal.ConfigMapViewWithStringKeys
-
Deprecated.
- get(Map, String) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- get(Map, String) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- get() - Method in class org.apache.brooklyn.core.internal.storage.impl.BasicReference
-
- get(Object) - Method in class org.apache.brooklyn.core.internal.storage.impl.ConcurrentMapAcceptingNullVals
-
- get() - Method in interface org.apache.brooklyn.core.internal.storage.Reference
-
- get() - Method in class org.apache.brooklyn.core.mgmt.EntityManagementUtils.CreationResult
-
returns the thing/things created
- get(ConfigKey<T>) - Method in class org.apache.brooklyn.core.mgmt.internal.BasicScratchpad
-
- get(Map, String) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
Deprecated.
- get() - Method in class org.apache.brooklyn.core.mgmt.persist.FileBasedStoreObjectAccessor
-
- get() - Method in class org.apache.brooklyn.core.mgmt.persist.jclouds.JcloudsStoreObjectAccessor
-
- get() - Method in interface org.apache.brooklyn.core.mgmt.persist.PersistenceObjectStore.StoreObjectAccessor
-
gets the object, or null if not found
- get() - Method in class org.apache.brooklyn.core.mgmt.persist.StoreObjectAccessorLocking
-
- get(ConfigKey.HasConfigKey<T>) - Method in class org.apache.brooklyn.core.objs.AbstractConfigurationSupportInternal
-
- get(ConfigKey<T>) - Method in class org.apache.brooklyn.core.objs.AbstractConfigurationSupportInternal
-
- get(ConfigKey<T>) - Method in class org.apache.brooklyn.core.objs.BasicConfigurableObject.BasicConfigurationSupport
-
- get(ConfigKey.HasConfigKey<T>) - Method in class org.apache.brooklyn.core.objs.BasicConfigurableObject.BasicConfigurationSupport
-
- get(String, String) - Method in class org.apache.brooklyn.core.typereg.BasicBrooklynTypeRegistry
-
- get(String, RegisteredTypeLoadingContext) - Method in class org.apache.brooklyn.core.typereg.BasicBrooklynTypeRegistry
-
- get(String) - Method in class org.apache.brooklyn.core.typereg.BasicBrooklynTypeRegistry
-
- get(String) - Method in interface org.apache.brooklyn.entity.brooklynnode.EntityHttpClient
-
Makes an HTTP GET to a Brooklyn node entity.
- get(String) - Method in class org.apache.brooklyn.entity.brooklynnode.EntityHttpClientImpl
-
- GET - Static variable in interface org.apache.brooklyn.entity.stock.SequenceEntity
-
- get() - Method in interface org.apache.brooklyn.entity.stock.SequenceEntity
-
- get() - Method in class org.apache.brooklyn.entity.stock.SequenceEntityImpl
-
- get() - Method in class org.apache.brooklyn.launcher.osgi.ConfigSupplier
-
- get(ManagementContext, Map<String, Object>, boolean) - Method in class org.apache.brooklyn.launcher.WebAppContextProvider
-
Serve given WAR at the given pathSpec; if not yet started, it is simply remembered until start;
if server already running, the context for this WAR is started.
- get() - Method in class org.apache.brooklyn.location.jclouds.AbstractComputeServiceRegistry.ComputeServiceSupplier
-
- get(JcloudsLocation, Image, ConfigBag) - Static method in class org.apache.brooklyn.location.jclouds.CreateUserStatements
-
Returns the commands required to create the user, to be used for connecting (e.g.
- get() - Method in class org.apache.brooklyn.location.jclouds.suppliers.LinkContextSupplier
-
- get() - Method in interface org.apache.brooklyn.rest.api.AccessApi
-
- get(String) - Method in interface org.apache.brooklyn.rest.api.ActivityApi
-
- get(String, String, String) - Method in interface org.apache.brooklyn.rest.api.AdjunctApi
-
- get(String) - Method in interface org.apache.brooklyn.rest.api.ApplicationApi
-
- get(String, String) - Method in interface org.apache.brooklyn.rest.api.EntityApi
-
- get(String, String, String, Boolean) - Method in interface org.apache.brooklyn.rest.api.EntityConfigApi
-
- get(String, String) - Method in interface org.apache.brooklyn.rest.api.LocationApi
-
WARNING: behaviour will change in a future release; this will only return location instances.
- get(String, String, String, String) - Method in interface org.apache.brooklyn.rest.api.PolicyConfigApi
-
Deprecated.
- get(String, String, String, Boolean) - Method in interface org.apache.brooklyn.rest.api.SensorApi
-
- get() - Method in class org.apache.brooklyn.rest.resources.AccessResource
-
- get(String) - Method in class org.apache.brooklyn.rest.resources.ActivityResource
-
- get(String, String, String) - Method in class org.apache.brooklyn.rest.resources.AdjunctResource
-
- get(String) - Method in class org.apache.brooklyn.rest.resources.ApplicationResource
-
- get(String, String, String, Boolean) - Method in class org.apache.brooklyn.rest.resources.EntityConfigResource
-
- get(boolean, String, String, String, Boolean) - Method in class org.apache.brooklyn.rest.resources.EntityConfigResource
-
- get(String, String) - Method in class org.apache.brooklyn.rest.resources.EntityResource
-
- get(String, String) - Method in class org.apache.brooklyn.rest.resources.LocationResource
-
- get(String, boolean) - Method in class org.apache.brooklyn.rest.resources.LocationResource
-
- get(String, String, String, String) - Method in class org.apache.brooklyn.rest.resources.PolicyConfigResource
-
Deprecated.
- get(String, String, String, Boolean) - Method in class org.apache.brooklyn.rest.resources.SensorResource
-
- get(String, String) - Method in class org.apache.brooklyn.ui.modularity.metadata.registry.RestUiMetadataRegistry
-
- get() - Method in class org.apache.brooklyn.util.collections.Jsonya.Navigator
-
returns the object at the focus, or null if none
- get(Class<V>) - Method in class org.apache.brooklyn.util.collections.Jsonya.Navigator
-
returns the object at the focus, casted to the given type, null if none
- get(Object, Object...) - Method in class org.apache.brooklyn.util.collections.Jsonya.Navigator
-
- get(ConfigKey<T>) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
returns the value of this config key, falling back to its default (use containsKey to see whether it was contained);
also marks it as having been used (use peek to prevent marking as used)
- get() - Static method in class org.apache.brooklyn.util.core.osgi.SystemFrameworkLoader
-
- get(TaskAdaptable<T>) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionContext
-
- get() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- get(long, TimeUnit) - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- get(Duration) - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- get() - Method in interface org.apache.brooklyn.util.core.task.DeferredSupplier
-
- get(TaskAdaptable<T>) - Static method in class org.apache.brooklyn.util.core.task.DynamicTasks
-
submits/queues the given task if needed, and gets the result (unchecked)
- get(TaskAdaptable<T>, Entity) - Static method in class org.apache.brooklyn.util.core.task.DynamicTasks
-
- get() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- get(long, TimeUnit) - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- get(Duration) - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- get() - Method in class org.apache.brooklyn.util.core.task.InterruptingImmediateSupplier
-
- get() - Method in class org.apache.brooklyn.util.core.task.ScheduledTask
-
- get() - Method in class org.apache.brooklyn.util.core.task.ssh.SshFetchTaskWrapper
-
blocks, returns the fetched file as a string, throwing if there was an exception
- get() - Method in class org.apache.brooklyn.util.core.task.ssh.SshPutTaskWrapper
-
blocks, throwing if there was an exception
- get() - Method in class org.apache.brooklyn.util.core.task.system.ProcessTaskWrapper
-
blocks and gets the result, throwing if there was an exception
- get() - Method in class org.apache.brooklyn.util.core.task.ValueResolver
-
- get(String) - Method in class org.apache.brooklyn.util.core.text.TemplateProcessor.DotSplittingTemplateModel
-
- get() - Method in class org.apache.brooklyn.util.exceptions.Exceptions.CollapseTextSupplier
-
- get() - Method in class org.apache.brooklyn.util.exceptions.ReferenceWithError
-
returns the underlying value, throwing if there is an error which is not masked (ie #throwsErrorOnAccess() is set)
- get() - Method in class org.apache.brooklyn.util.guava.AnyExceptionSupplier
-
- get(<any>) - Method in class org.apache.brooklyn.util.guava.IfFunctions.IfFunctionBuilderApplying
-
- get(<any>) - Method in class org.apache.brooklyn.util.guava.IfFunctions.IfFunctionBuilderApplyingFirst
-
- get() - Method in class org.apache.brooklyn.util.guava.IllegalStateExceptionSupplier
-
- get(A, Callable<? extends V>) - Method in class org.apache.brooklyn.util.guava.KeyTransformingLoadingCache
-
- get(A) - Method in class org.apache.brooklyn.util.guava.KeyTransformingLoadingCache
-
- get() - Method in class org.apache.brooklyn.util.guava.Maybe.Absent
-
- get() - Method in class org.apache.brooklyn.util.guava.Maybe
-
- get() - Method in class org.apache.brooklyn.util.guava.Maybe.MaybeSupplier
-
- get() - Method in class org.apache.brooklyn.util.guava.Maybe.Present
-
- get() - Method in class org.apache.brooklyn.util.guava.Maybe.SoftlyPresent
-
- get() - Static method in class org.apache.brooklyn.util.guava.MaybeFunctions
-
- GET - Static variable in interface org.apache.brooklyn.util.http.executor.HttpExecutor
-
HTTP methods
- get(int) - Method in class org.apache.brooklyn.util.math.BitList
-
- get() - Method in class org.apache.brooklyn.util.os.Os.TmpDirFinder
-
- get(Future<T>, Duration) - Static method in class org.apache.brooklyn.util.time.Durations
-
- get(Future<T>, CountdownTimer) - Static method in class org.apache.brooklyn.util.time.Durations
-
- GET_CURRENT_CONFIGURATION - Static variable in interface org.apache.brooklyn.entity.proxy.nginx.NginxController
-
- GET_HITS - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- GET_HITS_PER_NODE - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
- GET_TIME_IN_MILLIS - Static variable in interface org.apache.brooklyn.entity.nosql.elasticsearch.ElasticSearchNode
-
- GET_TOTAL - Static variable in interface org.apache.brooklyn.entity.nosql.elasticsearch.ElasticSearchNode
-
- getAbortConditions(Entity, ConfigKey<Object>) - Static method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
-
Get abort-condition tolerantly from a configuration key.
- getAcceptedIssuers() - Method in class org.apache.brooklyn.util.crypto.SslTrustUtils.DelegatingTrustManager
-
- getAccessApi() - Method in class org.apache.brooklyn.rest.client.BrooklynApi
-
- getAccessController() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
For controlling access to operations - can be queried to find if an operation is allowed.
- getAccessController() - Method in interface org.apache.brooklyn.core.mgmt.internal.AccessManager
-
- getAccessController() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalAccessManager
-
- getAccessController() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- getAccessController() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentAccessManager
-
- getAccessController() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getAccessLogLocation() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxSshDriver
-
- getAccessManager() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- getAccessManager() - Method in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
- getAccessManager() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getActionName() - Method in interface org.apache.brooklyn.core.config.render.RendererHints.NamedAction
-
- getActionName() - Method in class org.apache.brooklyn.core.config.render.RendererHints.NamedActionWithUrl
-
- getActions() - Method in class org.apache.brooklyn.ui.modularity.ExternalUiModule
-
- getActions() - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleImpl
-
- getActions() - Method in interface org.apache.brooklyn.ui.modularity.module.api.UiModule
-
- getActivityApi() - Method in class org.apache.brooklyn.rest.client.BrooklynApi
-
- getActualPort() - Method in class org.apache.brooklyn.launcher.BrooklynWebServer
-
returns port where this is running, or -1 if not yet known
- getActualState(Entity) - Static method in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic
-
- getAdditionalData() - Method in class org.apache.brooklyn.core.BrooklynVersion.BrooklynFeature
-
- getAdditionalData() - Method in class org.apache.brooklyn.rest.domain.BrooklynFeatureSummary
-
- getAdditionalInterfaces() - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
- getAdditionalOptionalOptions() - Method in class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
- getAdditionalOptionalOptions() - Method in class org.apache.brooklyn.location.jclouds.templates.PortableTemplateBuilder
-
- getAdditionalOptions() - Method in class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
- getAdditionalOptions() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- getAddonName() - Method in interface org.apache.brooklyn.api.entity.drivers.downloads.DownloadResolverManager.DownloadRequirement
-
The name of the add-on to be downloaded, or null if it is the main installed.
- getAddonName() - Method in class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadRequirement
-
- getAddress() - Method in interface org.apache.brooklyn.api.location.AddressableLocation
-
Return the single most appropriate address for this location.
- getAddress() - Method in interface org.apache.brooklyn.api.location.MachineLocation
-
- getAddress() - Method in class org.apache.brooklyn.container.location.kubernetes.machine.KubernetesEmptyMachineLocation
-
- getAddress() - Method in class org.apache.brooklyn.core.location.geo.HostGeoInfo
-
- getAddress() - Method in interface org.apache.brooklyn.entity.nosql.redis.RedisStore
-
- getAddress() - Method in class org.apache.brooklyn.entity.nosql.redis.RedisStoreImpl
-
- getAddress() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- getAddress() - Method in class org.apache.brooklyn.launcher.BrooklynWebServer
-
interface/address where this server is or will be listening;
if bound to 0.0.0.0 (all NICs, e.g.
- getAddress() - Method in class org.apache.brooklyn.location.localhost.LocalhostMachineProvisioningLocation
-
- getAddress() - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- getAddress() - Method in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- getAddressMappings() - Method in interface org.apache.brooklyn.entity.network.bind.BindDnsServer
-
- getAddressMappings() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerImpl
-
- getAddressOfUnresolvableHostname() - Static method in class org.apache.brooklyn.util.net.Networking
-
returns null in a sane DNS environment, but if DNS provides a bogus address for made-up hostnames, this returns that address
- getAddressRecords() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerImpl
-
- getAdjunct(String, String, String) - Method in class org.apache.brooklyn.rest.util.BrooklynRestResourceUtils
-
finds the policy indicated by the given ID or name.
- getAdjunct(Entity, String) - Method in class org.apache.brooklyn.rest.util.BrooklynRestResourceUtils
-
finds the policy indicated by the given ID or name.
- getAdjunctType() - Method in class org.apache.brooklyn.core.objs.AbstractEntityAdjunct
-
- getAdjunctType() - Method in class org.apache.brooklyn.rest.domain.AdjunctSummary
-
- getAlias() - Method in class org.apache.brooklyn.core.mgmt.persist.XmlMementoSerializer.CustomMapper
-
- getAliases() - Method in interface org.apache.brooklyn.api.typereg.RegisteredType
-
Alias words defined for this type
- getAliases() - Method in class org.apache.brooklyn.core.typereg.BasicRegisteredType
-
- getAliases() - Method in class org.apache.brooklyn.rest.domain.TypeSummary
-
- getAll() - Method in interface org.apache.brooklyn.api.entity.Entity.SensorSupport
-
- getAll() - Method in interface org.apache.brooklyn.api.typereg.BrooklynTypeRegistry
-
- getAll() - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicSensorSupport
-
- getAll() - Method in class org.apache.brooklyn.core.typereg.BasicBrooklynTypeRegistry
-
- getAll() - Method in class org.apache.brooklyn.ui.modularity.metadata.registry.impl.UiMetadataRegistryImpl
-
- getAll() - Method in interface org.apache.brooklyn.ui.modularity.metadata.registry.UiMetadataRegistry
-
- getAllAssignableTypes(Class<?>) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
returns base, superclasses, then interfaces
- getAllAssignableTypes(Class<?>, Closure<Boolean>) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
- getAllAssignableTypes(Class<?>, <any>) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
- getAllBrooklynObjects() - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindContext
-
Returns an unmodifiable view of all objects by ID
- getAllBrooklynObjects() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- getAllCauses() - Method in exception org.apache.brooklyn.util.exceptions.CompoundRuntimeException
-
- getAllChildrenAsMap(String, int, int) - Method in interface org.apache.brooklyn.rest.api.ActivityApi
-
- getAllChildrenAsMap(String) - Method in interface org.apache.brooklyn.rest.api.ActivityApi
-
- getAllChildrenAsMap(String) - Method in class org.apache.brooklyn.rest.resources.ActivityResource
-
Deprecated.
- getAllChildrenAsMap(String, int, int) - Method in class org.apache.brooklyn.rest.resources.ActivityResource
-
- getAllConfig() - Method in interface org.apache.brooklyn.config.ConfigMap
-
- getAllConfig() - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
Deprecated.
- getAllConfig() - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
Deprecated.
- getAllConfig() - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
Deprecated.
- getAllConfig() - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
Deprecated.
- getAllConfig() - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
current values for all entries
- getAllConfig() - Method in class org.apache.brooklyn.util.core.config.ResolvingConfigBag
-
- getAllConfigAsConfigKeyMap() - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
current values for all entries in a map where the keys are converted to
ConfigKey instances
- getAllConfigAsConfigKeyMap() - Method in class org.apache.brooklyn.util.core.config.ResolvingConfigBag
-
- getAllConfigBag() - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
Deprecated.
- getAllConfigInheritedRawValuesIgnoringErrors() - Method in interface org.apache.brooklyn.config.ConfigMap.ConfigMapWithInheritance
-
- getAllConfigInheritedRawValuesIgnoringErrors() - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
- getAllConfigInheritedRawWithErrors() - Method in interface org.apache.brooklyn.config.ConfigMap.ConfigMapWithInheritance
-
- getAllConfigInheritedRawWithErrors() - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
- getAllConfigLocalRaw() - Method in interface org.apache.brooklyn.config.ConfigMap
-
returns a read-only map of all local config keys with their raw (unresolved+uncoerced) contents
- getAllConfigLocalRaw() - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
- getAllConfigLocalRaw() - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- getAllConfigLocalRaw() - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- getAllConfigMutable() - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
Returns the internal map containing the current values for all entries;
for use where the caller wants to modify this directly and knows it is safe to do so
- getAllConfigMutable() - Method in class org.apache.brooklyn.util.core.config.ResolvingConfigBag
-
- getAllConfigRaw() - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- getAllConfigRaw() - Method in class org.apache.brooklyn.util.core.config.ResolvingConfigBag
-
- getAllEntitiesInApplication(Application) - Method in interface org.apache.brooklyn.core.mgmt.internal.EntityManagerInternal
-
gets all entities currently known to the application, including entities that are not yet managed
- getAllEntitiesInApplication(Application) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalEntityManager
-
- getAllEntitiesInApplication(Application) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentEntityManager
-
- getAllFields(Class<?>, Closure<Boolean>) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
- getAllFields(Class<?>) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
- getAllFields(Class<?>, <any>) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
- getAllInheritedLocations(Entity) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- getAllInterfaces(Class<?>) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
Gets all the interfaces implemented by the given type, including its parent classes.
- getAllLocalRaw() - Method in class org.apache.brooklyn.core.objs.AbstractConfigurationSupportInternal
-
- getAllLocalRaw() - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal.ConfigurationSupportInternal
-
- getAllMachines() - Method in class org.apache.brooklyn.location.byon.FixedListMachineProvisioningLocation
-
- getAllPresent(Iterable<?>) - Method in class org.apache.brooklyn.util.guava.KeyTransformingLoadingCache
-
- getAllReinheritableConfigRaw() - Method in interface org.apache.brooklyn.config.ConfigMap.ConfigMapWithInheritance
-
as #getAllConfigInheritedRaw() but removes any entries which should not be re-inheritable by descendants
- getAllReinheritableConfigRaw() - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
- getAllResources() - Static method in class org.apache.brooklyn.camp.server.rest.CampRestResources
-
- getAllResources() - Static method in class org.apache.brooklyn.rest.BrooklynRestApi
-
- getAllSemaphores() - Method in class org.apache.brooklyn.util.core.mutex.MutexSupport
-
Returns the semaphores in use at the time the method is called, for inspection purposes (and testing).
- getAllSubLocations() - Method in class org.apache.brooklyn.core.location.cloud.AbstractAvailabilityZoneExtension
-
- getAllSubLocations() - Method in interface org.apache.brooklyn.core.location.cloud.AvailabilityZoneExtension
-
- getAllSubscriptions() - Method in class org.apache.brooklyn.core.mgmt.internal.SubscriptionTracker
-
- getAllSupportedProperties() - Static method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- getAllTasks() - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
not on interface because potentially expensive
- getAlreadyEncounteredTypes() - Method in interface org.apache.brooklyn.api.typereg.RegisteredTypeLoadingContext
-
encountered types, so that during resolution,
if we have already attempted to resolve a given type,
the instantiator can avoid recursive cycles
- getAlreadyEncounteredTypes() - Method in class org.apache.brooklyn.core.typereg.RegisteredTypeLoadingContexts.BasicRegisteredTypeLoadingContext
-
- getAmqpPort() - Method in interface org.apache.brooklyn.entity.messaging.amqp.AmqpServer
-
- getAmqpPort() - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidBrokerImpl
-
- getAmqpPort() - Method in interface org.apache.brooklyn.entity.messaging.qpid.QpidDriver
-
- getAmqpPort() - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidSshDriver
-
- getAmqpPort() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitBrokerImpl
-
- getAmqpPort() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitSshDriver
-
- getAmqpVersion() - Method in interface org.apache.brooklyn.entity.messaging.amqp.AmqpServer
-
- getAmqpVersion() - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidBrokerImpl
-
- getAmqpVersion() - Method in interface org.apache.brooklyn.entity.messaging.qpid.QpidDriver
-
- getAmqpVersion() - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidSshDriver
-
- getAmqpVersion() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitBrokerImpl
-
- getAncestorDefaultInheritable() - Method in class org.apache.brooklyn.core.config.BasicConfigInheritance
-
- getAnnotatedConfigKeys(Class<?>) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
returns a map of all
ConfigKey fields which are annotated 'SetFromFlag', along with the annotation
- getAnnotatedFields(Class<?>) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
returns a map of all fields which are annotated 'SetFromFlag', along with the annotation
- getAnyRouter() - Method in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBRouterCluster
-
- getAnyRouter() - Method in class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBRouterClusterImpl
-
- getAnyRunningRouter() - Method in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBRouterCluster
-
- getAnyRunningRouter() - Method in class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBRouterClusterImpl
-
- getApi(String) - Static method in class org.apache.brooklyn.location.jclouds.JcloudsProviderAndApiLoader
-
- getApidoc() - Method in class org.apache.brooklyn.camp.server.dto.PlatformDto
-
- getApidocResources() - Static method in class org.apache.brooklyn.camp.server.rest.CampRestResources
-
- getApidocResources() - Static method in class org.apache.brooklyn.rest.BrooklynRestApi
-
- getAppDir() - Method in interface org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppDriver
-
- getAppDir() - Method in class org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppSshDriver
-
- getApplication() - Method in interface org.apache.brooklyn.api.entity.Entity
-
- getApplication() - Method in class org.apache.brooklyn.core.entity.AbstractApplication
-
- getApplication() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
Returns the application, looking it up if not yet known (registering if necessary)
- getApplication() - Method in interface org.apache.brooklyn.core.entity.internal.EntityTransientCopyInternal
-
- getApplication() - Method in interface org.apache.brooklyn.core.mgmt.usage.UsageListener.ApplicationMetadata
-
Access the application directly with caution: by the time the listener fires,
the application may no longer be managed.
- getApplication(String, String) - Method in interface org.apache.brooklyn.rest.api.CatalogApi
-
- getApplication(String, String) - Method in class org.apache.brooklyn.rest.resources.CatalogResource
-
Deprecated.
- getApplication(String) - Method in class org.apache.brooklyn.rest.util.BrooklynRestResourceUtils
-
looks for the given application instance, first by ID then by name
- getApplicationApi() - Method in class org.apache.brooklyn.rest.client.BrooklynApi
-
- getApplicationComponents() - Method in class org.apache.brooklyn.camp.server.dto.ApplicationComponentDto
-
- getApplicationComponents() - Method in class org.apache.brooklyn.camp.server.dto.AssemblyDto
-
- getApplicationComponents() - Method in class org.apache.brooklyn.camp.server.dto.PlatformComponentDto
-
- getApplicationComponents() - Method in class org.apache.brooklyn.camp.server.dto.PlatformDto
-
- getApplicationComponents() - Method in class org.apache.brooklyn.camp.spi.ApplicationComponent
-
- getApplicationComponents() - Method in class org.apache.brooklyn.camp.spi.Assembly
-
- getApplicationComponents() - Method in class org.apache.brooklyn.camp.spi.PlatformComponent
-
- getApplicationComponentTemplates() - Method in class org.apache.brooklyn.camp.server.dto.AssemblyTemplateDto
-
- getApplicationComponentTemplates() - Method in class org.apache.brooklyn.camp.server.dto.PlatformDto
-
- getApplicationComponentTemplates() - Method in class org.apache.brooklyn.camp.spi.AssemblyTemplate
-
- getApplicationId() - Method in interface org.apache.brooklyn.api.entity.Entity
-
- getApplicationId() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- getApplicationId() - Method in interface org.apache.brooklyn.core.entity.internal.EntityTransientCopyInternal
-
- getApplicationId() - Method in class org.apache.brooklyn.core.mgmt.usage.ApplicationUsage
-
- getApplicationId() - Method in class org.apache.brooklyn.core.mgmt.usage.LocationUsage.LocationEvent
-
- getApplicationId() - Method in interface org.apache.brooklyn.core.mgmt.usage.UsageListener.ApplicationMetadata
-
- getApplicationId() - Method in class org.apache.brooklyn.rest.domain.EntityDetail
-
- getApplicationId() - Method in class org.apache.brooklyn.rest.domain.UsageStatistic
-
- getApplicationIds() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMemento
-
- getApplicationIds() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl
-
- getApplicationName() - Method in class org.apache.brooklyn.core.mgmt.usage.ApplicationUsage
-
- getApplicationName() - Method in interface org.apache.brooklyn.core.mgmt.usage.UsageListener.ApplicationMetadata
-
- getApplications() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
All applications under control of this management plane
- getApplications() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- getApplications() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getApplications() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindIteration
-
- getApplications() - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
- getApplicationUsage(String) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalUsageManager
-
Returns the usage info for the location with the given id, or null if unknown.
- getApplicationUsage(<any>) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalUsageManager
-
Returns the usage info that matches the given predicate.
- getApplicationUsage(String) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentUsageManager
-
- getApplicationUsage(<any>) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentUsageManager
-
- getApplicationUsage(String) - Method in interface org.apache.brooklyn.core.mgmt.usage.UsageManager
-
Returns the usage info for the application with the given id, or null if unknown.
- getApplicationUsage(<any>) - Method in interface org.apache.brooklyn.core.mgmt.usage.UsageManager
-
Returns the usage info that matches the given predicate.
- getApplicationUsage(String, String, String) - Method in interface org.apache.brooklyn.rest.api.UsageApi
-
- getApplicationUsage(String, String, String) - Method in class org.apache.brooklyn.rest.resources.UsageResource
-
- getArch() - Method in interface org.apache.brooklyn.api.location.OsDetails
-
The operating system's architecture, e.g.
- getArch() - Method in class org.apache.brooklyn.core.location.BasicOsDetails
-
- getArchiveNameFormat() - Method in class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeSshDriver
-
- getArchiveNameFormat() - Method in class org.apache.brooklyn.entity.nosql.mongodb.AbstractMongoDBSshDriver
-
- getArchiveNameFormat() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- getArgs() - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.parse.FunctionWithArgs
-
- getArgs() - Method in class org.apache.brooklyn.entity.java.VanillaJavaAppSshDriver
-
- getArgs() - Method in class org.apache.brooklyn.util.text.FormattedString
-
- getArgument() - Method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements.StringAndArgument
-
- getArtifactId() - Method in class org.apache.brooklyn.util.maven.MavenArtifact
-
- getArtifacts() - Method in class org.apache.brooklyn.camp.spi.pdp.DeploymentPlan
-
- getArtifactType() - Method in class org.apache.brooklyn.camp.spi.pdp.Artifact
-
- getAs(Object, Class<T>) - Static method in class org.apache.brooklyn.util.yaml.Yamls
-
returns the given (yaml-parsed) object as the given yaml type.
- getAssemblies() - Method in class org.apache.brooklyn.camp.server.dto.PlatformDto
-
- getAssemblyTemplate() - Method in class org.apache.brooklyn.camp.spi.Assembly
-
- getAssemblyTemplates() - Method in class org.apache.brooklyn.camp.server.dto.PlatformDto
-
- getAsSensorValue(Entity) - Method in class org.apache.brooklyn.core.sensor.AttributeSensorAndConfigKey
-
returns the sensor value for this attribute on the given entity, if present,
otherwise works out what the sensor value should be based on the config key's value
- getAsSensorValue(ManagementContext) - Method in class org.apache.brooklyn.core.sensor.AttributeSensorAndConfigKey
-
- getAssertions(Entity, ConfigKey<Object>) - Static method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
-
Get assertions tolerantly from a configuration key.
- getAsYamlMap(Object) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
Returns a wrapped map, if the object is YAML which parses as a map;
otherwise returns absent capable of throwing an error with more details
- getAt(String, List<String>) - Static method in class org.apache.brooklyn.util.yaml.Yamls
-
Parses the given yaml, and walks the given path to return the referenced object.
- getAtPreParsed(Object, List<String>) - Static method in class org.apache.brooklyn.util.yaml.Yamls
-
For pre-parsed yaml, walks the maps/lists to return the given sub-item.
- getAttempts() - Method in class org.apache.brooklyn.test.WebAppMonitor
-
- getAttribute(AttributeSensor<T>) - Method in interface org.apache.brooklyn.api.entity.Entity
-
- getAttribute(AttributeSensor<T>) - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- getAttribute() - Method in class org.apache.brooklyn.core.entity.EntityAndAttribute
-
- getAttribute(AttributeSensor<T>) - Method in interface org.apache.brooklyn.core.entity.internal.EntityTransientCopyInternal
-
- getAttribute(ObjectName, String) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
Returns a specific attribute for a JMX ObjectName.
- getAttribute(String) - Method in class org.apache.brooklyn.rest.util.MultiSessionAttributeAdapter
-
- getAttributeName() - Method in class org.apache.brooklyn.feed.jmx.JmxAttributePollConfig
-
- getAttributes() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.EntityMemento
-
- getAttributes() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicEntityMemento
-
- getAttrs() - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynComponentTemplateResolver
-
Deprecated.
- getAuthorityCertificate() - Method in class org.apache.brooklyn.util.core.crypto.FluentKeySigner
-
- getAutodectectedDevelopmentMode() - Static method in class org.apache.brooklyn.launcher.config.BrooklynDevelopmentModes
-
Deprecated.
- getAvailable() - Method in class org.apache.brooklyn.location.byon.FixedListMachineProvisioningLocation
-
- getAvailableContainersFor(ItemType, Location) - Method in class org.apache.brooklyn.policy.followthesun.DefaultFollowTheSunModel
-
- getAvailableContainersFor(ItemType, Location) - Method in interface org.apache.brooklyn.policy.followthesun.FollowTheSunModel
-
- getAverage(long, long) - Method in class org.apache.brooklyn.enricher.stock.YamlRollingTimeWindowMeanEnricher
-
- getAverage() - Method in class org.apache.brooklyn.policy.enricher.RollingMeanEnricher
-
- getAverage(long, long) - Method in class org.apache.brooklyn.policy.enricher.RollingTimeWindowMeanEnricher
-
- getBackingStoreDescription() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister
-
- getBackingStoreDescription() - Method in class org.apache.brooklyn.core.mgmt.persist.BrooklynMementoPersisterToObjectStore
-
- getBag() - Method in class org.apache.brooklyn.core.objs.AbstractConfigurationSupportInternal
-
- getBag() - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal.ConfigurationSupportInternal
-
Returns a read-only view of all the config key/value pairs on this entity, backed by a string-based map,
including config names that did not match anything on this entity.
- getBalanceableItems() - Method in interface org.apache.brooklyn.policy.loadbalancing.BalanceableContainer
-
- getBase64IdFromValue(long) - Static method in class org.apache.brooklyn.util.text.Identifiers
-
- getBase64IdFromValue(long, int) - Static method in class org.apache.brooklyn.util.text.Identifiers
-
- getBaseClassLoader() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
Optional class-loader that this management context should use as its base,
as the first-resort in the catalog, and for scanning (if scanning the default in the catalog).
- getBaseClassLoader() - Method in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
- getBaseClassLoader() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getBaseClassPathForScanning() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- getBaseClassPathForScanning() - Method in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
- getBaseClassPathForScanning() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getBaseDir() - Method in class org.apache.brooklyn.core.mgmt.persist.FileBasedObjectStore
-
- getBaseDir() - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbSshDriver
-
- getBaseDir() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlSshDriver
-
- getBasename(String) - Static method in class org.apache.brooklyn.util.net.Urls
-
return the last segment of the given url before any '?', e.g.
- getBasicAddonSubstitutions(EntityDriver, String) - Static method in class org.apache.brooklyn.core.entity.drivers.downloads.DownloadSubstituters
-
- getBasicEntitySubstitutions(EntityDriver) - Static method in class org.apache.brooklyn.core.entity.drivers.downloads.DownloadSubstituters
-
- getBasicSubstitutions(DownloadResolverManager.DownloadRequirement) - Static method in class org.apache.brooklyn.core.entity.drivers.downloads.DownloadSubstituters
-
- getBestVersion(Iterable<RegisteredType>) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- getBindAddress() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss7ServerImpl
-
Deprecated.
- getBindSection() - Method in class org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeSshDriver
-
- getBinLogName() - Method in class org.apache.brooklyn.entity.database.mysql.ReplicationSnapshot
-
- getBinLogPosition() - Method in class org.apache.brooklyn.entity.database.mysql.ReplicationSnapshot
-
- GetBlob(ManagementContext, boolean, String, boolean, String, String) - Constructor for class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.GetBlob
-
- getBlobStoreContext() - Method in class org.apache.brooklyn.core.mgmt.persist.jclouds.JcloudsBlobStoreBasedObjectStore
-
- getBlockingDetails() - Method in class org.apache.brooklyn.rest.domain.TaskSummary
-
- getBlockingDetails() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
returns a textual message giving details while the task is blocked
- getBlockingDetails() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- getBlockingDetails() - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
returns a textual message giving details while the task is blocked
- getBlockingTask() - Method in class org.apache.brooklyn.rest.domain.TaskSummary
-
- getBlockingTask() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
returns a task that this task is blocked on
- getBlockingTask() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- getBlockingTask() - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
returns a task that this task is blocked on
- getBody() - Method in class org.apache.brooklyn.core.effector.AbstractEffector
-
- getBody() - Method in class org.apache.brooklyn.core.effector.EffectorAndBody
-
- getBody() - Method in interface org.apache.brooklyn.core.effector.EffectorWithBody
-
returns the body of the effector, i.e.
- getBody() - Method in class org.apache.brooklyn.feed.http.HttpPollConfig
-
- getBroadcastAddress() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- getBroadcastAddress() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeImpl
-
Deprecated.
- getBrokerId() - Method in interface org.apache.brooklyn.entity.messaging.kafka.KafkaBroker
-
- getBrokerId() - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaBrokerImpl
-
- getBrokerName() - Method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQBrokerImpl
-
- getBrokerName() - Method in interface org.apache.brooklyn.entity.messaging.activemq.ActiveMQDriver
-
- getBrokerName() - Method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQSshDriver
-
- getBrooklynAccessibleAddress(Entity, int) - Static method in class org.apache.brooklyn.core.location.access.BrooklynAccessUtils
-
- getBrooklynCidrBlock() - Method in class org.apache.brooklyn.location.jclouds.networking.JcloudsLocationSecurityGroupCustomizer
-
- getBrooklynClass() - Method in class org.apache.brooklyn.core.objs.BrooklynDynamicType
-
- getBrooklynHome() - Method in class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeSshDriver
-
- getBrooklynManagementContext() - Method in class org.apache.brooklyn.camp.brooklyn.BrooklynCampPlatform
-
- getBrooklynManagementContext() - Method in class org.apache.brooklyn.camp.brooklyn.spi.platform.BrooklynImmutableCampPlatform
-
- getBrooklynManagementContext() - Method in interface org.apache.brooklyn.core.mgmt.HasBrooklynManagementContext
-
- getBrooklynManagementContext() - Method in class org.apache.brooklyn.core.objs.BasicConfigurableObject
-
- getBrooklynMgmt() - Method in class org.apache.brooklyn.camp.brooklyn.BrooklynCampPlatformLauncherAbstract
-
- getBrooklynProperties() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- getBrooklynProperties() - Method in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
- getBrooklynProperties() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getBrooklynProperties() - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
- getBrooklynPropertiesBuilder() - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
- getBrooklynRestResources() - Static method in class org.apache.brooklyn.rest.BrooklynRestApi
-
- getBrooklynRootSigner() - Method in class org.apache.brooklyn.entity.java.JmxmpSslSupport
-
- getBrooklynVersion() - Method in interface org.apache.brooklyn.api.mgmt.ha.ManagementNodeSyncRecord
-
- getBrooklynVersion() - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData
-
- getBrooklynVersion() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.Memento
-
The version of brooklyn used when this memento was generated.
- getBrooklynVersion() - Method in class org.apache.brooklyn.core.mgmt.ha.dto.BasicManagementNodeSyncRecord
-
- getBrooklynVersion() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.AbstractMemento
-
- getBrooklynWebTmpDir(ManagementContext) - Static method in class org.apache.brooklyn.core.server.BrooklynServerPaths
-
- getBrooklynWebUri(ManagementContext) - Static method in class org.apache.brooklyn.core.server.BrooklynServerConfig
-
- getBuildBranch() - Method in class org.apache.brooklyn.rest.domain.VersionSummary
-
- getBuildSha1() - Method in class org.apache.brooklyn.rest.domain.VersionSummary
-
- getBundle(String) - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoManifest
-
- getBundle() - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiBundleInstallationResult
-
- getBundle(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl
-
- getBundle(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- getBundle() - Method in class org.apache.brooklyn.rest.domain.BundleInstallationRestResult
-
- getBundleFile(ManagedBundle) - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiManager
-
- getBundleIds() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoManifest
-
returns UID not symbolic name + version
- getBundleIds() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl
-
- getBundleJars() - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData
-
- getBundleOf(Class<?>) - Static method in class org.apache.brooklyn.util.core.osgi.Osgis
-
- getBundles() - Method in interface org.apache.brooklyn.api.catalog.CatalogItem.CatalogItemLibraries
-
Deprecated.
- getBundles() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoManifest
-
- getBundles() - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData
-
- getBundles() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogInitialization.PersistedCatalogState
-
The persisted bundles (from the /bundles sub-directory of the persisted state).
- getBundles() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogLibrariesDo
-
Deprecated.
- getBundles() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogLibrariesDto
-
Deprecated.
- getBundles() - Method in class org.apache.brooklyn.core.mgmt.classloading.OsgiBrooklynClassLoadingContext
-
- getBundles() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl
-
- getBundles() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- getBundleUpgradedIfNecessary(ManagementContext, String) - Static method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades
-
- getById(String) - Method in class org.apache.brooklyn.ui.modularity.metadata.registry.impl.UiMetadataRegistryImpl
-
- getById(String) - Method in interface org.apache.brooklyn.ui.modularity.metadata.registry.UiMetadataRegistry
-
- getBytes() - Method in class org.apache.brooklyn.core.mgmt.persist.FileBasedStoreObjectAccessor
-
- getBytes() - Method in class org.apache.brooklyn.core.mgmt.persist.jclouds.JcloudsStoreObjectAccessor
-
- getBytes() - Method in interface org.apache.brooklyn.core.mgmt.persist.PersistenceObjectStore.StoreObjectAccessor
-
- getBytes() - Method in class org.apache.brooklyn.core.mgmt.persist.StoreObjectAccessorLocking
-
- getBytes() - Method in class org.apache.brooklyn.util.core.task.ssh.SshFetchTaskWrapper
-
blocks, returns the fetched file as bytes, throwing if there was an exception
- getBytes() - Method in class org.apache.brooklyn.util.net.Cidr
-
- getBytesUsed() - Method in class org.apache.brooklyn.util.javalang.MemoryUsageTracker
-
- getByType(String) - Method in class org.apache.brooklyn.ui.modularity.metadata.registry.impl.UiMetadataRegistryImpl
-
- getByType(String) - Method in interface org.apache.brooklyn.ui.modularity.metadata.registry.UiMetadataRegistry
-
- getByTypeAndId(String, String) - Method in class org.apache.brooklyn.ui.modularity.metadata.registry.impl.UiMetadataRegistryImpl
-
- getByTypeAndId(String, String) - Method in interface org.apache.brooklyn.ui.modularity.metadata.registry.UiMetadataRegistry
-
- getCache() - Method in class org.apache.brooklyn.core.typereg.BasicRegisteredType
-
- getCallable() - Method in class org.apache.brooklyn.feed.function.FunctionPollConfig
-
- getCampPlatform() - Method in class org.apache.brooklyn.camp.brooklyn.BrooklynCampPlatformLauncherAbstract
-
- getCampPlatform() - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
- getCampRestResources() - Static method in class org.apache.brooklyn.camp.server.rest.CampRestResources
-
- getCanonicalImpl(X509Certificate) - Static method in class org.apache.brooklyn.util.crypto.SecureKeysWithoutBouncyCastle
-
converts a certificate to the canonical implementation, commonly sun.security.x509.X509CertImpl,
which is required in some places -- the Bouncy Castle X509 impl is not accepted
(e.g.
- getCanonicalNameRecords() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerImpl
-
- getCassandraConfigFileName() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeDriver
-
Deprecated.
- getCassandraConfigFileName() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeSshDriver
-
Deprecated.
- getCassandraConfigTemplateUrl() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeDriver
-
Deprecated.
- getCassandraConfigTemplateUrl() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeImpl
-
Deprecated.
- getCassandraConfigTemplateUrl() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeSshDriver
-
Deprecated.
- getCassandraRackdcConfigFileName() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeSshDriver
-
Deprecated.
- getCassandraRackdcConfigTemplateUrl() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeSshDriver
-
Deprecated.
- getCatalog() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
Record of configured Brooklyn entities (and templates and policies) which can be loaded
- getCatalog() - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- getCatalog() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- getCatalog() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getCatalog() - Method in class org.apache.brooklyn.rest.domain.LocationSummary
-
- getCatalog() - Method in class org.apache.brooklyn.rest.util.BrooklynRestResourceUtils
-
- getCatalogApi() - Method in class org.apache.brooklyn.rest.client.BrooklynApi
-
- getCatalogClassLoader() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
Returns the class loader to be used to load items.
- getCatalogClassLoader() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- getCatalogClassLoader() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getCatalogClassLoader() - Method in class org.apache.brooklyn.rest.util.BrooklynRestResourceUtils
-
- getCatalogInitialization() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- getCatalogInitialization() - Method in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
- getCatalogInitialization() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getCatalogItem(String, String) - Method in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
- getCatalogItem(Class<T>, String, String) - Method in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
- getCatalogItem(String, String) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
Deprecated.
- getCatalogItem(Class<T>, String, String) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- getCatalogItem(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- getCatalogItemId() - Method in interface org.apache.brooklyn.api.catalog.CatalogItem
-
- getCatalogItemId() - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
- getCatalogItemId() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoManifest.EntityMementoManifest
-
- getCatalogItemId() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.Memento
-
The principal catalog item id.
- getCatalogItemId() - Method in interface org.apache.brooklyn.api.objs.BrooklynObject
-
The catalog item ID this object was loaded from.
- getCatalogItemId() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- getCatalogItemId() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
- getCatalogItemId() - Method in interface org.apache.brooklyn.core.entity.internal.EntityTransientCopyInternal
-
- getCatalogItemId() - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
- getCatalogItemId() - Method in class org.apache.brooklyn.core.mgmt.classloading.OsgiBrooklynClassLoadingContext
-
- getCatalogItemId() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.AbstractMemento
-
- getCatalogItemId() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.EntityMementoManifestImpl
-
- getCatalogItemId() - Method in interface org.apache.brooklyn.core.mgmt.usage.UsageListener.ApplicationMetadata
-
- getCatalogItemId() - Method in class org.apache.brooklyn.core.objs.AbstractBrooklynObject
-
- getCatalogItemId() - Method in class org.apache.brooklyn.rest.domain.AdjunctSummary
-
- getCatalogItemId() - Method in class org.apache.brooklyn.rest.domain.EntitySummary
-
- getCatalogItemIdFromContext() - Method in interface org.apache.brooklyn.api.internal.ApiObjectsFactoryInterface
-
- getCatalogItemIdFromContext() - Method in class org.apache.brooklyn.core.internal.ApiObjectsFactoryImpl
-
- getCatalogItemIdFromLoader(BrooklynClassLoadingContext) - Static method in class org.apache.brooklyn.core.catalog.internal.CatalogUtils
-
- getCatalogItemIds() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMemento
-
- getCatalogItemIds() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoManifest
-
- getCatalogItemIds() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl
-
- getCatalogItemIds() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl
-
- getCatalogItemIdSearchPath() - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
- getCatalogItemIdSearchPath() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoManifest.EntityMementoManifest
-
- getCatalogItemIdSearchPath() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.Memento
-
Item Ids of all catalog items used to define this item.
- getCatalogItemIdSearchPath() - Method in interface org.apache.brooklyn.api.objs.BrooklynObject
-
An immutable list of ids of catalog items that this item depends on in some way,
with the item that directly defines it implicit, but other items it references explicit.
- getCatalogItemIdSearchPath() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- getCatalogItemIdSearchPath() - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
- getCatalogItemIdSearchPath() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.AbstractMemento
-
- getCatalogItemIdSearchPath() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.EntityMementoManifestImpl
-
- getCatalogItemIdSearchPath() - Method in class org.apache.brooklyn.core.objs.AbstractBrooklynObject
-
- getCatalogItemJavaType() - Method in interface org.apache.brooklyn.api.catalog.CatalogItem
-
- getCatalogItemJavaType() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.CatalogItemMemento
-
- getCatalogItemJavaType() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogApplicationItemDto
-
- getCatalogItemJavaType() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogEnricherItemDto
-
- getCatalogItemJavaType() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogEntityItemDto
-
- getCatalogItemJavaType() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- getCatalogItemJavaType() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogLocationItemDto
-
- getCatalogItemJavaType() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogPolicyItemDto
-
- getCatalogItemJavaType() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogTemplateItemDto
-
- getCatalogItemJavaType() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento
-
- getCatalogItemLegacy(String, String) - Method in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
- getCatalogItemLegacy(Class<T>, String, String) - Method in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
- getCatalogItemLegacy(String, String) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
Deprecated.
- getCatalogItemLegacy(Class<T>, String, String) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- getCatalogItemMemento(String) - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMemento
-
- getCatalogItemMemento(String) - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoManifest
-
- getCatalogItemMemento(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl
-
- getCatalogItemMemento(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl
-
- getCatalogItemMementos() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMemento
-
- getCatalogItemMementos() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoManifest
-
- getCatalogItemMementos() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl
-
- getCatalogItemMementos() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl
-
- getCatalogItemOptionalVersion(ManagementContext, String) - Static method in class org.apache.brooklyn.core.catalog.internal.CatalogUtils
-
- getCatalogItems() - Method in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
- getCatalogItems(<any>) - Method in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
- getCatalogItems() - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData
-
- getCatalogItems() - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
Deprecated.
- getCatalogItems(<any>) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
Deprecated.
- getCatalogItems() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- getCatalogItemsInstalled() - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiBundleInstallationResult
-
- getCatalogItemsLegacy() - Method in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
- getCatalogItemsLegacy(<any>) - Method in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
- getCatalogItemsLegacy() - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
Deprecated.
- getCatalogItemsLegacy(<any>) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
Deprecated.
- getCatalogItemType() - Method in interface org.apache.brooklyn.api.catalog.CatalogItem
-
- getCatalogItemType() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.CatalogItemMemento
-
- getCatalogItemType() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogApplicationItemDto
-
- getCatalogItemType() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogEnricherItemDto
-
- getCatalogItemType() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogEntityItemDto
-
- getCatalogItemType() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- getCatalogItemType() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogLocationItemDto
-
- getCatalogItemType() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogPolicyItemDto
-
- getCatalogItemType() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogTemplateItemDto
-
- getCatalogItemType() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento
-
- getCatalogMetadata(String) - Static method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- getCatalogUpgradesInstructions() - Method in class org.apache.brooklyn.core.typereg.BasicBrooklynTypeRegistry
-
- getCausalChain(Throwable) - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
As Throwables#getCausalChain(Throwable) but safe in the face of perverse classes which return themselves as their cause or otherwise have a recursive causal chain.
- getCause() - Method in class org.apache.brooklyn.util.guava.AnyExceptionSupplier
-
- getCause() - Method in exception org.apache.brooklyn.util.javalang.coerce.ClassCoercionException
-
- getCertificateDestination() - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig
-
Sets the
ssl_certificate_path to be used within the generated
LoadBalancer configuration.
- getCertificateSourceUrl() - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig
-
URL for the SSL certificates required at the server.
- getChangeListener() - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindManager
-
- getChangeListener() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- getCharacteristics() - Method in class org.apache.brooklyn.camp.spi.pdp.Service
-
- getCharacteristicType() - Method in class org.apache.brooklyn.camp.spi.pdp.ServiceCharacteristic
-
- getCharset() - Method in class org.apache.brooklyn.util.core.text.DataUriSchemeParser
-
- getCheckSuccess() - Method in class org.apache.brooklyn.core.feed.FeedConfig
-
- getChecksum() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.ManagedBundleMemento
-
- getChecksum() - Method in interface org.apache.brooklyn.api.typereg.ManagedBundle
-
MD5 checksum of the contents of bundle as installed to OSGi
- getChecksum() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicManagedBundleMemento
-
- getChecksum() - Method in class org.apache.brooklyn.core.typereg.BasicManagedBundle
-
- getChefAttributePath() - Method in class org.apache.brooklyn.entity.chef.ChefAttributePollConfig
-
- getChildren() - Method in interface org.apache.brooklyn.api.entity.Entity
-
Return the entities that are children of (i.e.
- getChildren() - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
- getChildren() - Method in interface org.apache.brooklyn.api.location.Location
-
Get the 'children' of this location.
- getChildren() - Method in interface org.apache.brooklyn.api.mgmt.HasTaskChildren
-
- getChildren() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.TreeNode
-
The ids of the children.
- getChildren() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- getChildren() - Method in interface org.apache.brooklyn.core.entity.internal.EntityTransientCopyInternal
-
- getChildren() - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- getChildren() - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
- getChildren() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.AbstractTreeNodeMemento
-
- getChildren(String, String) - Method in interface org.apache.brooklyn.rest.api.EntityApi
-
- getChildren() - Method in class org.apache.brooklyn.rest.domain.EntityDetail
-
- getChildren() - Method in class org.apache.brooklyn.rest.domain.TaskSummary
-
- getChildren(String, String) - Method in class org.apache.brooklyn.rest.resources.EntityResource
-
- getChildren() - Method in class org.apache.brooklyn.util.core.task.CompoundTask
-
- getChildren() - Method in class org.apache.brooklyn.util.core.task.DynamicSequentialTask
-
- getChildrenTyped() - Method in class org.apache.brooklyn.util.core.task.CompoundTask
-
- getClassifier() - Method in class org.apache.brooklyn.util.maven.MavenArtifact
-
- getClassifierFileNameMarker() - Method in class org.apache.brooklyn.util.maven.MavenArtifact
-
- getClassLoader() - Method in class org.apache.brooklyn.util.javalang.Reflections
-
- getClassLoaderDir() - Method in class org.apache.brooklyn.util.core.ResourceUtils
-
returns the base directory or JAR from which the context is class-loaded, if possible;
throws exception if not found
- getClassLoaderDir(String) - Method in class org.apache.brooklyn.util.core.ResourceUtils
-
- getClassLoadingContext() - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynYamlTypeInstantiator
-
- getClassLoadingContext(Entity) - Static method in class org.apache.brooklyn.core.catalog.internal.CatalogUtils
-
- getClasspath() - Method in class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeImpl
-
- getClasspath() - Method in interface org.apache.brooklyn.entity.java.VanillaJavaApp
-
- getClasspath() - Method in class org.apache.brooklyn.entity.java.VanillaJavaAppImpl
-
- getClasspath() - Method in class org.apache.brooklyn.entity.java.VanillaJavaAppSshDriver
-
- getClasspathFiles() - Method in interface org.apache.brooklyn.entity.java.VanillaJavaApp
-
- getClasspathFiles() - Method in class org.apache.brooklyn.entity.java.VanillaJavaAppImpl
-
- getClientCertificateDestination() - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig
-
- getClientCertificateSourceUrl() - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig
-
- getClosest(String, Collection<String>) - Static method in class org.apache.brooklyn.util.net.NetworkMultiAddressUtils
-
- getClosestEffectorTask(Task<?>, Effector<?>) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
finds the task up the child hierarchy handling the effector call,
returns null if one doesn't exist.
- getCluster() - Method in interface org.apache.brooklyn.entity.messaging.kafka.KafkaCluster
-
- getCluster() - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaClusterImpl
-
- getCluster() - Method in interface org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppCluster
-
- getCluster() - Method in class org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppClusterImpl
-
- getClusterName() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
The name of the cluster.
- getClusterName() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenterImpl
-
Deprecated.
- getClusterName() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- getClusterName() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeDriver
-
Deprecated.
- getClusterName() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeImpl
-
Deprecated.
- getClusterName() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeSshDriver
-
Deprecated.
- getClusterName(Entity) - Static method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseClusterImpl
-
- getClusterName() - Method in interface org.apache.brooklyn.entity.nosql.couchdb.CouchDBCluster
-
The name of the cluster.
- getClusterName() - Method in class org.apache.brooklyn.entity.nosql.couchdb.CouchDBClusterImpl
-
- getClusterName() - Method in interface org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeDriver
-
- getClusterName() - Method in class org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeImpl
-
- getClusterName() - Method in class org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeSshDriver
-
- getClusterName() - Method in interface org.apache.brooklyn.entity.nosql.elasticsearch.ElasticSearchCluster
-
- getClusterName() - Method in class org.apache.brooklyn.entity.nosql.elasticsearch.ElasticSearchClusterImpl
-
- getClusterName() - Method in interface org.apache.brooklyn.entity.nosql.hazelcast.HazelcastCluster
-
- getClusterName() - Method in class org.apache.brooklyn.entity.nosql.hazelcast.HazelcastClusterImpl
-
- getClusterName() - Method in interface org.apache.brooklyn.entity.zookeeper.ZooKeeperEnsemble
-
- getClusterName() - Method in class org.apache.brooklyn.entity.zookeeper.ZooKeeperEnsembleImpl
-
- getClusterOrNode(Entity) - Static method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseClusterImpl
-
returns Couchbase cluster in ancestry, defaulting to the given node if none
- getClusterPassword() - Method in interface org.apache.brooklyn.entity.nosql.hazelcast.HazelcastCluster
-
- getClusterPassword() - Method in class org.apache.brooklyn.entity.nosql.hazelcast.HazelcastClusterImpl
-
- getCnamesForTemplates() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerImpl
-
- getCode() - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiBundleInstallationResult
-
- getCode() - Method in class org.apache.brooklyn.rest.domain.BundleInstallationRestResult
-
- getCommand() - Method in class org.apache.brooklyn.feed.shell.ShellPollConfig
-
- getCommandLineOption(List<String>, String) - Static method in class org.apache.brooklyn.util.CommandLineUtil
-
- getCommandLineOption(List<String>, String, String) - Static method in class org.apache.brooklyn.util.CommandLineUtil
-
given a list of args, e.g.
- getCommandLineOptionInt(List<String>, String, int) - Static method in class org.apache.brooklyn.util.CommandLineUtil
-
- getCommands() - Method in class org.apache.brooklyn.entity.chef.KnifeTaskFactory
-
- getCommands() - Method in class org.apache.brooklyn.util.core.task.system.ProcessTaskStub
-
- getCommandSupplier() - Method in class org.apache.brooklyn.feed.CommandPollConfig
-
- getCommonName() - Method in class org.apache.brooklyn.util.core.crypto.FluentKeySigner
-
- getCommunityOrEnterprise() - Method in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeDriver
-
- getCommunityOrEnterprise() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeSshDriver
-
- getCompletionListeners() - Method in class org.apache.brooklyn.entity.chef.KnifeTaskFactory
-
- getCompletionListeners() - Method in class org.apache.brooklyn.util.core.task.system.ProcessTaskStub
-
- getComponent() - Method in class org.apache.brooklyn.policy.ha.HASensors.FailureDescriptor
-
- getComputeService() - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- getComputeService(Map<?, ?>) - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- getComputeService(ConfigBag) - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- getConfig(ConfigKey.HasConfigKey<T>) - Method in interface org.apache.brooklyn.api.entity.Entity
-
- getConfig() - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
- getConfig(ConfigKey.HasConfigKey<T>) - Method in interface org.apache.brooklyn.api.location.Location
-
Convenience method for config().get(key)
- getConfig() - Method in interface org.apache.brooklyn.api.location.LocationDefinition
-
- getConfig() - Method in class org.apache.brooklyn.api.location.LocationSpec
-
- getConfig() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
Returns the ConfigMap (e.g.
- getConfig() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.EnricherMemento
-
- getConfig() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.EntityMemento
-
- getConfig() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.FeedMemento
-
- getConfig() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.PolicyMemento
-
- getConfig(ConfigKey<T>) - Method in interface org.apache.brooklyn.api.objs.Configurable
-
- getConfig(ConfigKey<T>) - Method in interface org.apache.brooklyn.config.ConfigMap
-
- getConfig(ConfigKey.HasConfigKey<T>) - Method in interface org.apache.brooklyn.config.ConfigMap
-
- getConfig(ConfigKey<U>) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- getConfig(ConfigKey<U>) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
- getConfig(ConfigKey<T>) - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
- getConfig(ConfigKey.HasConfigKey<T>) - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
- getConfig(ConfigKey<T>) - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- getConfig(ConfigKey.HasConfigKey<T>) - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- getConfig(ConfigKey<T>) - Method in interface org.apache.brooklyn.core.entity.internal.EntityTransientCopyInternal
-
- getConfig(ConfigKey.HasConfigKey<T>) - Method in interface org.apache.brooklyn.core.entity.internal.EntityTransientCopyInternal
-
- getConfig(String) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- getConfig(ConfigKey<T>) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- getConfig(ConfigKey.HasConfigKey<T>) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- getConfig(ConfigKey.HasConfigKey<T>, T) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- getConfig(ConfigKey<T>, T) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
Returns value stored against the given key,
resolved (if it is a Task, possibly blocking), and coerced to the appropriate type,
or given default value if not set,
unless the default value is null in which case it returns the default.
- getConfig(String) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- getConfig(ConfigKey<T>) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- getConfig(ConfigKey.HasConfigKey<T>) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- getConfig(ConfigKey.HasConfigKey<T>, T) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- getConfig(ConfigKey<T>, T) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- getConfig(ConfigKey.HasConfigKey<T>) - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- getConfig(ConfigKey<T>) - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- getConfig(ConfigKey.HasConfigKey<T>) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
- getConfig(ConfigKey<T>) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
- getConfig() - Method in class org.apache.brooklyn.core.location.BasicLocationDefinition
-
- getConfig() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- getConfig(String, String) - Method in class org.apache.brooklyn.core.mgmt.internal.BasicExternalConfigSupplierRegistry
-
- getConfig(String) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- getConfig(ConfigKey<T>) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- getConfig(ConfigKey.HasConfigKey<T>) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- getConfig(ConfigKey.HasConfigKey<T>, T) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- getConfig(ConfigKey<T>, T) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- getConfig(String, String) - Method in interface org.apache.brooklyn.core.mgmt.internal.ExternalConfigSupplierRegistry
-
- getConfig() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getConfig() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicEnricherMemento
-
- getConfig() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicEntityMemento
-
- getConfig() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicFeedMemento
-
- getConfig() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicPolicyMemento
-
- getConfig(ConfigKey<T>) - Method in class org.apache.brooklyn.core.objs.AbstractEntityAdjunct
-
- getConfig(ConfigKey<T>) - Method in class org.apache.brooklyn.core.objs.BasicConfigurableObject
-
- getConfig(ConfigKey<T>) - Method in class org.apache.brooklyn.core.typereg.BasicManagedBundle
-
- getConfig(ConfigKey<T>) - Method in class org.apache.brooklyn.entity.machine.SetLimitsCustomizer
-
- getConfig(String, String, String, String) - Method in interface org.apache.brooklyn.rest.api.AdjunctApi
-
- getConfig(String) - Method in interface org.apache.brooklyn.rest.api.ServerApi
-
- getConfig() - Method in class org.apache.brooklyn.rest.domain.AdjunctDetail
-
- getConfig() - Method in class org.apache.brooklyn.rest.domain.ApplicationSpec
-
- getConfig() - Method in class org.apache.brooklyn.rest.domain.CatalogEnricherSummary
-
Deprecated.
- getConfig() - Method in class org.apache.brooklyn.rest.domain.CatalogEntitySummary
-
Deprecated.
- getConfig() - Method in class org.apache.brooklyn.rest.domain.CatalogLocationSummary
-
Deprecated.
- getConfig() - Method in class org.apache.brooklyn.rest.domain.CatalogPolicySummary
-
Deprecated.
- getConfig() - Method in class org.apache.brooklyn.rest.domain.EntitySpec
-
- getConfig() - Method in interface org.apache.brooklyn.rest.domain.HasConfig
-
- getConfig() - Method in class org.apache.brooklyn.rest.domain.LocationSpec
-
Deprecated.
- getConfig(String, String, String, String) - Method in class org.apache.brooklyn.rest.resources.AdjunctResource
-
- getConfig(String) - Method in class org.apache.brooklyn.rest.resources.ServerResource
-
- getConfig() - Method in class org.apache.brooklyn.util.core.task.ssh.SshFetchTaskFactory
-
- getConfigAllInheritedRaw(ConfigKey<?>) - Method in interface org.apache.brooklyn.config.ConfigMap.ConfigMapWithInheritance
-
As
ConfigMap.getConfigLocalRaw(ConfigKey) but returning all containers through the inheritance
hierarchy where a value is set (but stopping if it encounters a key is not inheritable from a container).
- getConfigAllInheritedRaw(ConfigKey<?>) - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
- getConfigAndContainer(ConfigKey<T>) - Method in interface org.apache.brooklyn.config.ConfigMap.ConfigMapWithInheritance
-
Returns the container where a given key is defined, in addition to the value and data on the key it is defined against,
wrapped in something which will report any error during evaluation (in some cases these errors may otherwise
be silently ignored)
- getConfigAndContainer(ConfigKey<T>) - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
- getConfigCluster() - Method in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardedDeployment
-
- getConfigCluster() - Method in class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardedDeploymentImpl
-
- getConfigDirectory() - Method in class org.apache.brooklyn.entity.network.bind.BindOsSupport
-
- getConfigFile() - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbSshDriver
-
- getConfigFile() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlSshDriver
-
- getConfigFile() - Method in class org.apache.brooklyn.entity.nosql.elasticsearch.ElasticSearchNodeSshDriver
-
- getConfigFile() - Method in interface org.apache.brooklyn.entity.proxy.nginx.NginxController
-
- getConfigFile() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxControllerImpl
-
- getConfigFileName() - Method in class org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNodeSshDriver
-
- getConfigInheritedRaw(ConfigKey<?>) - Method in interface org.apache.brooklyn.config.ConfigMap.ConfigMapWithInheritance
-
- getConfigInheritedRaw(ConfigKey<?>) - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
- getConfigKey(String) - Method in interface org.apache.brooklyn.api.objs.BrooklynType
-
The ConfigKey with the given name, or null if not found.
- getConfigKey() - Method in interface org.apache.brooklyn.api.objs.SpecParameter
-
All config key info for this spec parameter;
this is the config key which is added to the defined type
- getConfigKey() - Method in interface org.apache.brooklyn.config.ConfigKey.HasConfigKey
-
- getConfigKey() - Method in class org.apache.brooklyn.core.config.WrappedConfigKey
-
- getConfigKey(String) - Method in class org.apache.brooklyn.core.objs.AdjunctType
-
- getConfigKey() - Method in class org.apache.brooklyn.core.objs.BasicSpecParameter
-
- getConfigKey(String) - Method in class org.apache.brooklyn.core.objs.BrooklynDynamicType
-
ConfigKeys available on this entity.
- getConfigKey(String) - Method in class org.apache.brooklyn.core.objs.BrooklynTypeSnapshot
-
- getConfigKey() - Method in class org.apache.brooklyn.core.sensor.AttributeSensorAndConfigKey
-
- getConfigKey() - Method in class org.apache.brooklyn.util.core.flags.FlagUtils.FlagConfigKeyAndValueRecord
-
- getConfigKeyField(String) - Method in class org.apache.brooklyn.core.objs.BrooklynDynamicType
-
field where a config key is defined, for use getting annotations.
- getConfigKeyMaybeValue() - Method in class org.apache.brooklyn.util.core.flags.FlagUtils.FlagConfigKeyAndValueRecord
-
- getConfigKeys() - Method in interface org.apache.brooklyn.api.objs.BrooklynType
-
ConfigKeys available on this entity.
- getConfigKeys() - Method in class org.apache.brooklyn.core.objs.AdjunctType
-
- getConfigKeys() - Method in class org.apache.brooklyn.core.objs.BrooklynDynamicType
-
ConfigKeys available on this entity.
- getConfigKeys() - Method in class org.apache.brooklyn.core.objs.BrooklynTypeSnapshot
-
- getConfigLocalRaw(ConfigKey<?>) - Method in interface org.apache.brooklyn.config.ConfigMap
-
returns the value stored against the given key,
not any default,
not inherited (if there is an inheritance hierarchy),
not type-coerced or further resolved (eg a task or supplier, if such rules are applicable)
- getConfigLocalRaw(ConfigKey<?>) - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
- getConfigLocalRaw(ConfigKey<?>) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- getConfigLocalRaw(ConfigKey<?>) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- getConfigMap() - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynYamlTypeInstantiator.InstantiatorFromKey
-
finds the map of config for the type specified;
currently only gets
brooklyn.config, returning empty map if none,
but TODO in future should support recognized flags and config keys (those declared on the type),
incorporating code in
BrooklynEntityMatcher.
- getConfigRaw(ConfigKey<?>, boolean) - Method in interface org.apache.brooklyn.config.ConfigMap
-
- getConfigRaw(ConfigKey<?>, boolean) - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
Deprecated.
- getConfigRaw(ConfigKey<?>) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- getConfigRaw(ConfigKey<?>, boolean) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- getConfigRaw(ConfigKey<?>) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- getConfigRaw(ConfigKey<?>, boolean) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- getConfigRaw(ConfigKey<?>) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- getConfigRaw(ConfigKey<?>, boolean) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
Deprecated.
- getConfigUnmatched() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.EntityMemento
-
- getConfigUnmatched() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicEntityMemento
-
- getConfigValues(BrooklynRestResourceUtils, BrooklynObject) - Static method in class org.apache.brooklyn.rest.transform.EntityTransformer
-
- getConflictResolutionStrategy() - Method in class org.apache.brooklyn.core.config.BasicConfigInheritance
-
- getConnectionEnvVars() - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- getConnectionTimeout() - Method in class org.apache.brooklyn.feed.http.HttpPollConfig
-
- getConnectionUrl() - Method in class org.apache.brooklyn.entity.database.derby.DerbySchema
-
Return the JDBC connection URL for the schema.
- getConnectTimeout() - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjClientConnection
-
- getConstraint() - Method in interface org.apache.brooklyn.config.ConfigKey
-
- getConstraint() - Method in class org.apache.brooklyn.core.config.BasicConfigKey
-
- getConstraints() - Method in class org.apache.brooklyn.rest.domain.ConfigSummary
-
- getConstraintsDescription() - Method in class org.apache.brooklyn.util.core.osgi.Osgis.BundleFinder
-
- getContainer() - Method in class org.apache.brooklyn.config.ConfigInheritances.BasicConfigValueAtContainer
-
- getContainer() - Method in interface org.apache.brooklyn.config.ConfigValueAtContainer
-
The container where the value was found (possibly an ancestor of the queried object).
- getContainer() - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
- getContainer() - Method in class org.apache.brooklyn.core.config.internal.LazyContainerAndKeyValue
-
- getContainer() - Method in class org.apache.brooklyn.core.entity.internal.EntityConfigMap
-
- getContainer() - Method in class org.apache.brooklyn.core.objs.AdjunctConfigMap
-
- getContainerGroup() - Method in interface org.apache.brooklyn.policy.followthesun.FollowTheSunPool
-
- getContainerGroup() - Method in class org.apache.brooklyn.policy.followthesun.FollowTheSunPoolImpl
-
- getContainerGroup() - Method in interface org.apache.brooklyn.policy.loadbalancing.BalanceableWorkerPool
-
- getContainerGroup() - Method in class org.apache.brooklyn.policy.loadbalancing.BalanceableWorkerPoolImpl
-
- getContainerId() - Method in interface org.apache.brooklyn.policy.loadbalancing.Movable
-
- getContainerLocation(ContainerType) - Method in class org.apache.brooklyn.policy.followthesun.DefaultFollowTheSunModel
-
- getContainerLocation(ContainerType) - Method in interface org.apache.brooklyn.policy.followthesun.FollowTheSunModel
-
- getContainerName() - Method in class org.apache.brooklyn.core.mgmt.persist.jclouds.JcloudsBlobStoreBasedObjectStore
-
- getContainerUrl(URL, String) - Static method in class org.apache.brooklyn.util.core.ResourceUtils
-
- getContainerUrl(URL, String) - Static method in class org.apache.brooklyn.util.osgi.OsgiUtils
-
- getContainerWorkrates() - Method in interface org.apache.brooklyn.policy.loadbalancing.BalanceablePoolModel
-
- getContainerWorkrates() - Method in class org.apache.brooklyn.policy.loadbalancing.DefaultBalanceablePoolModel
-
- getContainingBundle() - Method in interface org.apache.brooklyn.api.catalog.CatalogItem
-
- getContainingBundle() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.CatalogItemMemento
-
- getContainingBundle() - Method in interface org.apache.brooklyn.api.typereg.RegisteredType
-
Bundle in symbolicname:id format where this type is defined
- getContainingBundle() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- getContainingBundle() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
- getContainingBundle() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento
-
- getContainingBundle() - Method in class org.apache.brooklyn.core.typereg.BasicRegisteredType
-
- getContainingBundle() - Method in class org.apache.brooklyn.rest.domain.CatalogItemSummary
-
Deprecated.
- getContainingBundle() - Method in class org.apache.brooklyn.rest.domain.TypeSummary
-
- getContent() - Method in class org.apache.brooklyn.camp.spi.pdp.Artifact
-
- getContent(String) - Static method in class org.apache.brooklyn.test.HttpTestUtils
-
Deprecated.
- getContent() - Method in class org.apache.brooklyn.util.http.executor.apacheclient.HttpResponseWrapper
-
- getContent() - Method in interface org.apache.brooklyn.util.http.executor.HttpResponse
-
The response body, or null if no body.
- getContent() - Method in class org.apache.brooklyn.util.http.executor.HttpResponseImpl
-
- getContent(String) - Static method in class org.apache.brooklyn.util.http.HttpTool
-
- getContent() - Method in class org.apache.brooklyn.util.http.HttpToolResponse
-
- getContentAsString() - Method in class org.apache.brooklyn.util.http.HttpToolResponse
-
- getContentLength() - Method in class org.apache.brooklyn.util.http.executor.apacheclient.HttpResponseWrapper
-
- getContentLength() - Method in interface org.apache.brooklyn.util.http.executor.HttpResponse
-
The length of the content, if known.
- getContentLength() - Method in class org.apache.brooklyn.util.http.executor.HttpResponseImpl
-
- getContents() - Method in class org.apache.brooklyn.core.mgmt.BrooklynTags.NamedStringTag
-
- getContext() - Method in class org.apache.brooklyn.camp.spi.resolve.interpret.PlanInterpretationNode
-
- getContext(Class<?>) - Method in class org.apache.brooklyn.rest.util.ManagementContextProvider
-
- getContext(Class<?>) - Method in class org.apache.brooklyn.rest.util.ShutdownHandlerProvider
-
- getContextDescription() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister.LookupContext
-
- getContextDescription() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextLookupContext
-
- getContextEntity(Task<?>) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- getControlledGroup() - Method in interface org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppCluster
-
- getControlledGroup() - Method in class org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppClusterImpl
-
- getController() - Method in interface org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppCluster
-
- getController() - Method in class org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppClusterImpl
-
- getCookieKeyValues() - Method in class org.apache.brooklyn.util.http.HttpToolResponse
-
- getCoordinate() - Method in class org.apache.brooklyn.util.maven.MavenArtifact
-
returns a "groupId:artifactId:version:(classifier:)packaging" string
which maven refers to as the co-ordinate
- getCouchDBConfigFileName() - Method in interface org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeDriver
-
- getCouchDBConfigFileName() - Method in class org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeSshDriver
-
- getCouchDBConfigTemplateUrl() - Method in interface org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeDriver
-
- getCouchDBConfigTemplateUrl() - Method in class org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeSshDriver
-
- getCouchDBUriTemplateUrl() - Method in interface org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeDriver
-
- getCouchDBUriTemplateUrl() - Method in class org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeSshDriver
-
- getCpuCount() - Method in interface org.apache.brooklyn.api.location.HardwareDetails
-
The number of CPUs on the machine
- getCpuCount() - Method in class org.apache.brooklyn.core.location.BasicHardwareDetails
-
- getCreated() - Method in class org.apache.brooklyn.camp.server.dto.ResourceDto
-
- getCreated() - Method in class org.apache.brooklyn.camp.spi.AbstractResource
-
- getCreatedAsString() - Method in class org.apache.brooklyn.camp.server.dto.ResourceDto
-
- getCreationTime() - Method in interface org.apache.brooklyn.api.entity.Entity
-
Returns the creation time for this entity, in UTC.
- getCreationTime() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- getCreationTime() - Method in interface org.apache.brooklyn.core.entity.internal.EntityTransientCopyInternal
-
- getCredential() - Method in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationPublic
-
- getCredential() - Method in class org.apache.brooklyn.location.jclouds.domain.JcloudsContext
-
- getCredential() - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- getCurrentConfiguration() - Method in interface org.apache.brooklyn.entity.proxy.nginx.NginxController
-
- getCurrentConfiguration() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxControllerImpl
-
- getCurrentEffectorParameters() - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- getCurrentExecutionContext() - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- getCurrentExecutionContext() - Static method in class org.apache.brooklyn.util.core.task.BasicExecutionContext
-
- getCurrentPoolSize() - Method in class org.apache.brooklyn.policy.autoscaling.MaxPoolSizeReachedEvent
-
- getCurrentPoolWorkrate() - Method in interface org.apache.brooklyn.policy.loadbalancing.BalanceablePoolModel
-
- getCurrentPoolWorkrate() - Method in class org.apache.brooklyn.policy.loadbalancing.DefaultBalanceablePoolModel
-
- getCurrentSize() - Method in interface org.apache.brooklyn.api.entity.Group
-
- getCurrentSize() - Method in interface org.apache.brooklyn.core.entity.internal.EntityTransientCopyInternal.SpecialEntityTransientCopyInternal
-
- getCurrentSize() - Method in interface org.apache.brooklyn.core.entity.trait.Resizable
-
- getCurrentSize() - Method in class org.apache.brooklyn.entity.group.AbstractGroupImpl
-
- getCurrentSize() - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaClusterImpl
- getCurrentSize() - Method in class org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppClusterImpl
-
- getCurrentSize() - Method in class org.apache.brooklyn.policy.followthesun.FollowTheSunPoolImpl
-
- getCurrentSize() - Method in class org.apache.brooklyn.policy.loadbalancing.BalanceableWorkerPoolImpl
-
- getCurrentStatus() - Method in class org.apache.brooklyn.rest.domain.TaskSummary
-
- getCurrentUnbounded() - Method in class org.apache.brooklyn.policy.autoscaling.MaxPoolSizeReachedEvent
-
- getCustomAttribute(String, Class<T>, boolean) - Method in class org.apache.brooklyn.camp.spi.pdp.DeploymentPlan
-
Returns a present
Maybe of the custom attribute with the given name if the attribute is
non-null and is an instance of the given type.
- getCustomAttributes() - Method in class org.apache.brooklyn.camp.server.dto.DtoCustomAttributes
-
- getCustomAttributes() - Method in class org.apache.brooklyn.camp.spi.AbstractResource
-
- getCustomAttributes() - Method in class org.apache.brooklyn.camp.spi.pdp.Artifact
-
- getCustomAttributes() - Method in class org.apache.brooklyn.camp.spi.pdp.ArtifactContent
-
- getCustomAttributes() - Method in class org.apache.brooklyn.camp.spi.pdp.ArtifactRequirement
-
- getCustomAttributes() - Method in class org.apache.brooklyn.camp.spi.pdp.DeploymentPlan
-
- getCustomAttributes() - Method in class org.apache.brooklyn.camp.spi.pdp.Service
-
- getCustomAttributes() - Method in class org.apache.brooklyn.camp.spi.pdp.ServiceCharacteristic
-
- getCustomField(String) - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.Memento
-
- getCustomField(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.AbstractMemento
-
Deprecated.
- getCustomFields() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.Memento
-
- getCustomFields() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.AbstractMemento
-
Deprecated.
- getCustomFields() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.AbstractTreeNodeMemento
-
Deprecated.
- getCustomFields() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento
-
- getCustomFields() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicEnricherMemento
-
Deprecated.
- getCustomFields() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicFeedMemento
-
Deprecated.
- getCustomFields() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicManagedBundleMemento
-
- getCustomFields() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicPolicyMemento
-
Deprecated.
- getCustomFileNameAfterArtifactMarker() - Method in class org.apache.brooklyn.util.maven.MavenArtifact
-
- getCustomizers(ConfigBag) - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- getCustomizers(ManagementContext, ConfigBag) - Static method in class org.apache.brooklyn.location.jclouds.LocationCustomizerDelegate
-
- getCustomJavaSystemProperties() - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidSshDriver
-
- getCustomMaxNameLength(ConfigBag) - Method in class org.apache.brooklyn.core.location.cloud.names.AbstractCloudMachineNamer
-
Method for overriding to provide custom logic when an explicit config key is not set for the machine length.
- getCustomMaxNameLength(ConfigBag) - Method in class org.apache.brooklyn.location.jclouds.JcloudsMachineNamer
-
- getData() - Method in class org.apache.brooklyn.rest.domain.ApiError
-
- getData() - Method in class org.apache.brooklyn.rest.domain.TypeDetail.TypeImplementationPlanSummary
-
- getData() - Method in class org.apache.brooklyn.util.core.text.DataUriSchemeParser
-
- getDataAsInputStream() - Method in class org.apache.brooklyn.util.core.text.DataUriSchemeParser
-
- getDataAsString() - Method in class org.apache.brooklyn.util.core.text.DataUriSchemeParser
-
- getDataAsStringMap() - Method in class org.apache.brooklyn.core.config.external.vault.VaultExternalConfigSupplier
-
Obtains data stored in path.
- getDatabaseCreationScript(Entity) - Static method in class org.apache.brooklyn.entity.database.DatastoreMixins
-
returns the creation script contents, if it exists, or null if none is defined (error if it cannot be loaded)
- getDatabaseCreationScriptAsString(Entity) - Static method in class org.apache.brooklyn.entity.database.DatastoreMixins
-
returns the creation script contents, if it exists, or null if none is defined (error if it cannot be loaded)
- getDatabaseReader() - Static method in class org.apache.brooklyn.core.location.geo.MaxMind2HostGeoLookup
-
- getDatabaseStartupDelay() - Method in class org.apache.brooklyn.entity.database.rubyrep.RubyRepNodeImpl
-
- getDatacenter(InetAddress) - Method in class org.apache.brooklyn.entity.nosql.cassandra.customsnitch.MultiCloudSnitch
-
- getDatacenterName() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeImpl
-
Deprecated.
- getDataDir() - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbSshDriver
-
- getDataDir() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlSshDriver
-
- getDataDir() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlSshDriver
-
- getDataDirectory() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerSshDriver
-
- getDataDirectory() - Method in class org.apache.brooklyn.entity.nosql.mongodb.AbstractMongoDBSshDriver
-
- getDataLocation() - Method in class org.apache.brooklyn.entity.database.crate.CrateNodeSshDriver
-
- getDataProvider() - Method in class org.apache.brooklyn.policy.loadbalancing.BalancingStrategy
-
- getDate() - Method in class org.apache.brooklyn.core.mgmt.usage.ApplicationUsage.ApplicationEvent
-
- getDate() - Method in class org.apache.brooklyn.core.mgmt.usage.LocationUsage.LocationEvent
-
- getDateFormat() - Method in class org.apache.brooklyn.util.logging.SimpleOneLineLogFormatter
-
- getDecimalSeparator(Locale) - Static method in class org.apache.brooklyn.util.text.Strings
-
- getDeclaredType() - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynComponentTemplateResolver
-
Deprecated.
- getDefault() - Method in class org.apache.brooklyn.util.core.task.ValueResolver
-
- getDefaultCipherSuites() - Method in class org.apache.brooklyn.util.crypto.TrustingSslSocketFactory
-
- getDefaultCipherSuites() - Method in class org.apache.brooklyn.util.http.TrustingSslSocketFactory
-
- getDefaultDecimalSeparator() - Static method in class org.apache.brooklyn.util.text.Strings
-
- getDefaultExchangeName() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitDestination
-
- getDefaultLookup() - Static method in class org.apache.brooklyn.core.location.geo.HostGeoInfo
-
- getDefaultUnpackedDirectoryName() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlSshDriver
-
- getDefaultUserMetadataString(BrooklynObjectInternal.ConfigurationSupportInternal) - Static method in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- getDefaultValue() - Method in interface org.apache.brooklyn.api.effector.ParameterType
-
- getDefaultValue() - Method in class org.apache.brooklyn.config.ConfigInheritances.BasicConfigValueAtContainer
-
- getDefaultValue() - Method in interface org.apache.brooklyn.config.ConfigKey
-
Returns the default value of the configuration parameter.
- getDefaultValue() - Method in interface org.apache.brooklyn.config.ConfigValueAtContainer
-
- getDefaultValue() - Method in class org.apache.brooklyn.core.config.BasicConfigKey
-
- getDefaultValue() - Method in class org.apache.brooklyn.core.config.internal.LazyContainerAndKeyValue
-
- getDefaultValue() - Method in class org.apache.brooklyn.core.effector.BasicParameterType
-
- getDefaultValue() - Method in class org.apache.brooklyn.rest.domain.ConfigSummary
-
- getDefaultValue() - Method in class org.apache.brooklyn.rest.domain.EffectorSummary.ParameterSummary
-
- getDefaultValueForType(Class<?>) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
returns the default/inital value that is assigned to fields of the givien type;
if the type is not primitive this value is null;
for primitive types it is obvious but not AFAIK programmatically visible
(e.g.
- getDeferredStart() - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiBundleInstallationResult
-
- getDefinedBrooklynType(Class<? extends BrooklynObject>) - Static method in class org.apache.brooklyn.core.objs.BrooklynTypes
-
- getDefinedConfigKeys(Class<? extends BrooklynObject>) - Static method in class org.apache.brooklyn.core.objs.BrooklynTypes
-
- getDefinedConfigKeys(String) - Static method in class org.apache.brooklyn.core.objs.BrooklynTypes
-
- getDefinedEntityType(Class<? extends Entity>) - Static method in class org.apache.brooklyn.core.objs.BrooklynTypes
-
- getDefinedLocationById(String) - Method in interface org.apache.brooklyn.api.location.LocationRegistry
-
returns a LocationDefinition given its ID (usually a random string), or null if none
- getDefinedLocationById(String) - Method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
- getDefinedLocationByName(String) - Method in interface org.apache.brooklyn.api.location.LocationRegistry
-
returns a LocationDefinition given its name (e.g.
- getDefinedLocationByName(String) - Method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
- getDefinedLocations(boolean) - Method in interface org.apache.brooklyn.api.location.LocationRegistry
-
map of ID (possibly randomly generated) to the definition (spec, name, id, and props;
where spec is the spec as defined, for instance possibly another named:xxx location).
- getDefinedLocations() - Method in interface org.apache.brooklyn.api.location.LocationRegistry
-
- getDefinedLocations(boolean) - Method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
- getDefinedLocations() - Method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
Deprecated.
- getDefinedSensors(Class<? extends Entity>) - Static method in class org.apache.brooklyn.core.objs.BrooklynTypes
-
- getDefinedSensors(String) - Static method in class org.apache.brooklyn.core.objs.BrooklynTypes
-
- getDefines() - Method in class org.apache.brooklyn.cli.AbstractMain.BrooklynCommandWithSystemDefines
-
- getDefinesAsMap() - Method in class org.apache.brooklyn.cli.AbstractMain.BrooklynCommandWithSystemDefines
-
- getDelayMillis() - Method in class org.apache.brooklyn.test.WebAppMonitor
-
- getDelegate() - Method in class org.apache.brooklyn.core.objs.proxy.EntityProxyImpl
-
- getDelegate() - Method in class org.apache.brooklyn.rest.security.provider.DelegatingSecurityProvider
-
- getDelegate() - Method in class org.apache.brooklyn.util.stream.ThreadLocalPrintStream
-
- getDeploymentTimeoutSecs() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss7ServerImpl
-
Deprecated.
- getDeprecatedNames() - Method in interface org.apache.brooklyn.config.ConfigKey
-
Returns deprecated names that will could also be used, but that are discouraged and will
likely not be supported for the given config key in future versions.
- getDeprecatedNames() - Method in class org.apache.brooklyn.core.config.BasicConfigKey
-
- getDescendants(String, String) - Method in interface org.apache.brooklyn.rest.api.ApplicationApi
-
- getDescendants(String, String, String) - Method in interface org.apache.brooklyn.rest.api.EntityApi
-
- getDescendants(String, String) - Method in class org.apache.brooklyn.rest.resources.ApplicationResource
-
- getDescendants(String, String, String) - Method in class org.apache.brooklyn.rest.resources.EntityResource
-
- getDescendantsSensor(String, String, String) - Method in interface org.apache.brooklyn.rest.api.ApplicationApi
-
- getDescendantsSensor(String, String, String, String) - Method in interface org.apache.brooklyn.rest.api.EntityApi
-
- getDescendantsSensor(String, String, String) - Method in class org.apache.brooklyn.rest.resources.ApplicationResource
-
- getDescendantsSensor(String, String, String, String) - Method in class org.apache.brooklyn.rest.resources.EntityResource
-
- getDescription() - Method in interface org.apache.brooklyn.api.catalog.CatalogItem
-
- getDescription() - Method in interface org.apache.brooklyn.api.effector.Effector
-
optional description for the effector
- getDescription() - Method in interface org.apache.brooklyn.api.effector.ParameterType
-
- getDescription() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.CatalogItemMemento
-
- getDescription() - Method in interface org.apache.brooklyn.api.mgmt.Task
-
- getDescription() - Method in class org.apache.brooklyn.api.objs.HighlightTuple
-
- getDescription() - Method in interface org.apache.brooklyn.api.sensor.Sensor
-
Returns the description of the sensor, for display.
- getDescription() - Method in interface org.apache.brooklyn.api.typereg.RegisteredType
-
- getDescription() - Method in class org.apache.brooklyn.camp.server.dto.ResourceDto
-
- getDescription() - Method in class org.apache.brooklyn.camp.spi.AbstractResource
-
- getDescription() - Method in class org.apache.brooklyn.camp.spi.pdp.Artifact
-
- getDescription() - Method in class org.apache.brooklyn.camp.spi.pdp.ArtifactRequirement
-
- getDescription() - Method in class org.apache.brooklyn.camp.spi.pdp.DeploymentPlan
-
- getDescription() - Method in class org.apache.brooklyn.camp.spi.pdp.Service
-
- getDescription() - Method in class org.apache.brooklyn.camp.spi.pdp.ServiceCharacteristic
-
- getDescription() - Method in interface org.apache.brooklyn.config.ConfigKey
-
Returns the description of the configuration parameter, for display.
- getDescription() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- getDescription() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
- getDescription() - Method in class org.apache.brooklyn.core.config.BasicConfigKey.Builder
-
- getDescription() - Method in class org.apache.brooklyn.core.config.BasicConfigKey
-
- getDescription() - Method in class org.apache.brooklyn.core.effector.BasicParameterType
-
- getDescription() - Method in class org.apache.brooklyn.core.effector.EffectorBase
-
- getDescription() - Method in class org.apache.brooklyn.core.feed.AttributePollHandler
-
- getDescription() - Method in class org.apache.brooklyn.core.feed.DelegatingPollHandler
-
- getDescription() - Method in class org.apache.brooklyn.core.feed.PollConfig
-
- getDescription() - Method in interface org.apache.brooklyn.core.feed.PollHandler
-
- getDescription() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento
-
- getDescription() - Method in class org.apache.brooklyn.core.sensor.BasicSensor
-
- getDescription() - Method in class org.apache.brooklyn.core.typereg.BasicRegisteredType
-
- getDescription() - Method in class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
a description for this template; this is set on created machines but _not_ used to filter them
(so you can change description freely).
- getDescription() - Method in interface org.apache.brooklyn.policy.ha.AbstractFailureDetector.CalculatedStatus
-
- getDescription() - Method in class org.apache.brooklyn.policy.ha.HASensors.FailureDescriptor
-
- getDescription() - Method in class org.apache.brooklyn.rest.domain.AdjunctSummary
-
- getDescription() - Method in class org.apache.brooklyn.rest.domain.CatalogItemSummary
-
Deprecated.
- getDescription() - Method in class org.apache.brooklyn.rest.domain.ConfigSummary
-
- getDescription() - Method in class org.apache.brooklyn.rest.domain.EffectorSummary
-
- getDescription() - Method in class org.apache.brooklyn.rest.domain.EffectorSummary.ParameterSummary
-
- getDescription() - Method in class org.apache.brooklyn.rest.domain.SensorSummary
-
- getDescription() - Method in class org.apache.brooklyn.rest.domain.TaskSummary
-
- getDescription() - Method in class org.apache.brooklyn.rest.domain.TypeSummary
-
- getDescription() - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
optional description used to provide context for operations
- getDescription() - Method in class org.apache.brooklyn.util.core.mutex.SemaphoreWithOwners
-
caller supplied description
- getDescription() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- getDescription() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- getDescription() - Method in class org.apache.brooklyn.util.repeat.Repeater
-
- getDeserializer() - Method in class org.apache.brooklyn.util.core.json.BidiSerialization.AbstractWithManagementContextSerialization
-
- getDetailedStatus() - Method in class org.apache.brooklyn.rest.domain.TaskSummary
-
- getDetails() - Method in class org.apache.brooklyn.camp.server.dto.ApiErrorDto
-
- getDetails() - Method in class org.apache.brooklyn.rest.domain.ApiError
-
- getDir() - Method in class org.apache.brooklyn.feed.shell.ShellPollConfig
-
- getDirectSendsToItemByLocation() - Method in class org.apache.brooklyn.policy.followthesun.DefaultFollowTheSunModel
-
- getDirectSendsToItemByLocation() - Method in interface org.apache.brooklyn.policy.followthesun.FollowTheSunModel
-
- getDiscriminatingValue(ILoggingEvent) - Method in class org.apache.brooklyn.util.logback.JcloudsPersistenceThreadDiscriminator
-
- getDisplayName() - Method in interface org.apache.brooklyn.api.entity.Entity
-
A display name; recommended to be a concise single-line description.
- getDisplayName() - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
- getDisplayName() - Method in interface org.apache.brooklyn.api.location.Location
-
Get the name assigned to this location.
- getDisplayName() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.Memento
-
- getDisplayName() - Method in interface org.apache.brooklyn.api.mgmt.Task
-
- getDisplayName() - Method in interface org.apache.brooklyn.api.objs.BrooklynObject
-
A display name; recommended to be a concise single-line description.
- getDisplayName() - Method in interface org.apache.brooklyn.api.typereg.RegisteredType
-
- getDisplayName() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- getDisplayName() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
- getDisplayName() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- getDisplayName() - Method in interface org.apache.brooklyn.core.entity.internal.EntityTransientCopyInternal
-
- getDisplayName() - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- getDisplayName() - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
- getDisplayName() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.AbstractMemento
-
- getDisplayName() - Method in class org.apache.brooklyn.core.objs.AbstractEntityAdjunct
-
- getDisplayName() - Method in class org.apache.brooklyn.core.typereg.BasicManagedBundle
-
- getDisplayName() - Method in class org.apache.brooklyn.core.typereg.BasicRegisteredType
-
- getDisplayName() - Method in class org.apache.brooklyn.rest.domain.TaskSummary
-
- getDisplayName() - Method in class org.apache.brooklyn.rest.domain.TypeSummary
-
- getDisplayName() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- getDisplayName() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- getDisplayValue(Object) - Method in class org.apache.brooklyn.core.config.render.RendererHints.DisplayValue
-
- getDnsPort() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerImpl
-
- getDomain() - Method in interface org.apache.brooklyn.entity.proxy.AbstractController
-
returns primary domain this controller responds to, or null if it responds to all domains
- getDomain() - Method in class org.apache.brooklyn.entity.proxy.AbstractControllerImpl
-
returns primary domain this controller responds to, or null if it responds to all domains
- getDomain() - Method in interface org.apache.brooklyn.entity.proxy.nginx.UrlMapping
-
- getDomain() - Method in class org.apache.brooklyn.entity.proxy.nginx.UrlMappingImpl
-
- getDomainName() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerImpl
-
- getDomainZoneFile() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerSshDriver
-
- getDownloadLinkOsTagWithPrefix() - Method in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeDriver
-
- getDownloadLinkOsTagWithPrefix() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeSshDriver
-
- getDownloadLinkPreVersionSeparator() - Method in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeDriver
-
- getDownloadLinkPreVersionSeparator() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeSshDriver
-
- getDownloadParentDir() - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbSshDriver
-
- getDriver() - Method in interface org.apache.brooklyn.api.entity.drivers.DriverDependentEntity
-
- getDriver() - Method in class org.apache.brooklyn.entity.cm.ansible.AnsibleEntityImpl
-
- getDriver() - Method in class org.apache.brooklyn.entity.cm.salt.SaltEntityImpl
-
- getDriver() - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbNodeImpl
-
- getDriver() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlNodeImpl
-
- getDriver() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeImpl
-
- getDriver() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitBrokerImpl
-
- getDriver() - Method in class org.apache.brooklyn.entity.monitoring.monit.MonitNodeImpl
-
- getDriver() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerImpl
-
- getDriver() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeImpl
-
Deprecated.
- getDriver() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeImpl
-
- getDriver() - Method in class org.apache.brooklyn.entity.nosql.redis.RedisStoreImpl
-
- getDriver() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeImpl
-
- getDriver() - Method in class org.apache.brooklyn.entity.osgi.karaf.KarafContainerImpl
-
- getDriver() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxControllerImpl
-
- getDriver() - Method in interface org.apache.brooklyn.entity.software.base.EmptySoftwareProcess
-
- getDriver() - Method in class org.apache.brooklyn.entity.software.base.SoftwareProcessImpl
-
- getDriver() - Method in class org.apache.brooklyn.entity.webapp.JavaWebAppSoftwareProcessImpl
-
- getDriver() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss7ServerImpl
-
Deprecated.
- getDriver() - Method in class org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppServiceImpl
-
- getDriverInterface() - Method in interface org.apache.brooklyn.api.entity.drivers.DriverDependentEntity
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.cm.ansible.AnsibleEntityImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.cm.salt.SaltEntityImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.database.crate.CrateNodeImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.database.derby.DerbyDatabase
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbNodeImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlNodeImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.database.rubyrep.RubyRepNodeImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.java.VanillaJavaAppImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.machine.MachineEntityImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQBrokerImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaBrokerImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaZooKeeperImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidBrokerImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitBrokerImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.messaging.storm.StormImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.monitoring.monit.MonitNodeImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeImpl
-
Deprecated.
- getDriverInterface() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseSyncGatewayImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.nosql.elasticsearch.ElasticSearchNodeImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNodeImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.nosql.infinispan.Infinispan5Server
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBClientImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBServerImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBConfigServerImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBRouterImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.nosql.redis.RedisStoreImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.nosql.solr.SolrServerImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.osgi.karaf.KarafContainerImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxControllerImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.software.base.EmptySoftwareProcessImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.software.base.EmptyWindowsProcessImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.software.base.VanillaSoftwareProcessImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.software.base.VanillaWindowsProcessImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss6ServerImpl
-
Deprecated.
- getDriverInterface() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss7ServerImpl
-
Deprecated.
- getDriverInterface() - Method in class org.apache.brooklyn.entity.webapp.jetty.Jetty6ServerImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppServiceImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.webapp.tomcat.TomcatServerImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.entity.zookeeper.ZooKeeperNodeImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.qa.load.SimulatedJBoss7ServerImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.qa.load.SimulatedMySqlNodeImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.qa.load.SimulatedNginxControllerImpl
-
- getDriverInterface() - Method in class org.apache.brooklyn.qa.load.SimulatedVanillaSoftwareProcessImpl
-
- getDto() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- getDtoFactory() - Method in class org.apache.brooklyn.camp.server.rest.CampServer
-
- getDuration() - Method in class org.apache.brooklyn.rest.domain.UsageStatistic
-
- getDurationElapsed() - Method in class org.apache.brooklyn.util.time.CountdownTimer
-
- getDurationRemaining() - Method in class org.apache.brooklyn.util.time.CountdownTimer
-
- getDynamicConfigKeys() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.EntityMemento
-
all dynamic config keys (i.e.
- getDynamicConfigKeys() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicEntityMemento
-
- getDynamicDirectory() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerSshDriver
-
- getDynamicLocation() - Method in interface org.apache.brooklyn.core.location.dynamic.LocationOwner
-
- getDynamicLocation() - Method in class org.apache.brooklyn.entity.machine.pool.ServerPoolImpl
-
- getEffector(String) - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- getEffector(String) - Method in class org.apache.brooklyn.core.entity.EntityDynamicType
-
- getEffector(String) - Method in interface org.apache.brooklyn.core.entity.EntityInternal
-
returns the effector registered against a given name
- getEffector(String) - Method in interface org.apache.brooklyn.core.entity.internal.EntityTransientCopyInternal
-
- getEffectorApi() - Method in class org.apache.brooklyn.rest.client.BrooklynApi
-
- getEffectorByName(String) - Method in interface org.apache.brooklyn.api.entity.EntityType
-
- getEffectorByName(String) - Method in class org.apache.brooklyn.core.entity.EntityTypeSnapshot
-
- getEffectorCallTag(Task<?>, boolean) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- getEffectorName() - Method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags.EffectorCallTag
-
- getEffectorName(Task<?>) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- getEffectorParameters(Task<?>) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- getEffectors() - Method in interface org.apache.brooklyn.api.entity.EntityType
-
Effectors available on this entity.
- getEffectors() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.EntityMemento
-
all dynamic effectors (ie differences between those registered on the entity type
- getEffectors() - Method in class org.apache.brooklyn.core.entity.EntityDynamicType
-
Effectors available on this entity.
- getEffectors() - Method in class org.apache.brooklyn.core.entity.EntityTypeSnapshot
-
- getEffectors() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicEntityMemento
-
- getEffectors() - Method in class org.apache.brooklyn.rest.domain.CatalogEntitySummary
-
Deprecated.
- getElectionPort() - Method in class org.apache.brooklyn.entity.zookeeper.ZooKeeperSshDriver.ZooKeeperServerConfig
-
- getEnabledProtocols() - Method in interface org.apache.brooklyn.entity.webapp.JavaWebAppDriver
-
- getEnabledProtocols() - Method in class org.apache.brooklyn.entity.webapp.JavaWebAppSshDriver
-
- getEnabledProtocols(Entity) - Static method in class org.apache.brooklyn.entity.webapp.WebAppServiceMethods
-
- getEnableManagementPlugin() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitBrokerImpl
-
- getEnd() - Method in class org.apache.brooklyn.rest.domain.UsageStatistic
-
- getEndOfPrevious() - Method in class org.apache.brooklyn.util.yaml.Yamls.YamlExtract
-
- getEndOfThis() - Method in class org.apache.brooklyn.util.yaml.Yamls.YamlExtract
-
- getEndpoint() - Method in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationPublic
-
- getEndpoint() - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- getEndpointSnitchName() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeSshDriver
-
Deprecated.
- getEndTimeUtc() - Method in interface org.apache.brooklyn.api.mgmt.Task
-
- getEndTimeUtc() - Method in class org.apache.brooklyn.rest.domain.TaskSummary
-
- getEndTimeUtc() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- getEndTimeUtc() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- getEnricher(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- getEnricher(String, String) - Method in interface org.apache.brooklyn.rest.api.CatalogApi
-
- getEnricher(String, String) - Method in class org.apache.brooklyn.rest.resources.CatalogResource
-
Deprecated.
- getEnricherIds() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMemento
-
- getEnricherIds() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl
-
- getEnricherIdToType() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoManifest
-
- getEnricherIdToType() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl
-
- getEnricherMemento(String) - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMemento
-
- getEnricherMemento(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl
-
- getEnricherMementos() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMemento
-
- getEnricherMementos() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl
-
- getEnrichers() - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData
-
- getEnrichers() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.EntityMemento
-
The ids of the enrichers of this entity.
- getEnrichers() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicEntityMemento
-
- getEnrichers() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- getEnricherSpecs() - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
- getEnricherType() - Method in interface org.apache.brooklyn.api.sensor.Enricher
-
Information about the type of this entity; analogous to Java's object.getClass.
- getEnricherType() - Method in class org.apache.brooklyn.core.enricher.AbstractEnricher
-
- getEntities() - Method in interface org.apache.brooklyn.api.mgmt.EntityManager
-
All entities under control of this management plane
- getEntities() - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData
-
- getEntities() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalEntityManager
-
- getEntities() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentEntityManager
-
- getEntities() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- getEntities() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerImpl
-
- getEntities() - Method in class org.apache.brooklyn.rest.domain.ApplicationSpec
-
- getEntitiesInApplication(Application) - Method in interface org.apache.brooklyn.api.mgmt.EntityManager
-
All entities managed as part of the given application
- getEntitiesInApplication(Application) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalEntityManager
-
- getEntitiesInApplication(Application) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentEntityManager
-
- getEntitlement(Task<?>) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- getEntitlement(Collection<?>) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- getEntitlement(BrooklynTaskTags.EntitlementTag) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- getEntitlementClass() - Method in enum org.apache.brooklyn.core.mgmt.entitlement.Entitlements.EntitlementClassesEnum
-
- getEntitlementContext() - Static method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
Finds the currently applicable
EntitlementContext by examining the current thread
then by investigating the current task, its submitter, etc.
- getEntitlementManager() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
Active entitlements checker instance.
- getEntitlementManager() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- getEntitlementManager() - Method in class org.apache.brooklyn.core.mgmt.internal.EntityManagementSupport
-
- getEntitlementManager() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getEntity() - Method in interface org.apache.brooklyn.api.entity.drivers.EntityDriver
-
The entity instance that this is a driver for.
- getEntity(String) - Method in interface org.apache.brooklyn.api.mgmt.EntityManager
-
Returns the entity with the given identifier (may be a full instance, or a proxy to one which is remote),
or null.
- getEntity() - Method in class org.apache.brooklyn.core.entity.EntityAndAttribute
-
- getEntity() - Method in class org.apache.brooklyn.core.feed.AbstractFeed
-
- getEntity() - Method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements.EntityAndItem
-
- getEntity(String) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalEntityManager
-
- getEntity(String) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentEntityManager
-
- getEntity(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- getEntity() - Method in class org.apache.brooklyn.core.objs.AbstractEntityAdjunct
-
- getEntity() - Method in class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeSshDriver
-
- getEntity() - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbSshDriver
-
- getEntity() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlSshDriver
-
- getEntity() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlSshDriver
-
- getEntity() - Method in class org.apache.brooklyn.entity.java.JmxSupport
-
- getEntity() - Method in class org.apache.brooklyn.entity.java.VanillaJavaAppSshDriver
-
- getEntity() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitSshDriver
-
- getEntity() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerSshDriver
-
- getEntity() - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBSshDriver
-
- getEntity() - Method in class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBConfigServerSshDriver
-
- getEntity() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeSshDriver
-
- getEntity() - Method in class org.apache.brooklyn.entity.osgi.karaf.KarafSshDriver
-
- getEntity() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxSshDriver
-
- getEntity() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- getEntity() - Method in interface org.apache.brooklyn.entity.software.base.SoftwareProcessDriver
-
The entity whose components we are controlling.
- getEntity() - Method in class org.apache.brooklyn.entity.stock.AsyncApplicationImpl.ServiceStateComputer
-
- getEntity() - Method in class org.apache.brooklyn.entity.webapp.JavaWebAppSshDriver
-
- getEntity() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss6SshDriver
-
Deprecated.
- getEntity() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss7SshDriver
-
Deprecated.
- getEntity() - Method in class org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppSshDriver
-
- getEntity(String, String) - Method in interface org.apache.brooklyn.rest.api.CatalogApi
-
- getEntity(Response, Class<T>) - Static method in class org.apache.brooklyn.rest.client.BrooklynApi
-
Extracts an instance of the given type from the response, including JSON strings in there.
- getEntity(Response, <any>) - Static method in class org.apache.brooklyn.rest.client.BrooklynApi
-
- getEntity() - Method in class org.apache.brooklyn.rest.client.util.http.BuiltResponsePreservingError
-
- getEntity(String, String) - Method in class org.apache.brooklyn.rest.resources.CatalogResource
-
Deprecated.
- getEntity(String, String) - Method in class org.apache.brooklyn.rest.util.BrooklynRestResourceUtils
-
finds the entity indicated by the given ID or name
- getEntityApi() - Method in class org.apache.brooklyn.rest.client.BrooklynApi
-
- getEntityChangeListener() - Method in class org.apache.brooklyn.core.mgmt.internal.EntityManagementSupport
-
- getEntityConfigApi() - Method in class org.apache.brooklyn.rest.client.BrooklynApi
-
- getEntityDisplayName() - Method in class org.apache.brooklyn.rest.domain.TaskSummary
-
- getEntityDownloadsManager() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
- getEntityDownloadsManager() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- getEntityDownloadsManager() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getEntityDriver() - Method in interface org.apache.brooklyn.api.entity.drivers.downloads.DownloadResolverManager.DownloadRequirement
-
- getEntityDriver() - Method in class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadRequirement
-
- getEntityDriverManager() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
- getEntityDriverManager() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- getEntityDriverManager() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getEntityFactory() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalEntityManager
-
- getEntityFactory() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- getEntityFactory() - Method in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
- getEntityFactory() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getEntityFilter() - Method in interface org.apache.brooklyn.entity.network.bind.BindDnsServer
-
- getEntityFilter() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerImpl
-
- getEntityId() - Method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags.EffectorCallTag
-
- getEntityId() - Method in class org.apache.brooklyn.core.mgmt.usage.LocationUsage.LocationEvent
-
- getEntityId() - Method in class org.apache.brooklyn.entity.database.mysql.ReplicationSnapshot
-
- getEntityId() - Method in class org.apache.brooklyn.rest.domain.TaskSummary
-
- getEntityIds() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMemento
-
- getEntityIds() - Method in interface org.apache.brooklyn.core.mgmt.internal.EntityManagerInternal
-
- getEntityIds() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalEntityManager
-
- getEntityIds() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentEntityManager
-
- getEntityIds() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl
-
- getEntityIdToManifest() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoManifest
-
- getEntityIdToManifest() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl
-
- getEntityManager() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
Returns the
EntityManager instance for managing/querying entities.
- getEntityManager() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- getEntityManager() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getEntityMemento(String) - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMemento
-
- getEntityMemento(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl
-
- getEntityMementos() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMemento
-
- getEntityMementos() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl
-
- getEntityOnSuccess(Response, Class<T>) - Static method in class org.apache.brooklyn.rest.client.BrooklynApi
-
- getEntityOnSuccess(Response, <any>) - Static method in class org.apache.brooklyn.rest.client.BrooklynApi
-
As #getEntity(Response, GenericType) but fails if the response is an error of any sort.
- getEntityType() - Method in interface org.apache.brooklyn.api.entity.Entity
-
Information about the type of this entity; analogous to Java's object.getClass.
- getEntityType() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- getEntityType() - Method in interface org.apache.brooklyn.core.entity.internal.EntityTransientCopyInternal
-
- getEntityType() - Method in class org.apache.brooklyn.core.mgmt.usage.ApplicationUsage
-
- getEntityType() - Method in class org.apache.brooklyn.core.mgmt.usage.LocationUsage.LocationEvent
-
- getEntityType() - Method in interface org.apache.brooklyn.core.mgmt.usage.UsageListener.ApplicationMetadata
-
- getEntityTypeOf(Class<T>) - Method in interface org.apache.brooklyn.api.entity.EntityTypeRegistry
-
Returns the interface of this entity implementation.
- getEntityTypeOf(Class<T>) - Method in class org.apache.brooklyn.core.objs.BasicEntityTypeRegistry
-
- getEntityTypeRegistry() - Method in interface org.apache.brooklyn.api.mgmt.EntityManager
-
Returns the type registry, used to identify the entity implementation when instantiating an
entity of a given type.
- getEntityTypeRegistry() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalEntityManager
-
- getEntityTypeRegistry() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentEntityManager
-
- getEntries() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogClasspathDto
-
- getEnv() - Method in class org.apache.brooklyn.feed.shell.ShellPollConfig
-
- getEnvSupplier() - Method in class org.apache.brooklyn.feed.CommandPollConfig
-
- getEpmdListenerPort() - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- getEpmdListenerPort() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeImpl
-
- getErlangPortRangeEnd() - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- getErlangPortRangeEnd() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeImpl
-
- getErlangPortRangeStart() - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- getErlangPortRangeStart() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeImpl
-
- getErlangVersion() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitSshDriver
-
- getErlangVersion() - Method in class org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeSshDriver
-
- getError() - Method in class org.apache.brooklyn.rest.domain.ApiError
-
- getError(Task<?>) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
returns the error thrown by the task if
Task.isError(), or null if no error or not done
- getError() - Method in class org.apache.brooklyn.util.exceptions.ReferenceWithError
-
returns the error (not throwing) or null if no error
- getError() - Method in class org.apache.brooklyn.util.yaml.Yamls.YamlExtract
-
- getErrorContent(String) - Static method in class org.apache.brooklyn.test.HttpTestUtils
-
Deprecated.
- getErrorContent(String) - Static method in class org.apache.brooklyn.util.http.HttpTool
-
- getErrorLogLocation() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxSshDriver
-
- getEventAdmin() - Method in class org.apache.brooklyn.ui.proxy.UiProxy
-
- getEvents() - Method in class org.apache.brooklyn.core.mgmt.usage.ApplicationUsage
-
- getEvents() - Method in class org.apache.brooklyn.core.mgmt.usage.LocationUsage
-
- getEvents() - Method in class org.apache.brooklyn.test.LogWatcher
-
- getEvents(<any>) - Method in class org.apache.brooklyn.test.LogWatcher
-
- getException() - Method in class org.apache.brooklyn.util.core.task.ssh.SshPutTaskWrapper
-
returns any exception encountered in the operation
- getException() - Method in class org.apache.brooklyn.util.guava.Maybe.Absent
-
- getException(Maybe<?>) - Static method in class org.apache.brooklyn.util.guava.Maybe
-
- getExceptionHandler() - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindContext
-
- getExceptionHandler() - Method in class org.apache.brooklyn.core.mgmt.rebind.PeriodicDeltaChangeListener
-
- getExceptionHandler() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- getExceptions() - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindExceptionHandler
-
- getExceptions() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindExceptionHandlerImpl
-
- getExceptionSupplier() - Method in class org.apache.brooklyn.util.guava.Maybe.Absent
-
- getExchangeName() - Method in interface org.apache.brooklyn.entity.messaging.amqp.AmqpExchange
-
Return the AMQP exchange name.
- getExchangeName() - Method in interface org.apache.brooklyn.entity.messaging.qpid.QpidQueue
-
- getExchangeName() - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidQueueImpl
-
- getExchangeName() - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidTopicImpl
-
- getExchangeName() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitDestination
-
- getExecutionContext(Entity) - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
Returns an
ExecutionContext instance representing tasks
(from the
ExecutionManager) associated with this entity, and capable
of conveniently running such tasks which will be associated with that entity
- getExecutionContext(Entity, EntityAdjunct) - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
- getExecutionContext() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- getExecutionContext() - Method in interface org.apache.brooklyn.core.entity.EntityInternal
-
Returns the task execution context for the entity.
- getExecutionContext() - Method in interface org.apache.brooklyn.core.entity.internal.EntityTransientCopyInternal
-
- getExecutionContext(Collection<?>) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- getExecutionContext(Task<?>) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- getExecutionContext(Entity) - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- getExecutionContext(Entity, EntityAdjunct) - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- getExecutionContext() - Method in class org.apache.brooklyn.core.mgmt.internal.EntityManagementSupport
-
- getExecutionContext(Entity) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getExecutionContext(Entity, EntityAdjunct) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getExecutionContext() - Method in class org.apache.brooklyn.core.objs.AbstractEntityAdjunct
-
If the entity has been set, returns the execution context indicating this adjunct.
- getExecutionManager() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
Returns the
ExecutionManager instance for entities and users in this management realm
to submit tasks and to observe what tasks are occurring
- getExecutionManager() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- getExecutionManager() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getExecutionManager() - Method in class org.apache.brooklyn.util.core.task.BasicExecutionContext
-
- getExecutor() - Method in class org.apache.brooklyn.policy.action.AbstractScheduledEffectorPolicy
-
- getExitCode() - Method in class org.apache.brooklyn.util.core.task.ssh.SshPutTaskWrapper
-
returns the exit code from the copy, 0 on success;
null if it has not completed or threw exception
(not sure if this is ever a non-zero integer or if it is meaningful)
- getExitCode() - Method in class org.apache.brooklyn.util.core.task.system.ProcessTaskWrapper
-
- getExitStatus() - Method in class org.apache.brooklyn.feed.ssh.SshPollValue
-
Command exit status, or -1 if error is set.
- getExpandedInstallDir() - Method in interface org.apache.brooklyn.entity.monitoring.monit.MonitDriver
-
- getExpandedInstallDir() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- getExpandedInstallDir() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss6SshDriver
-
Deprecated.
- getExpectedJavaSuperType() - Method in interface org.apache.brooklyn.api.typereg.RegisteredTypeLoadingContext
-
A java super-type or interface that should be filtered for;
for specs, this refers to the target type, not the spec
(eg
Entity not
EntitySpec).
- getExpectedJavaSuperType() - Method in class org.apache.brooklyn.core.typereg.RegisteredTypeLoadingContexts.BasicRegisteredTypeLoadingContext
-
- getExpectedKind() - Method in interface org.apache.brooklyn.api.typereg.RegisteredTypeLoadingContext
-
The kind required, if specified.
- getExpectedKind() - Method in class org.apache.brooklyn.core.typereg.RegisteredTypeLoadingContexts.BasicRegisteredTypeLoadingContext
-
- getExpectedMasterToClear() - Method in interface org.apache.brooklyn.api.mgmt.ha.ManagementPlaneSyncRecordPersister.Delta
-
- getExpectedMasterToClear() - Method in class org.apache.brooklyn.core.mgmt.ha.ManagementPlaneSyncRecordDeltaImpl
-
- getExpectedState(Entity) - Static method in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic
-
- getExportedPackages() - Method in class org.apache.brooklyn.rt.felix.ManifestHelper
-
- getExtension(Class<T>) - Method in interface org.apache.brooklyn.api.location.Location
-
Returns an extension of the given type.
- getExtension(Class<T>) - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- getExtension(Class<T>) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
- getExtension() - Method in class org.apache.brooklyn.util.maven.MavenArtifact
-
- getExtensions() - Method in class org.apache.brooklyn.api.location.LocationSpec
-
- getExternalConfigProviderRegistry() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- getExternalConfigProviderRegistry() - Method in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
- getExternalConfigProviderRegistry() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getExternalManagementUri() - Method in class org.apache.brooklyn.camp.server.dto.PlatformComponentDto
-
- getExternalManagementUri() - Method in class org.apache.brooklyn.camp.spi.PlatformComponent
-
- getExtraFields() - Method in class org.apache.brooklyn.rest.domain.BundleSummary
-
Mutable map of other top-level metadata included on this DTO (eg listing config keys or effectors)
- getExtraFields() - Method in class org.apache.brooklyn.rest.domain.EntitySummary
-
Mutable map of other top-level metadata included on this DTO (eg listing config keys or effectors)
- getExtraFields() - Method in class org.apache.brooklyn.rest.domain.TypeSummary
-
Mutable map of other top-level metadata included on this DTO (eg listing config keys or effectors)
- getExtraStatusText() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- getExtraStatusText() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- getExtraStatusText() - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
- getFabricSize() - Method in interface org.apache.brooklyn.entity.group.DynamicFabric
-
- getFabricSize() - Method in class org.apache.brooklyn.entity.group.DynamicFabricImpl
-
- getFailureMessage() - Method in interface org.apache.brooklyn.container.location.kubernetes.KubernetesLocation.ExitCondition
-
- getFailures() - Method in class org.apache.brooklyn.test.WebAppMonitor
-
- getFallbackLocations() - Method in interface org.apache.brooklyn.api.entity.drivers.downloads.DownloadResolverManager.DownloadTargets
-
Gets the locations to try (in-order), to be used only after all primary locations
have been tried.
- getFallbackLocations() - Method in class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadTargets
-
- getFeatures(ManagementContext) - Static method in class org.apache.brooklyn.core.BrooklynVersion
-
- getFeatures() - Method in class org.apache.brooklyn.rest.domain.VersionSummary
-
- getFeed(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- getFeedIds() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMemento
-
- getFeedIds() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl
-
- getFeedIdToType() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoManifest
-
- getFeedIdToType() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl
-
- getFeedMemento(String) - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMemento
-
- getFeedMemento(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl
-
- getFeedMementos() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMemento
-
- getFeedMementos() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl
-
- getFeeds() - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData
-
- getFeeds() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.EntityMemento
-
The ids of the sensor feeds attached to this entity.
- getFeeds() - Method in interface org.apache.brooklyn.core.entity.EntityInternal.FeedSupport
-
- getFeeds() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicEntityMemento
-
- getFeeds() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- getField(Object, Field) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
gets the value of the field.
- getFieldsWithFlags(Object) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
get all fields (including private and static) on the given object and all supertypes,
that are annotated with SetFromFlags.
- getFieldsWithFlagsExcludingModifiers(Object, int) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
get all fields (including private and static) and their values on the given object and all supertypes,
where the field is annotated with SetFromFlags.
- getFieldsWithFlagsWithModifiers(Object, int) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
get all fields with the given modifiers, and their values on the given object and all supertypes,
where the field is annotated with SetFromFlags.
- getFieldsWithValues(Object) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
returns a map of all fields which are annotated 'SetFromFlag' with their current values;
useful if you want to clone settings from one object
- getFieldValueMaybe(Object, String) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- getFieldValueMaybe(Object, Field) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- getFile() - Method in class org.apache.brooklyn.util.os.Os.DeletionResult
-
- getFilename() - Method in interface org.apache.brooklyn.api.entity.drivers.downloads.DownloadResolver
-
The name of the artifact.
- getFilename() - Method in class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadResolver
-
- getFilename() - Method in class org.apache.brooklyn.util.maven.MavenArtifact
-
- getFilenameContextMapper() - Method in interface org.apache.brooklyn.entity.webapp.JavaWebAppDriver
-
- getFilenameContextMapper() - Method in class org.apache.brooklyn.entity.webapp.JavaWebAppSshDriver
-
- getFilePermissions(File) - Static method in class org.apache.brooklyn.util.io.FileUtil
-
This utility will be deleted when we move to Java 7
- getFilterClass() - Method in class org.apache.brooklyn.rest.apidoc.RestApiResourceScanner
-
- getFinalProxyTarget(Task<?>) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- getFirst(String...) - Method in interface org.apache.brooklyn.config.StringConfigMap
-
- getFirst(Map, String...) - Method in interface org.apache.brooklyn.config.StringConfigMap
-
returns the value of the first key which is defined
- getFirst(String...) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
returns the value of the first key which is defined
- getFirst(Map, String...) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- getFirst(String...) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
returns the value of the first key which is defined
- getFirst(Map, String...) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- getFirst(String...) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
Discouraged; returns the String so if it is external config, it will be the
$brooklyn:external(...) format.
- getFirst(Map, String...) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
Discouraged; returns the String so if it is external config, it will be the
$brooklyn:external(...) format.
- getFirst(Group) - Static method in interface org.apache.brooklyn.entity.group.AbstractGroup
-
- getFirst(ConfigKey<T>, ConfigKey<T>...) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
returns the first key in the list for which a value is explicitly set, then defaulting to defaulting value of preferred key
- getFirstInteresting(Throwable) - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
returns the first exception in the call chain which whose message is potentially interesting,
in the sense that it is has some chance of giving helpful information as the cause.
- getFirstLine(String) - Static method in class org.apache.brooklyn.util.text.Strings
-
- getFirstReachableAddress(NodeMetadata, Duration) - Static method in class org.apache.brooklyn.location.jclouds.JcloudsUtil
-
- getFirstReachableAddress(NodeMetadata, Duration, <any>) - Static method in class org.apache.brooklyn.location.jclouds.JcloudsUtil
-
- getFirstThrowableMatching(Throwable, <any>) - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
returns the first exception that matches the filter, or null
- getFirstThrowableOfType(Throwable, Class<T>) - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
returns the first exception of the given type, or null
- getFirstWord(String) - Static method in class org.apache.brooklyn.util.text.Strings
-
returns the first word (whitespace delimited text), or null if there is none (input null or all whitespace)
- getFirstWordAfter(String, String) - Static method in class org.apache.brooklyn.util.text.Strings
-
returns the first word after the given phrase, or null if no such phrase;
if the character immediately after the phrase is not whitespace, the non-whitespace
sequence starting with that character will be returned
- getFlagMaybeValue() - Method in class org.apache.brooklyn.util.core.flags.FlagUtils.FlagConfigKeyAndValueRecord
-
- getFlagName() - Method in class org.apache.brooklyn.util.core.flags.FlagUtils.FlagConfigKeyAndValueRecord
-
- getFlags() - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
- getFlags() - Method in class org.apache.brooklyn.api.location.LocationSpec
-
- getFlags() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
- getFlags() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.WinRmExecuteHelper
-
- getFocusMap() - Method in class org.apache.brooklyn.util.collections.Jsonya.Navigator
-
returns a Map at the given focus, creating if needed (so never null),
throwing if it exists already and is not a map
- getFocusMapMaybe() - Method in class org.apache.brooklyn.util.collections.Jsonya.Navigator
-
- getFormat() - Method in class org.apache.brooklyn.rest.domain.TypeDetail.TypeImplementationPlanSummary
-
- getFormatCode() - Method in class org.apache.brooklyn.core.typereg.AbstractTypePlanTransformer
-
- getFormatCode() - Method in interface org.apache.brooklyn.core.typereg.BrooklynTypePlanTransformer
-
- getFormatDescription() - Method in class org.apache.brooklyn.core.typereg.AbstractTypePlanTransformer
-
- getFormatDescription() - Method in interface org.apache.brooklyn.core.typereg.BrooklynTypePlanTransformer
-
- getFormatName() - Method in class org.apache.brooklyn.core.typereg.AbstractTypePlanTransformer
-
- getFormatName() - Method in interface org.apache.brooklyn.core.typereg.BrooklynTypePlanTransformer
-
- getFragmentBetween(String, String, String) - Static method in class org.apache.brooklyn.util.text.Strings
-
looks for first section of text in following the prefix and, if present, before the suffix;
null if the prefix is not present in the string, and everything after the prefix if suffix is not present in the string;
if either prefix or suffix is null, it is treated as the start/end of the string
- getFramework() - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiManager
-
- getFramework(String, boolean) - Method in class org.apache.brooklyn.rt.felix.EmbeddedFramework
-
- getFramework(String, boolean) - Method in class org.apache.brooklyn.util.core.osgi.ContainerFramework
-
- getFramework(String, boolean) - Static method in class org.apache.brooklyn.util.core.osgi.Osgis
-
Provides an OSGI framework.
- getFramework(String, boolean) - Method in interface org.apache.brooklyn.util.osgi.SystemFramework
-
Provides an OSGI framework.
- getFrom() - Method in class org.apache.brooklyn.entity.proxy.nginx.UrlRewriteRule
-
- getFromManagementContext(ManagementContext) - Static method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades
-
- getFullVersion() - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- getFullVersion() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeImpl
-
- getFullYamlTextOriginal() - Method in class org.apache.brooklyn.util.yaml.Yamls.YamlExtract
-
- getFullYamlTextWithExtractReplaced(String) - Method in class org.apache.brooklyn.util.yaml.Yamls.YamlExtract
-
Returns the original YAML with the found item replaced by the given replacement YAML.
- getFunction() - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.parse.FunctionWithArgs
-
- getFunctionallyUniqueIdentifier() - Method in class org.apache.brooklyn.rest.domain.AdjunctDetail
-
- getFurthest(String, Collection<String>) - Static method in class org.apache.brooklyn.util.net.NetworkMultiAddressUtils
-
- getGarbageCollector() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- getGenericParameterTypeTokens(<any>) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- getGithubOpscodeRepo(String) - Static method in class org.apache.brooklyn.entity.chef.ChefConfigs
-
- getGithubOpscodeRepo(String, String) - Static method in class org.apache.brooklyn.entity.chef.ChefConfigs
-
- getGlobsAfterBraceExpansion(String) - Static method in class org.apache.brooklyn.util.text.WildcardGlobs
-
returns a list with no curly braces in any entries,
and guaranteeing order such that any {..,X,..,Y,..} will result in X being before Y in the resulting list;
e.g.
- getGlobsAfterBraceExpansion(String, boolean, WildcardGlobs.PhraseTreatment, WildcardGlobs.PhraseTreatment) - Static method in class org.apache.brooklyn.util.text.WildcardGlobs
-
returns a list with no curly braces in any entries; e.g.
- getGossipPort() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- getGossipPort() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeDriver
-
Deprecated.
- getGossipPort() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeImpl
-
Deprecated.
- getGossipPort() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeSshDriver
-
Deprecated.
- getGroupId() - Method in class org.apache.brooklyn.util.maven.MavenArtifact
-
- getGroupIds() - Method in class org.apache.brooklyn.rest.domain.EntityDetail
-
- getGroupName() - Method in interface org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNode
-
- getGroupName() - Method in class org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNodeImpl
-
- getGroupPassword() - Method in interface org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNode
-
- getGroupPassword() - Method in class org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNodeImpl
-
- getGroups() - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
- getHandoffListenerPort() - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- getHandoffListenerPort() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeImpl
-
- getHardware() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- getHardwareDetails() - Method in interface org.apache.brooklyn.api.location.MachineDetails
-
- getHardwareDetails() - Method in class org.apache.brooklyn.core.location.BasicMachineDetails
-
- getHardwareId() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- getHazelcastNodesList() - Method in class org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNodeSshDriver
-
- getHeaderLists() - Method in class org.apache.brooklyn.util.http.HttpToolResponse
-
- getHeapMemorySize() - Method in interface org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNode
-
- getHeapMemorySize() - Method in class org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNodeImpl
-
- getHeapMemorySize() - Method in class org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNodeSshDriver
-
- getHeartbeatTimeout() - Method in class org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl
-
- getHighAvailabilityManager() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
- getHighAvailabilityManager() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- getHighAvailabilityManager() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getHighAvailabilityMetrics() - Method in interface org.apache.brooklyn.rest.api.ServerApi
-
- getHighAvailabilityMetrics() - Method in class org.apache.brooklyn.rest.resources.ServerResource
-
- getHighAvailabilityNodeState() - Method in interface org.apache.brooklyn.rest.api.ServerApi
-
- getHighAvailabilityNodeState() - Method in class org.apache.brooklyn.rest.resources.ServerResource
-
- getHighAvailabilityPlaneStates() - Method in interface org.apache.brooklyn.rest.api.ServerApi
-
- getHighAvailabilityPlaneStates() - Method in class org.apache.brooklyn.rest.resources.ServerResource
-
- getHighAvailabitlityPriority() - Method in interface org.apache.brooklyn.rest.api.ServerApi
-
- getHighAvailabitlityPriority() - Method in class org.apache.brooklyn.rest.resources.ServerResource
-
- getHighlights() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.PolicyMemento
-
- getHighlights() - Method in interface org.apache.brooklyn.api.objs.EntityAdjunct
-
- getHighlights() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicPolicyMemento
-
- getHighlights() - Method in class org.apache.brooklyn.core.objs.AbstractEntityAdjunct
-
- getHighlights() - Method in class org.apache.brooklyn.rest.domain.AdjunctSummary
-
- getHighThreshold(ContainerType) - Method in interface org.apache.brooklyn.policy.loadbalancing.BalanceablePoolModel
-
- getHighThreshold(ContainerType) - Method in class org.apache.brooklyn.policy.loadbalancing.DefaultBalanceablePoolModel
-
- getHintsFor(AttributeSensor<?>) - Static method in class org.apache.brooklyn.core.config.render.RendererHints
-
Returns all registered hints against the given element
- getHintsFor(ConfigKey<?>) - Static method in class org.apache.brooklyn.core.config.render.RendererHints
-
- getHintsFor(Class<?>) - Static method in class org.apache.brooklyn.core.config.render.RendererHints
-
- getHostAddress() - Method in interface org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNode
-
- getHostAddress() - Method in class org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNodeImpl
-
- getHostAddress() - Method in class org.apache.brooklyn.util.core.internal.ssh.SshAbstractTool
-
- getHostAndPort() - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjClientConnection
-
- getHostAndPort() - Method in class org.apache.brooklyn.util.net.UserAndHostAndPort
-
- getHostAndPortSensor() - Method in interface org.apache.brooklyn.entity.proxy.AbstractController
-
- getHostAndPortSensor() - Method in class org.apache.brooklyn.entity.proxy.AbstractControllerImpl
-
- getHostedUrl(MavenArtifact) - Method in class org.apache.brooklyn.util.maven.MavenRetriever
-
- getHostGeoInfo() - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- getHostGeoInfo(InetAddress) - Method in class org.apache.brooklyn.core.location.geo.GeoBytesHostGeoLookup
-
Deprecated.
- getHostGeoInfo() - Method in interface org.apache.brooklyn.core.location.geo.HasHostGeoInfo
-
- getHostGeoInfo(InetAddress) - Method in interface org.apache.brooklyn.core.location.geo.HostGeoLookup
-
- getHostGeoInfo(InetAddress) - Method in class org.apache.brooklyn.core.location.geo.MaxMind2HostGeoLookup
-
- getHostGeoInfo(InetAddress) - Method in class org.apache.brooklyn.core.location.geo.UtraceHostGeoLookup
-
- getHostGeoInfo(InetAddress, Duration) - Method in class org.apache.brooklyn.core.location.geo.UtraceHostGeoLookup
-
- getHostname() - Method in class org.apache.brooklyn.container.location.kubernetes.machine.KubernetesEmptyMachineLocation
-
- getHostname() - Method in interface org.apache.brooklyn.entity.dns.AbstractGeoDnsService
-
should return the hostname which this DNS service is configuring
- getHostname() - Method in class org.apache.brooklyn.entity.dns.AbstractGeoDnsServiceImpl
-
- getHostname() - Method in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingDnsServiceImpl
-
- getHostname() - Method in interface org.apache.brooklyn.entity.messaging.storm.Storm
-
- getHostname() - Method in class org.apache.brooklyn.entity.messaging.storm.StormImpl
-
- getHostname() - Method in interface org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNode
-
- getHostname() - Method in class org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNodeImpl
-
- getHostname() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- getHostname() - Method in class org.apache.brooklyn.entity.zookeeper.AbstractZooKeeperImpl
-
- getHostname() - Method in interface org.apache.brooklyn.entity.zookeeper.ZooKeeperNode
-
- getHostname() - Method in class org.apache.brooklyn.entity.zookeeper.ZooKeeperSshDriver.ZooKeeperServerConfig
-
- getHostname() - Method in class org.apache.brooklyn.location.jclouds.JcloudsSshMachineLocation
-
- getHostname() - Method in class org.apache.brooklyn.location.jclouds.JcloudsWinRmMachineLocation
-
- getHostname() - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- getHostname() - Method in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- getHostname() - Method in interface org.apache.brooklyn.util.net.HasNetworkAddresses
-
note
- getHostnameSensor() - Method in interface org.apache.brooklyn.entity.proxy.AbstractController
-
- getHostnameSensor() - Method in class org.apache.brooklyn.entity.proxy.AbstractControllerImpl
-
- getHref() - Method in class org.apache.brooklyn.camp.server.dto.LinkDto
-
- getHref() - Method in class org.apache.brooklyn.camp.spi.pdp.ArtifactContent
-
- getHttpClientForBrooklynNode() - Method in interface org.apache.brooklyn.entity.brooklynnode.EntityHttpClient
-
- getHttpClientForBrooklynNode() - Method in class org.apache.brooklyn.entity.brooklynnode.EntityHttpClientImpl
-
- getHttpExecutor(Map<?, ?>) - Method in interface org.apache.brooklyn.util.executor.HttpExecutorFactory
-
- getHttpExecutor(Map<?, ?>) - Method in class org.apache.brooklyn.util.executor.HttpExecutorFactoryImpl
-
- getHttpManagementInterfaceSecurityRealm() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss7ServerImpl
-
Deprecated.
- getHttpManagementPort() - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidSshDriver
-
- getHttpPort() - Method in class org.apache.brooklyn.entity.database.crate.CrateNodeImpl
-
- getHttpPort() - Method in interface org.apache.brooklyn.entity.nosql.couchdb.CouchDBNode
-
- getHttpPort() - Method in interface org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeDriver
-
- getHttpPort() - Method in class org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeImpl
-
- getHttpPort() - Method in class org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeSshDriver
-
- getHttpPort() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxSshDriver
-
Deprecated.
- getHttpPort() - Method in interface org.apache.brooklyn.entity.webapp.JavaWebAppDriver
-
- getHttpPort() - Method in interface org.apache.brooklyn.entity.webapp.JavaWebAppSoftwareProcess
-
- getHttpPort() - Method in class org.apache.brooklyn.entity.webapp.JavaWebAppSoftwareProcessImpl
-
- getHttpPort() - Method in class org.apache.brooklyn.entity.webapp.JavaWebAppSshDriver
-
- getHttpPort() - Method in interface org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppDriver
-
- getHttpPort() - Method in interface org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppService
-
- getHttpPort() - Method in class org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppServiceImpl
-
- getHttpPort() - Method in class org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppSshDriver
-
- getHttpsEnabled() - Method in class org.apache.brooklyn.launcher.BrooklynWebServer
-
- getHttpsPort() - Method in interface org.apache.brooklyn.entity.nosql.couchdb.CouchDBNode
-
- getHttpsPort() - Method in interface org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeDriver
-
- getHttpsPort() - Method in class org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeImpl
-
- getHttpsPort() - Method in class org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeSshDriver
-
- getHttpsPort() - Method in interface org.apache.brooklyn.entity.webapp.JavaWebAppDriver
-
- getHttpsPort() - Method in interface org.apache.brooklyn.entity.webapp.JavaWebAppSoftwareProcess
-
- getHttpsPort() - Method in class org.apache.brooklyn.entity.webapp.JavaWebAppSoftwareProcessImpl
-
- getHttpsPort() - Method in class org.apache.brooklyn.entity.webapp.JavaWebAppSshDriver
-
- getHttpsSslConfig() - Method in interface org.apache.brooklyn.entity.webapp.JavaWebAppDriver
-
- getHttpsSslConfig() - Method in class org.apache.brooklyn.entity.webapp.JavaWebAppSshDriver
-
- getHttpsSslKeyAlias() - Method in interface org.apache.brooklyn.entity.webapp.JavaWebAppSoftwareProcess
-
- getHttpsSslKeyAlias() - Method in class org.apache.brooklyn.entity.webapp.JavaWebAppSoftwareProcessImpl
-
- getHttpsSslKeystoreFile() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss7ServerImpl
-
Deprecated.
Path of the keystore file on the AS7 server
- getHttpsSslKeystoreFile() - Method in class org.apache.brooklyn.entity.webapp.tomcat.TomcatSshDriver
-
- getHttpsSslKeystorePassword() - Method in interface org.apache.brooklyn.entity.webapp.JavaWebAppSoftwareProcess
-
- getHttpsSslKeystorePassword() - Method in class org.apache.brooklyn.entity.webapp.JavaWebAppSoftwareProcessImpl
-
- getHttpStatusCode(String) - Static method in class org.apache.brooklyn.test.HttpTestUtils
-
Deprecated.
- getHttpStatusCode(String) - Static method in class org.apache.brooklyn.util.http.HttpTool
-
- getHypervisorMatchesRegex() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- getIcon(String, String, String) - Method in interface org.apache.brooklyn.rest.api.AdjunctApi
-
- getIcon(String, String) - Method in interface org.apache.brooklyn.rest.api.CatalogApi
-
- getIcon(String, String) - Method in interface org.apache.brooklyn.rest.api.EntityApi
-
- getIcon(String, String, String) - Method in class org.apache.brooklyn.rest.resources.AdjunctResource
-
- getIcon(String, String) - Method in class org.apache.brooklyn.rest.resources.CatalogResource
-
- getIcon(String, String) - Method in class org.apache.brooklyn.rest.resources.EntityResource
-
- getIcon() - Method in class org.apache.brooklyn.ui.modularity.ExternalUiModule
-
- getIcon() - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleActionImpl
-
- getIcon() - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleImpl
-
- getIcon() - Method in interface org.apache.brooklyn.ui.modularity.module.api.UiModule
-
- getIcon() - Method in interface org.apache.brooklyn.ui.modularity.module.api.UiModuleAction
-
- getIconUrl() - Method in interface org.apache.brooklyn.api.catalog.CatalogItem
-
- getIconUrl() - Method in interface org.apache.brooklyn.api.entity.Entity
-
- getIconUrl() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.CatalogItemMemento
-
- getIconUrl() - Method in interface org.apache.brooklyn.api.typereg.RegisteredType
-
- getIconUrl() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- getIconUrl() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
- getIconUrl() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
Deprecated.
- getIconUrl() - Method in interface org.apache.brooklyn.core.entity.internal.EntityTransientCopyInternal
-
- getIconUrl() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento
-
- getIconUrl() - Method in class org.apache.brooklyn.core.typereg.BasicRegisteredType
-
- getIconUrl(BrooklynObject) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- getIconUrl() - Method in class org.apache.brooklyn.rest.domain.AdjunctSummary
-
- getIconUrl() - Method in class org.apache.brooklyn.rest.domain.CatalogItemSummary
-
Deprecated.
- getIconUrl() - Method in class org.apache.brooklyn.rest.domain.EntityDetail
-
- getIconUrl() - Method in class org.apache.brooklyn.rest.domain.TypeSummary
-
- getId() - Method in interface org.apache.brooklyn.api.entity.Entity
-
The unique identifier for this entity.
- getId() - Method in interface org.apache.brooklyn.api.location.Location
-
A unique id for this location.
- getId() - Method in interface org.apache.brooklyn.api.location.LocationDefinition
-
- getId() - Method in interface org.apache.brooklyn.api.location.MachineManagementMixins.MachineMetadata
-
- getId() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoManifest.EntityMementoManifest
-
- getId() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.Memento
-
- getId() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.TreeNode
-
The id of this node in the tree.
- getId() - Method in interface org.apache.brooklyn.api.mgmt.Task
-
- getId() - Method in interface org.apache.brooklyn.api.objs.EntityAdjunct
-
A unique id for this adjunct, typically created by the system with no meaning
- getId() - Method in interface org.apache.brooklyn.api.objs.Identifiable
-
- getId() - Method in interface org.apache.brooklyn.api.policy.Policy
-
A unique id for this policy.
- getId() - Method in interface org.apache.brooklyn.api.sensor.Enricher
-
A unique id for this enricher.
- getId() - Method in interface org.apache.brooklyn.api.typereg.RegisteredType
-
- getId() - Method in class org.apache.brooklyn.camp.spi.AbstractResource
-
- getId() - Method in class org.apache.brooklyn.camp.spi.Link
-
- getId() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- getId() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
- getId() - Method in interface org.apache.brooklyn.core.entity.internal.EntityTransientCopyInternal
-
- getId() - Method in class org.apache.brooklyn.core.entity.lifecycle.PolicyDescriptor
-
- getId() - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
- getId() - Method in class org.apache.brooklyn.core.location.BasicLocationDefinition
-
- getId() - Method in class org.apache.brooklyn.core.location.BasicMachineMetadata
-
- getId() - Method in class org.apache.brooklyn.core.mgmt.ha.BasicMasterChooser.ScoredRecord
-
- getId() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.AbstractMemento
-
- getId() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento
-
- getId() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.EntityMementoManifestImpl
-
- getId() - Method in class org.apache.brooklyn.core.objs.AbstractBrooklynObject
-
- getId() - Method in class org.apache.brooklyn.core.objs.BasicConfigurableObject
-
- getId() - Method in class org.apache.brooklyn.core.typereg.BasicRegisteredType
-
- getId() - Method in class org.apache.brooklyn.rest.domain.AdjunctSummary
-
- getId() - Method in class org.apache.brooklyn.rest.domain.ApplicationSummary
-
- getId() - Method in class org.apache.brooklyn.rest.domain.CatalogItemSummary
-
Deprecated.
- getId() - Method in class org.apache.brooklyn.rest.domain.EntitySummary
-
- getId() - Method in interface org.apache.brooklyn.rest.domain.HasId
-
- getId() - Method in class org.apache.brooklyn.rest.domain.LocationSummary
-
- getId() - Method in class org.apache.brooklyn.rest.domain.TaskSummary
-
- getId() - Method in class org.apache.brooklyn.rest.domain.UsageStatistic
-
- getId() - Method in class org.apache.brooklyn.rest.util.MultiSessionAttributeAdapter
-
- getId() - Method in class org.apache.brooklyn.ui.modularity.ExternalUiModule
-
- getId() - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleImpl
-
- getId() - Method in interface org.apache.brooklyn.ui.modularity.module.api.UiModule
-
- getId() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- getId() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- getIdentifier() - Method in class org.apache.brooklyn.core.entity.drivers.ReflectiveEntityDriverFactory.AbstractDriverInferenceRenamingInferenceRule
-
- getIdentity() - Method in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationPublic
-
- getIdentity() - Method in class org.apache.brooklyn.location.jclouds.domain.JcloudsContext
-
- getIdentity() - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- getIfPresent(Object) - Method in class org.apache.brooklyn.util.guava.KeyTransformingLoadingCache
-
- GetImage(ManagementContext, boolean, String, boolean, List<String>) - Constructor for class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.GetImage
-
- getImage() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- GetImageCommand - Class in org.apache.brooklyn.karaf.commands.cloud.explorer
-
- GetImageCommand() - Constructor for class org.apache.brooklyn.karaf.commands.cloud.explorer.GetImageCommand
-
- getImageDescriptionMatchesRegex() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- getImageId() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- getImageMatchesCondition() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- getImageMediaTypeFromExtension(String) - Static method in class org.apache.brooklyn.rest.util.WebResourceUtils
-
- getImageName() - Method in class org.apache.brooklyn.container.location.kubernetes.ImageChooser.ImageMetadata
-
- getImageNameMatchesRegex() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- getImageVersionMatchesRegex() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- getImmediately(Object) - Method in interface org.apache.brooklyn.api.mgmt.ExecutionContext
-
Gets the value promptly, or returns
Maybe.absent() if the value is not yet available.
- getImmediately(Task<T>) - Method in interface org.apache.brooklyn.api.mgmt.ExecutionContext
-
- getImmediately() - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.DslDeferredFunctionCall
-
- getImmediately() - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon.DslBrooklynObjectConfigSupplier
-
- getImmediately() - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
- getImmediately(Task<T>) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionContext
-
- getImmediately(Object) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionContext
-
performs execution without spawning a new task thread, though it does temporarily set a fake task for the purpose of getting context;
currently supports
Supplier,
Callable,
Runnable, or
Task instances;
with tasks if it is submitted or in progress,
it fails if not completed; with unsubmitted, unqueued tasks, it gets the
Callable job and
uses that; with such a job, or any other callable/supplier/runnable, it runs that
in an
InterruptingImmediateSupplier, with as much metadata as possible (eg task name if
given a task) set
temporarily in the current thread context
- getImmediately() - Method in interface org.apache.brooklyn.util.core.task.ImmediateSupplier
-
- getImmediately() - Method in class org.apache.brooklyn.util.core.task.InterruptingImmediateSupplier
-
- getImplementation() - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
- getImplementationDataStringForSpec(RegisteredType) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
returns the implementation data for a spec if it is a string (e.g.
- getImplementedBy(Class<T>) - Method in interface org.apache.brooklyn.api.entity.EntityTypeRegistry
-
Returns the implementation to be used for the given entity type.
- getImplementedBy(Class<T>) - Method in class org.apache.brooklyn.core.objs.BasicEntityTypeRegistry
-
- getInetAddressWithFixedName(byte[]) - Static method in class org.apache.brooklyn.util.net.Cidr
-
- getInetAddressWithFixedName(byte[]) - Static method in class org.apache.brooklyn.util.net.Networking
-
Gets an InetAddress using the given IP, and using that IP as the hostname (i.e.
- getInetAddressWithFixedName(int, int, int, int) - Static method in class org.apache.brooklyn.util.net.Networking
-
- getInetAddressWithFixedName(int, int, int, int, int, int) - Static method in class org.apache.brooklyn.util.net.Networking
-
- getInetAddressWithFixedName(String) - Static method in class org.apache.brooklyn.util.net.Networking
-
Gets an InetAddress using the given hostname or IP.
- getInheritance() - Method in interface org.apache.brooklyn.config.ConfigKey
-
- getInheritance() - Method in class org.apache.brooklyn.core.config.BasicConfigKey
-
Deprecated.
- getInheritanceByContext(ConfigInheritance.ConfigInheritanceContext) - Method in interface org.apache.brooklyn.config.ConfigKey
-
- getInheritanceByContext() - Method in interface org.apache.brooklyn.config.ConfigKey
-
- getInheritanceByContext(ConfigInheritance.ConfigInheritanceContext) - Method in class org.apache.brooklyn.core.config.BasicConfigKey
-
- getInheritanceByContext() - Method in class org.apache.brooklyn.core.config.BasicConfigKey
-
- getInitializers() - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
- getInput() - Method in class org.apache.brooklyn.feed.shell.ShellPollConfig
-
- getInput() - Method in class org.apache.brooklyn.util.stream.InputStreamSupplier
-
Deprecated.
- getInputStream() - Method in interface org.apache.brooklyn.core.catalog.internal.CatalogInitialization.InstallableManagedBundle
-
The caller is responsible for closing the returned stream.
- getInstallDir() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- getInstalledWrapperBundles() - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiManager
-
- getInstallFilename() - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbSshDriver
-
- getInstance() - Static method in class org.apache.brooklyn.core.BrooklynVersion
-
- getInstance() - Static method in class org.apache.brooklyn.core.catalog.internal.CatalogItemComparator
-
- getInstance(String) - Static method in class org.apache.brooklyn.location.jclouds.networking.JcloudsLocationSecurityGroupCustomizer
-
Gets the customizer for the given applicationId.
- getInstance(Entity) - Static method in class org.apache.brooklyn.location.jclouds.networking.JcloudsLocationSecurityGroupCustomizer
-
Gets a customizer for the given entity's application.
- getInstance() - Static method in class org.apache.brooklyn.util.core.osgi.Compat
-
- getInstance() - Static method in class org.apache.brooklyn.util.crypto.TrustingSslSocketFactory
-
- getInstance() - Static method in class org.apache.brooklyn.util.http.TrustingSslSocketFactory
-
- getInstance() - Static method in class org.apache.brooklyn.util.text.VersionComparator
-
- getInstanceCounts() - Method in class org.apache.brooklyn.qa.longevity.MonitorUtils.MemoryUsage
-
- getInstantiator() - Method in class org.apache.brooklyn.camp.spi.AssemblyTemplate
-
- getInstantiator() - Method in class org.apache.brooklyn.camp.spi.pdp.AssemblyTemplateConstructor
-
- getInterfacesIncludingClassAncestors(Class<?>) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
whereas Class.getInterfaces() only returns interfaces directly implemented by a class,
this walks the inheritance hierarchy to include interfaces implemented by superclass/ancestors;
(note it does not include superinterfaces)
- getInterfaceType() - Method in enum org.apache.brooklyn.api.objs.BrooklynObjectType
-
- getInternalConfigMap() - Method in class org.apache.brooklyn.core.objs.AbstractConfigurationSupportInternal
-
- getInternalConfigMap() - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal.ConfigurationSupportInternal
-
This is currently the only way to get some rolled up collections and raw,
and also to test for the presence of a value (without any default).
- getInternalFuture() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- getInternalFuture() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- getInternalFuture() - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
returns the underlying future where this task's results will come in; see #initInternalFuture(ListenableFuture)
- getInterpreters() - Method in class org.apache.brooklyn.camp.spi.resolve.interpret.PlanInterpretationContext
-
- getInUse() - Method in class org.apache.brooklyn.location.byon.FixedListMachineProvisioningLocation
-
- getInverseRelationshipType() - Method in interface org.apache.brooklyn.api.relations.RelationshipType
-
- getIs64bit() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- getItem() - Method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements.EntityAndItem
-
- getItem() - Method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements.TaskAndItem
-
- getItemContainer(ItemType) - Method in class org.apache.brooklyn.policy.followthesun.DefaultFollowTheSunModel
-
- getItemContainer(ItemType) - Method in interface org.apache.brooklyn.policy.followthesun.FollowTheSunModel
-
- getItemGroup() - Method in interface org.apache.brooklyn.policy.followthesun.FollowTheSunPool
-
- getItemGroup() - Method in class org.apache.brooklyn.policy.followthesun.FollowTheSunPoolImpl
-
- getItemGroup() - Method in interface org.apache.brooklyn.policy.loadbalancing.BalanceableWorkerPool
-
- getItemGroup() - Method in class org.apache.brooklyn.policy.loadbalancing.BalanceableWorkerPoolImpl
-
- getItemKey() - Method in class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixPollConfig
-
- getItemLocation(ItemType) - Method in class org.apache.brooklyn.policy.followthesun.DefaultFollowTheSunModel
-
- getItemLocation(ItemType) - Method in interface org.apache.brooklyn.policy.followthesun.FollowTheSunModel
-
- getItems() - Method in class org.apache.brooklyn.policy.followthesun.DefaultFollowTheSunModel
-
- getItems() - Method in interface org.apache.brooklyn.policy.followthesun.FollowTheSunModel
-
- getItemsForContainer(ContainerType) - Method in class org.apache.brooklyn.policy.loadbalancing.DefaultBalanceablePoolModel
-
- getItemType() - Method in class org.apache.brooklyn.rest.domain.CatalogItemSummary
-
Deprecated.
- getItemWorkrate(ItemType) - Method in class org.apache.brooklyn.policy.loadbalancing.DefaultBalanceablePoolModel
-
- getItemWorkrates(ContainerType) - Method in interface org.apache.brooklyn.policy.loadbalancing.BalanceablePoolModel
-
contains -1 instead of actual item workrate, for items which cannot be moved
- getItemWorkrates(ContainerType) - Method in class org.apache.brooklyn.policy.loadbalancing.DefaultBalanceablePoolModel
-
- getJarContent() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.ManagedBundleMemento
-
- getJarContent() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicManagedBundleMemento
-
- getJavaOpts() - Method in class org.apache.brooklyn.entity.java.JavaSoftwareProcessSshDriver
-
arguments to pass to the JVM; this is the config options (e.g.
- getJavaType() - Method in interface org.apache.brooklyn.api.catalog.CatalogItem
-
- getJavaType() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.CatalogItemMemento
-
- getJavaType() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- getJavaType() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
- getJavaType() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento
-
- getJavaType() - Method in class org.apache.brooklyn.rest.domain.CatalogItemSummary
-
Deprecated.
- getJcloudsId() - Method in interface org.apache.brooklyn.location.jclouds.api.JcloudsMachineLocationPublic
-
Returns the node ID as known at the cloud provider.
- getJcloudsId() - Method in class org.apache.brooklyn.location.jclouds.JcloudsSshMachineLocation
-
- getJcloudsId() - Method in class org.apache.brooklyn.location.jclouds.JcloudsWinRmMachineLocation
-
- getJcloudsProperties(String, String, String, Map<String, ?>) - Method in class org.apache.brooklyn.location.jclouds.JcloudsPropertiesFromBrooklynProperties
-
- getJmxAccessCert() - Method in class org.apache.brooklyn.entity.java.JmxmpSslSupport
-
- getJmxAccessKey() - Method in class org.apache.brooklyn.entity.java.JmxmpSslSupport
-
- getJmxAgentJarBasename() - Method in class org.apache.brooklyn.entity.java.JmxSupport
-
- getJmxAgentJarDestinationFilePath() - Method in class org.apache.brooklyn.entity.java.JmxSupport
-
- getJmxAgentJarDestinationFilePathDefault() - Method in class org.apache.brooklyn.entity.java.JmxSupport
-
- getJmxAgentJarMavenArtifact() - Method in class org.apache.brooklyn.entity.java.JmxSupport
-
- getJmxAgentJarUrl() - Method in class org.apache.brooklyn.entity.java.JmxSupport
-
returns URL for accessing the java agent, throwing if not applicable;
prefers on classpath where it should be, but will fall back to taking from maven hosted
(known problem in Eclipse where JARs are not always copied)
- getJmxAgentMode() - Method in class org.apache.brooklyn.entity.java.JmxSupport
-
- getJmxContext() - Method in class org.apache.brooklyn.entity.java.JavaSoftwareProcessSshDriver
-
- getJmxJavaConfigOptions() - Method in class org.apache.brooklyn.entity.java.JmxSupport
-
- getJmxPort() - Method in class org.apache.brooklyn.entity.java.JavaSoftwareProcessSshDriver
-
- getJmxPort() - Method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQBrokerImpl
-
- getJmxPort() - Method in class org.apache.brooklyn.entity.webapp.jetty.Jetty6ServerImpl
-
- getJmxSslKeyStoreFilePath() - Method in class org.apache.brooklyn.entity.java.JmxmpSslSupport
-
- getJmxSslTrustStoreFilePath() - Method in class org.apache.brooklyn.entity.java.JmxmpSslSupport
-
- getJmxUri() - Method in class org.apache.brooklyn.feed.jmx.JmxFeed
-
- getJmxUrl() - Method in class org.apache.brooklyn.entity.java.JmxSupport
-
- getJob() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- getJob() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- getJob() - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
- getJvmDefines() - Method in interface org.apache.brooklyn.entity.java.VanillaJavaApp
-
- getJvmDefines() - Method in class org.apache.brooklyn.entity.java.VanillaJavaAppImpl
-
- getJvmOptsLine() - Method in interface org.apache.brooklyn.entity.messaging.storm.StormDriver
-
- getJvmOptsLine() - Method in class org.apache.brooklyn.entity.messaging.storm.StormSshDriver
-
- getJvmXArgs() - Method in interface org.apache.brooklyn.entity.java.VanillaJavaApp
-
- getJvmXArgs() - Method in class org.apache.brooklyn.entity.java.VanillaJavaAppImpl
-
- getKafkaPort() - Method in interface org.apache.brooklyn.entity.messaging.kafka.KafkaBroker
-
- getKafkaPort() - Method in interface org.apache.brooklyn.entity.messaging.kafka.KafkaBrokerDriver
-
- getKafkaPort() - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaBrokerImpl
-
- getKafkaPort() - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaBrokerSshDriver
-
- getKey() - Method in class org.apache.brooklyn.config.ConfigInheritances.BasicConfigValueAtContainer
-
- getKey() - Method in interface org.apache.brooklyn.config.ConfigValueAtContainer
-
The key whose value is being held here.
- getKey() - Method in class org.apache.brooklyn.core.config.internal.LazyContainerAndKeyValue
-
- getKey() - Method in class org.apache.brooklyn.util.core.crypto.FluentKeySigner
-
- getKey() - Method in class org.apache.brooklyn.util.logback.JcloudsPersistenceThreadDiscriminator
-
- getKey() - Method in class org.apache.brooklyn.util.yaml.Yamls.YamlExtract
-
- getKeyAlias() - Method in class org.apache.brooklyn.entity.webapp.HttpsSslConfig
-
- getKeyDestination() - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig
-
Sets the
ssl_certificate_key path to be used within the generated
LoadBalancer configuration.
- getKeysFile() - Method in class org.apache.brooklyn.entity.network.bind.BindOsSupport
-
- getKeySourceUrl() - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig
-
- getKeystorePassword() - Method in class org.apache.brooklyn.entity.webapp.HttpsSslConfig
-
- getKeystoreUrl() - Method in class org.apache.brooklyn.entity.webapp.HttpsSslConfig
-
- getKind() - Method in interface org.apache.brooklyn.api.typereg.RegisteredType
-
- getKind() - Method in class org.apache.brooklyn.core.mgmt.BrooklynTags.NamedStringTag
-
- getKind() - Method in class org.apache.brooklyn.core.typereg.BasicRegisteredType
-
- getKind() - Method in class org.apache.brooklyn.rest.domain.TypeSummary
-
- getKubernetesClient(ConfigBag) - Method in interface org.apache.brooklyn.container.location.kubernetes.KubernetesClientRegistry
-
- getKubernetesClient(ConfigBag) - Method in class org.apache.brooklyn.container.location.kubernetes.KubernetesClientRegistryImpl
-
- getKubernetesClient(ConfigBag) - Method in class org.apache.brooklyn.container.location.openshift.OpenShiftClientRegistryImpl
-
The default OpenShift URL is set using the Kubernetes
KubernetesLocationConfig#MASTER_URL master URL as follows:
- getLabel() - Method in interface org.apache.brooklyn.api.objs.SpecParameter
-
Short name, to be used in UI
- getLabel() - Method in class org.apache.brooklyn.core.objs.BasicSpecParameter
-
- getLabel() - Method in class org.apache.brooklyn.rest.domain.ConfigSummary
-
- getLastFailure() - Method in class org.apache.brooklyn.test.WebAppMonitor
-
result code (int) or exception
- getLastManagementPlaneSyncRecord() - Method in interface org.apache.brooklyn.api.mgmt.ha.HighAvailabilityManager
-
- getLastManagementPlaneSyncRecord() - Method in class org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl
-
- getLastManagementTransitionMode(String) - Method in interface org.apache.brooklyn.core.mgmt.internal.BrooklynObjectManagerInternal
-
- getLastManagementTransitionMode(String) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalEntityManager
-
- getLastManagementTransitionMode(String) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalLocationManager
-
- getLastManagementTransitionMode(String) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentEntityManager
-
- getLastManagementTransitionMode(String) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentLocationManager
-
- getLastModified() - Method in class org.apache.brooklyn.core.BrooklynVersion.BrooklynFeature
-
- getLastModified() - Method in class org.apache.brooklyn.rest.domain.BrooklynFeatureSummary
-
- getLastModifiedDate() - Method in class org.apache.brooklyn.core.mgmt.persist.FileBasedStoreObjectAccessor
-
- getLastModifiedDate() - Method in class org.apache.brooklyn.core.mgmt.persist.jclouds.JcloudsStoreObjectAccessor
-
- getLastModifiedDate() - Method in interface org.apache.brooklyn.core.mgmt.persist.PersistenceObjectStore.StoreObjectAccessor
-
last modified date, null if not supported or does not exist
- getLastModifiedDate() - Method in class org.apache.brooklyn.core.mgmt.persist.StoreObjectAccessorLocking
-
- getLastRequest() - Method in class org.apache.brooklyn.test.http.TestHttpRecordingRequestInterceptor
-
- getLastStateChange() - Method in interface org.apache.brooklyn.api.mgmt.ha.HighAvailabilityManager
-
The time in milliseconds when the state was last changed.
- getLastStateChange() - Method in class org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl
-
- getLastStatus() - Method in class org.apache.brooklyn.test.WebAppMonitor
-
- getLastTime() - Method in class org.apache.brooklyn.test.WebAppMonitor
-
- getLastWasFailed() - Method in class org.apache.brooklyn.test.WebAppMonitor
-
- getLastWord(String) - Static method in class org.apache.brooklyn.util.text.Strings
-
returns the last word (whitespace delimited text), or null if there is none (input null or all whitespace)
- getLatencyFirstResponse() - Method in class org.apache.brooklyn.util.http.HttpToolResponse
-
returns latency, in milliseconds, before response started coming in
- getLatencyFullContent() - Method in class org.apache.brooklyn.util.http.HttpToolResponse
-
returns latency, in milliseconds, if value was initialized with a start time
- getLatestValue() - Method in class org.apache.brooklyn.util.collections.TimeWindowedList
-
- getLeaderPort() - Method in class org.apache.brooklyn.entity.zookeeper.ZooKeeperSshDriver.ZooKeeperServerConfig
-
- getLeftDatabaseName() - Method in class org.apache.brooklyn.entity.database.rubyrep.RubyRepNodeImpl
-
- getLeftDatabaseUrl() - Method in class org.apache.brooklyn.entity.database.rubyrep.RubyRepNodeImpl
-
- getLeftPassword() - Method in class org.apache.brooklyn.entity.database.rubyrep.RubyRepNodeImpl
-
- getLeftUsername() - Method in class org.apache.brooklyn.entity.database.rubyrep.RubyRepNodeImpl
-
- getLegacyCatalogItems() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogInitialization.PersistedCatalogState
-
The persisted catalog items (from the /catalog sub-directory of the persisted state).
- getLength() - Method in class org.apache.brooklyn.util.net.Cidr
-
- getLengthForMachineUniqueNameSalt(ConfigBag, boolean) - Method in class org.apache.brooklyn.core.location.cloud.names.AbstractCloudMachineNamer
-
- getLibraries() - Method in interface org.apache.brooklyn.api.catalog.CatalogItem
-
- getLibraries() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.CatalogItemMemento
-
- getLibraries() - Method in interface org.apache.brooklyn.api.typereg.RegisteredType
-
Library bundle search path that this item declares for resolving types -
registered types from these bundles should be preferred,
java types from these bundles will be accessible during construction,
and if the resulting instance maintains a search path these bundles will be declared there.
- getLibraries() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- getLibraries() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
- getLibraries() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento
-
- getLibraries() - Method in class org.apache.brooklyn.core.typereg.BasicRegisteredType
-
- getLimit() - Method in class org.apache.brooklyn.util.time.CountdownTimer
-
how much total time this timer should run for
- getLines() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
- getLink() - Method in class org.apache.brooklyn.rest.domain.LinkWithMetadata
-
- getLinks() - Method in class org.apache.brooklyn.rest.domain.AccessSummary
-
- getLinks() - Method in class org.apache.brooklyn.rest.domain.AdjunctSummary
-
- getLinks() - Method in class org.apache.brooklyn.rest.domain.ApplicationSummary
-
- getLinks() - Method in class org.apache.brooklyn.rest.domain.CatalogItemSummary
-
Deprecated.
- getLinks() - Method in class org.apache.brooklyn.rest.domain.ConfigSummary
-
- getLinks() - Method in class org.apache.brooklyn.rest.domain.EffectorSummary
-
- getLinks() - Method in class org.apache.brooklyn.rest.domain.EntitySummary
-
- getLinks() - Method in class org.apache.brooklyn.rest.domain.HighAvailabilitySummary
-
- getLinks() - Method in class org.apache.brooklyn.rest.domain.LocationSummary
-
- getLinks() - Method in class org.apache.brooklyn.rest.domain.SensorSummary
-
- getLinks() - Method in class org.apache.brooklyn.rest.domain.TaskSummary
-
- getLinks() - Method in class org.apache.brooklyn.rest.domain.UsageStatistics
-
- getList() - Method in class org.apache.brooklyn.core.mgmt.BrooklynTags.ListTag
-
- getListenAddress() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- getListenAddress() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeImpl
-
Deprecated.
- getListenAddress() - Method in interface org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNode
-
- getListenAddress() - Method in class org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNodeImpl
-
- getListeners() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- getListeners() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- getListeners() - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
- getListOfLocationsManaged(Object) - Method in interface org.apache.brooklyn.api.location.LocationRegistry
-
Takes a string, interpreted as a comma-separated (or JSON style, when you need internal double quotes or commas) list;
or a list of strings, or null (giving the empty list) and returns a list of managed locations.
- getListOfLocationsManaged(Object) - Method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
- getLoader() - Method in interface org.apache.brooklyn.api.typereg.RegisteredTypeLoadingContext
-
A loader to use, supplying preferred or additional bundles and search paths
- getLoader() - Static method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog.BrooklynLoaderTracker
-
- getLoader() - Method in class org.apache.brooklyn.core.typereg.RegisteredTypeLoadingContexts.BasicRegisteredTypeLoadingContext
-
- getLoaders() - Method in class org.apache.brooklyn.core.mgmt.persist.DeserializingProvider
-
- getLocalAddresses() - Static method in class org.apache.brooklyn.util.net.Networking
-
returns all local addresses
- getLocalBackingStore() - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal.RelationSupportInternal
-
- getLocalBackingStore() - Method in class org.apache.brooklyn.core.relations.ByObjectBasicRelationSupport
-
- getLocalBackingStore() - Method in class org.apache.brooklyn.core.relations.EmptyRelationSupport
-
- getLocalBag() - Method in class org.apache.brooklyn.core.objs.AbstractConfigurationSupportInternal
-
- getLocalBag() - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal.ConfigurationSupportInternal
-
Returns a read-only view of the local (i.e.
- getLocalClassLoader() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogClasspathDo
-
returns classloader for the entries specified here
- getLocalClassLoader() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogDo
-
classloader for only the entries in this catalog's classpath
- getLocalConfigBag() - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
As
#getLocalConfigRaw() but in a
ConfigBag for convenience
- getLocalDefaultResolvesWithAncestorValue() - Method in class org.apache.brooklyn.core.config.BasicConfigInheritance
-
- getLocalDir() - Method in class org.apache.brooklyn.entity.messaging.storm.StormSshDriver
-
- getLocalFields(List<Class<?>>) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
returns all fields explicitly declared on the given classes
- getLocalFields(List<Class<?>>, Closure<Boolean>) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
- getLocalFields(List<Class<?>>, <any>) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
- getLocalHost() - Static method in class org.apache.brooklyn.util.net.Networking
-
- getLocalHost(boolean, boolean, boolean, boolean, int) - Static method in class org.apache.brooklyn.util.net.Networking
-
returns a local IP address, using some heuristics to determine the best one
in the case of multiple possibilities, as follows
- getLocalhostExternalIp() - Static method in class org.apache.brooklyn.util.core.BrooklynNetworkUtils
-
returns the externally-facing IP address from which this host comes, or 127.0.0.1 if not resolvable
- getLocalhostHostname(Properties) - Static method in class org.apache.brooklyn.util.jmx.jmxmp.JmxmpAgent
-
- getLocalhostInetAddress() - Static method in class org.apache.brooklyn.location.localhost.LocalhostMachineProvisioningLocation
-
- getLocalhostInetAddress() - Static method in class org.apache.brooklyn.util.core.BrooklynNetworkUtils
-
returns an IP address for localhost,
paying attention to system property
BrooklynServiceAttributes.LOCALHOST_IP_ADDRESS
if set to prevent default selection when needed,
otherwise finding the first bindable/reachable NIC from a system lookup which usually
prefers IPv4 then non-loopback devices (but use the system property if if needed)
- getLocalhostIpQuicklyOrDefault() - Static method in class org.apache.brooklyn.core.location.geo.LocalhostExternalIpLoader
-
- getLocalhostIpWaiting() - Static method in class org.apache.brooklyn.core.location.geo.LocalhostExternalIpLoader
-
- getLocalhostIpWithin(Duration) - Static method in class org.apache.brooklyn.core.location.geo.LocalhostExternalIpLoader
-
Attempts to load the public IP address of localhost, failing if the load
does not complete within the given duration.
- getLocalPath(MavenArtifact) - Method in class org.apache.brooklyn.util.maven.MavenRetriever
-
- getLocalRaw(ConfigKey.HasConfigKey<?>) - Method in class org.apache.brooklyn.core.objs.AbstractConfigurationSupportInternal
-
- getLocalRaw(ConfigKey<?>) - Method in class org.apache.brooklyn.core.objs.AbstractConfigurationSupportInternal
-
- getLocalRaw(ConfigKey<?>) - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal.ConfigurationSupportInternal
-
Returns the uncoerced value for this config key, if available,
not following any inheritance chains and not taking any default.
- getLocalRaw(ConfigKey.HasConfigKey<?>) - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal.ConfigurationSupportInternal
-
- getLocalTimestamp() - Method in interface org.apache.brooklyn.api.mgmt.ha.ManagementNodeSyncRecord
-
timestamp set by the originating management machine
- getLocalTimestamp() - Method in class org.apache.brooklyn.core.mgmt.ha.dto.BasicManagementNodeSyncRecord
-
- getLocalTimestamp() - Method in class org.apache.brooklyn.rest.domain.HighAvailabilitySummary.HaNodeSummary
-
- getLocalUrl(MavenArtifact) - Method in class org.apache.brooklyn.util.maven.MavenRetriever
-
returns a URL for accessing the given artifact, preferring a local file if available,
else generating a hosted URL (but not checking)
- getLocatedLocations() - Method in interface org.apache.brooklyn.rest.api.LocationApi
-
- getLocatedLocations() - Method in class org.apache.brooklyn.rest.resources.LocationResource
-
- getLocation() - Method in interface org.apache.brooklyn.api.entity.drivers.EntityDriver
-
The location the entity is running in.
- getLocation(String) - Method in interface org.apache.brooklyn.api.mgmt.LocationManager
-
Returns the location under management (e.g.
- getLocation() - Method in class org.apache.brooklyn.core.location.access.PortForwardManager.AssociationMetadata
-
- getLocation(String) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalLocationManager
-
- getLocation(String) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentLocationManager
-
- getLocation(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- getLocation() - Method in interface org.apache.brooklyn.core.mgmt.usage.UsageListener.LocationMetadata
-
Access the location directly with caution: by the time the listener fires,
the location may no longer be managed.
- getLocation() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- getLocation() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
returns location (tighten type, since we know it is an ssh machine location here)
- getLocation() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessWinRmDriver
-
- getLocation() - Method in class org.apache.brooklyn.location.jclouds.networking.SecurityGroupEditor
-
Get the location in which security groups will be created or searched.
- getLocation(ContainerType) - Method in interface org.apache.brooklyn.policy.loadbalancing.BalanceablePoolModel
-
- getLocation(ContainerType) - Method in class org.apache.brooklyn.policy.loadbalancing.DefaultBalanceablePoolModel
-
- getLocation(String, String) - Method in interface org.apache.brooklyn.rest.api.CatalogApi
-
- getLocation(String, String) - Method in class org.apache.brooklyn.rest.resources.CatalogResource
-
Deprecated.
- getLocationApi() - Method in class org.apache.brooklyn.rest.client.BrooklynApi
-
- getLocationConfig() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.LocationMemento
-
- getLocationConfig() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicLocationMemento
-
- getLocationConfigDescription() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.LocationMemento
-
- getLocationConfigDescription() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicLocationMemento
-
- getLocationConfigUnused() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.LocationMemento
-
- getLocationConfigUnused() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicLocationMemento
-
- getLocationEvenIfPreManaged(String) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalLocationManager
-
- getLocationFactory() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalLocationManager
-
- getLocationFactory() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- getLocationFactory() - Method in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
- getLocationFactory() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getLocationId() - Method in class org.apache.brooklyn.core.mgmt.usage.LocationUsage
-
- getLocationId() - Method in interface org.apache.brooklyn.core.mgmt.usage.UsageListener.LocationMetadata
-
- getLocationId() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- getLocationIds() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMemento
-
- getLocationIds() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalLocationManager
-
- getLocationIds() - Method in interface org.apache.brooklyn.core.mgmt.internal.LocationManagerInternal
-
- getLocationIds() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentLocationManager
-
- getLocationIds() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl
-
- getLocationIdToType() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoManifest
-
- getLocationIdToType() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl
-
- getLocationManaged(String) - Method in interface org.apache.brooklyn.api.location.LocationRegistry
-
- getLocationManaged(String, Map<?, ?>) - Method in interface org.apache.brooklyn.api.location.LocationRegistry
-
- getLocationManaged(String) - Method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
- getLocationManaged(String, Map) - Method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
- getLocationManager() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
- getLocationManager() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- getLocationManager() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getLocationMemento(String) - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMemento
-
- getLocationMemento(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl
-
- getLocationMementos() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMemento
-
- getLocationMementos() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl
-
- getLocationNetworkInfoCustomizer(ConfigBag) - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- getLocationProperties(String, String, Map<String, ?>) - Method in class org.apache.brooklyn.core.location.LocationPropertiesFromBrooklynProperties
-
Finds the properties that apply to location, stripping off the prefixes.
- getLocationProperties(String, String, Map<String, ?>) - Method in class org.apache.brooklyn.location.jclouds.JcloudsPropertiesFromBrooklynProperties
-
- getLocationProperties(String, String, Map<String, ?>) - Method in class org.apache.brooklyn.location.localhost.LocalhostPropertiesFromBrooklynProperties
-
- getLocationPublicIpIds(Location) - Method in interface org.apache.brooklyn.core.location.access.PortForwardManager
-
- getLocationPublicIpIds(Location) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
- getLocationPublicIpIds(Location) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerImpl
-
returns the subset of port mappings associated with a given location
- getLocationRegistry() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
Record of configured locations and location resolvers
- getLocationRegistry() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- getLocationRegistry() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getLocationRegistry() - Method in class org.apache.brooklyn.rest.util.BrooklynRestResourceUtils
-
- getLocations() - Method in interface org.apache.brooklyn.api.entity.Entity
-
Return all the
Locations this entity is deployed to.
- getLocations() - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
- getLocations() - Method in interface org.apache.brooklyn.api.mgmt.LocationManager
-
All locations under control of this management plane.
- getLocations() - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData
-
- getLocations() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.EntityMemento
-
The ids of the locations for this entity.
- getLocations() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- getLocations() - Method in interface org.apache.brooklyn.core.entity.internal.EntityTransientCopyInternal
-
- getLocations() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalLocationManager
-
- getLocations() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentLocationManager
-
- getLocations() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicEntityMemento
-
- getLocations() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- getLocations() - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
- getLocations(String, String) - Method in interface org.apache.brooklyn.rest.api.EntityApi
-
- getLocations() - Method in class org.apache.brooklyn.rest.domain.ApplicationSpec
-
- getLocations(String, String) - Method in class org.apache.brooklyn.rest.resources.EntityResource
-
- getLocationsCheckingAncestors(Collection<? extends Location>, Entity) - Static method in class org.apache.brooklyn.core.location.Locations
-
if no locations are supplied, returns locations on the entity, or in the ancestors, until it finds a non-empty set,
or ultimately the empty set if no locations are anywhere
- getLocationsManaged(ApplicationSpec) - Method in class org.apache.brooklyn.rest.util.BrooklynRestResourceUtils
-
- getLocationSpec(String) - Method in interface org.apache.brooklyn.api.location.LocationRegistry
-
Create a
LocationSpec representing the given spec string such as a named location
or using a resolver prefix such as jclouds:aws-ec2.
- getLocationSpec(String, Map<?, ?>) - Method in interface org.apache.brooklyn.api.location.LocationRegistry
-
- getLocationSpec(LocationDefinition) - Method in interface org.apache.brooklyn.api.location.LocationRegistry
-
- getLocationSpec(LocationDefinition, Map<?, ?>) - Method in interface org.apache.brooklyn.api.location.LocationRegistry
-
- getLocationSpec(LocationDefinition) - Method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
- getLocationSpec(LocationDefinition, Map) - Method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
- getLocationSpec(String) - Method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
- getLocationSpec(String, Map) - Method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
- getLocationSpecs() - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
- getLocationTypeInternal() - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- getLocationUsage(String) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalUsageManager
-
Returns the usage info for the location with the given id, or null if unknown.
- getLocationUsage(<any>) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalUsageManager
-
Returns the usage info that matches the given predicate.
- getLocationUsage(String) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentUsageManager
-
- getLocationUsage(<any>) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentUsageManager
-
- getLocationUsage(String) - Method in interface org.apache.brooklyn.core.mgmt.usage.UsageManager
-
Returns the usage info for the location with the given id, or null if unknown.
- getLocationUsage(<any>) - Method in interface org.apache.brooklyn.core.mgmt.usage.UsageManager
-
Returns the usage info that matches the given predicate.
- getLocatorFor(String, ConfigMap) - Static method in class org.apache.brooklyn.launcher.config.CustomResourceLocator
-
returns the first known locator for the given url/config pair
- getLockInternal() - Method in class org.apache.brooklyn.core.sensor.AttributeMap
-
Internal Lock used when publishing values.
- getLockObject() - Method in interface org.apache.brooklyn.core.mgmt.persist.PersistenceObjectStore.StoreObjectAccessorWithLock
-
returns the underlying lock in case callers need more complex synchronization control
- getLockObject() - Method in class org.apache.brooklyn.core.mgmt.persist.StoreObjectAccessorLocking
-
- getLogFile() - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbSshDriver
-
- getLogFile() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlSshDriver
-
- getLogFile() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlSshDriver
-
- getLogFileLocation() - Method in class org.apache.brooklyn.entity.database.crate.CrateNodeSshDriver
-
- getLogFileLocation() - Method in class org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeSshDriver
-
- getLogFileLocation() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxSshDriver
-
- getLogWarningGraceTime() - Method in class org.apache.brooklyn.core.feed.FeedConfig
-
- getLogWarningGraceTimeOnStartup() - Method in class org.apache.brooklyn.core.feed.FeedConfig
-
- getLookupUrlFor(InetAddress) - Method in class org.apache.brooklyn.core.location.geo.UtraceHostGeoLookup
-
returns URL to get properties for the given address (assuming localhost if address is on a subnet)
- getLookupUrlForLocalhost() - Method in class org.apache.brooklyn.core.location.geo.UtraceHostGeoLookup
-
- getLookupUrlForPublicIp(String) - Method in class org.apache.brooklyn.core.location.geo.UtraceHostGeoLookup
-
- getLowThreshold(ContainerType) - Method in interface org.apache.brooklyn.policy.loadbalancing.BalanceablePoolModel
-
- getLowThreshold(ContainerType) - Method in class org.apache.brooklyn.policy.loadbalancing.DefaultBalanceablePoolModel
-
- getMachine(Entity, Class<T>) - Static method in class org.apache.brooklyn.core.effector.EffectorTasks
-
- getMachine() - Method in class org.apache.brooklyn.entity.java.JmxSupport
-
- getMachine() - Method in class org.apache.brooklyn.entity.machine.MachineEntityImpl
-
- getMachine() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- getMachine() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessWinRmDriver
-
- getMachine() - Method in class org.apache.brooklyn.feed.ssh.SshPollValue
-
The machine the command will run on.
- getMachine() - Method in class org.apache.brooklyn.util.core.task.ssh.SshFetchTaskFactory
-
- getMachine() - Method in class org.apache.brooklyn.util.core.task.ssh.SshFetchTaskWrapper
-
- getMachine() - Method in class org.apache.brooklyn.util.core.task.ssh.SshPutTaskStub
-
- getMachine() - Method in class org.apache.brooklyn.util.core.task.system.ProcessTaskStub
-
null for localhost
- getMachineDetails() - Method in interface org.apache.brooklyn.api.location.MachineLocation
-
- getMachineDetails() - Method in class org.apache.brooklyn.container.location.kubernetes.machine.KubernetesEmptyMachineLocation
-
- getMachineDetails() - Method in class org.apache.brooklyn.core.location.AbstractMachineLocation
-
- getMachineDetails() - Method in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- getMachineMetadata(MachineLocation) - Method in interface org.apache.brooklyn.api.location.MachineManagementMixins.GivesMachineMetadata
-
- getMachineMetadata(MachineLocation) - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- getMachineUsage(String, String, String) - Method in interface org.apache.brooklyn.rest.api.UsageApi
-
- getMachineUsage(String, String, String) - Method in class org.apache.brooklyn.rest.resources.UsageResource
-
- getMainClass() - Method in interface org.apache.brooklyn.entity.java.VanillaJavaApp
-
- getMainClass() - Method in class org.apache.brooklyn.entity.java.VanillaJavaAppImpl
-
- getMajorMinorVersion() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- getMajorMinorVersion() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeImpl
-
Deprecated.
- getMajorVersion() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlSshDriver
-
- getMajorVersion() - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- getMajorVersion() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeImpl
-
- getManagedBundle() - Method in interface org.apache.brooklyn.core.catalog.internal.CatalogInitialization.InstallableManagedBundle
-
- getManagedBundle(VersionedName) - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiManager
-
- getManagedBundleFromUrl(String) - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiManager
-
For bundles which are installed by a URL, see whether a bundle has been installed from that URL
- getManagedBundleId(VersionedName) - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiManager
-
Gets UID given a name, or null
- getManagedBundleIds() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMemento
-
- getManagedBundleIds() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl
-
- getManagedBundleMemento(String) - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMemento
-
- getManagedBundleMemento(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl
-
- getManagedBundleMementos() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMemento
-
- getManagedBundleMementos() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl
-
- getManagedBundles() - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiManager
-
Map of bundles by UID
- getManagementBindAddress() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss7ServerImpl
-
Deprecated.
- getManagementCidr() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerImpl
-
- getManagementContext() - Method in interface org.apache.brooklyn.api.entity.Application
-
- getManagementContext() - Method in interface org.apache.brooklyn.api.mgmt.classloading.BrooklynClassLoadingContext
-
- getManagementContext() - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynComponentTemplateResolver
-
- getManagementContext() - Method in class org.apache.brooklyn.camp.brooklyn.YamlLauncherAbstract
-
- getManagementContext() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogInitialization
-
- getManagementContext() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- getManagementContext() - Method in class org.apache.brooklyn.core.config.external.AbstractExternalConfigSupplier
-
- getManagementContext() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- getManagementContext(Entity) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- getManagementContext() - Method in interface org.apache.brooklyn.core.entity.EntityInternal
-
Returns the management context for the entity.
- getManagementContext() - Method in interface org.apache.brooklyn.core.entity.internal.EntityTransientCopyInternal
-
- getManagementContext() - Method in interface org.apache.brooklyn.core.location.internal.LocationInternal
-
- getManagementContext(Task<?>) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- getManagementContext() - Method in class org.apache.brooklyn.core.mgmt.classloading.AbstractBrooklynClassLoadingContext
-
- getManagementContext() - Method in class org.apache.brooklyn.core.mgmt.internal.EntityManagementSupport
-
- getManagementContext() - Method in class org.apache.brooklyn.core.mgmt.internal.ManagementTransitionInfo
-
- getManagementContext() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- getManagementContext() - Method in class org.apache.brooklyn.core.objs.AbstractBrooklynObject
-
- getManagementContext() - Method in class org.apache.brooklyn.core.objs.AbstractEntityAdjunct
-
- getManagementContext() - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal
-
- getManagementContext() - Method in class org.apache.brooklyn.karaf.commands.cloud.explorer.AbstractCloudExplorerCommand
-
- getManagementContext() - Method in class org.apache.brooklyn.launcher.BrooklynServerDetails
-
- getManagementContext() - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
- getManagementContext() - Method in class org.apache.brooklyn.rest.util.ManagementContextProvider
-
- getManagementContext(ServletContext) - Static method in class org.apache.brooklyn.rest.util.OsgiCompat
-
- getManagementContext() - Method in class org.apache.brooklyn.util.core.osgi.Compat
-
Provides the management context service.
- getManagementHttpPort() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss7ServerImpl
-
Deprecated.
- getManagementHttpsPort() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss7ServerImpl
-
Deprecated.
- getManagementNativePort() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss7ServerImpl
-
Deprecated.
- getManagementNodeId() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
- getManagementNodeId() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- getManagementNodeId() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getManagementNodes() - Method in interface org.apache.brooklyn.api.mgmt.ha.ManagementPlaneSyncRecord
-
- getManagementNodes() - Method in class org.apache.brooklyn.core.mgmt.ha.dto.ManagementPlaneSyncRecordImpl
-
- getManagementNodeUri() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
The URI that this management node's REST API is available at, or absent if the node's
API is unavailable.
- getManagementNodeUri() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- getManagementNodeUri() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getManagementPlaneId() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
- getManagementPlaneId() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
Deprecated.
- getManagementPlaneId() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
Deprecated.
- getManagementPlaneIdMaybe() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
UID for the Brooklyn management plane which this
ManagementContext node is a part of.
- getManagementPlaneIdMaybe() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- getManagementPlaneIdMaybe() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getManagementPort() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitBrokerImpl
-
- getManagementSupport() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- getManagementSupport() - Method in interface org.apache.brooklyn.core.entity.EntityInternal
-
- getManagementSupport() - Method in interface org.apache.brooklyn.core.entity.internal.EntityTransientCopyInternal
-
- getManifest() - Method in class org.apache.brooklyn.rt.felix.ManifestHelper
-
- getManifest(File) - Method in class org.apache.brooklyn.util.core.osgi.BundleMaker
-
returns the manifest in a JAR file, or null if no manifest contained therein
- getMap(String) - Method in interface org.apache.brooklyn.core.internal.storage.BrooklynStorage
-
Creates a map backed by the storage-medium.
- getMap(String) - Method in class org.apache.brooklyn.core.internal.storage.impl.BrooklynStorageImpl
-
- getMapSensorEntry(Entity, AttributeSensor<Map<TKey, TVal>>, TKey) - Static method in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic
-
- getMariaDbServerOptionsString() - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbSshDriver
-
- getMaster() - Method in interface org.apache.brooklyn.entity.nosql.redis.RedisCluster
-
- getMaster() - Method in class org.apache.brooklyn.entity.nosql.redis.RedisClusterImpl
-
- getMaster() - Method in interface org.apache.brooklyn.entity.nosql.redis.RedisSlave
-
- getMaster() - Method in class org.apache.brooklyn.entity.nosql.redis.RedisSlaveImpl
-
- getMasterChange() - Method in interface org.apache.brooklyn.api.mgmt.ha.ManagementPlaneSyncRecordPersister.Delta
-
- getMasterChange() - Method in class org.apache.brooklyn.core.mgmt.ha.ManagementPlaneSyncRecordDeltaImpl
-
- getMasterId() - Method in class org.apache.brooklyn.rest.domain.HighAvailabilitySummary
-
- getMasterNodeId() - Method in interface org.apache.brooklyn.api.mgmt.ha.ManagementPlaneSyncRecord
-
- getMasterNodeId() - Method in class org.apache.brooklyn.core.mgmt.ha.dto.ManagementPlaneSyncRecordImpl
-
- getMatchedYamlText() - Method in class org.apache.brooklyn.util.yaml.Yamls.YamlExtract
-
- getMatchedYamlTextOrWarn() - Method in class org.apache.brooklyn.util.yaml.Yamls.YamlExtract
-
- getMatchers() - Method in class org.apache.brooklyn.camp.spi.resolve.PdpProcessor
-
- getMatching(<any>) - Method in interface org.apache.brooklyn.api.typereg.BrooklynTypeRegistry
-
- getMatching(<any>) - Method in class org.apache.brooklyn.core.typereg.BasicBrooklynTypeRegistry
-
- getMatchingConstructor(Class, Object...) - Static method in class org.apache.brooklyn.util.core.flags.TypeCoercions
-
- getMaxAllowed() - Method in class org.apache.brooklyn.policy.autoscaling.MaxPoolSizeReachedEvent
-
- getMaxConnections() - Method in interface org.apache.brooklyn.entity.database.postgresql.PostgreSqlNode
-
- getMaxConnections() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeChefImplFromScratch
-
- getMaxConnections() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeImpl
-
- getMaxConnections() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeSaltImpl
-
- getMaxMigrationsPerBalancingNode() - Method in class org.apache.brooklyn.policy.loadbalancing.BalancingStrategy
-
- getMaxNameLength(ConfigBag) - Method in class org.apache.brooklyn.core.location.cloud.names.AbstractCloudMachineNamer
-
Returns the max length of a VM name for the cloud specified in setup;
this value is typically decremented by 9 to make room for jclouds labels;
delegates to
#getCustomMaxNameLength() when
CloudLocationConfig.VM_NAME_MAX_LENGTH is not set
- getMaxUnbounded() - Method in class org.apache.brooklyn.policy.autoscaling.MaxPoolSizeReachedEvent
-
- getMaybe(String, RegisteredTypeLoadingContext) - Method in interface org.apache.brooklyn.api.typereg.BrooklynTypeRegistry
-
- getMaybe(String, RegisteredTypeLoadingContext) - Method in class org.apache.brooklyn.core.typereg.BasicBrooklynTypeRegistry
-
- getMaybe() - Method in class org.apache.brooklyn.util.collections.Jsonya.Navigator
-
- getMaybe(Class<V>) - Method in class org.apache.brooklyn.util.collections.Jsonya.Navigator
-
- getMaybe(K) - Method in class org.apache.brooklyn.util.collections.MutableMap
-
- getMaybe() - Method in class org.apache.brooklyn.util.core.task.ValueResolver
-
- getMd5Checksum(InputStream) - Static method in class org.apache.brooklyn.util.stream.Streams
-
- getMembers() - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
- getMembers() - Method in interface org.apache.brooklyn.api.entity.Group
-
Return the entities that are members of this group.
- getMembers() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.EntityMemento
-
The ids of the member entities, if this is a Group; otherwise empty.
- getMembers() - Method in interface org.apache.brooklyn.core.entity.internal.EntityTransientCopyInternal.SpecialEntityTransientCopyInternal
-
- getMembers() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicEntityMemento
-
- getMembers() - Method in class org.apache.brooklyn.entity.group.AbstractGroupImpl
-
- getMembers() - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaClusterImpl
-
Return the entities that are members of this group.
- getMembers() - Method in class org.apache.brooklyn.rest.domain.EntityDetail
-
- getMemento() - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindSupport
-
Creates a memento representing this entity's current state.
- getMemento() - Method in class org.apache.brooklyn.core.mgmt.rebind.AbstractBrooklynObjectRebindSupport
-
- getMemento() - Method in class org.apache.brooklyn.core.mgmt.rebind.BasicLocationRebindSupport
-
- getMementoSerializer() - Method in class org.apache.brooklyn.core.mgmt.persist.BrooklynMementoPersisterToObjectStore
-
- getMemoryUsage(int) - Static method in class org.apache.brooklyn.qa.longevity.MonitorUtils
-
- getMemoryUsage(int, String, int) - Static method in class org.apache.brooklyn.qa.longevity.MonitorUtils
-
- getMergedParams(Effector<?>, ConfigBag) - Static method in class org.apache.brooklyn.core.effector.AddEffector
-
returns a ConfigBag containing the merger of the supplied parameters with default values on the effector-defined parameters
- getMessage() - Method in class org.apache.brooklyn.camp.server.dto.ApiErrorDto
-
- getMessage() - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiBundleInstallationResult
-
- getMessage() - Method in class org.apache.brooklyn.rest.domain.ApiError.Builder
-
- getMessage() - Method in class org.apache.brooklyn.rest.domain.ApiError
-
- getMessage() - Method in class org.apache.brooklyn.rest.domain.BundleInstallationRestResult
-
- getMessageSupplier() - Method in class org.apache.brooklyn.util.guava.AnyExceptionSupplier
-
- getMessageWithAppropriatePrefix(Throwable) - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
Like Throwable.toString() except suppresses boring prefixes and replaces prefixes with sensible messages where required
- getMetadata() - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiBundleInstallationResult
-
- getMetadata() - Method in class org.apache.brooklyn.core.mgmt.usage.ApplicationUsage
-
- getMetadata() - Method in class org.apache.brooklyn.core.mgmt.usage.LocationUsage
-
- getMetadata() - Method in interface org.apache.brooklyn.core.mgmt.usage.UsageListener.ApplicationMetadata
-
- getMetadata() - Method in interface org.apache.brooklyn.core.mgmt.usage.UsageListener.LocationMetadata
-
- getMetadata() - Method in class org.apache.brooklyn.rest.domain.LinkWithMetadata
-
- getMetadata() - Method in class org.apache.brooklyn.rest.domain.UsageStatistic
-
- getMethod() - Method in class org.apache.brooklyn.feed.http.HttpPollConfig
-
- getMethodFromArgs(Object, String, List<?>) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
searches for the given method on the given clazz or instance, doing reasonably good matching on args etc
- getMethodFromArgs(Object, String, List<?>, <any>) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
searches for the given method on the given clazz or instance, doing reasonably good matching on args etc
- getMetrics() - Method in interface org.apache.brooklyn.api.mgmt.ha.HighAvailabilityManager
-
Returns a collection of metrics
- getMetrics() - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindManager
-
Metrics about rebind, last success, etc.
- getMetrics() - Method in class org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl
-
- getMetrics() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- getMgmtBaseDir(ManagementContext) - Static method in class org.apache.brooklyn.core.server.BrooklynServerConfig
-
- getMgmtBaseDir(StringConfigMap) - Static method in class org.apache.brooklyn.core.server.BrooklynServerConfig
-
- getMgmtBaseDir(Map<String, ?>) - Static method in class org.apache.brooklyn.core.server.BrooklynServerConfig
-
- getMgmtBaseDir(ManagementContext) - Static method in class org.apache.brooklyn.core.server.BrooklynServerPaths
-
Computes the base dir where brooklyn should read and write configuration.
- getMgmtBaseDir(StringConfigMap) - Static method in class org.apache.brooklyn.core.server.BrooklynServerPaths
-
- getMgmtBaseDir(Map<String, ?>) - Static method in class org.apache.brooklyn.core.server.BrooklynServerPaths
-
- getMimeType(String) - Method in class org.apache.brooklyn.ui.proxy.UiProxyHttpContext
-
- getMimeType() - Method in class org.apache.brooklyn.util.core.text.DataUriSchemeParser
-
- getMinCores() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- getMinDisk() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
megabytes
- getMinRam() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
megabytes
- getMirrorUrl() - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbSshDriver
-
- getMirrorUrl() - Method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQSshDriver
-
- getMirrorUrl() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeSshDriver
-
Deprecated.
- getMirrorUrl() - Method in class org.apache.brooklyn.entity.nosql.solr.SolrServerSshDriver
-
- getMiscResources() - Static method in class org.apache.brooklyn.camp.server.rest.CampRestResources
-
- getMiscResources() - Static method in class org.apache.brooklyn.rest.BrooklynRestApi
-
- getMode() - Method in class org.apache.brooklyn.core.mgmt.internal.ManagementTransitionInfo
-
- getMode() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getModeAfter() - Method in class org.apache.brooklyn.core.mgmt.internal.ManagementTransitionMode
-
- getModeBefore() - Method in class org.apache.brooklyn.core.mgmt.internal.ManagementTransitionMode
-
- getMonitLogFile() - Method in class org.apache.brooklyn.entity.monitoring.monit.MonitSshDriver
-
- getMsg() - Method in class org.apache.brooklyn.api.mgmt.AccessController.Response
-
- getMultinameAttribute(Map<String, Object>, String...) - Static method in class org.apache.brooklyn.util.yaml.Yamls
-
- getMutableEntityType() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- getMutableEntityType() - Method in interface org.apache.brooklyn.core.entity.EntityInternal
-
returns the dynamic type corresponding to the type of this entity instance
- getMutableTags() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- getMutableTags() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- getMutableTags() - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
- getMxBeanSensorsBuilder(Entity) - Static method in class org.apache.brooklyn.entity.java.JavaAppUtils
-
- getMxBeanSensorsBuilder(Entity, long) - Static method in class org.apache.brooklyn.entity.java.JavaAppUtils
-
- getMxBeanSensorsBuilder(Entity, Duration) - Static method in class org.apache.brooklyn.entity.java.JavaAppUtils
-
- getMyid() - Method in class org.apache.brooklyn.entity.zookeeper.ZooKeeperSshDriver.ZooKeeperServerConfig
-
- getMySqlServerOptionsString() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlSshDriver
-
- getName() - Method in interface org.apache.brooklyn.api.effector.Effector
-
human-friendly name of the effector (although frequently this uses java method naming convention)
- getName() - Method in interface org.apache.brooklyn.api.effector.ParameterType
-
- getName() - Method in interface org.apache.brooklyn.api.location.LocationDefinition
-
- getName() - Method in interface org.apache.brooklyn.api.location.MachineManagementMixins.MachineMetadata
-
- getName() - Method in interface org.apache.brooklyn.api.location.OsDetails
-
The name of the operating system, e.g.
- getName() - Method in interface org.apache.brooklyn.api.objs.BrooklynType
-
The type name of this entity (normally the fully qualified class name).
- getName() - Method in interface org.apache.brooklyn.api.sensor.Sensor
-
Returns the name of the sensor, in a dot-separated namespace.
- getName() - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.service.UrlServiceSpecResolver
-
- getName() - Method in class org.apache.brooklyn.camp.server.dto.ResourceDto
-
- getName() - Method in class org.apache.brooklyn.camp.spi.AbstractResource
-
- getName() - Method in class org.apache.brooklyn.camp.spi.Link
-
- getName() - Method in class org.apache.brooklyn.camp.spi.pdp.Artifact
-
- getName() - Method in class org.apache.brooklyn.camp.spi.pdp.ArtifactRequirement
-
- getName() - Method in class org.apache.brooklyn.camp.spi.pdp.DeploymentPlan
-
- getName() - Method in class org.apache.brooklyn.camp.spi.pdp.Service
-
- getName() - Method in class org.apache.brooklyn.camp.spi.pdp.ServiceCharacteristic
-
- getName() - Method in interface org.apache.brooklyn.config.ConfigKey
-
Returns the name of the configuration parameter, in a dot-separated namespace (FQN).
- getName() - Method in class org.apache.brooklyn.core.BrooklynVersion.BrooklynFeature
-
- getName() - Method in class org.apache.brooklyn.core.config.BasicConfigKey.Builder
-
- getName() - Method in class org.apache.brooklyn.core.config.BasicConfigKey
-
- getName() - Method in class org.apache.brooklyn.core.config.external.AbstractExternalConfigSupplier
-
- getName() - Method in interface org.apache.brooklyn.core.config.external.ExternalConfigSupplier
-
- getName() - Method in class org.apache.brooklyn.core.effector.BasicParameterType
-
- getName() - Method in class org.apache.brooklyn.core.effector.EffectorBase
-
- getName() - Method in class org.apache.brooklyn.core.entity.lifecycle.PolicyDescriptor
-
- getName() - Method in class org.apache.brooklyn.core.location.BasicLocationDefinition
-
- getName() - Method in class org.apache.brooklyn.core.location.BasicMachineMetadata
-
- getName() - Method in class org.apache.brooklyn.core.location.BasicOsDetails
-
- getName() - Method in class org.apache.brooklyn.core.objs.AdjunctType
-
- getName() - Method in class org.apache.brooklyn.core.objs.BrooklynTypeSnapshot
-
- getName() - Method in class org.apache.brooklyn.core.resolve.entity.AbstractEntitySpecResolver
-
- getName() - Method in interface org.apache.brooklyn.core.resolve.entity.EntitySpecResolver
-
Uniquely identifies the resolver, can be used to address the same resolver at a later point in time.
- getName() - Method in class org.apache.brooklyn.core.sensor.BasicSensor
-
- getName() - Method in class org.apache.brooklyn.entity.database.derby.DerbySchema
-
- getName() - Method in interface org.apache.brooklyn.entity.database.Schema
-
- getName() - Method in interface org.apache.brooklyn.entity.messaging.jms.JMSDestination
-
- getName() - Method in class org.apache.brooklyn.entity.messaging.jms.JMSDestinationImpl
-
- getName() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitQueue
-
- getName() - Method in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBReplicaSet
-
The name of the replica set.
- getName() - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBReplicaSetImpl
-
- getName() - Method in class org.apache.brooklyn.location.jclouds.networking.SecurityGroupDefinition
-
- getName() - Method in class org.apache.brooklyn.location.jclouds.networking.SecurityGroupTool
-
- getName() - Method in class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
human-friendly name for this template.
- getName() - Method in class org.apache.brooklyn.policy.followthesun.DefaultFollowTheSunModel
-
- getName(ItemType) - Method in class org.apache.brooklyn.policy.followthesun.DefaultFollowTheSunModel
-
- getName() - Method in interface org.apache.brooklyn.policy.followthesun.FollowTheSunModel
-
- getName(ItemType) - Method in interface org.apache.brooklyn.policy.followthesun.FollowTheSunModel
-
- getName() - Method in interface org.apache.brooklyn.policy.loadbalancing.BalanceablePoolModel
-
- getName(ContainerType) - Method in interface org.apache.brooklyn.policy.loadbalancing.BalanceablePoolModel
-
- getName() - Method in class org.apache.brooklyn.policy.loadbalancing.BalancingStrategy
-
- getName() - Method in class org.apache.brooklyn.policy.loadbalancing.DefaultBalanceablePoolModel
-
- getName(ContainerType) - Method in class org.apache.brooklyn.policy.loadbalancing.DefaultBalanceablePoolModel
-
- getName() - Method in class org.apache.brooklyn.rest.domain.AdjunctSummary
-
- getName() - Method in class org.apache.brooklyn.rest.domain.ApplicationSpec
-
- getName() - Method in class org.apache.brooklyn.rest.domain.BrooklynFeatureSummary
-
- getName() - Method in class org.apache.brooklyn.rest.domain.CatalogItemSummary
-
Deprecated.
- getName() - Method in class org.apache.brooklyn.rest.domain.ConfigSummary
-
- getName() - Method in class org.apache.brooklyn.rest.domain.EffectorSummary
-
- getName() - Method in class org.apache.brooklyn.rest.domain.EffectorSummary.ParameterSummary
-
- getName() - Method in class org.apache.brooklyn.rest.domain.EntitySpec
-
- getName() - Method in class org.apache.brooklyn.rest.domain.EntitySummary
-
- getName() - Method in interface org.apache.brooklyn.rest.domain.HasName
-
- getName() - Method in class org.apache.brooklyn.rest.domain.LocationSpec
-
Deprecated.
- getName() - Method in class org.apache.brooklyn.rest.domain.SensorSummary
-
- getName() - Method in class org.apache.brooklyn.ui.modularity.ExternalUiModule
-
- getName() - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleActionImpl
-
- getName() - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleImpl
-
- getName() - Method in interface org.apache.brooklyn.ui.modularity.module.api.UiModule
-
- getName() - Method in interface org.apache.brooklyn.ui.modularity.module.api.UiModuleAction
-
- getName() - Method in class org.apache.brooklyn.util.collections.QuorumCheck.NumericQuorumCheck
-
- getName() - Method in class org.apache.brooklyn.util.core.mutex.SemaphoreWithOwners
-
constructor-time supplied name
- getNameParts() - Method in interface org.apache.brooklyn.api.sensor.Sensor
-
Returns the constituent parts of the sensor name as a List.
- getNameParts() - Method in interface org.apache.brooklyn.config.ConfigKey
-
- getNameParts() - Method in class org.apache.brooklyn.core.config.BasicConfigKey
-
Deprecated.
- getNameParts() - Method in class org.apache.brooklyn.core.sensor.BasicSensor
-
- getNamespace() - Method in class org.apache.brooklyn.container.location.kubernetes.machine.KubernetesEmptyMachineLocation
-
- getNamespace() - Method in interface org.apache.brooklyn.container.location.kubernetes.machine.KubernetesMachineLocation
-
- getNamespace() - Method in class org.apache.brooklyn.container.location.kubernetes.machine.KubernetesSshMachineLocation
-
- getNativeTransportPort() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- getNativeTransportPort() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeDriver
-
Deprecated.
- getNativeTransportPort() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeImpl
-
Deprecated.
- getNativeTransportPort() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeSshDriver
-
Deprecated.
- getNewMasterOrNull() - Method in interface org.apache.brooklyn.api.mgmt.ha.ManagementPlaneSyncRecordPersister.Delta
-
- getNewMasterOrNull() - Method in class org.apache.brooklyn.core.mgmt.ha.ManagementPlaneSyncRecordDeltaImpl
-
- getNewValue() - Method in class org.apache.brooklyn.camp.spi.resolve.interpret.PlanInterpretationNode
-
- getNextScheduled() - Method in class org.apache.brooklyn.util.core.task.ScheduledTask
-
- getNimbusHostname() - Method in class org.apache.brooklyn.entity.messaging.storm.StormSshDriver
-
- getNode() - Method in interface org.apache.brooklyn.location.jclouds.JcloudsMachineLocation
-
- getNode() - Method in class org.apache.brooklyn.location.jclouds.JcloudsSshMachineLocation
-
- getNode() - Method in class org.apache.brooklyn.location.jclouds.JcloudsWinRmMachineLocation
-
- getNodeId() - Method in interface org.apache.brooklyn.api.mgmt.ha.ManagementNodeSyncRecord
-
- getNodeId() - Method in class org.apache.brooklyn.core.mgmt.ha.dto.BasicManagementNodeSyncRecord
-
- getNodeId() - Method in class org.apache.brooklyn.rest.domain.HighAvailabilitySummary.HaNodeSummary
-
- getNodeName() - Method in interface org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNode
-
- getNodeName() - Method in class org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNodeImpl
-
- getNodePort() - Method in interface org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNode
-
- getNodePort() - Method in class org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNodeImpl
-
- getNodes() - Method in interface org.apache.brooklyn.api.mgmt.ha.ManagementPlaneSyncRecordPersister.Delta
-
- getNodes() - Method in class org.apache.brooklyn.core.mgmt.ha.ManagementPlaneSyncRecordDeltaImpl
-
- getNodes() - Method in class org.apache.brooklyn.rest.domain.HighAvailabilitySummary
-
- getNodeState() - Method in interface org.apache.brooklyn.api.mgmt.ha.HighAvailabilityManager
-
- getNodeState() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
- getNodeState() - Method in class org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl
-
- getNodeState() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- getNodeState() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getNodeUri() - Method in class org.apache.brooklyn.rest.domain.HighAvailabilitySummary.HaNodeSummary
-
- getNonBlocking(ConfigKey.HasConfigKey<T>) - Method in class org.apache.brooklyn.core.objs.AbstractConfigurationSupportInternal
-
- getNonBlocking(ConfigKey<T>) - Method in class org.apache.brooklyn.core.objs.AbstractConfigurationSupportInternal
-
- getNonBlocking(ConfigKey<T>) - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal.ConfigurationSupportInternal
-
Attempts to coerce the value for this config key, if available,
including returning a default if the config key is unset,
returning a
absent if the uncoerced
does not support immediate resolution.
- getNonBlocking(ConfigKey.HasConfigKey<T>) - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal.ConfigurationSupportInternal
-
- getNonConcurrentList(String) - Method in interface org.apache.brooklyn.core.internal.storage.BrooklynStorage
-
Creates a list backed by the storage-medium.
- getNonConcurrentList(String) - Method in class org.apache.brooklyn.core.internal.storage.impl.BrooklynStorageImpl
-
- getNonSystemEnrichers(Entity) - Static method in class org.apache.brooklyn.core.entity.EntityAdjuncts
-
- getNotificationFilter() - Method in class org.apache.brooklyn.feed.jmx.JmxNotificationSubscriptionConfig
-
- getNumActiveTasks() - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
count of tasks started but not ended
- getNumIncompleteTasks() - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
count of tasks submitted but not ended
- getNumInMemoryTasks() - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
count of tasks kept in memory, often including ended tasks
- getNumSubscriptions() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalSubscriptionManager
-
- getNumTokensPerNode() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- getNumTokensPerNode() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeImpl
-
Deprecated.
- getObject() - Method in class org.apache.brooklyn.policy.followthesun.WeightedObject
-
- getObjectName() - Method in class org.apache.brooklyn.feed.jmx.JmxAttributePollConfig
-
- getObjectName() - Method in class org.apache.brooklyn.feed.jmx.JmxNotificationSubscriptionConfig
-
- getObjectName() - Method in class org.apache.brooklyn.feed.jmx.JmxOperationPollConfig
-
- getObjectsOfType(BrooklynObjectType) - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister.Delta
-
- getObjectsOfType(BrooklynObjectType) - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData
-
- getObjectsOfType(BrooklynObjectType) - Method in class org.apache.brooklyn.core.mgmt.rebind.PersisterDeltaImpl
-
- getObjectStore() - Method in class org.apache.brooklyn.core.mgmt.persist.BrooklynMementoPersisterToObjectStore
-
- getObjectValueForDisplay(Object) - Method in class org.apache.brooklyn.rest.util.BrooklynRestResourceUtils
-
- getObjKeyMaybe(Object) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
gets a
Maybe-wrapped value from a key, inferring the type of that key (e.g.
- getOnException() - Method in class org.apache.brooklyn.core.feed.FeedConfig
-
- getOnFailure() - Method in class org.apache.brooklyn.core.feed.FeedConfig
-
- getOnNotification() - Method in class org.apache.brooklyn.feed.jmx.JmxNotificationSubscriptionConfig
-
- getOnSuccess() - Method in class org.apache.brooklyn.core.feed.FeedConfig
-
- getOpenWirePort() - Method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQBrokerImpl
-
- getOpenWirePort() - Method in interface org.apache.brooklyn.entity.messaging.activemq.ActiveMQDriver
-
- getOpenWirePort() - Method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQSshDriver
-
- getOperationName() - Method in class org.apache.brooklyn.feed.jmx.JmxOperationPollConfig
-
- getOptionalNode() - Method in interface org.apache.brooklyn.location.jclouds.JcloudsMachineLocation
-
- getOptionalNode() - Method in class org.apache.brooklyn.location.jclouds.JcloudsSshMachineLocation
-
- getOptionalNode() - Method in class org.apache.brooklyn.location.jclouds.JcloudsWinRmMachineLocation
-
- getOptionalVal(Map<String, ?>, ConfigKey<T>) - Static method in class org.apache.brooklyn.util.core.internal.ssh.ShellAbstractTool
-
- getOptions() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
sets customization options; may be null if not set.
- getOrigin() - Method in class org.apache.brooklyn.camp.spi.pdp.DeploymentPlan
-
- getOriginal() - Method in class org.apache.brooklyn.util.exceptions.Exceptions.CollapseTextSupplier
-
- getOriginalDeploymentPlan() - Method in class org.apache.brooklyn.camp.spi.resolve.interpret.PlanInterpretationContext
-
- getOriginalMetadata() - Method in interface org.apache.brooklyn.api.location.MachineManagementMixins.MachineMetadata
-
original metadata object, if available; e.g.
- getOriginalMetadata() - Method in class org.apache.brooklyn.core.location.BasicMachineMetadata
-
- getOriginalSession() - Method in class org.apache.brooklyn.rest.util.MultiSessionAttributeAdapter
-
- getOriginalValue() - Method in class org.apache.brooklyn.camp.spi.resolve.interpret.PlanInterpretationNode
-
- getOsArchitectureMatchesRegex() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- getOsCredential(ConfigBag) - Static method in class org.apache.brooklyn.core.location.LocationConfigUtils
-
- getOsDescriptionMatchesRegex() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- getOsDetails() - Method in interface org.apache.brooklyn.api.location.MachineDetails
-
- getOsDetails() - Method in interface org.apache.brooklyn.api.location.MachineLocation
-
- getOsDetails() - Method in class org.apache.brooklyn.container.location.kubernetes.machine.KubernetesEmptyMachineLocation
-
- getOsDetails() - Method in class org.apache.brooklyn.core.location.AbstractMachineLocation
-
- getOsDetails() - Method in class org.apache.brooklyn.core.location.BasicMachineDetails
-
- getOsDetails() - Method in class org.apache.brooklyn.location.localhost.LocalhostMachineProvisioningLocation.LocalhostMachine
-
- getOsDetails() - Method in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- getOsDir() - Method in class org.apache.brooklyn.entity.nosql.mongodb.AbstractMongoDBSshDriver
-
- getOsFamily() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- getOsgiCacheDir(ManagementContext) - Static method in class org.apache.brooklyn.core.server.BrooklynServerPaths
-
- getOsgiCacheDirCleanedIfNeeded(ManagementContext) - Static method in class org.apache.brooklyn.core.server.BrooklynServerPaths
-
- getOsgiManager() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- getOsgiManager() - Method in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
- getOsgiManager() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getOsgiUniqueUrl() - Method in interface org.apache.brooklyn.api.typereg.ManagedBundle
-
A URL-like thing that we can register with the OSGi framework
to uniquely identify this bundle-instance.
- getOsgiUniqueUrl() - Method in class org.apache.brooklyn.core.typereg.BasicManagedBundle
-
Gets the (internal) value to be used as the location in bundleContext.install(location).
- getOsgiVersion() - Static method in class org.apache.brooklyn.core.BrooklynVersion
-
- getOsgiVersion() - Method in class org.apache.brooklyn.util.osgi.VersionedName
-
- getOsgiVersionRange() - Method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.VersionRangedName
-
- getOsgiVersionString() - Method in interface org.apache.brooklyn.api.typereg.OsgiBundleWithUrl
-
guaranteed to be in OSGi syntax, or null if name+version not available
- getOsgiVersionString() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogBundleDto
-
- getOsgiVersionString() - Method in class org.apache.brooklyn.core.typereg.BasicManagedBundle
-
- getOsgiVersionString() - Method in class org.apache.brooklyn.core.typereg.BasicOsgiBundleWithUrl
-
- getOsgiVersionString() - Method in class org.apache.brooklyn.util.osgi.VersionedName
-
- getOsMajorVersion() - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- getOsMajorVersion() - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNodeDriver
-
- getOsMajorVersion() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeImpl
-
- getOsMajorVersion() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeSshDriver
-
- getOsNameMatchesRegex() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- getOsSupport() - Method in interface org.apache.brooklyn.entity.network.bind.BindDnsServerDriver
-
- getOsSupport() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerSshDriver
-
- getOsTag() - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbSshDriver
-
- getOsTag() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlSshDriver
-
- getOsTag() - Method in class org.apache.brooklyn.entity.monitoring.monit.MonitSshDriver
-
- getOsTag() - Method in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeDriver
-
- getOsTag() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeSshDriver.DownloadLinkSegmentComputer
-
- getOsTag() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeSshDriver
-
- getOsTag() - Method in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseSyncGatewayDriver
-
- getOsTag() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseSyncGatewaySshDriver
-
- getOsTag() - Method in class org.apache.brooklyn.entity.nosql.mongodb.AbstractMongoDBSshDriver
-
- getOsTagWithPrefix() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeSshDriver.DownloadLinkSegmentComputer
-
- getOsVersionMatchesRegex() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- getOutputSoFar() - Method in class org.apache.brooklyn.util.stream.ThreadLocalPrintStream.OutputCapturingContext
-
- getOutputStream() - Method in class org.apache.brooklyn.util.stream.ThreadLocalPrintStream.OutputCapturingContext
-
- getOwner() - Method in interface org.apache.brooklyn.core.location.dynamic.DynamicLocation
-
- getOwner() - Method in class org.apache.brooklyn.entity.machine.pool.ServerPoolLocation
-
- getOwner() - Method in class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
- getOwnId() - Method in class org.apache.brooklyn.rest.domain.HighAvailabilitySummary
-
- getOwningTasks() - Method in class org.apache.brooklyn.util.core.mutex.SemaphoreForTasks
-
- getOwningThreads() - Method in class org.apache.brooklyn.util.core.mutex.SemaphoreWithOwners
-
unmodifiable view of threads owning the permits; threads with multiple permits listed multiply
- getPaasProviderName() - Method in interface org.apache.brooklyn.location.paas.PaasLocation
-
- getPackageName() - Method in class org.apache.brooklyn.entity.network.bind.BindOsSupport
-
- getPackaging() - Method in class org.apache.brooklyn.util.maven.MavenArtifact
-
- getParameterClass() - Method in interface org.apache.brooklyn.api.effector.ParameterType
-
- getParameterClass() - Method in class org.apache.brooklyn.core.effector.BasicParameterType
-
- getParameterClassName() - Method in interface org.apache.brooklyn.api.effector.ParameterType
-
The canonical name of the parameter class; especially useful if the class
cannot be resolved after deserialization.
- getParameterClassName() - Method in class org.apache.brooklyn.core.effector.BasicParameterType
-
- getParameters() - Method in interface org.apache.brooklyn.api.effector.Effector
-
parameters expected by method, including name and type, optional description and default value
- getParameters() - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
A list of configuration options that the entity supports.
- getParameters() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.CatalogItemMemento
-
- getParameters() - Method in class org.apache.brooklyn.core.effector.EffectorBase
-
- getParameters() - Method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags.EffectorCallTag
-
- getParameters() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento
-
- getParameters() - Method in class org.apache.brooklyn.rest.domain.AdjunctDetail
-
- getParameters() - Method in class org.apache.brooklyn.rest.domain.EffectorSummary
-
- getParameters() - Method in class org.apache.brooklyn.util.core.text.DataUriSchemeParser
-
- getParameterType() - Method in interface org.apache.brooklyn.api.effector.ParameterType
-
- getParameterType() - Method in class org.apache.brooklyn.core.effector.BasicParameterType
-
- getParams() - Method in class org.apache.brooklyn.feed.jmx.JmxOperationPollConfig
-
- getParent() - Method in interface org.apache.brooklyn.api.entity.Entity
-
The parent of this entity, null if no parent.
- getParent() - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
- getParent() - Method in interface org.apache.brooklyn.api.location.Location
-
Get the 'parent' of this location.
- getParent() - Method in class org.apache.brooklyn.api.location.LocationSpec
-
- getParent() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoManifest.EntityMementoManifest
-
- getParent() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.TreeNode
-
The id of the parent entity, or null if none.
- getParent() - Method in class org.apache.brooklyn.camp.spi.resolve.interpret.PlanInterpretationNode
-
- getParent() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- getParent() - Method in interface org.apache.brooklyn.core.entity.internal.EntityTransientCopyInternal
-
- getParent() - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- getParent() - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
- getParent() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.AbstractTreeNodeMemento
-
- getParent() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.EntityMementoManifestImpl
-
- getParent() - Method in class org.apache.brooklyn.entity.database.derby.DerbySchema
-
- getParent() - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidDestinationImpl
-
- getParent() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitDestination
-
- getParent() - Method in interface org.apache.brooklyn.location.jclouds.api.JcloudsMachineLocationPublic
-
- getParent() - Method in interface org.apache.brooklyn.location.jclouds.JcloudsMachineLocation
-
- getParent() - Method in class org.apache.brooklyn.location.jclouds.JcloudsSshMachineLocation
-
- getParent() - Method in class org.apache.brooklyn.location.jclouds.JcloudsWinRmMachineLocation
-
- getParentContainer(ItemType) - Method in class org.apache.brooklyn.policy.loadbalancing.DefaultBalanceablePoolModel
-
- getParentId() - Method in class org.apache.brooklyn.rest.domain.EntityDetail
-
- getParentInheritance() - Method in interface org.apache.brooklyn.config.ConfigKey
-
- getParentInheritance() - Method in class org.apache.brooklyn.core.config.BasicConfigKey
-
Deprecated.
- getParentKey() - Method in class org.apache.brooklyn.core.config.BasicConfigKey.BasicConfigKeyOverwriting
-
- getPassword() - Method in class org.apache.brooklyn.core.location.LocationConfigUtils.OsCredential
-
- getPassword() - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbNodeImpl
-
- getPassword() - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbSshDriver
-
- getPassword() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlNodeImpl
-
- getPassword() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlSshDriver
-
- getPassword() - Method in interface org.apache.brooklyn.util.http.auth.Credentials
-
- getPassword() - Method in class org.apache.brooklyn.util.http.auth.UsernamePassword
-
- getPath() - Method in interface org.apache.brooklyn.entity.proxy.nginx.UrlMapping
-
- getPath() - Method in class org.apache.brooklyn.entity.proxy.nginx.UrlMappingImpl
-
- getPath(String) - Static method in class org.apache.brooklyn.feed.http.JsonFunctions
-
returns an element from a single json primitive value given a full path JsonPath
- getPath() - Method in class org.apache.brooklyn.launcher.WebAppContextProvider
-
- getPath() - Method in class org.apache.brooklyn.ui.modularity.ExternalUiModule
-
- getPath() - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleActionImpl
-
- getPath() - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleImpl
-
- getPath() - Method in interface org.apache.brooklyn.ui.modularity.module.api.UiModule
-
- getPath() - Method in interface org.apache.brooklyn.ui.modularity.module.api.UiModuleAction
-
- getPathFromVersionedId(String) - Static method in class org.apache.brooklyn.rest.util.WebResourceUtils
-
- getPattern() - Method in class org.apache.brooklyn.util.text.FormattedString
-
- getPercentagePresent() - Method in class org.apache.brooklyn.util.javalang.MemoryUsageTracker.SoftUsageTracker
-
- getPerformanceCounterName() - Method in class org.apache.brooklyn.feed.windows.WindowsPerformanceCounterPollConfig
-
- getPeriod() - Method in class org.apache.brooklyn.core.feed.PollConfig
-
- getPermissions() - Method in class org.apache.brooklyn.location.jclouds.networking.SecurityGroupDefinition
-
- getPerSecondDeltaEnricher(Entity, Sensor<T>, Sensor<Double>) - Static method in class org.apache.brooklyn.policy.enricher.TimeWeightedDeltaEnricher
-
- getPersistenceMode() - Method in interface org.apache.brooklyn.api.sensor.AttributeSensor
-
The persistence mode of this sensor, to determine its behaviour for rebind.
- getPersistenceMode() - Method in class org.apache.brooklyn.core.sensor.BasicAttributeSensor
-
- getPersistenceNeeded() - Method in class org.apache.brooklyn.core.typereg.BasicManagedBundle
-
- getPersister() - Method in interface org.apache.brooklyn.api.mgmt.ha.HighAvailabilityManager
-
- getPersister() - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindManager
-
- getPersister() - Method in class org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl
-
- getPersister() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- getPersistMode() - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
- getPerThreadCurrentTask() - Static method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
- getPidFile() - Method in class org.apache.brooklyn.entity.chef.ChefLifecycleEffectorTasks
-
- getPidFile() - Method in class org.apache.brooklyn.entity.database.derby.DerbyDatabaseSshDriver
-
- getPidFile() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlSshDriver
-
- getPidFile() - Method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQSshDriver
-
- getPidFile() - Method in class org.apache.brooklyn.entity.messaging.kafka.AbstractfKafkaSshDriver
-
- getPidFile() - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidSshDriver
-
- getPidFile() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitSshDriver
-
- getPidFile() - Method in class org.apache.brooklyn.entity.messaging.storm.StormSshDriver
-
- getPidFile() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeSshDriver
-
Deprecated.
- getPidFile() - Method in class org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeSshDriver
-
- getPidFile() - Method in class org.apache.brooklyn.entity.nosql.solr.SolrServerSshDriver
-
- getPidFile() - Method in interface org.apache.brooklyn.entity.proxy.nginx.NginxDriver
-
- getPidFile() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxSshDriver
-
By default Nginx writes the pid of the master process to logs/nginx.pid
- getPidFile() - Method in class org.apache.brooklyn.entity.software.base.VanillaSoftwareProcessSshDriver
-
- getPidFile() - Method in class org.apache.brooklyn.entity.zookeeper.ZooKeeperSshDriver
-
- getPlain(String, String, String, Boolean) - Method in interface org.apache.brooklyn.rest.api.EntityConfigApi
-
- getPlain(String, String, String, Boolean) - Method in interface org.apache.brooklyn.rest.api.SensorApi
-
- getPlain(String, String, String, Boolean) - Method in class org.apache.brooklyn.rest.resources.EntityConfigResource
-
- getPlain(String, String, String, Boolean) - Method in class org.apache.brooklyn.rest.resources.SensorResource
-
- getPlan() - Method in interface org.apache.brooklyn.api.typereg.RegisteredType
-
- getPlan() - Method in class org.apache.brooklyn.core.typereg.BasicRegisteredType
-
- getPlan() - Method in class org.apache.brooklyn.rest.domain.TypeDetail
-
- getPlanData() - Method in interface org.apache.brooklyn.api.typereg.RegisteredType.TypeImplementationPlan
-
data for the implementation; may be more specific
- getPlanData() - Method in class org.apache.brooklyn.core.typereg.AbstractFormatSpecificTypeImplementationPlan
-
- getPlanData() - Method in class org.apache.brooklyn.core.typereg.BasicTypeImplementationPlan
-
- getPlaneId() - Method in interface org.apache.brooklyn.api.mgmt.ha.ManagementPlaneSyncRecord
-
- getPlaneId() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMemento
-
- getPlaneId() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoManifest
-
- getPlaneId() - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData
-
- getPlaneId() - Method in class org.apache.brooklyn.core.mgmt.ha.dto.ManagementPlaneSyncRecordImpl
-
- getPlaneId() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl
-
- getPlaneId() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl
-
- getPlaneId() - Method in interface org.apache.brooklyn.rest.api.ServerApi
-
- getPlaneId() - Method in class org.apache.brooklyn.rest.domain.HighAvailabilitySummary
-
- getPlaneId() - Method in class org.apache.brooklyn.rest.resources.ServerResource
-
- getPlanFormat() - Method in interface org.apache.brooklyn.api.typereg.RegisteredType.TypeImplementationPlan
-
hint which BrooklynTypePlanTransformer instance(s) can be used, if known;
this may be null if the relevant transformer was not declared when created,
but in general we should look to determine the kind as early as possible
and use that to retrieve the appropriate such transformer
- getPlanFormat() - Method in class org.apache.brooklyn.core.typereg.AbstractFormatSpecificTypeImplementationPlan
-
- getPlanFormat() - Method in class org.apache.brooklyn.core.typereg.BasicTypeImplementationPlan
-
- getPlanYaml() - Method in interface org.apache.brooklyn.api.catalog.CatalogItem
-
- getPlanYaml() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.CatalogItemMemento
-
- getPlanYaml() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- getPlanYaml() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
- getPlanYaml() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento
-
- getPlanYaml() - Method in class org.apache.brooklyn.rest.domain.CatalogItemSummary
-
Deprecated.
- getPlatform() - Method in class org.apache.brooklyn.camp.server.rest.CampServer
-
- getPlatform() - Method in class org.apache.brooklyn.camp.server.rest.util.DtoFactory
-
- getPlatformComponents() - Method in class org.apache.brooklyn.camp.server.dto.ApplicationComponentDto
-
- getPlatformComponents() - Method in class org.apache.brooklyn.camp.server.dto.AssemblyDto
-
- getPlatformComponents() - Method in class org.apache.brooklyn.camp.server.dto.PlatformComponentDto
-
- getPlatformComponents() - Method in class org.apache.brooklyn.camp.server.dto.PlatformDto
-
- getPlatformComponents() - Method in class org.apache.brooklyn.camp.spi.ApplicationComponent
-
- getPlatformComponents() - Method in class org.apache.brooklyn.camp.spi.Assembly
-
- getPlatformComponents() - Method in class org.apache.brooklyn.camp.spi.PlatformComponent
-
- getPlatformComponentTemplates() - Method in class org.apache.brooklyn.camp.server.dto.AssemblyTemplateDto
-
- getPlatformComponentTemplates() - Method in class org.apache.brooklyn.camp.server.dto.PlatformDto
-
- getPlatformComponentTemplates() - Method in class org.apache.brooklyn.camp.spi.AssemblyTemplate
-
- getPointerRecords() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerImpl
-
- getPolicies() - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData
-
- getPolicies() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.EntityMemento
-
The ids of the policies of this entity.
- getPolicies() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicEntityMemento
-
- getPolicies() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- getPolicy(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- getPolicy(String, String) - Method in interface org.apache.brooklyn.rest.api.CatalogApi
-
- getPolicy(String, String) - Method in class org.apache.brooklyn.rest.resources.CatalogResource
-
Deprecated.
- getPolicy(String, String, String) - Method in class org.apache.brooklyn.rest.util.BrooklynRestResourceUtils
-
finds the policy indicated by the given ID or name.
- getPolicy(Entity, String) - Method in class org.apache.brooklyn.rest.util.BrooklynRestResourceUtils
-
finds the policy indicated by the given ID or name.
- getPolicyApi() - Method in class org.apache.brooklyn.rest.client.BrooklynApi
-
- getPolicyConfigApi() - Method in class org.apache.brooklyn.rest.client.BrooklynApi
-
- getPolicyFactory() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalEntityManager
-
- getPolicyFactory() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- getPolicyFactory() - Method in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
- getPolicyFactory() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getPolicyIds() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMemento
-
- getPolicyIds() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl
-
- getPolicyIdToType() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoManifest
-
- getPolicyIdToType() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl
-
- getPolicyMemento(String) - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMemento
-
- getPolicyMemento(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl
-
- getPolicyMementos() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMemento
-
- getPolicyMementos() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl
-
- getPolicySpecs() - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
- getPolicyStatus(Policy) - Static method in class org.apache.brooklyn.core.policy.Policies
-
- getPolicyType() - Method in interface org.apache.brooklyn.api.policy.Policy
-
Information about the type of this entity; analogous to Java's object.getClass.
- getPolicyType() - Method in class org.apache.brooklyn.core.entity.lifecycle.PolicyDescriptor
-
- getPolicyType() - Method in class org.apache.brooklyn.core.policy.AbstractPolicy
-
- getPolls() - Method in class org.apache.brooklyn.feed.AbstractCommandFeed.Builder
-
- getPolls() - Method in class org.apache.brooklyn.feed.ssh.SshFeed.Builder
-
- getPolls() - Method in class org.apache.brooklyn.feed.windows.CmdFeed.Builder
-
- getPoolContents() - Method in interface org.apache.brooklyn.policy.loadbalancing.BalanceablePoolModel
-
- getPoolContents() - Method in class org.apache.brooklyn.policy.loadbalancing.DefaultBalanceablePoolModel
-
- getPoolHighThreshold() - Method in interface org.apache.brooklyn.policy.loadbalancing.BalanceablePoolModel
-
- getPoolHighThreshold() - Method in class org.apache.brooklyn.policy.loadbalancing.DefaultBalanceablePoolModel
-
- getPoolLowThreshold() - Method in interface org.apache.brooklyn.policy.loadbalancing.BalanceablePoolModel
-
- getPoolLowThreshold() - Method in class org.apache.brooklyn.policy.loadbalancing.DefaultBalanceablePoolModel
-
- getPoolSize() - Method in interface org.apache.brooklyn.policy.loadbalancing.BalanceablePoolModel
-
- getPoolSize() - Method in class org.apache.brooklyn.policy.loadbalancing.DefaultBalanceablePoolModel
-
- getPort() - Method in class org.apache.brooklyn.camp.server.rest.CampServer
-
- getPort() - Method in class org.apache.brooklyn.entity.database.crate.CrateNodeImpl
-
- getPort() - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbNodeImpl
-
- getPort() - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbSshDriver
-
- getPort() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlNodeImpl
-
- getPort() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlSshDriver
-
- getPort() - Method in interface org.apache.brooklyn.entity.proxy.AbstractController
-
- getPort() - Method in class org.apache.brooklyn.entity.proxy.AbstractControllerImpl
-
- getPort() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxSshDriver
-
- getPort() - Method in class org.apache.brooklyn.entity.zookeeper.ZooKeeperSshDriver.ZooKeeperServerConfig
-
- getPort() - Method in interface org.apache.brooklyn.location.jclouds.api.JcloudsMachineLocationPublic
-
- getPort() - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
port for SSHing
- getPort() - Method in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- getPortCounters() - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerImpl
-
- getPortMap() - Method in class org.apache.brooklyn.entity.messaging.storm.StormSshDriver
-
- getPortMappings() - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerImpl
-
- getPortMappingWithPrivateSide(Location, int) - Method in interface org.apache.brooklyn.core.location.access.PortForwardManager
-
- getPortMappingWithPrivateSide(Location, int) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
- getPortMappingWithPrivateSide(Location, int) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerImpl
-
- getPortMappingWithPublicIpId(String) - Method in interface org.apache.brooklyn.core.location.access.PortForwardManager
-
- getPortMappingWithPublicIpId(String) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
- getPortMappingWithPublicIpId(String) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerImpl
-
- getPortMappingWithPublicSide(String, int) - Method in interface org.apache.brooklyn.core.location.access.PortForwardManager
-
- getPortMappingWithPublicSide(String, int) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
- getPortMappingWithPublicSide(String, int) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerImpl
-
- getPortNumberSensor() - Method in interface org.apache.brooklyn.entity.proxy.AbstractController
-
- getPortNumberSensor() - Method in class org.apache.brooklyn.entity.proxy.AbstractControllerImpl
-
- getPortOffset() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss7ServerImpl
-
Deprecated.
- getPortsUsed() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeSshDriver
-
Deprecated.
- getPortsUsed() - Method in class org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeSshDriver
-
- getPortsUsed() - Method in class org.apache.brooklyn.entity.nosql.solr.SolrServerSshDriver
-
- getPortsUsed() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- getPortsUsed() - Method in class org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppSshDriver
-
- getPossibleValues() - Method in class org.apache.brooklyn.rest.domain.ConfigSummary
-
- getPostgreSqlPort() - Method in interface org.apache.brooklyn.entity.database.postgresql.PostgreSqlNode
-
- getPostgreSqlPort() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeChefImplFromScratch
-
- getPostgreSqlPort() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeImpl
-
- getPostgreSqlPort() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeSaltImpl
-
- getPreferredCredential() - Method in class org.apache.brooklyn.core.location.LocationConfigUtils.OsCredential
-
- getPreferredSession() - Method in class org.apache.brooklyn.rest.util.MultiSessionAttributeAdapter
-
- getPrefix() - Method in interface org.apache.brooklyn.api.location.LocationResolver
-
the prefix that this resolver will attend to
- getPrefix() - Method in class org.apache.brooklyn.container.location.docker.DockerLocationResolver
-
- getPrefix() - Method in class org.apache.brooklyn.container.location.kubernetes.KubernetesLocationResolver
-
- getPrefix() - Method in class org.apache.brooklyn.container.location.openshift.OpenShiftLocationResolver
-
- getPrefix() - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerLocationResolver
-
- getPrefix() - Method in class org.apache.brooklyn.core.location.CatalogLocationResolver
-
- getPrefix() - Method in class org.apache.brooklyn.core.location.DefinedLocationByIdResolver
-
- getPrefix() - Method in class org.apache.brooklyn.core.location.NamedLocationResolver
-
- getPrefix() - Method in class org.apache.brooklyn.entity.machine.pool.ServerPoolLocationResolver
-
- getPrefix() - Method in class org.apache.brooklyn.location.byon.ByonLocationResolver
-
- getPrefix() - Method in class org.apache.brooklyn.location.byon.HostLocationResolver
-
- getPrefix() - Method in class org.apache.brooklyn.location.byon.SingleMachineLocationResolver
-
- getPrefix() - Method in class org.apache.brooklyn.location.jclouds.JcloudsByonLocationResolver
-
- getPrefix() - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocationResolver
-
- getPrefix() - Method in class org.apache.brooklyn.location.localhost.LocalhostLocationResolver
-
- getPrefix() - Method in class org.apache.brooklyn.location.multi.MultiLocationResolver
-
- getPrefix(Class<?>) - Method in class org.apache.brooklyn.util.core.xstream.OsgiClassPrefixer
-
- getPreVersionSeparator() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeSshDriver.DownloadLinkSegmentComputer
-
separator after the version number used to be _ but is - in 3.0 and later
- getPrimaries() - Method in class org.apache.brooklyn.core.mgmt.classloading.BrooklynClassLoadingContextSequential
-
- getPrimary() - Method in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBReplicaSet
-
- getPrimary() - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBReplicaSetImpl
-
- getPrimaryDomain(String) - Method in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient
-
- getPrimaryDomain(int) - Method in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient
-
- getPrimaryDomains() - Method in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient
-
- getPrimaryIp() - Method in interface org.apache.brooklyn.api.location.MachineManagementMixins.MachineMetadata
-
- getPrimaryIp() - Method in class org.apache.brooklyn.core.location.BasicMachineMetadata
-
- getPrimaryLocations() - Method in interface org.apache.brooklyn.api.entity.drivers.downloads.DownloadResolverManager.DownloadTargets
-
Gets the locations to try (in-order).
- getPrimaryLocations() - Method in class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadTargets
-
- getPrimitiveName(Class<?>) - Static method in class org.apache.brooklyn.util.javalang.Boxing
-
returns name of primitive corresponding to the given (boxed or unboxed) type
- getPrimitiveType(String) - Static method in class org.apache.brooklyn.util.javalang.Boxing
-
Returns the unboxed type for the given primitive type name, if available;
e.g.
- getPrincipal() - Method in class org.apache.brooklyn.util.core.crypto.FluentKeySigner
-
- getPriority() - Method in interface org.apache.brooklyn.api.mgmt.ha.HighAvailabilityManager
-
- getPriority() - Method in interface org.apache.brooklyn.api.mgmt.ha.ManagementNodeSyncRecord
-
- getPriority() - Method in class org.apache.brooklyn.core.mgmt.ha.dto.BasicManagementNodeSyncRecord
-
- getPriority() - Method in class org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl
-
- getPriority() - Method in class org.apache.brooklyn.rest.domain.ConfigSummary
-
- getPrivateAddresses() - Method in class org.apache.brooklyn.container.location.kubernetes.machine.KubernetesEmptyMachineLocation
-
- getPrivateAddresses() - Method in class org.apache.brooklyn.location.jclouds.JcloudsSshMachineLocation
-
- getPrivateAddresses() - Method in class org.apache.brooklyn.location.jclouds.JcloudsWinRmMachineLocation
-
- getPrivateAddresses() - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- getPrivateAddresses() - Method in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- getPrivateAddresses() - Method in interface org.apache.brooklyn.util.net.HasNetworkAddresses
-
All private IP addresses.
- getPrivateIp() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- getPrivateIp() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeImpl
-
Deprecated.
not always the private IP, if public IP has been insisted on for broadcast, e.g.
- getPrivateIpAddress() - Method in interface org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNode
-
- getPrivateIpAddress() - Method in class org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNodeImpl
-
- getPrivateKeyData() - Method in class org.apache.brooklyn.core.location.LocationConfigUtils.OsCredential
-
- getPrivateNetwork(String) - Static method in class org.apache.brooklyn.util.net.Networking
-
returns any well-known private network (e.g.
- getPrivateNetwork(InetAddress) - Static method in class org.apache.brooklyn.util.net.Networking
-
- getPrivatePort() - Method in class org.apache.brooklyn.core.location.access.PortForwardManager.AssociationMetadata
-
- getPrivatePort() - Method in class org.apache.brooklyn.core.location.access.PortMapping
-
- getProblem() - Method in class org.apache.brooklyn.rest.domain.ScriptExecutionSummary
-
- getProblem() - Method in class org.apache.brooklyn.test.WebAppMonitor
-
- getProblemMessageIfServerNotRunning(ManagementContext) - Static method in class org.apache.brooklyn.rest.filter.HaHotCheckHelperAbstract
-
Returns a string describing the problem if mgmt is null or not running; returns absent if no problems
- getProblemMessageIfServerNotRunning() - Method in class org.apache.brooklyn.rest.filter.HaHotCheckHelperAbstract
-
- getProcessCpuAverage() - Static method in class org.apache.brooklyn.test.performance.PerformanceTestUtils
-
- getProcessCpuTime() - Static method in class org.apache.brooklyn.test.performance.PerformanceTestUtils
-
- getProcessCpuTime(Duration) - Static method in class org.apache.brooklyn.test.performance.PerformanceTestUtils
-
- getProperties() - Method in interface org.apache.brooklyn.api.entity.drivers.downloads.DownloadResolverManager.DownloadRequirement
-
Default properties for this download.
- getProperties() - Method in interface org.apache.brooklyn.api.location.LocationRegistry
-
- getProperties() - Method in class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadRequirement
-
- getProperties() - Method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
- getProperties() - Method in class org.apache.brooklyn.location.jclouds.domain.JcloudsContext
-
- getProperties() - Method in class org.apache.brooklyn.rest.BrooklynRestApp
-
- getPropertiesLookupUrlFor(InetAddress) - Method in class org.apache.brooklyn.core.location.geo.GeoBytesHostGeoLookup
-
Deprecated.
returns URL to get properties for the given address (assuming localhost if address is on a subnet)
- getPropertiesLookupUrlForLocalhost() - Method in class org.apache.brooklyn.core.location.geo.GeoBytesHostGeoLookup
-
Deprecated.
- getPropertiesLookupUrlForPublicIp(String) - Method in class org.apache.brooklyn.core.location.geo.GeoBytesHostGeoLookup
-
Deprecated.
- getPropertyName() - Method in class org.apache.brooklyn.util.internal.BasicDelegatingSystemProperty
-
- getPropertyName() - Method in class org.apache.brooklyn.util.internal.StringSystemProperty
-
- getProtocol() - Method in interface org.apache.brooklyn.entity.proxy.AbstractController
-
- getProtocol() - Method in class org.apache.brooklyn.entity.proxy.AbstractControllerImpl
-
- getProtocol(String) - Static method in class org.apache.brooklyn.util.net.Urls
-
returns the protocol (e.g.
- getProvider() - Method in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationPublic
-
- getProvider() - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- getProvider(String) - Static method in class org.apache.brooklyn.location.jclouds.JcloudsProviderAndApiLoader
-
- getProviderOrApi() - Method in class org.apache.brooklyn.location.jclouds.domain.JcloudsContext
-
- getProvisioningFlags(Collection<String>) - Method in interface org.apache.brooklyn.api.location.MachineProvisioningLocation
-
- getProvisioningFlags(Collection<String>) - Method in class org.apache.brooklyn.container.location.kubernetes.KubernetesLocation
-
- getProvisioningFlags(Collection<String>) - Method in class org.apache.brooklyn.core.location.AggregatingMachineProvisioningLocation
-
- getProvisioningFlags(Collection<String>) - Method in class org.apache.brooklyn.core.location.cloud.AbstractCloudMachineProvisioningLocation
-
- getProvisioningFlags(Collection<String>) - Method in class org.apache.brooklyn.entity.machine.pool.ServerPoolLocation
-
- getProvisioningFlags(Collection<String>) - Method in class org.apache.brooklyn.location.byon.FixedListMachineProvisioningLocation
-
- getProvisioningFlags(Collection<String>) - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- getProvisioningFlags(Collection<String>) - Method in class org.apache.brooklyn.location.multi.MultiLocation
-
- getProxy() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- getProxyIfAvailable() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
Returns the proxy, or if not available (because using legacy code) then returns the real entity.
- getProxyObject(String, Class<M>) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- getProxyObject(ObjectName, Class<M>) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- getProxyTarget() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- getProxyTarget() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- getProxyTarget() - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
if a task is a proxy for another one (used mainly for internal tasks),
this returns the "real" task represented by this one
- getPublicAddresses() - Method in class org.apache.brooklyn.container.location.kubernetes.machine.KubernetesEmptyMachineLocation
-
- getPublicAddresses() - Method in class org.apache.brooklyn.location.jclouds.JcloudsSshMachineLocation
-
In clouds like AWS, the public hostname is the only way to ensure VMs in different zones can access each other.
- getPublicAddresses() - Method in class org.apache.brooklyn.location.jclouds.JcloudsWinRmMachineLocation
-
In clouds like AWS, the public hostname is the only way to ensure VMs in different zones can access each other.
- getPublicAddresses() - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- getPublicAddresses() - Method in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- getPublicAddresses() - Method in interface org.apache.brooklyn.util.net.HasNetworkAddresses
-
All public IP addresses, potentially including shared ips.
- getPublicEndpoint() - Method in class org.apache.brooklyn.core.location.access.PortForwardManager.AssociationMetadata
-
- getPublicEndpoint() - Method in class org.apache.brooklyn.core.location.access.PortMapping
-
- getPublicHostAndPort(PortMapping) - Method in interface org.apache.brooklyn.core.location.access.PortForwardManager
-
- getPublicHostAndPort(PortMapping) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
- getPublicHostAndPort(PortMapping) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerImpl
-
- getPublicIp() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- getPublicIp() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeImpl
-
Deprecated.
- getPublicIpId() - Method in class org.apache.brooklyn.core.location.access.PortForwardManager.AssociationMetadata
-
- getPublicKeyData() - Method in class org.apache.brooklyn.core.location.LocationConfigUtils.OsCredential
-
- getPublicPort() - Method in class org.apache.brooklyn.core.location.access.PortMapping
-
- getQueue() - Method in interface org.apache.brooklyn.api.mgmt.TaskQueueingContext
-
returns a list of queued tasks (immutable copy)
- getQueue() - Method in class org.apache.brooklyn.util.core.task.DynamicSequentialTask
-
- getQueuedTimeUtc() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
if the job is queued for submission (e.g.
- getQueuedTimeUtc() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- getQueuedTimeUtc() - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
if the job is queued for submission (e.g.
- getQueueName() - Method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQQueueImpl
-
- getQueueName() - Method in interface org.apache.brooklyn.entity.messaging.qpid.QpidDestination
-
Return the AMQP name for the queue.
- getQueueName() - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidDestinationImpl
-
- getQueueName() - Method in interface org.apache.brooklyn.entity.messaging.Queue
-
- getQueueName() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitQueue
-
Return the AMQP name for the queue.
- getQueueNames() - Method in interface org.apache.brooklyn.entity.messaging.jms.JMSBroker
-
- getQueueNames() - Method in class org.apache.brooklyn.entity.messaging.jms.JMSBrokerImpl
-
- getQueues() - Method in interface org.apache.brooklyn.entity.messaging.jms.JMSBroker
-
- getQueues() - Method in class org.apache.brooklyn.entity.messaging.jms.JMSBrokerImpl
-
- getQuorumSize() - Method in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
- getQuorumSize() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseClusterImpl
-
- getRack(InetAddress) - Method in class org.apache.brooklyn.entity.nosql.cassandra.customsnitch.MultiCloudSnitch
-
- getRackName() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeImpl
-
Deprecated.
- getRam() - Method in interface org.apache.brooklyn.api.location.HardwareDetails
-
Amount of RAM in megabytes
- getRam() - Method in class org.apache.brooklyn.core.location.BasicHardwareDetails
-
- getRaw(ConfigKey.HasConfigKey<?>) - Method in class org.apache.brooklyn.core.objs.AbstractConfigurationSupportInternal
-
- getRaw(ConfigKey<?>) - Method in class org.apache.brooklyn.core.objs.AbstractConfigurationSupportInternal
-
- getRaw(ConfigKey<?>) - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal.ConfigurationSupportInternal
-
Returns the uncoerced value for this config key, if available, not taking any default.
- getRaw(ConfigKey.HasConfigKey<?>) - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal.ConfigurationSupportInternal
-
- getRawRawType(<any>) - Static method in class org.apache.brooklyn.util.guava.TypeTokens
-
gets the Class object from a token; normal methods return Class super T> which may technically be correct
with generics but this sloppily but handily gives you Class which is usually what you have anyway
- getRawTags() - Method in class org.apache.brooklyn.rest.domain.TaskSummary
-
- getRawType(<any>, Class<T>) - Static method in class org.apache.brooklyn.util.guava.TypeTokens
-
given either a token or a raw type, returns the raw type
- getRawTypeIfRaw(<any>) - Static method in class org.apache.brooklyn.util.guava.TypeTokens
-
returns raw type, if it's raw, else null;
used e.g.
- getReachableAddresses(NodeMetadata, Duration, <any>) - Static method in class org.apache.brooklyn.location.jclouds.JcloudsUtil
-
- getReachableAddresses(Iterable<String>, int, Duration, <any>) - Static method in class org.apache.brooklyn.location.jclouds.JcloudsUtil
-
- getReachableAddresses(Iterable<HostAndPort>, Duration, <any>) - Static method in class org.apache.brooklyn.location.jclouds.JcloudsUtil
-
- getReachableLocalHost() - Static method in class org.apache.brooklyn.util.net.Networking
-
returns a validated local IP address, preferring 127.0.0.1 if it works, and failing if none found
- getReadOnlyRebindCount() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- getReasonPhrase() - Method in class org.apache.brooklyn.util.http.HttpToolResponse
-
- getRebindManager() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
- getRebindManager() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- getRebindManager() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getRebindSupport() - Method in interface org.apache.brooklyn.api.catalog.CatalogItem
-
- getRebindSupport() - Method in interface org.apache.brooklyn.api.mgmt.rebind.Rebindable
-
- getRebindSupport() - Method in interface org.apache.brooklyn.api.policy.Policy
-
Users are strongly discouraged from calling or overriding this method.
- getRebindSupport() - Method in interface org.apache.brooklyn.api.sensor.Enricher
-
Users are strongly discouraged from calling or overriding this method.
- getRebindSupport() - Method in interface org.apache.brooklyn.api.sensor.Feed
-
Users are strongly discouraged from calling or overriding this method.
- getRebindSupport() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- getRebindSupport() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
- getRebindSupport() - Method in class org.apache.brooklyn.core.enricher.AbstractEnricher
-
- getRebindSupport() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- getRebindSupport() - Method in interface org.apache.brooklyn.core.entity.EntityInternal
-
Users are strongly discouraged from calling or overriding this method.
- getRebindSupport() - Method in interface org.apache.brooklyn.core.entity.internal.EntityTransientCopyInternal
-
- getRebindSupport() - Method in class org.apache.brooklyn.core.feed.AbstractFeed
-
- getRebindSupport() - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- getRebindSupport() - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerImpl
-
- getRebindSupport() - Method in interface org.apache.brooklyn.core.location.internal.LocationInternal
-
Users are strongly discouraged from calling or overriding this method.
- getRebindSupport() - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal
-
- getRebindSupport() - Method in class org.apache.brooklyn.core.policy.AbstractPolicy
-
- getRebindSupport() - Method in class org.apache.brooklyn.core.typereg.BasicManagedBundle
-
- getRecursiveCallCount() - Static method in class org.apache.brooklyn.util.javalang.StackTraceSimplifier
-
returns the number of times the calling method occurs elsewhere in the stack trace;
0 if no recursion, 1 if it has cycled three times, etc.
- getRecursiveClassLoader() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogDo
-
recursive classloader is the local classloader plus all children catalog's classloader
- getRedisPort() - Method in interface org.apache.brooklyn.entity.nosql.redis.RedisStore
-
- getRedisPort() - Method in class org.apache.brooklyn.entity.nosql.redis.RedisStoreImpl
-
- getReference(String) - Method in interface org.apache.brooklyn.core.internal.storage.BrooklynStorage
-
Creates a reference to a value, backed by the storage-medium.
- getReference(String) - Method in class org.apache.brooklyn.core.internal.storage.impl.BrooklynStorageImpl
-
- getReflectiveDriverFactory() - Method in class org.apache.brooklyn.core.entity.drivers.BasicEntityDriverManager
-
driver override mechanism; experimental @since 0.7.0
- getRegion() - Method in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationPublic
-
returns the location ID used by the provider, if set, e.g.
- getRegion() - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
returns the location ID used by the provider, if set, e.g.
- getRegisteredModules() - Method in interface org.apache.brooklyn.ui.modularity.module.api.UiModuleRegistry
-
- getRegisteredModules() - Method in class org.apache.brooklyn.ui.modularity.module.registry.UiModuleRegistryImpl
-
- getRegisteredWebComponents() - Method in class org.apache.brooklyn.ui.modularity.module.registry.RestUiModuleRegistry
-
- getRegistry() - Static method in class org.apache.brooklyn.core.config.render.RendererHints
-
- getRelations() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.Memento
-
- getRelations(RelationshipType<? super T, U>) - Method in interface org.apache.brooklyn.api.objs.BrooklynObject.RelationSupport
-
- getRelations(RelationshipType<? super T, U>, T) - Static method in class org.apache.brooklyn.core.entity.EntityRelations
-
- getRelations() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.AbstractMemento
-
- getRelations(RelationshipType<? super SourceType, U>) - Method in class org.apache.brooklyn.core.relations.AbstractBasicRelationSupport
-
- getRelations(RelationshipType<? super T, U>) - Method in class org.apache.brooklyn.core.relations.ByObjectBasicRelationSupport.DataForBasicRelations
-
- getRelations(RelationshipType<? super SourceType, U>) - Method in class org.apache.brooklyn.core.relations.EmptyRelationSupport
-
- getRelationshipTypeName() - Method in interface org.apache.brooklyn.api.relations.RelationshipType
-
- getRelationshipTypes() - Method in interface org.apache.brooklyn.api.objs.BrooklynObject.RelationSupport
-
- getRelationshipTypes(T) - Static method in class org.apache.brooklyn.core.entity.EntityRelations
-
- getRelationshipTypes() - Method in class org.apache.brooklyn.core.relations.AbstractBasicRelationSupport
-
- getRelationshipTypes() - Method in class org.apache.brooklyn.core.relations.ByObjectBasicRelationSupport.DataForBasicRelations
-
- getRelationshipTypes() - Method in class org.apache.brooklyn.core.relations.EmptyRelationSupport
-
- getRemainderOfLineAfter(String, String) - Static method in class org.apache.brooklyn.util.text.Strings
-
searches in context for the given phrase, and returns the untrimmed remainder of the first line
on which the phrase is found
- getRemoteFile() - Method in class org.apache.brooklyn.util.core.task.ssh.SshFetchTaskWrapper
-
- getRemoteFile() - Method in class org.apache.brooklyn.util.core.task.ssh.SshPutTaskStub
-
- getRemoteTimestamp() - Method in interface org.apache.brooklyn.api.mgmt.ha.ManagementNodeSyncRecord
-
timestamp set by shared persistent store, if available
- getRemoteTimestamp() - Method in class org.apache.brooklyn.core.mgmt.ha.dto.BasicManagementNodeSyncRecord
-
- getRemoteTimestamp() - Method in class org.apache.brooklyn.rest.domain.HighAvailabilitySummary.HaNodeSummary
-
- getRemovalStrategy() - Method in class org.apache.brooklyn.entity.machine.pool.ServerPoolImpl
-
- getRemovalStrategy() - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBReplicaSetImpl
-
- getRemovedBundles() - Method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades
-
- getRemovedIdsOfType(BrooklynObjectType) - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister.Delta
-
- getRemovedIdsOfType(BrooklynObjectType) - Method in class org.apache.brooklyn.core.mgmt.rebind.PersisterDeltaImpl
-
- getRemovedLegacyItems() - Method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades
-
- getRemovedNodeIds() - Method in interface org.apache.brooklyn.api.mgmt.ha.ManagementPlaneSyncRecordPersister.Delta
-
- getRemovedNodeIds() - Method in class org.apache.brooklyn.core.mgmt.ha.ManagementPlaneSyncRecordDeltaImpl
-
- getReplicas() - Method in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBReplicaSet
-
- getReplicas() - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBReplicaSetImpl
-
- getReplicaSet() - Method in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBServer
-
- getReplicaSet() - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBServerImpl
-
- getReplicaSetStatus() - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBClientSupport
-
Runs replSetGetStatus on the admin database.
- getReplicationInterval() - Method in class org.apache.brooklyn.entity.database.rubyrep.RubyRepNodeImpl
-
- getRepresentationSkew() - Method in class org.apache.brooklyn.camp.server.dto.ResourceDto
-
- getRepresentationSkew() - Method in class org.apache.brooklyn.camp.spi.AbstractResource
-
- getRequestedPort() - Method in class org.apache.brooklyn.launcher.BrooklynWebServer
-
- getRequestingTasks() - Method in class org.apache.brooklyn.util.core.mutex.SemaphoreForTasks
-
- getRequestingThreads() - Method in class org.apache.brooklyn.util.core.mutex.SemaphoreWithOwners
-
unmodifiable view of threads requesting access (blocked or briefly trying to acquire);
this is guaranteed to be cleared _after_ getOwners
(synchronizing on this class while reading both fields will give canonical access)
- getRequests(<any>) - Method in class org.apache.brooklyn.test.http.RecordingHttpRequestHandler
-
- getRequests() - Method in class org.apache.brooklyn.test.http.RecordingHttpRequestHandler
-
- getRequests() - Method in class org.apache.brooklyn.test.http.TestHttpRecordingRequestInterceptor
-
- getRequiredConfig(Entity, ConfigKey<T>) - Static method in class org.apache.brooklyn.core.config.ConfigUtils
-
- getRequiredConfig(Entity, ConfigKey<T>) - Static method in class org.apache.brooklyn.entity.chef.ChefConfigs
-
- getRequiredConfig(Entity, ConfigKey<T>) - Static method in class org.apache.brooklyn.entity.cm.salt.SaltConfigs
-
- getRequiredOpenPorts(Entity, Boolean, String) - Static method in class org.apache.brooklyn.entity.software.base.InboundPortsUtils
-
Returns the required open inbound ports for an Entity.
- getRequiredOpenPorts(Entity, Set<ConfigKey<?>>, Boolean, String) - Static method in class org.apache.brooklyn.entity.software.base.InboundPortsUtils
-
Returns the required open inbound ports for an Entity.
- getRequiredUrlConfig(Entity, ConfigKey<String>) - Static method in class org.apache.brooklyn.core.entity.Entities
-
Fails-fast if value of the given key is null or unresolveable.
- getRequiredUrlConfig(Entity, ConfigKey.HasConfigKey<String>) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- getRequirements() - Method in class org.apache.brooklyn.camp.spi.pdp.Artifact
-
- getRequirementType() - Method in class org.apache.brooklyn.camp.spi.pdp.ArtifactRequirement
-
- getResizeDownIterationIncrement() - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- getResizeDownIterationMax() - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- getResizeUpIterationIncrement() - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- getResizeUpIterationMax() - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- getResolvedAddress(Entity, SshMachineLocation, String) - Static method in class org.apache.brooklyn.core.location.access.BrooklynAccessUtils
-
attempts to resolve hostnameTarget from origin
- getResolvedAddress(String) - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeDriver
-
Deprecated.
returns the address that the given hostname resolves to at the target
- getResolvedAddress(String) - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeSshDriver
-
Deprecated.
- getResource(String) - Method in class org.apache.brooklyn.core.mgmt.classloading.BrooklynClassLoadingContextSequential
-
- getResource(String) - Method in class org.apache.brooklyn.core.mgmt.classloading.JavaBrooklynClassLoadingContext
-
- getResource(String) - Method in class org.apache.brooklyn.core.mgmt.classloading.OsgiBrooklynClassLoadingContext
-
- getResource(String, Iterable<? extends OsgiBundleWithUrl>) - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiManager
-
Iterates through catalogBundles until one contains a resource with the given name.
- getResource(String) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- getResource(String) - Method in class org.apache.brooklyn.ui.proxy.UiProxyHttpContext
-
- getResource(String) - Method in class org.apache.brooklyn.util.core.ClassLoaderUtils
-
Finds the resource with the given name.
- getResource(String) - Method in class org.apache.brooklyn.util.javalang.AggregateClassLoader
-
- getResource(String) - Method in interface org.apache.brooklyn.util.javalang.ClassLoadingContext
-
As ClassLoader.getResource(String)
- getResource(String) - Method in class org.apache.brooklyn.util.javalang.Reflections
-
finds the resource in the classloader, if it exists; inserts or replaces leading slash as necessary
(i believe it should _not_ have one, but there is some inconsistency)
Will return null if no resource is found.
- getResourceAsString(String) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- getResourceAsString(String) - Method in class org.apache.brooklyn.util.core.ResourceUtils
-
- getResourceFromBundle(String, Bundle) - Method in class org.apache.brooklyn.rt.felix.EmbeddedFramework
-
- getResourceFromBundle(String, Bundle) - Method in class org.apache.brooklyn.util.core.osgi.ContainerFramework
-
- getResourceFromBundle(String, Bundle) - Method in interface org.apache.brooklyn.util.osgi.SystemFramework
-
Loads a resource from the passed bundle.
- getResourceFromUrl(String) - Method in class org.apache.brooklyn.launcher.config.CustomResourceLocator
-
finds the file indicated at the URL, using some rewrites if necessary to work around some known issues.
- getResourceFromUrl(String, Credentials) - Method in class org.apache.brooklyn.util.core.ResourceUtils
-
- getResourceFromUrl(String) - Method in class org.apache.brooklyn.util.core.ResourceUtils
-
Takes a string which is treated as a URL (with some extended "schemes" also expected),
or as a path to something either on the classpath (absolute only) or the local filesystem (relative or absolute, depending on leading slash)
- getResourceName() - Method in class org.apache.brooklyn.container.location.kubernetes.machine.KubernetesEmptyMachineLocation
-
- getResourceName() - Method in interface org.apache.brooklyn.container.location.kubernetes.machine.KubernetesMachineLocation
-
- getResourceName() - Method in class org.apache.brooklyn.container.location.kubernetes.machine.KubernetesSshMachineLocation
-
- getResourceName() - Method in class org.apache.brooklyn.test.support.TestResourceUnavailableException
-
Get the name of the classpath resource that could not be loaded.
- getResources(String) - Method in class org.apache.brooklyn.core.mgmt.classloading.BrooklynClassLoadingContextSequential
-
- getResources(String) - Method in class org.apache.brooklyn.core.mgmt.classloading.JavaBrooklynClassLoadingContext
-
- getResources(String) - Method in class org.apache.brooklyn.core.mgmt.classloading.OsgiBrooklynClassLoadingContext
-
- getResources(String, Iterable<? extends OsgiBundleWithUrl>) - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiManager
-
- getResources(String) - Method in class org.apache.brooklyn.util.core.ClassLoaderUtils
-
Finds all the resources with the given name.
- getResources(String) - Method in class org.apache.brooklyn.util.core.ResourceUtils
-
- getResources(String) - Method in class org.apache.brooklyn.util.javalang.AggregateClassLoader
-
- getResources(String) - Method in interface org.apache.brooklyn.util.javalang.ClassLoadingContext
-
As ClassLoader.getResources(String) but returning an Iterable rather than
an Enumeration.
- getResourcesFromBundle(String, Bundle) - Method in class org.apache.brooklyn.rt.felix.EmbeddedFramework
-
- getResourcesFromBundle(String, Bundle) - Method in class org.apache.brooklyn.util.core.osgi.ContainerFramework
-
- getResourcesFromBundle(String, Bundle) - Method in interface org.apache.brooklyn.util.osgi.SystemFramework
-
Loads resources from the passed bundle.
- getResourceType() - Method in class org.apache.brooklyn.container.location.kubernetes.machine.KubernetesEmptyMachineLocation
-
- getResourceType() - Method in interface org.apache.brooklyn.container.location.kubernetes.machine.KubernetesMachineLocation
-
- getResourceType() - Method in class org.apache.brooklyn.container.location.kubernetes.machine.KubernetesSshMachineLocation
-
- getResponse() - Method in exception org.apache.brooklyn.rest.security.provider.SecurityProvider.SecurityProviderDeniedAuthentication
-
- getResponse() - Method in class org.apache.brooklyn.util.http.HttpToolResponse
-
- getResponseCode() - Method in class org.apache.brooklyn.util.http.HttpToolResponse
-
- getResult() - Method in class org.apache.brooklyn.rest.domain.ScriptExecutionSummary
-
- getResult() - Method in class org.apache.brooklyn.rest.domain.TaskSummary
-
- getResult() - Method in class org.apache.brooklyn.util.yaml.Yamls.YamlExtract
-
- getResultStderr() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
- getResultStderr() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.WinRmExecuteHelper
-
- getResultStdout() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
- getResultStdout() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.WinRmExecuteHelper
-
- getReturnType() - Method in interface org.apache.brooklyn.api.effector.Effector
-
- getReturnType() - Method in class org.apache.brooklyn.core.effector.EffectorBase
-
- getReturnType() - Method in class org.apache.brooklyn.rest.domain.EffectorSummary
-
- getReturnTypeName() - Method in interface org.apache.brooklyn.api.effector.Effector
-
canonical name of return type (in case return type does not resolve after serialization)
- getReturnTypeName() - Method in class org.apache.brooklyn.core.effector.EffectorBase
-
- getReuseSessions() - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig
-
Whether to reuse SSL validation in the server (performance).
- getReverseLookupDomain() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerImpl
-
- getReverseLookupNetwork() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerImpl
-
- getReverseMappings() - Method in interface org.apache.brooklyn.entity.network.bind.BindDnsServer
-
- getReverseMappings() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerImpl
-
- getReverseZoneFile() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerSshDriver
-
- getRfc1912ZonesFile() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerSshDriver
-
- getRiakEtcDir() - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNodeDriver
-
- getRiakEtcDir() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeSshDriver
-
- getRiakPbPort() - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- getRiakPbPort() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeImpl
-
- getRiakWebPort() - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- getRiakWebPort() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeImpl
-
- getRightDatabaseName() - Method in class org.apache.brooklyn.entity.database.rubyrep.RubyRepNodeImpl
-
- getRightDatabaseUrl() - Method in class org.apache.brooklyn.entity.database.rubyrep.RubyRepNodeImpl
-
- getRightPassword() - Method in class org.apache.brooklyn.entity.database.rubyrep.RubyRepNodeImpl
-
- getRightUsername() - Method in class org.apache.brooklyn.entity.database.rubyrep.RubyRepNodeImpl
-
- getRmiRegistryPort() - Method in class org.apache.brooklyn.entity.java.JavaSoftwareProcessSshDriver
-
- getRole() - Method in interface org.apache.brooklyn.entity.messaging.storm.Storm
-
- getRole() - Method in class org.apache.brooklyn.entity.messaging.storm.StormImpl
-
- getRoleInParent() - Method in class org.apache.brooklyn.camp.spi.resolve.interpret.PlanInterpretationNode
-
- getRoleName() - Method in class org.apache.brooklyn.entity.messaging.storm.StormImpl
-
- getRoleName() - Method in class org.apache.brooklyn.entity.messaging.storm.StormSshDriver
-
- getRoot() - Method in class org.apache.brooklyn.util.collections.Jsonya.Navigator
-
returns the object at the root
- getRootClassLoader() - Method in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
- getRootClassLoader() - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- getRootClassLoader() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogDo
-
the root classloader is the recursive CL from the outermost catalog
(which includes the base classloader from the mgmt context, if set)
- getRootConfigFile() - Method in class org.apache.brooklyn.entity.network.bind.BindOsSupport
-
- getRootContext() - Method in class org.apache.brooklyn.launcher.BrooklynWebServer
-
- getRootMap() - Method in class org.apache.brooklyn.util.collections.Jsonya.Navigator
-
returns the Map at the root, throwing if root is not a map
- getRootPassword(Entity) - Static method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBAuthenticationUtils
-
- getRootUrl() - Method in class org.apache.brooklyn.launcher.BrooklynWebServer
-
URL for accessing this web server (root context)
- getRootZonesFile() - Method in class org.apache.brooklyn.entity.network.bind.BindOsSupport
-
- getRouterCluster() - Method in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardedDeployment
-
- getRouterCluster() - Method in class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardedDeploymentImpl
-
- getRouters() - Method in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBRouterCluster
-
- getRouters() - Method in class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBRouterClusterImpl
-
- getRpcAddress() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- getRpcAddress() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeImpl
-
Deprecated.
- getRunCount() - Method in class org.apache.brooklyn.util.core.task.ScheduledTask
-
- getRunDir() - Method in class org.apache.brooklyn.entity.java.JmxSupport
-
- getRunDir() - Method in interface org.apache.brooklyn.entity.java.VanillaJavaApp
-
- getRunDir() - Method in class org.apache.brooklyn.entity.java.VanillaJavaAppImpl
-
- getRunDir() - Method in interface org.apache.brooklyn.entity.messaging.rabbit.RabbitBroker
-
- getRunDir() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitBrokerImpl
-
- getRunDir() - Method in interface org.apache.brooklyn.entity.messaging.rabbit.RabbitDriver
-
- getRunDir() - Method in interface org.apache.brooklyn.entity.nosql.redis.RedisStoreDriver
-
- getRunDir() - Method in interface org.apache.brooklyn.entity.osgi.karaf.KarafDriver
-
- getRunDir() - Method in interface org.apache.brooklyn.entity.proxy.nginx.NginxDriver
-
- getRunDir() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- getRunningPids(String) - Static method in class org.apache.brooklyn.qa.longevity.MonitorUtils
-
- getRunningPids(String, String) - Static method in class org.apache.brooklyn.qa.longevity.MonitorUtils
-
Confirm the given pid is running, and that the the process matches the given regex.
- getSchedulerByTag() - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
- getSchemas() - Method in interface org.apache.brooklyn.entity.database.Database
-
- getSchemas() - Method in class org.apache.brooklyn.entity.database.derby.DerbyDatabase
-
- getScope() - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
- getScope() - Method in interface org.apache.brooklyn.core.location.access.PortForwardManager
-
- getScope() - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
- getScope() - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerImpl
-
- getScratchpad() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
Provides a scratchpad area for this ManagementContext.
- getScratchpad() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- getScratchpad() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getScriptApi() - Method in class org.apache.brooklyn.rest.client.BrooklynApi
-
- getSearchSolrJmxPort() - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- getSearchSolrJmxPort() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeImpl
-
- getSearchSolrPort() - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- getSearchSolrPort() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeImpl
-
- getSecondaries() - Method in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBReplicaSet
-
- getSecondaries() - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBReplicaSetImpl
-
- getSecurityGroupsForNode(String) - Method in class org.apache.brooklyn.location.jclouds.networking.SecurityGroupEditor
-
- getSeeds() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- getSeeds() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeImpl
-
Deprecated.
- getSeedSupplier() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraFabricImpl
-
Deprecated.
Prefers one node per location, and then others from anywhere.
- getSensor(String) - Method in interface org.apache.brooklyn.api.entity.EntityType
-
The Sensor with the given name, or null if not found.
- getSensor() - Method in interface org.apache.brooklyn.api.objs.SpecParameter
-
An optional sensor which may also be added to the defined type
- getSensor() - Method in interface org.apache.brooklyn.api.sensor.SensorEvent
-
The
Sensor describing the data.
- getSensor(String) - Method in class org.apache.brooklyn.core.entity.EntityDynamicType
-
Convenience for finding named sensor.
- getSensor(String) - Method in class org.apache.brooklyn.core.entity.EntityTypeSnapshot
-
- getSensor() - Method in class org.apache.brooklyn.core.feed.FeedConfig
-
- getSensor() - Method in class org.apache.brooklyn.core.objs.BasicSpecParameter
-
- getSensor() - Method in class org.apache.brooklyn.core.sensor.BasicSensorEvent
-
- getSensorApi() - Method in class org.apache.brooklyn.rest.client.BrooklynApi
-
- getSensorMap(String, Iterable<Entity>) - Static method in class org.apache.brooklyn.rest.resources.ApplicationResource
-
- getSensors() - Method in interface org.apache.brooklyn.api.entity.EntityType
-
Sensors available on this entity.
- getSensors() - Method in class org.apache.brooklyn.core.entity.EntityDynamicType
-
Sensors available on this entity.
- getSensors() - Method in class org.apache.brooklyn.core.entity.EntityTypeSnapshot
-
- getSensors() - Method in class org.apache.brooklyn.rest.domain.CatalogEntitySummary
-
Deprecated.
- getSerial() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerImpl
-
Increments the serial number sensor and returns it.
- getSerializer() - Method in class org.apache.brooklyn.util.core.json.BidiSerialization.AbstractWithManagementContextSerialization
-
- getSerialVersionUID() - Static method in class org.apache.brooklyn.rest.domain.EntityDetail
-
- getServer() - Method in class org.apache.brooklyn.launcher.BrooklynWebServer
-
- getServerApi() - Method in class org.apache.brooklyn.rest.client.BrooklynApi
-
- getServerDetails() - Method in class org.apache.brooklyn.launcher.BrooklynLauncher
-
- getServerExecutionContext() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
- getServerExecutionContext() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- getServerExecutionContext() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getServerPoolAddresses() - Method in interface org.apache.brooklyn.entity.proxy.AbstractController
-
- getServerPoolAddresses() - Method in class org.apache.brooklyn.entity.proxy.AbstractControllerImpl
-
- getServerPoolAddresses() - Method in interface org.apache.brooklyn.entity.proxy.AbstractNonProvisionedController
-
- getServerPoolAddresses() - Method in class org.apache.brooklyn.entity.proxy.AbstractNonProvisionedControllerImpl
-
- getServerStatus() - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBClientSupport
-
- getServiceInstallTask() - Method in class org.apache.brooklyn.entity.system_service.InitdServiceInstaller
-
- getServiceInstallTask() - Method in interface org.apache.brooklyn.entity.system_service.SystemServiceInstaller
-
- getServiceName() - Method in class org.apache.brooklyn.entity.chef.ChefLifecycleEffectorTasks
-
- getServiceName() - Method in class org.apache.brooklyn.entity.network.bind.BindOsSupport
-
- getServices() - Method in class org.apache.brooklyn.camp.spi.pdp.DeploymentPlan
-
- getServiceState() - Method in class org.apache.brooklyn.rest.domain.EntityDetail
-
- getServiceType() - Method in class org.apache.brooklyn.camp.spi.pdp.Service
-
- getServiceUp() - Method in class org.apache.brooklyn.rest.domain.EntityDetail
-
- getSessionTimeout() - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjClientConnection
-
- getSha1FromOsgiManifest() - Method in class org.apache.brooklyn.core.BrooklynVersion
-
- getSha1FromOsgiManifest() - Method in interface org.apache.brooklyn.core.BrooklynVersionService
-
SHA1 of the last commit to brooklyn at the time this build was made.
- getShardCluster() - Method in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardedDeployment
-
- getShardCluster() - Method in class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardedDeploymentImpl
-
- getShardCount() - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBClientSupport
-
- getSharedMemory() - Method in interface org.apache.brooklyn.entity.database.postgresql.PostgreSqlNode
-
- getSharedMemory() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeChefImplFromScratch
-
- getSharedMemory() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeImpl
-
- getSharedMemory() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeSaltImpl
-
- getShellEnvironment() - Method in class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeSshDriver
-
- getShellEnvironment() - Method in class org.apache.brooklyn.entity.database.derby.DerbyDatabaseSshDriver
-
- getShellEnvironment() - Method in class org.apache.brooklyn.entity.java.JavaSoftwareProcessSshDriver
-
Sets all JVM options (-X..
- getShellEnvironment() - Method in class org.apache.brooklyn.entity.java.VanillaJavaAppSshDriver
-
- getShellEnvironment() - Method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQSshDriver
-
- getShellEnvironment() - Method in class org.apache.brooklyn.entity.messaging.kafka.AbstractfKafkaSshDriver
-
Use RMI agent to provide JMX.
- getShellEnvironment() - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaBrokerSshDriver
-
- getShellEnvironment() - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidSshDriver
-
- getShellEnvironment() - Method in interface org.apache.brooklyn.entity.messaging.rabbit.RabbitBroker
-
- getShellEnvironment() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitBrokerImpl
-
- getShellEnvironment() - Method in interface org.apache.brooklyn.entity.messaging.rabbit.RabbitDriver
-
- getShellEnvironment() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitSshDriver
-
- getShellEnvironment() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeSshDriver
-
Deprecated.
- getShellEnvironment() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeSshDriver
-
- getShellEnvironment() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
The environment variables to be set when executing the commands (for install, run, check running, etc).
- getShellEnvironment() - Method in class org.apache.brooklyn.entity.software.base.VanillaSoftwareProcessSshDriver
-
- getShellEnvironment() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss6SshDriver
-
Deprecated.
- getShellEnvironment() - Method in class org.apache.brooklyn.entity.webapp.jetty.Jetty6SshDriver
-
- getShellEnvironment() - Method in class org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppSshDriver
-
- getShellEnvironment() - Method in class org.apache.brooklyn.entity.webapp.tomcat.TomcatSshDriver
-
- getShellEnvironment() - Method in class org.apache.brooklyn.util.core.task.system.ProcessTaskStub
-
- getShortDescription() - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.CampToSpecTransformer
-
Deprecated.
- getShortDescription() - Method in class org.apache.brooklyn.core.catalog.internal.JavaCatalogToSpecTransformer
-
- getShortDescription() - Method in interface org.apache.brooklyn.core.plan.PlanToSpecTransformer
-
Deprecated.
A short, human-readable name for this transformer
- getShortName() - Method in interface org.apache.brooklyn.api.objs.HasShortName
-
gets a short name, for human-friendly identification e.g.
- getShortName() - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbNodeImpl
-
- getShortName() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlNodeImpl
-
- getShortName() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeChefImplFromScratch
-
- getShortName() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeImpl
-
- getShortName() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeSaltImpl
-
- getShortName() - Method in class org.apache.brooklyn.entity.monitoring.monit.MonitNodeImpl
-
- getShortName() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxControllerImpl
-
- getShortName() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss7ServerImpl
-
Deprecated.
- getShortName() - Method in class org.apache.brooklyn.entity.webapp.jetty.Jetty6ServerImpl
-
- getShortName() - Method in class org.apache.brooklyn.entity.webapp.tomcat.TomcatServerImpl
-
- getShutdownAppsOnExit() - Method in class org.apache.brooklyn.camp.brooklyn.YamlLauncherAbstract
-
- getShutdownPort() - Method in class org.apache.brooklyn.entity.webapp.tomcat.TomcatSshDriver
-
- getSignature() - Method in class org.apache.brooklyn.feed.jmx.JmxOperationPollConfig
-
- getSimpleName() - Method in interface org.apache.brooklyn.api.objs.BrooklynType
-
The simple type name of this entity (normally the unqualified class name).
- getSimpleName() - Method in class org.apache.brooklyn.core.objs.BrooklynTypeSnapshot
-
- getSingletons() - Method in class org.apache.brooklyn.camp.server.CampRestApp
-
- getSingletons() - Method in class org.apache.brooklyn.rest.BrooklynRestApp
-
- getSlaves() - Method in interface org.apache.brooklyn.entity.nosql.redis.RedisCluster
-
- getSlaves() - Method in class org.apache.brooklyn.entity.nosql.redis.RedisClusterImpl
-
- getSlug() - Method in class org.apache.brooklyn.ui.modularity.ExternalUiModule
-
- getSlug() - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleImpl
-
- getSlug() - Method in interface org.apache.brooklyn.ui.modularity.module.api.UiModule
-
- getSmartSubdomain(String) - Method in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient.Domain
-
- getSmartSubdomain(int) - Method in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient.Domain
-
- getSmartSubdomains() - Method in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient.Domain
-
- getSnapshot() - Method in class org.apache.brooklyn.core.enricher.EnricherDynamicType
-
- getSnapshot() - Method in class org.apache.brooklyn.core.entity.EntityDynamicType
-
- getSnapshot() - Method in class org.apache.brooklyn.core.location.internal.LocationDynamicType
-
- getSnapshot() - Method in class org.apache.brooklyn.core.objs.BrooklynDynamicType
-
- getSnapshot() - Method in class org.apache.brooklyn.core.policy.PolicyDynamicType
-
- getSnapshotPath() - Method in class org.apache.brooklyn.entity.database.mysql.ReplicationSnapshot
-
- getSocketEndpointFor(Cidr, int) - Method in interface org.apache.brooklyn.core.location.SupportsPortForwarding
-
returns an endpoint suitable for contacting the indicated private port on this object,
from the given Cidr, creating it if necessary and possible;
may return null if forwarding not available
- getSocketTimeout() - Method in class org.apache.brooklyn.feed.http.HttpPollConfig
-
- getSocketUid() - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbNodeImpl
-
- getSocketUid() - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbSshDriver
-
- getSocketUid() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlNodeImpl
-
- getSocketUid() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlSshDriver
-
- getSolrConfigTemplateUrl() - Method in interface org.apache.brooklyn.entity.nosql.solr.SolrServerDriver
-
- getSolrConfigTemplateUrl() - Method in class org.apache.brooklyn.entity.nosql.solr.SolrServerSshDriver
-
- getSolrPort() - Method in interface org.apache.brooklyn.entity.nosql.solr.SolrServer
-
- getSolrPort() - Method in interface org.apache.brooklyn.entity.nosql.solr.SolrServerDriver
-
- getSolrPort() - Method in class org.apache.brooklyn.entity.nosql.solr.SolrServerImpl
-
- getSolrPort() - Method in class org.apache.brooklyn.entity.nosql.solr.SolrServerSshDriver
-
- getSource() - Method in interface org.apache.brooklyn.api.sensor.SensorEvent
-
The
Entity where the data originated.
- getSource() - Method in class org.apache.brooklyn.core.sensor.BasicSensorEvent
-
- getSource() - Method in class org.apache.brooklyn.rt.felix.ManifestHelper
-
- getSourceCode() - Method in class org.apache.brooklyn.camp.spi.AbstractResource
-
- getSourceCode() - Method in class org.apache.brooklyn.camp.spi.pdp.DeploymentPlan
-
- getSourceName() - Method in interface org.apache.brooklyn.api.relations.RelationshipType
-
- getSourceNamePlural() - Method in interface org.apache.brooklyn.api.relations.RelationshipType
-
- getSourceType() - Method in interface org.apache.brooklyn.api.relations.RelationshipType
-
- getSpec() - Method in interface org.apache.brooklyn.api.location.LocationDefinition
-
- getSpec() - Method in class org.apache.brooklyn.core.location.BasicLocationDefinition
-
- getSpec(String, String) - Method in interface org.apache.brooklyn.rest.api.EntityApi
-
- getSpec() - Method in class org.apache.brooklyn.rest.domain.ApplicationSummary
-
- getSpec() - Method in class org.apache.brooklyn.rest.domain.LocationSpec
-
Deprecated.
- getSpec(String, String) - Method in class org.apache.brooklyn.rest.resources.EntityResource
-
- getSpecConfiguration() - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.EntitySpecConfiguration
-
- getSpecType() - Method in interface org.apache.brooklyn.api.catalog.CatalogItem
-
- getSpecType() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.CatalogItemMemento
-
- getSpecType() - Method in enum org.apache.brooklyn.api.objs.BrooklynObjectType
-
- getSpecType() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogApplicationItemDto
-
- getSpecType() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogEnricherItemDto
-
- getSpecType() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogEntityItemDto
-
- getSpecType() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- getSpecType() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
- getSpecType() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogLocationItemDto
-
- getSpecType() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogPolicyItemDto
-
- getSpecType() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogTemplateItemDto
-
- getSpecType() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento
-
- getSSHClient() - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjClientConnection
-
- getSshFlags(Entity, Location) - Static method in class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks
-
extracts the values for the main brooklyn.ssh.config.* config keys (i.e.
- getSshHostAndPort() - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- getSshMachine(Entity) - Static method in class org.apache.brooklyn.core.effector.EffectorTasks
-
- getSsl() - Method in interface org.apache.brooklyn.entity.proxy.nginx.UrlMapping
-
- getSsl() - Method in class org.apache.brooklyn.entity.proxy.nginx.UrlMappingImpl
-
- getSslConfig() - Method in interface org.apache.brooklyn.entity.proxy.AbstractController
-
- getSslConfig() - Method in class org.apache.brooklyn.entity.proxy.AbstractControllerImpl
-
- getSslGossipPort() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- getSslGossipPort() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeDriver
-
Deprecated.
- getSslGossipPort() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeImpl
-
Deprecated.
- getSslGossipPort() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeSshDriver
-
Deprecated.
- getSslKeystoreFile() - Method in interface org.apache.brooklyn.entity.webapp.jboss.JBoss7Driver
-
Deprecated.
The path to the keystore file on the AS7 server machine.
- getSslKeystoreFile() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss7SshDriver
-
Deprecated.
- getStart() - Method in class org.apache.brooklyn.rest.domain.UsageStatistic
-
- getStartOfNext() - Method in class org.apache.brooklyn.util.yaml.Yamls.YamlExtract
-
- getStartOfThis() - Method in class org.apache.brooklyn.util.yaml.Yamls.YamlExtract
-
- getStartTime() - Method in class org.apache.brooklyn.util.http.HttpToolResponse
-
returns the timestamp (millis since 1970) when this request was started
- getStartTimeUtc() - Method in interface org.apache.brooklyn.api.mgmt.Task
-
- getStartTimeUtc() - Method in class org.apache.brooklyn.rest.domain.TaskSummary
-
- getStartTimeUtc() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- getStartTimeUtc() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- getState() - Method in class org.apache.brooklyn.core.entity.lifecycle.Lifecycle.Transition
-
- getState() - Method in class org.apache.brooklyn.core.mgmt.usage.ApplicationUsage.ApplicationEvent
-
- getState() - Method in class org.apache.brooklyn.core.mgmt.usage.LocationUsage.LocationEvent
-
- getState() - Method in class org.apache.brooklyn.rest.domain.AdjunctSummary
-
- getStaticKeysOnClass(Class<?>) - Static method in class org.apache.brooklyn.core.config.ConfigUtils
-
- getStatistics() - Method in class org.apache.brooklyn.rest.domain.UsageStatistics
-
- getStatus() - Method in interface org.apache.brooklyn.api.mgmt.ha.ManagementNodeSyncRecord
-
- getStatus() - Method in class org.apache.brooklyn.core.mgmt.ha.dto.BasicManagementNodeSyncRecord
-
- getStatus(String, String, String) - Method in interface org.apache.brooklyn.rest.api.AdjunctApi
-
- getStatus(String, String, String) - Method in interface org.apache.brooklyn.rest.api.PolicyApi
-
Deprecated.
- getStatus() - Method in class org.apache.brooklyn.rest.domain.ApplicationSummary
-
- getStatus() - Method in class org.apache.brooklyn.rest.domain.HighAvailabilitySummary.HaNodeSummary
-
- getStatus() - Method in class org.apache.brooklyn.rest.domain.UsageStatistic
-
- getStatus(String, String, String) - Method in class org.apache.brooklyn.rest.resources.AdjunctResource
-
- getStatus(String, String, String) - Method in class org.apache.brooklyn.rest.resources.PolicyResource
-
Deprecated.
- getStatusCmd() - Method in interface org.apache.brooklyn.entity.cm.ansible.AnsibleEntityDriver
-
- getStatusCmd() - Method in class org.apache.brooklyn.entity.cm.ansible.AnsibleEntitySshDriver
-
- getStatusCmd() - Method in interface org.apache.brooklyn.entity.database.mariadb.MariaDbDriver
-
- getStatusCmd() - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbSshDriver
-
- getStatusCmd() - Method in interface org.apache.brooklyn.entity.database.mysql.MySqlDriver
-
- getStatusCmd() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlSshDriver
-
- getStatusCmd() - Method in interface org.apache.brooklyn.entity.database.postgresql.PostgreSqlDriver
-
- getStatusCmd() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlSshDriver
-
- getStatusCmd() - Method in interface org.apache.brooklyn.entity.monitoring.monit.MonitDriver
-
- getStatusCmd() - Method in class org.apache.brooklyn.entity.monitoring.monit.MonitSshDriver
-
- getStatusCmd() - Method in class org.apache.brooklyn.qa.load.SimulatedMySqlNodeImpl.SimulatedMySqlSshDriver
-
- getStatusCode() - Method in class org.apache.brooklyn.util.core.internal.winrm.WinRmToolResponse
-
- getStatusDetail(boolean) - Method in interface org.apache.brooklyn.api.mgmt.Task
-
Returns detailed status, suitable for a hover.
- getStatusDetail(boolean) - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
Returns detailed status, suitable for a hover
Plain-text format, with new-lines (and sometimes extra info) if multiline enabled.
- getStatusDetail(boolean) - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- getStatusSummary() - Method in interface org.apache.brooklyn.api.mgmt.Task
-
- getStatusSummary() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
Returns a brief status string
Plain-text format.
- getStatusSummary() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- getStderr() - Method in class org.apache.brooklyn.feed.ssh.SshPollValue
-
Command standard error; may be null if no content available.
- getStderr() - Method in class org.apache.brooklyn.rest.domain.ScriptExecutionSummary
-
- getStdErr() - Method in class org.apache.brooklyn.util.core.internal.winrm.WinRmToolResponse
-
- getStderr() - Method in class org.apache.brooklyn.util.core.task.system.ProcessTaskWrapper
-
- getStderrBytes() - Method in class org.apache.brooklyn.util.core.task.system.ProcessTaskWrapper
-
- getStdout() - Method in class org.apache.brooklyn.feed.ssh.SshPollValue
-
Command standard output; may be null if no content available.
- getStdout() - Method in class org.apache.brooklyn.rest.domain.ScriptExecutionSummary
-
- getStdOut() - Method in class org.apache.brooklyn.util.core.internal.winrm.WinRmToolResponse
-
- getStdout() - Method in class org.apache.brooklyn.util.core.task.system.ProcessTaskWrapper
-
- getStdoutBytes() - Method in class org.apache.brooklyn.util.core.task.system.ProcessTaskWrapper
-
- getStopExisting() - Method in class org.apache.brooklyn.ui.modularity.ExternalUiModule
-
- getStopExisting() - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleImpl
-
- getStopExisting() - Method in interface org.apache.brooklyn.ui.modularity.module.api.UiModule
-
- getStopMachineMode(ConfigBag) - Static method in class org.apache.brooklyn.entity.software.base.lifecycle.MachineLifecycleEffectorTasks
-
- getStopwatch() - Method in class org.apache.brooklyn.util.time.CountdownTimer
-
returns underlying stopwatch, which caller can inspect for more details or modify
- getStorage() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- getStorage() - Method in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
- getStorage() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getStorageMetrics() - Method in interface org.apache.brooklyn.core.internal.storage.BrooklynStorage
-
- getStorageMetrics() - Method in class org.apache.brooklyn.core.internal.storage.impl.BrooklynStorageImpl
-
- getStore() - Method in class org.apache.brooklyn.util.core.javalang.ReflectionScanner
-
- getStormConfigTemplateUrl() - Method in interface org.apache.brooklyn.entity.messaging.storm.Storm
-
- getStormConfigTemplateUrl() - Method in class org.apache.brooklyn.entity.messaging.storm.StormImpl
-
- getStormConfigTemplateUrl() - Method in class org.apache.brooklyn.entity.messaging.storm.StormSshDriver
-
- getStreamContentsAbbreviated() - Method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags.WrappedStream
-
- getStreams() - Method in class org.apache.brooklyn.rest.domain.TaskSummary
-
- getStreamSize() - Method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags.WrappedStream
-
- getString() - Method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements.StringAndArgument
-
- getStringKey(String) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
gets a value from a string-valued key or null; ConfigKey is preferred, but this is useful in some contexts (e.g.
- getStringKeyMaybe(String) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
gets a
Maybe-wrapped value from a string-valued key; ConfigKey is preferred, but this is useful in some contexts (e.g.
- getStringOfMaxLength(int) - Method in class org.apache.brooklyn.util.text.StringShortener
-
- getStringValueForDisplay(BrooklynRestResourceUtils, Policy, Object) - Static method in class org.apache.brooklyn.rest.resources.PolicyConfigResource
-
Deprecated.
- getStringValueForDisplay(Object) - Method in class org.apache.brooklyn.rest.util.BrooklynRestResourceUtils
-
- getSubLocations(int) - Method in class org.apache.brooklyn.core.location.cloud.AbstractAvailabilityZoneExtension
-
- getSubLocations(int) - Method in interface org.apache.brooklyn.core.location.cloud.AvailabilityZoneExtension
-
- getSubLocations() - Method in class org.apache.brooklyn.location.multi.MultiLocation
-
- getSubLocationsByName(<any>, int) - Method in class org.apache.brooklyn.core.location.cloud.AbstractAvailabilityZoneExtension
-
- getSubLocationsByName(<any>, int) - Method in interface org.apache.brooklyn.core.location.cloud.AvailabilityZoneExtension
-
- getSubmittedByTask() - Method in interface org.apache.brooklyn.api.mgmt.Task
-
task which submitted this task, if was submitted by a task
- getSubmittedByTask() - Method in class org.apache.brooklyn.rest.domain.TaskSummary
-
- getSubmittedByTask() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- getSubmittedByTask() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- getSubmittedByTaskId() - Method in interface org.apache.brooklyn.api.mgmt.Task
-
task which submitted this task, if was submitted by a task
- getSubmittedByTaskId() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- getSubmittedByTaskId() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- getSubmitTimeUtc() - Method in interface org.apache.brooklyn.api.mgmt.Task
-
- getSubmitTimeUtc() - Method in class org.apache.brooklyn.rest.domain.TaskSummary
-
- getSubmitTimeUtc() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- getSubmitTimeUtc() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- getSubnetAddress() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- getSubnetHostname() - Method in interface org.apache.brooklyn.core.location.HasSubnetHostname
-
returns a hostname for use internally within a subnet / VPC
- getSubnetHostname(Location) - Static method in class org.apache.brooklyn.core.location.Machines
-
- getSubnetHostname() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- getSubnetHostname() - Method in interface org.apache.brooklyn.location.jclouds.api.JcloudsMachineLocationPublic
-
In most clouds, the public hostname is the only way to ensure VMs in different zones can access each other.
- getSubnetHostname() - Method in class org.apache.brooklyn.location.jclouds.JcloudsSshMachineLocation
-
- getSubnetHostname() - Method in class org.apache.brooklyn.location.jclouds.JcloudsWinRmMachineLocation
-
- getSubnetHostname() - Method in class org.apache.brooklyn.location.localhost.LocalhostMachineProvisioningLocation.LocalhostMachine
-
- getSubnetIp() - Method in interface org.apache.brooklyn.core.location.HasSubnetHostname
-
returns an IP for use internally within a subnet / VPC
- getSubnetIp(Location) - Static method in class org.apache.brooklyn.core.location.Machines
-
- getSubnetIp() - Method in class org.apache.brooklyn.location.jclouds.JcloudsSshMachineLocation
-
- getSubnetIp() - Method in class org.apache.brooklyn.location.jclouds.JcloudsWinRmMachineLocation
-
- getSubnetIp() - Method in class org.apache.brooklyn.location.localhost.LocalhostMachineProvisioningLocation.LocalhostMachine
-
- getSubPathName() - Method in enum org.apache.brooklyn.api.objs.BrooklynObjectType
-
- getSubscriptionContext(Entity) - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
Returns a
SubscriptionContext instance representing subscriptions
(from the
SubscriptionManager) associated with this entity, and capable
of conveniently subscribing on behalf of that entity.
- getSubscriptionContext(Entity, EntityAdjunct) - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
- getSubscriptionContext(Location) - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
Returns a
SubscriptionContext instance representing subscriptions
(from the
SubscriptionManager) associated with this location, and capable
of conveniently subscribing on behalf of that location
- getSubscriptionContext() - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicSubscriptionSupport
-
- getSubscriptionContext() - Method in interface org.apache.brooklyn.core.entity.EntityInternal.EntitySubscriptionSupportInternal
-
- getSubscriptionContext(Entity) - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- getSubscriptionContext(Entity, EntityAdjunct) - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- getSubscriptionContext(Location) - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- getSubscriptionContext() - Method in class org.apache.brooklyn.core.mgmt.internal.EntityManagementSupport
-
- getSubscriptionContext(Entity) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getSubscriptionContext(Entity, EntityAdjunct) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getSubscriptionContext(Location) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getSubscriptionManager() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
Returns the
SubscriptionManager instance for entities and users of this management realm
to subscribe to sensor events (and, in the case of entities, to emit sensor events)
- getSubscriptionManager() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- getSubscriptionManager() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getSubscriptions() - Method in interface org.apache.brooklyn.api.mgmt.SubscriptionContext
-
Return the subscriptions associated with this context
- getSubscriptions() - Method in class org.apache.brooklyn.core.mgmt.internal.BasicSubscriptionContext
-
Return the subscriptions associated with this context
- getSubscriptionsForEntitySensor(Entity, Sensor<?>) - Method in interface org.apache.brooklyn.api.mgmt.SubscriptionManager
-
Return the subscriptions on a given source-sensor pair
- getSubscriptionsForEntitySensor(Entity, Sensor<?>) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalSubscriptionManager
-
- getSubscriptionsForEntitySensor(Entity, Sensor<?>) - Method in class org.apache.brooklyn.core.mgmt.internal.QueueingSubscriptionManager
-
- getSubscriptionsForSubscriber(Object) - Method in interface org.apache.brooklyn.api.mgmt.SubscriptionManager
-
Return the subscriptions requested by a given subscriber
- getSubscriptionsForSubscriber(Object) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalSubscriptionManager
-
- getSubscriptionsForSubscriber(Object) - Method in class org.apache.brooklyn.core.mgmt.internal.QueueingSubscriptionManager
-
- getSubTypesOf(Class<T>) - Method in class org.apache.brooklyn.util.core.javalang.ReflectionScanner
-
overrides delegate so as to log rather than throw exception if a class cannot be loaded
- getSuburl() - Method in class org.apache.brooklyn.feed.http.HttpPollConfig
-
- getSuccesses() - Method in class org.apache.brooklyn.test.WebAppMonitor
-
- getSummary() - Method in class org.apache.brooklyn.util.core.task.ssh.SshPutTaskStub
-
- getSummary() - Method in class org.apache.brooklyn.util.core.task.system.ProcessTaskStub
-
- getSummaryName() - Method in class org.apache.brooklyn.core.mgmt.persist.FileBasedObjectStore
-
- getSummaryName() - Method in class org.apache.brooklyn.core.mgmt.persist.jclouds.JcloudsBlobStoreBasedObjectStore
-
- getSummaryName() - Method in interface org.apache.brooklyn.core.mgmt.persist.PersistenceObjectStore
-
human-readable name of this object store
- getSupersedesBundles() - Method in class org.apache.brooklyn.ui.modularity.ExternalUiModule
-
- getSupersedesBundles() - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleImpl
-
- getSupersedesBundles() - Method in interface org.apache.brooklyn.ui.modularity.module.api.UiModule
-
- getSuperTypes() - Method in interface org.apache.brooklyn.api.typereg.RegisteredType
-
- getSuperTypes() - Method in class org.apache.brooklyn.core.typereg.BasicRegisteredType
-
- getSupertypes() - Method in class org.apache.brooklyn.rest.domain.TypeSummary
-
- getSuppliedVersionString() - Method in interface org.apache.brooklyn.api.typereg.OsgiBundleWithUrl
-
string as defined by caller; not necessarily in OSGi syntax
- getSuppliedVersionString() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogBundleDto
-
- getSuppliedVersionString() - Method in class org.apache.brooklyn.core.typereg.BasicManagedBundle
-
- getSuppliedVersionString() - Method in class org.apache.brooklyn.core.typereg.BasicOsgiBundleWithUrl
-
- getSupplier() - Method in class org.apache.brooklyn.util.guava.Maybe.MaybeSupplier
-
- getSupportedCipherSuites() - Method in class org.apache.brooklyn.util.crypto.TrustingSslSocketFactory
-
- getSupportedCipherSuites() - Method in class org.apache.brooklyn.util.http.TrustingSslSocketFactory
-
- getSupressDuplicates() - Method in class org.apache.brooklyn.core.feed.FeedConfig
-
- getSymbolicName() - Method in interface org.apache.brooklyn.api.catalog.CatalogItem
-
- getSymbolicName() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.CatalogItemMemento
-
- getSymbolicName() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.ManagedBundleMemento
-
- getSymbolicName() - Method in interface org.apache.brooklyn.api.typereg.OsgiBundleWithUrl
-
- getSymbolicName() - Method in interface org.apache.brooklyn.api.typereg.RegisteredType
-
- getSymbolicName() - Method in class org.apache.brooklyn.core.BrooklynVersion.BrooklynFeature
-
- getSymbolicName() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogBundleDto
-
- getSymbolicName() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- getSymbolicName() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
- getSymbolicName() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento
-
- getSymbolicName() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicManagedBundleMemento
-
- getSymbolicName() - Method in class org.apache.brooklyn.core.typereg.BasicManagedBundle
-
- getSymbolicName() - Method in class org.apache.brooklyn.core.typereg.BasicOsgiBundleWithUrl
-
- getSymbolicName() - Method in class org.apache.brooklyn.core.typereg.BasicRegisteredType
-
- getSymbolicName() - Method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.VersionRangedName
-
- getSymbolicName() - Method in class org.apache.brooklyn.rest.domain.BrooklynFeatureSummary
-
- getSymbolicName() - Method in class org.apache.brooklyn.rest.domain.BundleSummary
-
- getSymbolicName() - Method in class org.apache.brooklyn.rest.domain.CatalogItemSummary
-
Deprecated.
- getSymbolicName() - Method in class org.apache.brooklyn.rest.domain.TypeSummary
-
- getSymbolicName() - Method in class org.apache.brooklyn.rt.felix.ManifestHelper
-
- getSymbolicName() - Method in class org.apache.brooklyn.util.osgi.VersionedName
-
- getSymbolicNameFromVersionedId(String) - Static method in class org.apache.brooklyn.core.catalog.internal.CatalogUtils
-
- getSymbolicNameVersion() - Method in class org.apache.brooklyn.rt.felix.ManifestHelper
-
- getTableRegex() - Method in class org.apache.brooklyn.entity.database.rubyrep.RubyRepNodeImpl
-
- getTags() - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
- getTags() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.Memento
-
- getTags() - Method in interface org.apache.brooklyn.api.mgmt.Task
-
- getTags() - Method in interface org.apache.brooklyn.api.objs.BrooklynObject.TagSupport
-
- getTags() - Method in interface org.apache.brooklyn.api.typereg.RegisteredType
-
Tags attached to this item
- getTags() - Method in class org.apache.brooklyn.camp.server.dto.ResourceDto
-
- getTags() - Method in class org.apache.brooklyn.camp.spi.AbstractResource
-
- getTags() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.AbstractMemento
-
- getTags() - Method in class org.apache.brooklyn.core.objs.AbstractEntityAdjunct.AdjunctTagSupport
-
- getTags() - Method in class org.apache.brooklyn.core.typereg.BasicRegisteredType
-
- getTags(boolean) - Method in class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
computes the tags that this template will set (argument true) or require to match (argument false)
- getTags() - Method in class org.apache.brooklyn.rest.domain.AdjunctDetail
-
- getTags() - Method in class org.apache.brooklyn.rest.domain.CatalogItemSummary
-
Deprecated.
- getTags() - Method in class org.apache.brooklyn.rest.domain.TaskSummary
-
- getTags() - Method in class org.apache.brooklyn.rest.domain.TypeSummary
-
- getTags() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- getTags() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- getTagsFast(Task<?>) - Static method in class org.apache.brooklyn.util.core.task.TaskTags
-
- getTarget() - Method in class org.apache.brooklyn.core.location.access.PortMapping
-
- getTarget() - Method in interface org.apache.brooklyn.entity.proxy.nginx.UrlMapping
-
- getTarget() - Method in class org.apache.brooklyn.entity.proxy.nginx.UrlMappingImpl
-
- getTarget() - Method in class org.apache.brooklyn.util.stream.KnownSizeInputStream
-
- getTargetAddresses() - Method in interface org.apache.brooklyn.entity.proxy.nginx.UrlMapping
-
- getTargetAddresses() - Method in class org.apache.brooklyn.entity.proxy.nginx.UrlMappingImpl
-
- getTargetHosts() - Method in interface org.apache.brooklyn.entity.dns.AbstractGeoDnsService
-
- getTargetHosts() - Method in class org.apache.brooklyn.entity.dns.AbstractGeoDnsServiceImpl
-
- getTargetIsSsl() - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig
-
Whether the downstream server (if mapping) also expects https; default false.
- getTargetName() - Method in interface org.apache.brooklyn.api.relations.RelationshipType
-
- getTargetName() - Method in class org.apache.brooklyn.camp.server.dto.LinkDto
-
- getTargetNamePlural() - Method in interface org.apache.brooklyn.api.relations.RelationshipType
-
- getTargetOrContextEntity(Task<?>) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- getTargetOrContextEntityTag(Task<?>) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- getTargets() - Method in interface org.apache.brooklyn.api.entity.drivers.downloads.DownloadResolver
-
The targets (normally URLs) for downloading the artifact.
- getTargets() - Method in class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadResolver
-
- getTargetType() - Method in interface org.apache.brooklyn.api.relations.RelationshipType
-
- getTask(String) - Method in interface org.apache.brooklyn.api.mgmt.ExecutionManager
-
returns the task with the given ID, or null if none
- getTask() - Method in interface org.apache.brooklyn.api.mgmt.TaskWrapper
-
- getTask() - Method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements.TaskAndItem
-
- getTask(String, String, String) - Method in interface org.apache.brooklyn.rest.api.EntityApi
-
- getTask(String, String, String) - Method in class org.apache.brooklyn.rest.resources.EntityResource
-
- getTask(String) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
- getTask() - Method in class org.apache.brooklyn.util.core.task.DynamicTasks.TaskQueueingResult
-
- getTask() - Method in class org.apache.brooklyn.util.core.task.ssh.SshFetchTaskWrapper
-
- getTask() - Method in class org.apache.brooklyn.util.core.task.ssh.SshPutTaskWrapper
-
- getTask() - Method in class org.apache.brooklyn.util.core.task.system.ProcessTaskWrapper
-
- getTaskFactory() - Method in class org.apache.brooklyn.util.core.task.ScheduledTask
-
- getTaskFlagsForEffectorInvocation(Entity, Effector<?>, ConfigBag) - Static method in class org.apache.brooklyn.core.mgmt.internal.EffectorUtils
-
returns a (mutable) map of the standard flags which should be placed on an effector
- getTaskId() - Method in class org.apache.brooklyn.api.objs.HighlightTuple
-
- getTaskQueuingContext() - Static method in class org.apache.brooklyn.util.core.task.DynamicTasks
-
- getTaskResult(BrooklynApi, String) - Static method in class org.apache.brooklyn.rest.client.BrooklynApiUtil
-
- getTasks() - Method in interface org.apache.brooklyn.api.mgmt.ExecutionContext
-
Get the tasks executed through this context (returning an immutable set).
- getTasks() - Method in class org.apache.brooklyn.util.core.task.BasicExecutionContext
-
returns tasks started by this context (or tasks which have all the tags on this object)
- getTaskSchedulerForTag(Object) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
- getTasksInAdjunctContext(ExecutionManager, EntityAdjunct) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- getTasksInEntityContext(ExecutionManager, Entity) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- getTasksWithAllTags(Iterable<?>) - Method in interface org.apache.brooklyn.api.mgmt.ExecutionManager
-
returns all tasks that have all of the given tags (immutable)
- getTasksWithAllTags(Iterable<?>) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
only works with at least one tag; returns empty if no tags
- getTasksWithAnyTag(Iterable<?>) - Method in interface org.apache.brooklyn.api.mgmt.ExecutionManager
-
returns all tasks that have any of the given tags (immutable)
- getTasksWithAnyTag(Iterable<?>) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
- getTasksWithTag(Object) - Method in interface org.apache.brooklyn.api.mgmt.ExecutionManager
-
returns all tasks with the given tag (immutable)
- getTasksWithTag(Object) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
- getTaskTags() - Method in interface org.apache.brooklyn.api.mgmt.ExecutionManager
-
returns all tags known to this manager (immutable)
- getTaskTags() - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
- getTemplate() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- getTextOfYamlAtPath(String, Object...) - Static method in class org.apache.brooklyn.util.yaml.Yamls
-
Given a path, where each segment consists of a string (key) or number (element in list),
this will find the YAML text for that element
- getThread() - Method in interface org.apache.brooklyn.api.mgmt.Task
-
The thread where the task is running, if it is running.
- getThread() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
the thread where the task is running, if it is running
- getThread() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- getThreadTaskQueuingContext() - Static method in class org.apache.brooklyn.util.core.task.DynamicTasks
-
- getThriftPort() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- getThriftPort() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeDriver
-
Deprecated.
- getThriftPort() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeImpl
-
Deprecated.
- getThriftPort() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeSshDriver
-
Deprecated.
- getThrowable() - Method in class org.apache.brooklyn.util.os.Os.DeletionResult
-
- getTime() - Method in class org.apache.brooklyn.api.objs.HighlightTuple
-
- getTimeLimit() - Method in class org.apache.brooklyn.util.repeat.Repeater
-
- getTimeOfDayFromUtc(long) - Static method in class org.apache.brooklyn.util.time.Time
-
Calculates the number of milliseconds past midnight for a given UTC time.
- getTimeout() - Method in class org.apache.brooklyn.feed.shell.ShellPollConfig
-
- getTimestamp() - Method in interface org.apache.brooklyn.api.sensor.SensorEvent
-
The time this data was published, as a UTC time in milliseconds (e.g.
- getTimestamp() - Method in class org.apache.brooklyn.core.entity.lifecycle.Lifecycle.Transition
-
- getTimestamp() - Method in class org.apache.brooklyn.core.sensor.BasicSensorEvent
-
- getTimestamp() - Method in class org.apache.brooklyn.util.collections.TimestampedValue
-
- getTimeToLiveSeconds() - Method in interface org.apache.brooklyn.entity.dns.geoscaling.GeoscalingDnsService
-
minimum/default TTL here is 300s = 5m
- getTimeToLiveSeconds() - Method in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingDnsServiceImpl
-
minimum/default TTL here is 300s = 5m
- getTimeUtc(TimeZone, int, int, int, int, int, int, int) - Static method in class org.apache.brooklyn.util.time.Time
-
Calculates the number of milliseconds past epoch for a given UTC time.
- getTimeWindow() - Method in class org.apache.brooklyn.policy.autoscaling.MaxPoolSizeReachedEvent
-
- getTimeZone(String) - Static method in class org.apache.brooklyn.util.time.Time
-
- getTimeZoneOffsetString(String, int, int, int) - Static method in class org.apache.brooklyn.util.time.Time
-
convert a TimeZone e.g.
- getTimeZoneOffsetString(TimeZone, int, int, int) - Static method in class org.apache.brooklyn.util.time.Time
-
- getTo() - Method in class org.apache.brooklyn.entity.proxy.nginx.UrlRewriteRule
-
- getTokenForReplacementNode(BigInteger) - Method in interface org.apache.brooklyn.entity.nosql.cassandra.TokenGenerator
-
Deprecated.
- getTokenForReplacementNode(BigInteger) - Method in class org.apache.brooklyn.entity.nosql.cassandra.TokenGenerators.AbstractTokenGenerator
-
Deprecated.
- getTokens() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
Returns the set of tokens.
- getTokens() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeImpl
-
Deprecated.
- getTokensAsString() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
string value of comma-separated tokens; or blank if none
- getTokensAsString() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeImpl
-
Deprecated.
- getTokensForReplacementNode(Set<BigInteger>) - Method in interface org.apache.brooklyn.entity.nosql.cassandra.TokenGenerator
-
Deprecated.
- getTokensForReplacementNode(Set<BigInteger>) - Method in class org.apache.brooklyn.entity.nosql.cassandra.TokenGenerators.AbstractTokenGenerator
-
Deprecated.
- getTopicName() - Method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQTopicImpl
-
- getTopicName() - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidTopicImpl
-
- getTopicName() - Method in interface org.apache.brooklyn.entity.messaging.Topic
-
- getTopicNames() - Method in interface org.apache.brooklyn.entity.messaging.jms.JMSBroker
-
- getTopicNames() - Method in class org.apache.brooklyn.entity.messaging.jms.JMSBrokerImpl
-
- getTopics() - Method in interface org.apache.brooklyn.entity.messaging.jms.JMSBroker
-
- getTopics() - Method in class org.apache.brooklyn.entity.messaging.jms.JMSBrokerImpl
-
- getTopicsScriptName() - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaBrokerSshDriver
-
- getTopLevelLocationIds() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMemento
-
- getTopLevelLocationIds() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl
-
- getTotalEffectorInvocations() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- getTotalEffectorInvocations() - Method in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
- getTotalEffectorInvocations() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getTotalEntries() - Method in class org.apache.brooklyn.util.javalang.MemoryUsageTracker.SoftUsageTracker
-
- getTotalEventsDelivered() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalSubscriptionManager
-
The total number of sensor change events submitted for delivery, counting multiple deliveries for multipe subscribers (see
LocalSubscriptionManager.getTotalEventsPublished()),
but excluding initial notifications, and incremented when submitted ie prior to delivery
- getTotalEventsPublished() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalSubscriptionManager
-
- getTotalInstances() - Method in class org.apache.brooklyn.qa.longevity.MonitorUtils.MemoryUsage
-
- getTotalMemoryBytes() - Method in class org.apache.brooklyn.qa.longevity.MonitorUtils.MemoryUsage
-
- getTotalTasksSubmitted() - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
count of all tasks submitted
- getTotalWorkrate(ContainerType) - Method in interface org.apache.brooklyn.policy.loadbalancing.BalanceablePoolModel
-
- getTotalWorkrate(ContainerType) - Method in class org.apache.brooklyn.policy.loadbalancing.DefaultBalanceablePoolModel
-
- getTraits() - Method in class org.apache.brooklyn.core.mgmt.BrooklynTags.TraitsTag
-
- getTransitionTargetNodeState() - Method in class org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl
-
returns the node state this node is trying to be in
- getTrustManager(KeyStore) - Static method in class org.apache.brooklyn.util.crypto.SecureKeysWithoutBouncyCastle
-
- getTrustManager(KeyStore, Class<T>) - Static method in class org.apache.brooklyn.util.crypto.SecureKeysWithoutBouncyCastle
-
returns the trust manager inferred from trustStore, matching the type (if not null);
throws exception if there are none, or if there are multiple
- getTrustManager(X509Certificate) - Static method in class org.apache.brooklyn.util.crypto.SecureKeysWithoutBouncyCastle
-
- getType() - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
- getType() - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
- getType() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoManifest.EntityMementoManifest
-
- getType() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.Memento
-
- getType() - Method in interface org.apache.brooklyn.api.sensor.Sensor
-
Returns the Java Class for the sensor data.
- getType() - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynYamlTypeInstantiator
-
- getType(Class<T>) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynYamlTypeInstantiator
-
- getType() - Method in class org.apache.brooklyn.camp.server.dto.ResourceDto
-
- getType() - Method in class org.apache.brooklyn.camp.spi.AbstractResource
-
- getType() - Method in interface org.apache.brooklyn.config.ConfigKey
-
Returns the type of the configuration parameter data.
- getType() - Method in class org.apache.brooklyn.core.config.BasicConfigKey
-
- getType() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.AbstractMemento
-
- getType() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.EntityMementoManifestImpl
-
- getType() - Method in class org.apache.brooklyn.core.sensor.BasicSensor
-
- getType(String, String, String) - Method in interface org.apache.brooklyn.rest.api.BundleApi
-
- getType() - Method in class org.apache.brooklyn.rest.domain.ApplicationSpec
-
- getType() - Method in class org.apache.brooklyn.rest.domain.CatalogItemSummary
-
Deprecated.
- getType() - Method in class org.apache.brooklyn.rest.domain.ConfigSummary
-
- getType() - Method in class org.apache.brooklyn.rest.domain.EffectorSummary.ParameterSummary
-
- getType() - Method in class org.apache.brooklyn.rest.domain.EntitySpec
-
- getType() - Method in class org.apache.brooklyn.rest.domain.EntitySummary
-
- getType() - Method in class org.apache.brooklyn.rest.domain.LocationSummary
-
- getType() - Method in class org.apache.brooklyn.rest.domain.SensorSummary
-
- getType(String, String, String) - Method in class org.apache.brooklyn.rest.resources.BundleResource
-
- getTypeClass() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.Memento
-
Returns the injected type class, or null if not injected.
- getTypeClass() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.AbstractMemento
-
- getTypeExplicitVersion(String, String, String, String) - Method in interface org.apache.brooklyn.rest.api.BundleApi
-
- getTypeExplicitVersion(String, String, String, String) - Method in class org.apache.brooklyn.rest.resources.BundleResource
-
- getTypeInheritance() - Method in interface org.apache.brooklyn.config.ConfigKey
-
- getTypeInheritance() - Method in class org.apache.brooklyn.core.config.BasicConfigKey
-
Deprecated.
- getTypeName() - Method in interface org.apache.brooklyn.api.sensor.Sensor
-
Returns the type of the sensor data, as a String representation of the class name.
- getTypeName() - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynYamlTypeInstantiator
-
- getTypeName() - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynYamlTypeInstantiator.InstantiatorFromKey
-
- getTypeName() - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynYamlTypeInstantiator.InstantiatorFromName
-
- getTypeName() - Method in interface org.apache.brooklyn.config.ConfigKey
-
Returns the name of of the configuration parameter data type, as a String.
- getTypeName() - Method in class org.apache.brooklyn.core.config.BasicConfigKey
-
- getTypeName() - Method in class org.apache.brooklyn.core.sensor.BasicSensor
-
- getTypeRegistry() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
Record of configured classes which can be loaded
- getTypeRegistry() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- getTypeRegistry() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getTypeRegistry() - Method in class org.apache.brooklyn.rest.util.BrooklynRestResourceUtils
-
- getTypes(String, String) - Method in interface org.apache.brooklyn.rest.api.BundleApi
-
- getTypes() - Method in class org.apache.brooklyn.rest.domain.BundleInstallationRestResult
-
- getTypes() - Method in class org.apache.brooklyn.rest.domain.BundleSummary
-
- getTypes(String, String) - Method in class org.apache.brooklyn.rest.resources.BundleResource
-
- getTypes() - Method in class org.apache.brooklyn.ui.modularity.ExternalUiModule
-
- getTypes() - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleImpl
-
- getTypes() - Method in interface org.apache.brooklyn.ui.modularity.module.api.UiModule
-
- getTypesAnnotatedWith(Class<? extends Annotation>) - Method in class org.apache.brooklyn.util.core.javalang.ReflectionScanner
-
overrides delegate so as to log rather than throw exception if a class cannot be loaded
- getTypesFromBundle(VersionedName) - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiManager
-
- getTypesInstalled() - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiBundleInstallationResult
-
- getTypeToken() - Method in interface org.apache.brooklyn.api.sensor.Sensor
-
Returns the Guava TypeToken (including generics info)
- getTypeToken() - Method in interface org.apache.brooklyn.config.ConfigKey
-
Returns the Guava TypeToken, including info on generics.
- getTypeToken() - Method in class org.apache.brooklyn.core.config.BasicConfigKey
-
- getTypeToken() - Method in class org.apache.brooklyn.core.sensor.BasicSensor
-
- getTypeToken(<any>, Class<? super T>) - Static method in class org.apache.brooklyn.util.guava.TypeTokens
-
given either a token or a raw type, returns the token
- getTypeTokenIfNotRaw(<any>) - Static method in class org.apache.brooklyn.util.guava.TypeTokens
-
returns null if it's raw, else the type token
- getTypeUpgradedIfNecessary(ManagementContext, String) - Static method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades
-
- getUiPort() - Method in class org.apache.brooklyn.entity.messaging.storm.StormSshDriver
-
- getUnchecked() - Method in interface org.apache.brooklyn.api.mgmt.Task
-
As #get(), but propagating checked exceptions as unchecked for convenience.
- getUnchecked(Duration) - Method in interface org.apache.brooklyn.api.mgmt.Task
-
As #get(), but propagating checked exceptions as unchecked for convenience
(including a TimeoutException if the duration expires)
- getUnchecked() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- getUnchecked(Duration) - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- getUnchecked() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- getUnchecked(Duration) - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- getUniqueLabel() - Method in interface org.apache.brooklyn.entity.proxy.nginx.UrlMapping
-
- getUniqueLabel() - Method in class org.apache.brooklyn.entity.proxy.nginx.UrlMappingImpl
-
- getUniqueTag() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.Memento
-
- getUniqueTag() - Method in interface org.apache.brooklyn.api.objs.EntityAdjunct
-
An optional tag used to identify adjuncts with a specific purpose, typically created by the caller.
- getUniqueTag() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.AbstractMemento
-
- getUniqueTag() - Method in class org.apache.brooklyn.core.objs.AbstractEntityAdjunct.AdjunctTagSupport
-
- getUniqueTag() - Method in class org.apache.brooklyn.core.objs.AbstractEntityAdjunct
-
- getUnpackedDirectoryName(String) - Method in interface org.apache.brooklyn.api.entity.drivers.downloads.DownloadResolver
-
The name of the directory in the expanded artifact (e.g.
- getUnpackedDirectoryName(String) - Method in class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadResolver
-
- getUnsecureBindAddress() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss7ServerImpl
-
Deprecated.
- getUnusedConfig() - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
current values for all entries which have not yet been used
- getUnusedConfig() - Method in class org.apache.brooklyn.util.core.config.ResolvingConfigBag
-
- getUnusedConfigMutable() - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
Returns the internal map containing the current values for all entries which have not yet been used;
for use where the caller wants to modify this directly and knows it is safe to do so
- getUnusedConfigMutable() - Method in class org.apache.brooklyn.util.core.config.ResolvingConfigBag
-
- getUnwrappedObjectTagOfType(Collection<?>, String, Class<T>) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- getUpExtended() - Method in interface org.apache.brooklyn.rest.api.ServerApi
-
- getUpExtended() - Method in class org.apache.brooklyn.rest.resources.ServerResource
-
- getUpgradesForBundle(VersionedName) - Method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades
-
- getUpgradesForType(VersionedName) - Method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades
-
- getUpgradesProvidedByBundles() - Method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades
-
- getUpgradesProvidedByTypes() - Method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades
-
- getUri() - Method in interface org.apache.brooklyn.api.mgmt.ha.ManagementNodeSyncRecord
-
- getUri() - Method in class org.apache.brooklyn.camp.server.dto.ResourceDto
-
- getUri() - Method in class org.apache.brooklyn.core.mgmt.ha.dto.BasicManagementNodeSyncRecord
-
- getUriBase() - Method in class org.apache.brooklyn.camp.server.rest.CampServer
-
- getUriFactory() - Method in class org.apache.brooklyn.camp.server.rest.util.DtoFactory
-
- getUrl() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.ManagedBundleMemento
-
- getUrl() - Method in interface org.apache.brooklyn.api.typereg.OsgiBundleWithUrl
-
where this bundle can be downloaded; typically required unless we are guaranteed the bundle will be manually installed or handled by persistence
- getUrl(ManagementContext, Entity) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.lookup.BrooklynUrlLookup
-
- getUrl() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogBundleDto
-
- getUrl() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicManagedBundleMemento
-
- getUrl() - Method in class org.apache.brooklyn.core.typereg.BasicManagedBundle
-
- getUrl() - Method in class org.apache.brooklyn.core.typereg.BasicOsgiBundleWithUrl
-
- getUrl() - Method in interface org.apache.brooklyn.entity.proxy.AbstractController
-
primary URL this controller serves, if one can / has been inferred
- getUrl() - Method in class org.apache.brooklyn.entity.proxy.AbstractControllerImpl
-
primary URL this controller serves, if one can / has been inferred
- getUrl() - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- getUrl() - Method in class org.apache.brooklyn.test.http.TestHttpServer
-
- getUrl() - Method in class org.apache.brooklyn.test.WebAppMonitor
-
- getUrlCredential() - Method in interface org.apache.brooklyn.api.typereg.OsgiBundleWithUrl
-
- getUrlCredential() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogBundleDto
-
- getUrlCredential() - Method in class org.apache.brooklyn.core.typereg.BasicManagedBundle
-
- getUrlCredential() - Method in class org.apache.brooklyn.core.typereg.BasicOsgiBundleWithUrl
-
- getUrlFromValue(T) - Method in class org.apache.brooklyn.core.config.render.RendererHints.NamedActionWithUrl
-
this is the method invoked by web console SensorSummary, at the moment
- getUrlMappings() - Method in interface org.apache.brooklyn.entity.proxy.nginx.NginxController
-
- getUrlMappings() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxControllerImpl
-
- getUsageApi() - Method in class org.apache.brooklyn.rest.client.BrooklynApi
-
- getUsageManager() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- getUsageManager() - Method in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
- getUsageManager() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- getUsageString() - Method in class org.apache.brooklyn.core.mgmt.internal.BrooklynGarbageCollector
-
- getUsageTracker() - Static method in class org.apache.brooklyn.util.guava.Maybe.SoftlyPresent
-
Returns the global usage tracker to determine how many references are soft
- getUseLocalDefaultValue() - Method in class org.apache.brooklyn.core.config.BasicConfigInheritance
-
Deprecated.
- getUser() - Method in class org.apache.brooklyn.core.mgmt.usage.ApplicationUsage.ApplicationEvent
-
- getUser() - Method in class org.apache.brooklyn.core.mgmt.usage.LocationUsage.LocationEvent
-
- getUser() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlNodeImpl
-
- getUser() - Method in class org.apache.brooklyn.entity.network.bind.BindOsSupport
-
- getUser() - Method in interface org.apache.brooklyn.location.jclouds.api.JcloudsMachineLocationPublic
-
- getUser(ConfigBag) - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- getUser() - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- getUser() - Method in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- getUser() - Method in interface org.apache.brooklyn.rest.api.ServerApi
-
- getUser() - Method in class org.apache.brooklyn.rest.resources.ServerResource
-
- getUser() - Method in interface org.apache.brooklyn.util.http.auth.Credentials
-
- getUser() - Method in class org.apache.brooklyn.util.http.auth.UsernamePassword
-
- getUser() - Method in class org.apache.brooklyn.util.net.UserAndHostAndPort
-
- getUserMetadata(boolean) - Method in class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
computes the user metadata that this template will set (argument true) or required to match (argument false)
- getUsername() - Method in class org.apache.brooklyn.util.core.internal.ssh.SshAbstractTool
-
- getUsername() - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjClientConnection
-
- getVal() - Method in class org.apache.brooklyn.test.osgi.entities.more.MoreObject
-
- getVal() - Method in class org.apache.brooklyn.test.osgi.entities.SimpleObject
-
- getValue() - Method in interface org.apache.brooklyn.api.sensor.SensorEvent
-
The value for the
Sensor data.
- getValue() - Method in class org.apache.brooklyn.core.entity.EntityAndAttribute
-
- getValue(Collection<String>) - Method in class org.apache.brooklyn.core.sensor.AttributeMap
-
- getValue(AttributeSensor<T>) - Method in class org.apache.brooklyn.core.sensor.AttributeMap
-
- getValue() - Method in class org.apache.brooklyn.core.sensor.BasicSensorEvent
-
- getValue() - Method in class org.apache.brooklyn.util.collections.TimestampedValue
-
- getValue() - Method in class org.apache.brooklyn.util.internal.DoubleSystemProperty
-
- getValue() - Method in class org.apache.brooklyn.util.internal.IntegerSystemProperty
-
- getValue() - Method in class org.apache.brooklyn.util.internal.StringSystemProperty
-
- getValueForDisplay(Object, boolean, boolean) - Static method in class org.apache.brooklyn.rest.util.WebResourceUtils
-
- getValueForDisplay(ObjectMapper, Object, boolean, boolean) - Static method in class org.apache.brooklyn.rest.util.WebResourceUtils
-
returns an object which jersey will handle nicely, converting to json,
sometimes wrapping in quotes if needed (for outermost json return types);
if json is not preferred, this simply applies a toString-style rendering
- getValueOrNullPreferringConfigKey() - Method in class org.apache.brooklyn.util.core.flags.FlagUtils.FlagConfigKeyAndValueRecord
-
- getValueOrNullPreferringFlag() - Method in class org.apache.brooklyn.util.core.flags.FlagUtils.FlagConfigKeyAndValueRecord
-
- getValues(Sensor<T>) - Method in class org.apache.brooklyn.enricher.stock.AbstractMultipleSensorAggregator
-
- getValues() - Method in class org.apache.brooklyn.util.collections.TimeWindowedList
-
- getValues(long) - Method in class org.apache.brooklyn.util.collections.TimeWindowedList
-
- getValuesInWindow(long, Duration) - Method in class org.apache.brooklyn.util.collections.TimeWindowedList
-
- getVars() - Method in class org.apache.brooklyn.feed.http.HttpPollConfig
-
- getVerifyClient() - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig
-
Whether to verify the client using certificates; default false.
- getVersion() - Method in interface org.apache.brooklyn.api.catalog.CatalogItem
-
- getVersion() - Method in interface org.apache.brooklyn.api.location.OsDetails
-
The version of the operating system.
- getVersion() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.CatalogItemMemento
-
- getVersion() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.ManagedBundleMemento
-
- getVersion() - Method in interface org.apache.brooklyn.api.typereg.RegisteredType
-
- getVersion() - Method in class org.apache.brooklyn.core.BrooklynVersion.BrooklynFeature
-
- getVersion() - Method in class org.apache.brooklyn.core.BrooklynVersion
-
- getVersion() - Method in interface org.apache.brooklyn.core.BrooklynVersionService
-
- getVersion() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- getVersion() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
- getVersion() - Method in class org.apache.brooklyn.core.location.BasicOsDetails
-
- getVersion() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento
-
- getVersion() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicManagedBundleMemento
-
- getVersion() - Method in class org.apache.brooklyn.core.typereg.BasicRegisteredType
-
- getVersion() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeSshDriver
-
- getVersion() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- getVersion() - Method in interface org.apache.brooklyn.rest.api.ServerApi
-
- getVersion() - Method in class org.apache.brooklyn.rest.domain.BrooklynFeatureSummary
-
- getVersion() - Method in class org.apache.brooklyn.rest.domain.BundleSummary
-
- getVersion() - Method in class org.apache.brooklyn.rest.domain.CatalogItemSummary
-
Deprecated.
- getVersion() - Method in class org.apache.brooklyn.rest.domain.TypeSummary
-
- getVersion() - Method in class org.apache.brooklyn.rest.domain.VersionSummary
-
- getVersion() - Method in class org.apache.brooklyn.rest.resources.ServerResource
-
- getVersion() - Method in class org.apache.brooklyn.rt.felix.ManifestHelper
-
- getVersion() - Method in class org.apache.brooklyn.util.maven.MavenArtifact
-
- getVersion() - Method in class org.apache.brooklyn.util.osgi.VersionedName
-
Deprecated.
- getVersionedId(String, String) - Static method in class org.apache.brooklyn.core.catalog.internal.CatalogUtils
-
- getVersionedId(Manifest) - Static method in class org.apache.brooklyn.util.osgi.OsgiUtils
-
- getVersionedId(Bundle) - Static method in class org.apache.brooklyn.util.osgi.OsgiUtils
-
- getVersionedName() - Method in interface org.apache.brooklyn.api.typereg.ManagedBundle
-
- getVersionedName() - Method in interface org.apache.brooklyn.api.typereg.OsgiBundleWithUrl
-
- getVersionedName() - Method in interface org.apache.brooklyn.api.typereg.RegisteredType
-
- getVersionedName(Map<?, ?>) - Static method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- getVersionedName(Map<?, ?>, boolean) - Static method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- getVersionedName() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogBundleDto
-
- getVersionedName() - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiBundleInstallationResult
-
- getVersionedName() - Method in class org.apache.brooklyn.core.typereg.BasicManagedBundle
-
- getVersionedName() - Method in class org.apache.brooklyn.core.typereg.BasicOsgiBundleWithUrl
-
- getVersionedName() - Method in class org.apache.brooklyn.core.typereg.BasicRegisteredType
-
- getVersionFromMavenProperties() - Method in class org.apache.brooklyn.core.BrooklynVersion
-
- getVersionFromMavenProperties() - Method in interface org.apache.brooklyn.core.BrooklynVersionService
-
- getVersionFromOsgiManifest() - Method in class org.apache.brooklyn.core.BrooklynVersion
-
- getVersionFromOsgiManifest() - Method in interface org.apache.brooklyn.core.BrooklynVersionService
-
- getVersionFromVersionedId(String) - Static method in class org.apache.brooklyn.core.catalog.internal.CatalogUtils
-
- getVersionString() - Method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.VersionRangedName
-
- getVersionString() - Method in class org.apache.brooklyn.util.osgi.VersionedName
-
- getVerySimpleName(Class) - Static method in class org.apache.brooklyn.util.core.flags.TypeCoercions
-
- getViolations() - Method in class org.apache.brooklyn.core.config.ConfigConstraints
-
- getVirtualHost() - Method in interface org.apache.brooklyn.entity.messaging.amqp.AmqpServer
-
- getVirtualHost() - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidBrokerImpl
-
- getVirtualHost() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitBrokerImpl
-
- getVirtualHost() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitDestination
-
- getVirtualHost() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitSshDriver
-
- getWarningMessages() - Method in class org.apache.brooklyn.core.location.LocationConfigUtils.OsCredential
-
- getWarnings() - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindExceptionHandler
-
- getWarnings() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindExceptionHandlerImpl
-
- getWarUrl() - Method in class org.apache.brooklyn.launcher.WebAppContextProvider
-
- getWebAppContext() - Method in class org.apache.brooklyn.camp.server.rest.CampServer
-
- getWebServer() - Method in class org.apache.brooklyn.launcher.BrooklynServerDetails
-
- getWebServerUrl() - Method in class org.apache.brooklyn.launcher.BrooklynServerDetails
-
- getWeight() - Method in class org.apache.brooklyn.policy.followthesun.WeightedObject
-
- getWindowsServiceName() - Method in class org.apache.brooklyn.entity.chef.ChefLifecycleEffectorTasks
-
- getWithDeprecation(ConfigKey<?>, ConfigKey<?>...) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- getWithDeprecation(ConfigKey<?>[], ConfigKey<?>...) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- getWithError() - Method in class org.apache.brooklyn.util.exceptions.ReferenceWithError
-
throws error, even if there is one (even if masked), else returns the object
- getWithoutError() - Method in class org.apache.brooklyn.util.exceptions.ReferenceWithError
-
returns the object, ignoring any error (even non-masked)
- getWordCount(String, boolean) - Static method in class org.apache.brooklyn.util.text.Strings
-
- getWorkingDirectory() - Method in class org.apache.brooklyn.entity.network.bind.BindOsSupport
-
- getWrappedEntityOfType(Task<?>, String) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- getWrappedEntityOfType(Collection<?>, String) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- getWrappedEntityTagOfType(Task<?>, String) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- getWrappedEntityTagOfType(Collection<?>, String) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- getWrappedObjectTagOfType(Collection<?>, String, Class<T>) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- getWrappingType() - Method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags.WrappedItem
-
- getX500PrincipalWithCommonName(String) - Static method in class org.apache.brooklyn.util.crypto.SecureKeysWithoutBouncyCastle
-
- getX509PrincipalWithCommonName(String) - Static method in class org.apache.brooklyn.util.core.crypto.SecureKeys
-
RFC1773 order, with None for other values.
- getYamlLoader() - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynComponentTemplateResolver
-
Deprecated.
- getZeromqVersion() - Method in class org.apache.brooklyn.entity.messaging.storm.StormSshDriver
-
- getZookeeper() - Method in interface org.apache.brooklyn.entity.messaging.kafka.KafkaBroker
-
- getZookeeper() - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaBrokerImpl
-
- getZooKeeper() - Method in interface org.apache.brooklyn.entity.messaging.kafka.KafkaCluster
-
- getZooKeeper() - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaClusterImpl
-
- getZookeeperPort() - Method in interface org.apache.brooklyn.entity.messaging.kafka.KafkaZooKeeperDriver
-
- getZookeeperPort() - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaZooKeeperSshDriver
-
- getZookeeperPort() - Method in class org.apache.brooklyn.entity.zookeeper.AbstractZooKeeperImpl
-
- getZooKeeperPort() - Method in interface org.apache.brooklyn.entity.zookeeper.ZooKeeperDriver
-
- getZookeeperPort() - Method in interface org.apache.brooklyn.entity.zookeeper.ZooKeeperNode
-
- getZooKeeperPort() - Method in class org.apache.brooklyn.entity.zookeeper.ZooKeeperSshDriver
-
- getZookeeperServers() - Method in class org.apache.brooklyn.entity.messaging.storm.StormSshDriver
-
- getZookeeperServers() - Method in class org.apache.brooklyn.entity.zookeeper.ZooKeeperSshDriver
-
- GithubUrls - Class in org.apache.brooklyn.util.git
-
- GithubUrls() - Constructor for class org.apache.brooklyn.util.git.GithubUrls
-
- GLOBAL_ENTITLEMENT_MANAGER - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- globalBrooklynPropertiesFile(String) - Method in class org.apache.brooklyn.launcher.BrooklynLauncher
-
- globalLocationMetadataFile(String) - Method in class org.apache.brooklyn.core.internal.BrooklynProperties.Factory.Builder
-
The URL of a location-metadata.properties file that appends to and overwrites values in the locationMetadataUrl.
- globalLocationMetadataFile(String) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl.Factory.Builder
-
The URL of a location-metadata.properties file that appends to and overwrites values in the locationMetadataUrl.
- globalPropertiesFile(String) - Method in class org.apache.brooklyn.core.internal.BrooklynProperties.Factory.Builder
-
The URL of a shared brooklyn.properties file.
- globalPropertiesFile(String) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl.Factory.Builder
-
The URL of a shared brooklyn.properties file.
- GOOD_BROOKLYN_VERSION_REGEX - Static variable in class org.apache.brooklyn.util.text.BrooklynVersionSyntax
-
- GOSSIP_PORT - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- gossiperStarting() - Method in class org.apache.brooklyn.entity.nosql.cassandra.customsnitch.MultiCloudSnitch
-
- GRANT_SUDO - Static variable in class org.apache.brooklyn.policy.jclouds.os.CreateUserPolicy
-
- GRANT_USER_SUDO - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- GREATER_THAN - Static variable in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
-
- greaterThan(double) - Static method in class org.apache.brooklyn.util.math.MathPredicates
-
Creates a predicate comparing a given number with val.
- greaterThanOrEqual(double) - Static method in class org.apache.brooklyn.util.math.MathPredicates
-
Creates a predicate comparing a given number with val.
- groovy(HttpServletRequest, String) - Method in interface org.apache.brooklyn.rest.api.ScriptApi
-
- groovy(HttpServletRequest, String) - Method in class org.apache.brooklyn.rest.resources.ScriptResource
-
- GroovyJavaMethods - Class in org.apache.brooklyn.util.groovy
-
- GroovyJavaMethods() - Constructor for class org.apache.brooklyn.util.groovy.GroovyJavaMethods
-
Deprecated.
- groovyTruth(Collection<?>) - Static method in class org.apache.brooklyn.util.JavaGroovyEquivalents
-
- groovyTruth(String) - Static method in class org.apache.brooklyn.util.JavaGroovyEquivalents
-
- groovyTruth(Object) - Static method in class org.apache.brooklyn.util.JavaGroovyEquivalents
-
- groovyTruthFunction() - Static method in class org.apache.brooklyn.util.JavaGroovyEquivalents
-
- groovyTruthPredicate() - Static method in class org.apache.brooklyn.util.JavaGroovyEquivalents
-
- group(Group) - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
- Group - Interface in org.apache.brooklyn.api.entity
-
An
Entity that groups together other entities.
- GROUP - Static variable in class org.apache.brooklyn.entity.group.AbstractMembershipTrackingPolicy
-
- GROUP_ADDED - Static variable in class org.apache.brooklyn.core.entity.AbstractEntity
-
- GROUP_CONTAINS - Static variable in class org.apache.brooklyn.core.entity.EntityRelations
-
- GROUP_ID - Static variable in class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixFeed
-
- GROUP_ID - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- GROUP_MEMBERS - Static variable in interface org.apache.brooklyn.entity.group.AbstractGroup
-
- GROUP_NAME - Static variable in interface org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNode
-
Specifies the group name in the configuration file.
- GROUP_PASSWORD - Static variable in interface org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNode
-
- GROUP_REMOVED - Static variable in class org.apache.brooklyn.core.entity.AbstractEntity
-
- GROUP_SIZE - Static variable in interface org.apache.brooklyn.core.entity.trait.Changeable
-
- groupId(Integer) - Method in class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixFeed.Builder
-
- groups() - Method in interface org.apache.brooklyn.api.entity.Entity
-
- groups(Iterable<? extends Group>) - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
- groups() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- groups() - Method in interface org.apache.brooklyn.core.entity.EntityInternal
-
- grow(int) - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenterImpl
-
Deprecated.
- growingCluster(int) - Method in interface org.apache.brooklyn.entity.nosql.cassandra.TokenGenerator
-
Deprecated.
Indicates that we are starting a new cluster of the given number of nodes,
so expect that number of consecutive calls to
TokenGenerator.newToken().
- growingCluster(int) - Method in class org.apache.brooklyn.entity.nosql.cassandra.TokenGenerators.AbstractTokenGenerator
-
Deprecated.
- guessing(BrooklynObjectManagementMode, BrooklynObjectManagementMode) - Static method in class org.apache.brooklyn.core.mgmt.internal.ManagementTransitionMode
-
Deprecated.
- I386 - Static variable in class org.apache.brooklyn.core.location.BasicOsDetails.OsArchs
-
- IAM_ROLE_NAME - Static variable in interface org.apache.brooklyn.location.jclouds.AwsEc2SessionAwareLocationConfig
-
- icon(String, String) - Method in interface org.apache.brooklyn.rest.api.TypeApi
-
- icon(String, String) - Method in class org.apache.brooklyn.rest.resources.TypeResource
-
- icon(String) - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleActionImpl
-
- icon(String) - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleImpl
-
- ICON_URL - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- ICON_URL - Static variable in class org.apache.brooklyn.core.mgmt.BrooklynTags
-
- iconUrl(String) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemBuilder
-
- iconUrl(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento.Builder
-
- iconUrl(String) - Method in class org.apache.brooklyn.rest.domain.AdjunctSummary
-
- id(String) - Method in class org.apache.brooklyn.camp.spi.AbstractResource.Builder
-
- id() - Static method in class org.apache.brooklyn.core.entity.EntityFunctions
-
- ID - Static variable in class org.apache.brooklyn.core.location.DefinedLocationByIdResolver
-
- id - Variable in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient.Domain
-
- id - Variable in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient.SmartSubdomain
-
- id(String) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy.Builder
-
- id(String) - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleImpl
-
- id(String) - Method in class org.apache.brooklyn.util.core.osgi.Osgis.BundleFinder
-
- ID_OF_ITEM_TRANSFORMER - Static variable in class org.apache.brooklyn.core.catalog.CatalogPredicates
-
- ID_OF_ITEM_TRANSFORMER - Static variable in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- ID_VALID_NONSTART_CHARS - Static variable in class org.apache.brooklyn.util.text.Identifiers
-
- ID_VALID_START_CHARS - Static variable in class org.apache.brooklyn.util.text.Identifiers
-
- IdAlreadyExistsException - Exception in org.apache.brooklyn.core.mgmt.internal
-
Indicates that there is an id conflict (e.g.
- IdAlreadyExistsException(String) - Constructor for exception org.apache.brooklyn.core.mgmt.internal.IdAlreadyExistsException
-
- IdAlreadyExistsException(String, Throwable) - Constructor for exception org.apache.brooklyn.core.mgmt.internal.IdAlreadyExistsException
-
- idComparator() - Static method in class org.apache.brooklyn.rest.domain.SummaryComparators
-
- Identifiable - Interface in org.apache.brooklyn.api.objs
-
- Identifiers - Class in org.apache.brooklyn.util.text
-
- Identifiers() - Constructor for class org.apache.brooklyn.util.text.Identifiers
-
- IDENTITY_OF_REST_RESOURCE - Static variable in class org.apache.brooklyn.camp.server.rest.util.CampRestGuavas
-
- idEqualTo(String) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- idEqualTo(String) - Static method in class org.apache.brooklyn.core.location.LocationPredicates
-
- idSatisfies(<any>) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- idSatisfies(<any>) - Static method in class org.apache.brooklyn.core.location.LocationPredicates
-
- ies(int) - Static method in class org.apache.brooklyn.util.text.Strings
-
returns "ies" if the argument is not 1, "y" otherwise; useful when constructing plurals
- ies(Map<?, ?>) - Static method in class org.apache.brooklyn.util.text.Strings
-
- ies(Iterable<?>) - Static method in class org.apache.brooklyn.util.text.Strings
-
- ies(Iterator<?>) - Static method in class org.apache.brooklyn.util.text.Strings
-
- ifEquals(I) - Static method in class org.apache.brooklyn.util.guava.Functionals
-
- ifEquals(I) - Static method in class org.apache.brooklyn.util.guava.IfFunctions
-
- ifEquals(I) - Method in class org.apache.brooklyn.util.guava.IfFunctions.IfFunctionBuilder
-
- ifExecutableDoesNotExistElse(String, String, String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- ifExecutableDoesNotExistElse(String, List<String>, List<String>) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- ifExecutableElse(String, String, String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- ifExecutableElse(String, List<String>, List<String>) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- ifExecutableElse0(String, String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
Returns a command that runs only if the specified executable exists on the path (using `which`).
- ifExecutableElse1(String, String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- ifFileExistsElse0(String, String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
Returns a command that runs only if the specified file (or link or directory) exists;
if the command runs and fails that exit is preserved (but if the file does not exist exit code is zero).
- ifFileExistsElse1(String, String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
as
BashCommands.ifFileExistsElse0(String, String) but returns non-zero if the test fails (also returns non-zero if the command fails,
so you can't tell the difference :( -- we need if ; then ; else ; fi semantics for that I think, but not sure how portable that is)
- IfFunctions - Class in org.apache.brooklyn.util.guava
-
Utilities for building Function instances which return specific values
(or Supplier or Function instances) when certain predicates are satisfied,
tested in order and returning the first matching,
with support for an "else" default value if none are satisfied (null by default).
- IfFunctions() - Constructor for class org.apache.brooklyn.util.guava.IfFunctions
-
- IfFunctions.IfFunction<I,O> - Class in org.apache.brooklyn.util.guava
-
- IfFunctions.IfFunctionBuilder<I,O> - Class in org.apache.brooklyn.util.guava
-
- IfFunctions.IfFunctionBuilderApplying<I,O> - Class in org.apache.brooklyn.util.guava
-
- IfFunctions.IfFunctionBuilderApplyingFirst<I> - Class in org.apache.brooklyn.util.guava
-
- ifNotEquals(I) - Static method in class org.apache.brooklyn.util.guava.Functionals
-
- ifNotEquals(I) - Method in class org.apache.brooklyn.util.guava.IfFunctions.IfFunctionBuilder
-
- ifNotEquals(I) - Static method in class org.apache.brooklyn.util.guava.IfFunctions
-
- ifNotExecutable(String, String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
Returns a command which
executes statement only if command is NOT found in $PATH
- ifPredicate(<any>) - Static method in class org.apache.brooklyn.util.guava.Functionals
-
- ifPredicate(<any>) - Method in class org.apache.brooklyn.util.guava.IfFunctions.IfFunctionBuilder
-
- ifPredicate(<any>) - Static method in class org.apache.brooklyn.util.guava.IfFunctions
-
- IGNORE_ENTITIES_WITH_SERVICE_UP_NULL - Static variable in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ComputeServiceIndicatorsFromChildrenAndMembers
-
- IGNORE_ENTITIES_WITH_SERVICE_UP_NULL - Static variable in class org.apache.brooklyn.entity.stock.AsyncApplicationImpl.ServiceStateComputer
-
- IGNORE_ENTITIES_WITH_THESE_SERVICE_STATES - Static variable in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ComputeServiceIndicatorsFromChildrenAndMembers
-
- IGNORE_ENTITY_SSH_FLAGS - Static variable in class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks
-
- IGNORE_ENTITY_SSH_FLAGS - Static variable in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
include this flag in newScript creation to prevent entity-level flags from being included;
any SSH-specific flags passed to newScript override flags from the entity,
and flags from the entity override flags on the location
(where there aren't conflicts, flags from all three are used however)
- ignoreAppErrors(boolean) - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
- ignoreCatalogErrors(boolean) - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
- ignoreIfNotRun() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- ignorePersistenceErrors(boolean) - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
- ignoreWebErrors(boolean) - Method in class org.apache.brooklyn.launcher.BrooklynLauncher
-
- IllegalOutputStream - Class in org.apache.brooklyn.util.stream
-
output stream which throws if anyone tries to write to it
- IllegalOutputStream() - Constructor for class org.apache.brooklyn.util.stream.IllegalOutputStream
-
- IllegalStateExceptionSupplier - Class in org.apache.brooklyn.util.guava
-
- IllegalStateExceptionSupplier() - Constructor for class org.apache.brooklyn.util.guava.IllegalStateExceptionSupplier
-
- IllegalStateExceptionSupplier(String) - Constructor for class org.apache.brooklyn.util.guava.IllegalStateExceptionSupplier
-
- IllegalStateExceptionSupplier(Throwable) - Constructor for class org.apache.brooklyn.util.guava.IllegalStateExceptionSupplier
-
- IllegalStateExceptionSupplier(String, Throwable) - Constructor for class org.apache.brooklyn.util.guava.IllegalStateExceptionSupplier
-
- IllegalStateExceptionSupplier(<any>, Throwable) - Constructor for class org.apache.brooklyn.util.guava.IllegalStateExceptionSupplier
-
- IMAGE - Static variable in interface org.apache.brooklyn.container.location.kubernetes.KubernetesLocationConfig
-
- IMAGE_CHOOSER - Static variable in interface org.apache.brooklyn.location.jclouds.JcloudsLocationConfig
-
- IMAGE_DESCRIPTION_REGEX - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- IMAGE_DESCRIPTION_REGEXES_REQUIRING_INJECTED_LOGIN_CREDS - Static variable in class org.apache.brooklyn.container.location.kubernetes.KubernetesLocation
-
The regex for the image descriptions that support us injecting login credentials.
- IMAGE_FORMAT_MIME_TYPES - Static variable in class org.apache.brooklyn.rest.util.WebResourceUtils
-
- IMAGE_ID - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- IMAGE_NAME - Static variable in interface org.apache.brooklyn.container.entity.docker.DockerContainer
-
- IMAGE_NAME_REGEX - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- ImageChooser - Class in org.apache.brooklyn.container.location.kubernetes
-
- ImageChooser() - Constructor for class org.apache.brooklyn.container.location.kubernetes.ImageChooser
-
- ImageChooser(List<? extends ImageChooser.ImageMetadata>) - Constructor for class org.apache.brooklyn.container.location.kubernetes.ImageChooser
-
- imageChooser(<any>) - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- imageChooser() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- ImageChooser.ImageMetadata - Class in org.apache.brooklyn.container.location.kubernetes
-
- imageChooserFromOrdering(<any>) - Static method in class org.apache.brooklyn.location.jclouds.BrooklynImageChooser
-
- ImageChooserFromOrdering(<any>) - Constructor for class org.apache.brooklyn.location.jclouds.BrooklynImageChooser.ImageChooserFromOrdering
-
- imageChooserFromOrderings(Iterable<? extends <any>>) - Static method in class org.apache.brooklyn.location.jclouds.BrooklynImageChooser
-
- imageDescription() - Static method in class org.apache.brooklyn.location.jclouds.templates.customize.TemplateBuilderCustomizers
-
- imageDescriptionMatches(String) - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- imageId(String) - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- imageId() - Static method in class org.apache.brooklyn.location.jclouds.templates.customize.TemplateBuilderCustomizers
-
- imageMatches(<any>) - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- ImageMetadata(OsFamily, String, String) - Constructor for class org.apache.brooklyn.container.location.kubernetes.ImageChooser.ImageMetadata
-
- imageNameMatches(String) - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- imageNameRegex() - Static method in class org.apache.brooklyn.location.jclouds.templates.customize.TemplateBuilderCustomizers
-
- imageVersionMatches(String) - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- IMMEDIATE_TASK_TAG - Static variable in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
marks that a task is meant to return immediately, without blocking (or if absolutely necessary blocking for a short while)
- IMMEDIATELY - Static variable in class org.apache.brooklyn.policy.action.AbstractScheduledEffectorPolicy
-
- immediately(boolean) - Method in class org.apache.brooklyn.rest.resources.AbstractBrooklynRestResource.RestValueResolver
-
- immediately(boolean) - Method in class org.apache.brooklyn.util.core.task.ValueResolver
-
- ImmediateSupplier<T> - Interface in org.apache.brooklyn.util.core.task
-
A
Supplier that has an extra method capable of supplying a value immediately or an absent if definitely not available,
or throwing an
ImmediateSupplier.ImmediateUnsupportedException if it cannot determine whether a value is immediately available.
- ImmediateSupplier.ImmediateUnsupportedException - Exception in org.apache.brooklyn.util.core.task
-
Indicates that a supplier does not support immediate evaluation,
i.e.
- ImmediateSupplier.ImmediateValueNotAvailableException - Exception in org.apache.brooklyn.util.core.task
-
Indicates that an attempt was made to forcibly get a requested immediate value
where blocking is required.
- ImmediateUnsupportedException(String) - Constructor for exception org.apache.brooklyn.util.core.task.ImmediateSupplier.ImmediateUnsupportedException
-
- ImmediateUnsupportedException(String, Throwable) - Constructor for exception org.apache.brooklyn.util.core.task.ImmediateSupplier.ImmediateUnsupportedException
-
- ImmediateValueNotAvailableException() - Constructor for exception org.apache.brooklyn.util.core.task.ImmediateSupplier.ImmediateValueNotAvailableException
-
- ImmediateValueNotAvailableException(String) - Constructor for exception org.apache.brooklyn.util.core.task.ImmediateSupplier.ImmediateValueNotAvailableException
-
- ImmediateValueNotAvailableException(String, Throwable) - Constructor for exception org.apache.brooklyn.util.core.task.ImmediateSupplier.ImmediateValueNotAvailableException
-
- IMMOVABLE - Static variable in interface org.apache.brooklyn.policy.loadbalancing.Movable
-
- immutable() - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
"seals" this spec, preventing any future changes
- immutable() - Method in class org.apache.brooklyn.camp.spi.resolve.interpret.PlanInterpretationNode
-
- IMMUTABLE_CONTAINER_KEY - Static variable in class org.apache.brooklyn.container.location.kubernetes.KubernetesLocation
-
- ImmutableListConverter - Class in org.apache.brooklyn.util.core.xstream
-
- ImmutableListConverter(Mapper) - Constructor for class org.apache.brooklyn.util.core.xstream.ImmutableListConverter
-
- ImmutableMapConverter - Class in org.apache.brooklyn.util.core.xstream
-
- ImmutableMapConverter(Mapper) - Constructor for class org.apache.brooklyn.util.core.xstream.ImmutableMapConverter
-
- ImmutableSetConverter - Class in org.apache.brooklyn.util.core.xstream
-
- ImmutableSetConverter(Mapper) - Constructor for class org.apache.brooklyn.util.core.xstream.ImmutableSetConverter
-
- impl(Class<? extends T>) - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
- impl(EffectorTasks.EffectorTaskFactory<T>) - Method in class org.apache.brooklyn.core.effector.Effectors.EffectorBuilder
-
- impl(EffectorBody<T>) - Method in class org.apache.brooklyn.core.effector.Effectors.EffectorBuilder
-
- ImplementedBy - Annotation Type in org.apache.brooklyn.api.entity
-
A pointer to the default implementation of an entity.
- implementsInterface(Entity, Class<?>) - Method in class org.apache.brooklyn.container.location.kubernetes.KubernetesLocation
-
- IMPORT_DUMP - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlNode
-
- IMPORT_DUMP - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlNode.ImportDumpEffector
-
- IMPORT_DUMP - Static variable in class org.apache.brooklyn.entity.database.mysql.MySqlNodeEffectors
-
- ImportDumpEffectorBody() - Constructor for class org.apache.brooklyn.entity.database.mysql.MySqlNodeEffectors.ImportDumpEffectorBody
-
- imposeBackoffExponentialDelay(int, String) - Method in class org.apache.brooklyn.util.core.internal.ssh.BackoffLimitedRetryHandler
-
- imposeBackoffExponentialDelay(long, int, int, int, String) - Method in class org.apache.brooklyn.util.core.internal.ssh.BackoffLimitedRetryHandler
-
- imposeBackoffExponentialDelay(long, long, int, int, int, String) - Method in class org.apache.brooklyn.util.core.internal.ssh.BackoffLimitedRetryHandler
-
- IN_GROUP - Static variable in class org.apache.brooklyn.core.entity.EntityRelations
-
- INBOUND_PORTS - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- INBOUND_PORTS_AUTO_INFER - Static variable in interface org.apache.brooklyn.entity.software.base.SameServerEntity
-
- INBOUND_PORTS_AUTO_INFER - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- INBOUND_PORTS_CONFIG_REGEX - Static variable in interface org.apache.brooklyn.entity.software.base.SameServerEntity
-
- INBOUND_PORTS_CONFIG_REGEX - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- INBOUND_PORTS_LIST - Static variable in class org.apache.brooklyn.location.jclouds.networking.NetworkingEffectors
-
- INBOUND_PORTS_LIST_PROTOCOL - Static variable in class org.apache.brooklyn.location.jclouds.networking.NetworkingEffectors
-
- INBOUND_TCP_PORTS - Static variable in interface org.apache.brooklyn.container.entity.docker.DockerContainer
-
- inboundPorts() - Static method in class org.apache.brooklyn.location.jclouds.templates.customize.TemplateOptionCustomizers
-
- InboundPortsJcloudsLocationCustomizer - Class in org.apache.brooklyn.location.jclouds.networking
-
- InboundPortsJcloudsLocationCustomizer() - Constructor for class org.apache.brooklyn.location.jclouds.networking.InboundPortsJcloudsLocationCustomizer
-
Deprecated.
- InboundPortsUtils - Class in org.apache.brooklyn.entity.software.base
-
- InboundPortsUtils() - Constructor for class org.apache.brooklyn.entity.software.base.InboundPortsUtils
-
- INCLUDE_BROOKLYN_USER_METADATA - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- INCLUDE_HOMELESS_ENTITIES - Static variable in interface org.apache.brooklyn.entity.dns.AbstractGeoDnsService
-
- INCLUDE_INITIAL_CHILDREN - Static variable in interface org.apache.brooklyn.entity.group.DynamicFabric
-
- includeDelimiters(boolean) - Method in class org.apache.brooklyn.util.text.QuotedStringTokenizer.Builder
-
- includeImpls - Variable in class org.apache.brooklyn.cli.ItemLister.ListAllCommand
-
- includeLinks(UriBuilder, boolean, boolean) - Method in class org.apache.brooklyn.rest.transform.ConfigTransformer
-
- includeQuotes(boolean) - Method in class org.apache.brooklyn.util.text.QuotedStringTokenizer.Builder
-
- INCREMENT - Static variable in interface org.apache.brooklyn.entity.stock.SequenceEntity
-
- increment() - Method in interface org.apache.brooklyn.entity.stock.SequenceEntity
-
- increment() - Method in class org.apache.brooklyn.entity.stock.SequenceEntityImpl
-
- INCREMENT_AND_GET - Static variable in interface org.apache.brooklyn.entity.stock.SequenceEntity
-
- incrementAndGet() - Method in interface org.apache.brooklyn.entity.stock.SequenceEntity
-
- incrementAndGet() - Method in class org.apache.brooklyn.entity.stock.SequenceEntityImpl
-
- incrementing() - Static method in class org.apache.brooklyn.util.guava.Suppliers
-
- incrementing(int) - Static method in class org.apache.brooklyn.util.guava.Suppliers
-
- indicateCallingThreadWillRequest() - Method in class org.apache.brooklyn.util.core.mutex.SemaphoreWithOwners
-
Indicate that the calling thread is going to acquire or tryAcquire,
in order to set up the semaphore's isInUse() value appropriately for certain checks.
- inessential() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
- INESSENTIAL_TASK - Static variable in class org.apache.brooklyn.util.core.task.TaskTags
-
marks a task which is allowed to fail without failing his parent
- Inet4AddressConverter - Class in org.apache.brooklyn.util.core.xstream
-
- Inet4AddressConverter() - Constructor for class org.apache.brooklyn.util.core.xstream.Inet4AddressConverter
-
- inferAdjunctStatus(EntityAdjunct) - Static method in class org.apache.brooklyn.core.entity.EntityAdjuncts
-
- inferBrooklynAccessibleRootUrl(Entity) - Static method in class org.apache.brooklyn.entity.webapp.WebAppServiceMethods
-
- inferDriverClassName(DriverDependentEntity<D>, Class<D>, Location) - Method in class org.apache.brooklyn.core.entity.drivers.ReflectiveEntityDriverFactory.AbstractDriverInferenceRule
-
- inferDriverClassName(DriverDependentEntity<D>, Class<D>, Location) - Method in class org.apache.brooklyn.core.entity.drivers.ReflectiveEntityDriverFactory.DriverInferenceByRenamingClassFullName
-
- inferDriverClassName(DriverDependentEntity<D>, Class<D>, Location) - Method in class org.apache.brooklyn.core.entity.drivers.ReflectiveEntityDriverFactory.DriverInferenceByRenamingClassSimpleName
-
- inferDriverClassName(DriverDependentEntity<D>, Class<D>, Location) - Method in class org.apache.brooklyn.core.entity.drivers.ReflectiveEntityDriverFactory.DriverInferenceForPaasLocation
-
- inferDriverClassName(DriverDependentEntity<D>, Class<D>, Location) - Method in class org.apache.brooklyn.core.entity.drivers.ReflectiveEntityDriverFactory.DriverInferenceForSshLocation
-
- inferDriverClassName(DriverDependentEntity<D>, Class<D>, Location) - Method in class org.apache.brooklyn.core.entity.drivers.ReflectiveEntityDriverFactory.DriverInferenceForWinRmLocation
-
- inferFilename(String) - Static method in class org.apache.brooklyn.core.entity.drivers.downloads.FilenameProducers
-
- inferStatus(EntityAdjunct) - Static method in class org.apache.brooklyn.rest.transform.AdjunctTransformer
-
- inferSubbest(Class<?>, Class<?>) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
If one class is a subclass of the other, return that (the lower in the type hierarchy);
otherwise return null (if they are the same or neither is a subclass of the other).
- inferSubbestField(Field, Field) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- inferSubbestMethod(Method, Method) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- Infinispan5Driver - Interface in org.apache.brooklyn.entity.nosql.infinispan
-
- Infinispan5Server - Class in org.apache.brooklyn.entity.nosql.infinispan
-
An brooklyn.entity.Entity that represents an Infinispan service
- Infinispan5Server() - Constructor for class org.apache.brooklyn.entity.nosql.infinispan.Infinispan5Server
-
- Infinispan5Server(Map) - Constructor for class org.apache.brooklyn.entity.nosql.infinispan.Infinispan5Server
-
- Infinispan5Server(Entity) - Constructor for class org.apache.brooklyn.entity.nosql.infinispan.Infinispan5Server
-
- Infinispan5Server(Map, Entity) - Constructor for class org.apache.brooklyn.entity.nosql.infinispan.Infinispan5Server
-
- Infinispan5SshDriver - Class in org.apache.brooklyn.entity.nosql.infinispan
-
Start a
TomcatServer in a
Location accessible over ssh.
- Infinispan5SshDriver(Infinispan5Server, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.nosql.infinispan.Infinispan5SshDriver
-
- info(String, Object...) - Method in interface org.apache.brooklyn.core.catalog.internal.CatalogInitialization.RebindLogger
-
- info(HttpServletRequest) - Static method in class org.apache.brooklyn.rest.util.MultiSessionAttributeAdapter
-
- info(SessionHandler) - Static method in class org.apache.brooklyn.rest.util.MultiSessionAttributeAdapter
-
- info(HttpSession) - Static method in class org.apache.brooklyn.rest.util.MultiSessionAttributeAdapter
-
- InfoCommand() - Constructor for class org.apache.brooklyn.cli.AbstractMain.InfoCommand
-
- informational() - Static method in class org.apache.brooklyn.entity.brooklynnode.EntityHttpClient.ResponseCodePredicates
-
- INFRA_LOCATION - Static variable in class org.apache.brooklyn.entity.cm.salt.SaltAttributes
-
- INFRASTRUCTURE_SPEC - Static variable in interface org.apache.brooklyn.test.framework.InfrastructureDeploymentTestCase
-
Infrastructure to deploy.
- InfrastructureDeploymentTestCase - Interface in org.apache.brooklyn.test.framework
-
- InfrastructureDeploymentTestCaseImpl - Class in org.apache.brooklyn.test.framework
-
- InfrastructureDeploymentTestCaseImpl() - Constructor for class org.apache.brooklyn.test.framework.InfrastructureDeploymentTestCaseImpl
-
- inheritance(ConfigInheritance) - Method in class org.apache.brooklyn.core.config.BasicConfigKey.Builder
-
- init(ManagementContext) - Method in interface org.apache.brooklyn.api.location.LocationResolver
-
- init() - Method in class org.apache.brooklyn.container.entity.docker.DockerContainerImpl
-
- init() - Method in class org.apache.brooklyn.container.entity.kubernetes.KubernetesResourceImpl
-
- init() - Method in class org.apache.brooklyn.container.location.kubernetes.KubernetesLocation
-
- init(BrooklynProperties) - Static method in class org.apache.brooklyn.core.BrooklynFeatureEnablement
-
Initialises the feature-enablement from brooklyn properties.
- init() - Method in class org.apache.brooklyn.core.entity.AbstractApplication
-
- init() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- init() - Method in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ComputeServiceState
-
- init() - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- init(ManagementContext) - Method in class org.apache.brooklyn.core.location.AbstractLocationResolver
-
- init() - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerImpl
-
- init() - Method in class org.apache.brooklyn.core.location.AggregatingMachineProvisioningLocation
-
- init(ManagementContext) - Method in class org.apache.brooklyn.core.location.CatalogLocationResolver
-
- init(ManagementContext) - Method in class org.apache.brooklyn.core.location.DefinedLocationByIdResolver
-
- init(ManagementContext) - Method in class org.apache.brooklyn.core.location.NamedLocationResolver
-
- init() - Static method in class org.apache.brooklyn.core.location.PortRanges
-
performs the language extensions required for this project
- init() - Method in class org.apache.brooklyn.core.objs.AbstractBrooklynObject
-
Called by framework (in new-style instances where spec was used) after configuring etc,
but before a reference to this instance is shared.
- init() - Method in class org.apache.brooklyn.enricher.stock.UpdatingMap
-
- init() - Method in class org.apache.brooklyn.entity.brooklynnode.BrooklynClusterImpl
-
- init() - Method in class org.apache.brooklyn.entity.brooklynnode.BrooklynEntityMirrorImpl
-
- init() - Method in class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeImpl
-
- init() - Method in class org.apache.brooklyn.entity.chef.ChefEntityImpl
-
- init() - Method in class org.apache.brooklyn.entity.cm.salt.SaltEntityImpl
-
- init() - Method in class org.apache.brooklyn.entity.database.derby.DerbySchema
-
- init() - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbNodeImpl
-
- init() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlClusterImpl
-
- init() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlNodeImpl
-
- init() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeChefImplFromScratch
-
- init() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeImpl
-
- init() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeSaltImpl
-
- init() - Method in class org.apache.brooklyn.entity.dns.AbstractGeoDnsServiceImpl
-
- init() - Method in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingDnsServiceImpl
-
- init() - Method in class org.apache.brooklyn.entity.group.AbstractGroupImpl
-
- init() - Method in class org.apache.brooklyn.entity.group.DynamicClusterImpl
-
- init() - Method in class org.apache.brooklyn.entity.group.DynamicFabricImpl
-
- init() - Method in class org.apache.brooklyn.entity.group.DynamicGroupImpl
-
- init() - Method in class org.apache.brooklyn.entity.group.DynamicMultiGroupImpl
-
- init() - Method in class org.apache.brooklyn.entity.group.SequenceGroupImpl
-
- init() - Static method in class org.apache.brooklyn.entity.java.JavaAppUtils
-
Setup renderer hints for the MXBean attributes.
- init() - Static method in class org.apache.brooklyn.entity.machine.MachineAttributes
-
Setup renderer hints.
- init() - Method in class org.apache.brooklyn.entity.machine.pool.ServerPoolImpl
-
- init() - Method in class org.apache.brooklyn.entity.machine.pool.ServerPoolLocation
-
- init(ManagementContext) - Method in class org.apache.brooklyn.entity.machine.pool.ServerPoolLocationResolver
-
- init() - Method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQBrokerImpl
-
- init() - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaBrokerImpl
-
- init() - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaClusterImpl
-
- init() - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidBrokerImpl
-
- init() - Method in class org.apache.brooklyn.entity.messaging.storm.StormDeploymentImpl
-
- init() - Method in class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixServerImpl
-
- init() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerImpl
-
- init() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenterImpl
-
Deprecated.
- init() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraFabricImpl
-
Deprecated.
- init() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeImpl
-
Deprecated.
- init() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseClusterImpl
-
- init() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeImpl
-
- init() - Method in class org.apache.brooklyn.entity.nosql.hazelcast.HazelcastClusterImpl
-
- init() - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBReplicaSetImpl
-
- init() - Method in class org.apache.brooklyn.entity.nosql.mongodb.sharding.CoLocatedMongoDBRouterImpl
-
- init() - Method in class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBRouterClusterImpl
-
- init() - Method in class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardedDeploymentImpl
-
- init() - Method in class org.apache.brooklyn.entity.nosql.redis.RedisClusterImpl
-
- init() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakClusterImpl
-
- init() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeImpl
-
- init() - Method in class org.apache.brooklyn.entity.osgi.karaf.KarafContainerImpl
-
- init() - Method in class org.apache.brooklyn.entity.proxy.AbstractControllerImpl
-
- init() - Method in class org.apache.brooklyn.entity.proxy.AbstractNonProvisionedControllerImpl
-
- init() - Method in class org.apache.brooklyn.entity.software.base.SoftwareProcessImpl
-
- init() - Method in class org.apache.brooklyn.entity.stock.AsyncApplicationImpl
-
- init() - Method in class org.apache.brooklyn.entity.stock.BasicApplicationImpl
-
- init() - Static method in class org.apache.brooklyn.entity.stock.DelegateEntity.EntityUrl
-
Setup renderer hints.
- init() - Method in class org.apache.brooklyn.entity.stock.DelegateEntityImpl
-
- init() - Method in class org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppClusterImpl
-
- init() - Method in class org.apache.brooklyn.entity.webapp.DynamicWebAppClusterImpl
-
- init() - Method in class org.apache.brooklyn.entity.webapp.JavaWebAppSoftwareProcessImpl
-
- init() - Method in class org.apache.brooklyn.entity.zookeeper.ZooKeeperNodeImpl
-
- init() - Method in class org.apache.brooklyn.launcher.osgi.ClassRenameOsgiConfigLoader
-
- init() - Method in class org.apache.brooklyn.launcher.osgi.JcloudsProviderRenameOsgiConfigLoader
-
- init() - Method in class org.apache.brooklyn.launcher.osgi.OsgiConfigLoader
-
- init() - Method in class org.apache.brooklyn.launcher.osgi.start.OsgiLauncherCompleter
-
- init() - Method in class org.apache.brooklyn.location.byon.FixedListMachineProvisioningLocation
-
- init() - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- init(ManagementContext) - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocationResolver
-
- init() - Method in class org.apache.brooklyn.location.jclouds.JcloudsSshMachineLocation
-
- init() - Static method in class org.apache.brooklyn.location.jclouds.JcloudsTypeCoercions
-
- init() - Method in class org.apache.brooklyn.location.jclouds.JcloudsWinRmMachineLocation
-
- init() - Method in class org.apache.brooklyn.location.multi.MultiLocation
-
- init(ManagementContext) - Method in class org.apache.brooklyn.location.multi.MultiLocationResolver
-
- init() - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- init() - Method in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- init() - Method in class org.apache.brooklyn.policy.action.AbstractScheduledEffectorPolicy
-
- init() - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- init() - Method in class org.apache.brooklyn.policy.enricher.RollingMeanEnricher
-
- init() - Method in class org.apache.brooklyn.policy.enricher.RollingTimeWindowMeanEnricher
-
- init() - Method in class org.apache.brooklyn.policy.enricher.TimeFractionDeltaEnricher
-
- init() - Method in class org.apache.brooklyn.policy.enricher.TimeWeightedDeltaEnricher
-
- init() - Method in class org.apache.brooklyn.policy.ha.ConnectionFailureDetector
-
- init() - Method in class org.apache.brooklyn.policy.ha.SshMachineFailureDetector
-
- init() - Method in class org.apache.brooklyn.policy.loadbalancing.ItemsInContainersGroupImpl
-
- init() - Method in class org.apache.brooklyn.qa.load.SimulatedTheeTierApp
-
- init() - Method in class org.apache.brooklyn.qa.load.SimulatedVanillaSoftwareProcessImpl
-
- init(FilterConfig) - Method in class org.apache.brooklyn.rest.filter.BrooklynSecurityProviderFilterJavax
-
- init(FilterConfig) - Method in class org.apache.brooklyn.rest.filter.HaMasterCheckFilter
-
Deprecated.
- init(FilterConfig) - Method in class org.apache.brooklyn.rest.filter.LoggingFilter
-
- init(FilterConfig) - Method in class org.apache.brooklyn.rest.filter.RequestTaggingFilter
-
- init() - Method in class org.apache.brooklyn.test.osgi.entities.more.MoreEntityImpl
-
Unlike v1, this declares an explicit dependency on SimplePolicy
- init(FilterConfig) - Method in class org.apache.brooklyn.ui.modularity.module.api.UiModuleFilter
-
- init() - Static method in class org.apache.brooklyn.util.net.Networking
-
does nothing, but forces the class to be loaded and do static initialization
- INIT_HEAP_MEMORY - Static variable in interface org.apache.brooklyn.entity.java.UsesJavaMXBeans
-
- initAll() - Static method in class org.apache.brooklyn.core.internal.BrooklynInitialization
-
- initApp() - Method in class org.apache.brooklyn.demo.NodeJsTodoApplication
-
- initApp() - Method in class org.apache.brooklyn.demo.SingleWebServerExample
-
- initApp() - Method in class org.apache.brooklyn.demo.WebClusterDatabaseExample
-
- initApp() - Method in class org.apache.brooklyn.demo.WebClusterDatabaseExampleApp
-
- initApp() - Method in class org.apache.brooklyn.demo.WebClusterExample
-
- initBouncyCastleProvider() - Static method in class org.apache.brooklyn.util.core.crypto.SecureKeys
-
- InitdServiceInstaller - Class in org.apache.brooklyn.entity.system_service
-
- InitdServiceInstaller(Entity, Enricher) - Constructor for class org.apache.brooklyn.entity.system_service.InitdServiceInstaller
-
- INITIAL_MACHINES_FACTORY - Static variable in class org.apache.brooklyn.location.byon.FixedListMachineProvisioningLocation
-
The initialMachinesFactory allows JcloudsByonLocationResolver to work, to defer
instantiating the JcloudsLocation and the JcloudsMachineLocation instances.
- INITIAL_QUORUM_SIZE - Static variable in interface org.apache.brooklyn.entity.group.DynamicCluster
-
- INITIAL_QUORUM_SIZE - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraFabric
-
Deprecated.
- INITIAL_QUORUM_SIZE - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
- INITIAL_ROUTER_CLUSTER_SIZE - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardedDeployment
-
- INITIAL_SEEDS - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- INITIAL_SHARD_CLUSTER_SIZE - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardedDeployment
-
- INITIAL_SIZE - Static variable in interface org.apache.brooklyn.entity.group.Cluster
-
- INITIAL_SIZE - Static variable in interface org.apache.brooklyn.entity.machine.pool.ServerPool
-
- INITIAL_SIZE - Static variable in interface org.apache.brooklyn.entity.messaging.kafka.KafkaCluster
-
- INITIAL_SIZE - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBReplicaSet
-
- INITIAL_SIZE - Static variable in interface org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppCluster
-
- INITIAL_SIZE - Static variable in interface org.apache.brooklyn.entity.zookeeper.ZooKeeperEnsemble
-
- InitialBuilder() - Constructor for class org.apache.brooklyn.enricher.stock.Enrichers.InitialBuilder
-
- initialCredentials(LoginCredentials) - Method in class org.apache.brooklyn.location.jclouds.ConnectivityResolverOptions.Builder
-
- initialCredentials() - Method in class org.apache.brooklyn.location.jclouds.ConnectivityResolverOptions
-
- InitialFullRebindIteration - Class in org.apache.brooklyn.core.mgmt.rebind
-
Does an un-bind (if necessary) and re-bind for a subset of items.
- InitialFullRebindIteration(RebindManagerImpl, ManagementNodeState, ClassLoader, RebindExceptionHandler, Semaphore, AtomicInteger, PersistenceActivityMetrics, BrooklynMementoPersister) - Constructor for class org.apache.brooklyn.core.mgmt.rebind.InitialFullRebindIteration
-
- INITIALIZE_DB - Static variable in interface org.apache.brooklyn.entity.database.postgresql.PostgreSqlNode
-
- Initializer() - Constructor for class org.apache.brooklyn.entity.webapp.WebAppServiceMetrics.Initializer
-
- initializeReplicaSet(String, Integer) - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBClientSupport
-
- initializeReplicaSet(String, Integer) - Method in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBServer
-
Initialises a replica set at the server the method is invoked on.
- initializeReplicaSet(String, Integer) - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBServerImpl
-
- InitializerResolver(BrooklynYamlTypeInstantiator.Factory) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynEntityDecorationResolver.InitializerResolver
-
- initializeSpecWithExplicitParameters(AbstractBrooklynObjectSpec<?, ?>, List<? extends SpecParameter<?>>, BrooklynClassLoadingContext) - Static method in class org.apache.brooklyn.core.objs.BasicSpecParameter
-
Adds the given list of
parameters to the provided
spec, and if spec has no parameters it
also generates a list from the spec
- initInternalFuture(<any>) - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- initInternalFuture(<any>) - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- initInternalFuture(<any>) - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
sets the internal future object used to record the association to a job submitted to an ExecutorService
- initNetworking() - Static method in class org.apache.brooklyn.core.internal.BrooklynInitialization
-
- initOsgi() - Method in interface org.apache.brooklyn.launcher.osgi.OsgiLauncher
-
Called by blueprint container of brooklyn-karaf-init.
- initOsgi() - Method in class org.apache.brooklyn.launcher.osgi.OsgiLauncherImpl
-
- initPortRanges() - Static method in class org.apache.brooklyn.core.internal.BrooklynInitialization
-
- initSecureKeysBouncyCastleProvider() - Static method in class org.apache.brooklyn.core.internal.BrooklynInitialization
-
- InitSlaveTaskBody - Class in org.apache.brooklyn.entity.database.mysql
-
- InitSlaveTaskBody(MySqlCluster, MySqlNode, Semaphore) - Constructor for class org.apache.brooklyn.entity.database.mysql.InitSlaveTaskBody
-
- initStandardAdapters() - Static method in class org.apache.brooklyn.util.core.flags.TypeCoercions
-
- initSwagger() - Static method in class org.apache.brooklyn.rest.RestApiSetup
-
- initTypeCoercionStandardAdapters() - Static method in class org.apache.brooklyn.core.internal.BrooklynInitialization
-
- INJECT_LOGIN_CREDENTIAL - Static variable in class org.apache.brooklyn.container.location.docker.DockerJcloudsLocation
-
- INJECT_LOGIN_CREDENTIAL - Static variable in interface org.apache.brooklyn.container.location.kubernetes.KubernetesLocationConfig
-
- injectExecutor(ExecutorService) - Method in class org.apache.brooklyn.util.core.task.SingleThreadedScheduler
-
- injectExecutor(ExecutorService) - Method in interface org.apache.brooklyn.util.core.task.TaskScheduler
-
- injectManagementContext(ManagementContext) - Method in class org.apache.brooklyn.core.mgmt.persist.FileBasedObjectStore
-
- injectManagementContext(ManagementContext) - Method in class org.apache.brooklyn.core.mgmt.persist.jclouds.JcloudsBlobStoreBasedObjectStore
-
- injectManagementContext(ManagementContext) - Method in interface org.apache.brooklyn.core.mgmt.persist.PersistenceObjectStore
-
Allows a way for an object store to be created ahead of time, and a mgmt context injected.
- injectTypeClass(Class<?>) - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.Memento
-
- injectTypeClass(Class<?>) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.AbstractMemento
-
- InPlaceExternalConfigSupplier - Class in org.apache.brooklyn.core.config.external
-
Instances are populated via sub-keys specified directly in the brooklyn.properties file:
- InPlaceExternalConfigSupplier(ManagementContext, String, Map<String, String>) - Constructor for class org.apache.brooklyn.core.config.external.InPlaceExternalConfigSupplier
-
- input(String) - Method in class org.apache.brooklyn.feed.shell.ShellPollConfig
-
- InputStreamSupplier - Class in org.apache.brooklyn.util.stream
-
- insertIptablesRule(IptablesCommands.Chain, Protocol, int, IptablesCommands.Policy) - Static method in class org.apache.brooklyn.util.ssh.IptablesCommands
-
Returns the command that inserts a rule on top of the iptables' rules to all interfaces.
- insertIptablesRule(IptablesCommands.Chain, String, Protocol, int, IptablesCommands.Policy) - Static method in class org.apache.brooklyn.util.ssh.IptablesCommands
-
Returns the command that inserts a rule on top of the iptables' rules.
- install(ServletContextHandler) - Static method in class org.apache.brooklyn.camp.server.RestApiSetup
-
- install(InputStream) - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiManager
-
See OsgiArchiveInstaller.install(), using default values
- install(ManagedBundle, InputStream, boolean, boolean, boolean) - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiManager
-
See OsgiArchiveInstaller.install() - this exposes custom options
- install() - Method in class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.chef.ChefSoloDriver
-
Deprecated.
- install() - Method in class org.apache.brooklyn.entity.cm.ansible.AnsibleEntitySshDriver
-
- install() - Method in class org.apache.brooklyn.entity.cm.salt.SaltEntitySshDriver
-
- install() - Method in class org.apache.brooklyn.entity.database.crate.CrateNodeSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.database.derby.DerbyDatabaseSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.database.rubyrep.RubyRepSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.java.JmxmpSslSupport
-
builds remote keystores, stores config keys/certs, and copies necessary files across
- install() - Method in class org.apache.brooklyn.entity.java.JmxSupport
-
installs files needed for JMX, to the runDir given in constructor, assuming the runDir has been created
- install() - Method in class org.apache.brooklyn.entity.java.VanillaJavaAppSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.messaging.kafka.AbstractfKafkaSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.messaging.storm.StormSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.monitoring.monit.MonitSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeSshDriver
-
Deprecated.
- install() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseSyncGatewaySshDriver
-
- install() - Method in class org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.nosql.elasticsearch.ElasticSearchNodeSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNodeSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.nosql.infinispan.Infinispan5SshDriver
-
- install() - Method in class org.apache.brooklyn.entity.nosql.mongodb.AbstractMongoDBSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.nosql.redis.RedisStoreSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.nosql.solr.SolrServerSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.osgi.karaf.KarafSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
Implementations should fail if the return code is non-zero, by throwing some appropriate exception.
- install() - Method in class org.apache.brooklyn.entity.software.base.EmptySoftwareProcessSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.software.base.EmptyWindowsProcessWinRmDriver
-
- install() - Method in class org.apache.brooklyn.entity.software.base.VanillaSoftwareProcessSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.software.base.VanillaWindowsProcessWinRmDriver
-
- install() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss6SshDriver
-
Deprecated.
- install() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss7SshDriver
-
Deprecated.
- install() - Method in class org.apache.brooklyn.entity.webapp.jetty.Jetty6SshDriver
-
- install() - Method in class org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.webapp.tomcat.TomcatSshDriver
-
- install() - Method in class org.apache.brooklyn.entity.zookeeper.ZooKeeperSshDriver
-
- install() - Method in class org.apache.brooklyn.qa.load.SimulatedJBoss7ServerImpl.SimulatedJBoss7SshDriver
-
- install() - Method in class org.apache.brooklyn.qa.load.SimulatedMySqlNodeImpl.SimulatedMySqlSshDriver
-
- install() - Method in class org.apache.brooklyn.qa.load.SimulatedNginxControllerImpl.SimulatedNginxSshDriver
-
- install() - Method in class org.apache.brooklyn.qa.load.SimulatedVanillaSoftwareProcessImpl.SimulatedVanillaSoftwareProcessSshDriver
-
- install(SshMachineLocation, String, String) - Static method in class org.apache.brooklyn.util.core.file.ArchiveUtils
-
Installs a URL onto a remote machine.
- install(Map<String, ?>, SshMachineLocation, String, String, int) - Static method in class org.apache.brooklyn.util.core.file.ArchiveUtils
-
Installs a URL onto a remote machine.
- install(ResourceUtils, Map<String, ?>, SshMachineLocation, String, String, int) - Static method in class org.apache.brooklyn.util.core.file.ArchiveUtils
-
- install(SimpleModule) - Method in class org.apache.brooklyn.util.core.json.BidiSerialization.AbstractWithManagementContextSerialization
-
- install(Framework, String) - Static method in class org.apache.brooklyn.util.core.osgi.Osgis
-
Installs a bundle from the given URL, doing a check if already installed, and
using the
ResourceUtils loader for this project (brooklyn core)
- INSTALL_ANSIBLE - Static variable in class org.apache.brooklyn.entity.cm.ansible.AnsibleBashCommands
-
- INSTALL_BUNDLE - Static variable in interface org.apache.brooklyn.entity.osgi.karaf.KarafContainer
-
- INSTALL_COMMAND - Static variable in interface org.apache.brooklyn.entity.software.base.AbstractVanillaProcess
-
- INSTALL_COMMAND - Static variable in interface org.apache.brooklyn.entity.software.base.VanillaWindowsProcess
-
- INSTALL_CURL - Static variable in class org.apache.brooklyn.util.ssh.BashCommands
-
- INSTALL_DIR - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- INSTALL_DIR - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- INSTALL_DIR - Static variable in interface org.apache.brooklyn.entity.software.base.VanillaWindowsProcess
-
- INSTALL_FEATURE - Static variable in interface org.apache.brooklyn.entity.osgi.karaf.KarafContainer
-
- INSTALL_FILES - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
Files to be copied to the server before install.
- INSTALL_FROM_OPSCODE - Static variable in class org.apache.brooklyn.entity.chef.ChefBashCommands
-
- INSTALL_INCOMPLETE - Static variable in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
Prevents creation of the $INSTALL_DIR/BROOKLYN marker file after installing
phase finishes, to allow further installation phases to execute.
- INSTALL_LATCH - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- INSTALL_LATCH - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- INSTALL_POWERSHELL_COMMAND - Static variable in interface org.apache.brooklyn.entity.software.base.VanillaWindowsProcess
-
- INSTALL_REBOOT_REQUIRED - Static variable in interface org.apache.brooklyn.entity.software.base.VanillaWindowsProcess
-
- INSTALL_RESOURCES_LATCH - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- INSTALL_RESOURCES_LATCH - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- INSTALL_SYSSTAT - Static variable in class org.apache.brooklyn.util.ssh.BashCommands
-
- INSTALL_TAR - Static variable in class org.apache.brooklyn.util.ssh.BashCommands
-
- INSTALL_TEMPLATES - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
Templates to be filled in and then copied to the server before install.
- INSTALL_UNIQUE_LABEL - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- INSTALL_UNIQUE_LABEL - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- INSTALL_UNZIP - Static variable in class org.apache.brooklyn.util.ssh.BashCommands
-
- INSTALL_WGET - Static variable in class org.apache.brooklyn.util.ssh.BashCommands
-
- INSTALL_ZIP - Static variable in class org.apache.brooklyn.util.ssh.BashCommands
-
- installAnsible(String, boolean) - Static method in class org.apache.brooklyn.entity.cm.ansible.AnsiblePlaybookTasks
-
- installAsServletFilter(ServletContextHandler) - Static method in class org.apache.brooklyn.camp.server.rest.CampServer.CampServerUtils
-
- installBundle(ManagedBundle, InputStream) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
install the bundles into brooklyn and osgi, but do not start nor validate;
caller (rebind) will do that manually, doing each step across all bundles before proceeding
to prevent reference errors
- installBundle(String) - Method in interface org.apache.brooklyn.entity.osgi.karaf.KarafContainer
-
throws URISyntaxException If bundle name is not a valid URI
- installBundle(String) - Method in class org.apache.brooklyn.entity.osgi.karaf.KarafContainerImpl
-
throws URISyntaxException If bundle name is not a valid URI
- installBundle(File, boolean) - Method in class org.apache.brooklyn.util.core.osgi.BundleMaker
-
- installChef(String, boolean) - Static method in class org.apache.brooklyn.entity.chef.ChefSoloTasks
-
- installChef(String, boolean) - Static method in class org.apache.brooklyn.entity.chef.ChefTasks
-
- installCommands(String) - Static method in class org.apache.brooklyn.util.core.file.ArchiveUtils
-
Returns the list of commands used to install support for an archive with the given name.
- installCookbook(String, String, String, boolean) - Static method in class org.apache.brooklyn.entity.chef.ChefSoloTasks
-
- installCookbook(String, String, String, boolean) - Static method in class org.apache.brooklyn.entity.chef.ChefTasks
-
- installCookbooks(String, Map<String, String>, boolean) - Static method in class org.apache.brooklyn.entity.chef.ChefSoloTasks
-
- installCookbooks(String, Map<String, String>, boolean) - Static method in class org.apache.brooklyn.entity.chef.ChefTasks
-
- installDeferredStart(ManagedBundle, InputStream, boolean) - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiManager
-
See OsgiArchiveInstaller.install(), but deferring the start and catalog load
- installExecutable(Map<?, ?>, String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
Returns a string for checking whether the given executable is available,
and installing it if necessary.
- installExecutable(String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- installFeature(String) - Method in interface org.apache.brooklyn.entity.osgi.karaf.KarafContainer
-
- installFeature(String) - Method in class org.apache.brooklyn.entity.osgi.karaf.KarafContainerImpl
-
- installFromUrl(SshMachineLocation, String, String) - Static method in class org.apache.brooklyn.util.core.task.ssh.SshTasks
-
task to install a file given a url, where the url is resolved remotely first then locally
- installFromUrl(Map<String, ?>, SshMachineLocation, String, String) - Static method in class org.apache.brooklyn.util.core.task.ssh.SshTasks
-
task to install a file given a url, where the url is resolved remotely first then locally
- installFromUrl(ResourceUtils, Map<String, ?>, SshMachineLocation, String, String) - Static method in class org.apache.brooklyn.util.core.task.ssh.SshTasks
-
task to install a file given a url, where the url is resolved remotely first then locally
- INSTALLING - Static variable in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- installJava() - Method in class org.apache.brooklyn.entity.java.JavaSoftwareProcessSshDriver
-
Checks for Java 6 or 7, installing Java 7 if neither are found.
- installJava() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeSshDriver
-
Deprecated.
- installJava() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss6SshDriver
-
Deprecated.
- installJava() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss7SshDriver
-
Deprecated.
- installJava(int) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
Install a particular Java runtime, fails if not possible.
- installJava6() - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- installJava6IfPossible() - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- installJava6OrFail() - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- installJava7() - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- installJava7IfPossible() - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- installJava7Or6OrFail() - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- installJava7OrFail() - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- installJava8() - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- installJava8IfPossible() - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- installJavaLatestOrFail() - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- installJavaLatestOrWarn() - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- installJavaUtilLoggingBridge() - Static method in class org.apache.brooklyn.util.logging.LoggingSetup
-
bridge java.util.logging messages to slf4j
- installJmxSupport() - Method in class org.apache.brooklyn.entity.java.JavaSoftwareProcessSshDriver
-
- installLibraries(ManagementContext, Collection<CatalogItem.CatalogBundle>) - Static method in class org.apache.brooklyn.core.catalog.internal.CatalogUtils
-
Registers all bundles with the management context's OSGi framework.
- installLibraries(ManagementContext, Collection<CatalogItem.CatalogBundle>, boolean) - Static method in class org.apache.brooklyn.core.catalog.internal.CatalogUtils
-
- installPackage(String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- installPackage(Map<?, ?>, String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
Returns a command for installing the given package.
- installPackageOr(Map<?, ?>, String, String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- installPackageOrFail(Map<?, ?>, String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- installPlaybook(String, String, String) - Static method in class org.apache.brooklyn.entity.cm.ansible.AnsiblePlaybookTasks
-
- installRest(ServletContextHandler, Object...) - Static method in class org.apache.brooklyn.rest.RestApiSetup
-
- installSalt(boolean) - Static method in class org.apache.brooklyn.entity.cm.salt.SaltSshTasks
-
- installSaltFormula(String, boolean) - Static method in class org.apache.brooklyn.entity.cm.salt.SaltSshTasks
-
- installSaltPillar(String, boolean) - Static method in class org.apache.brooklyn.entity.cm.salt.SaltSshTasks
-
- installSaltUtilities(boolean) - Static method in class org.apache.brooklyn.entity.cm.salt.SaltSshTasks
-
- installSecurityFilter(Boolean) - Method in class org.apache.brooklyn.launcher.BrooklynLauncher
-
- installServletFilters(ServletContextHandler, Class<? extends Filter>...) - Static method in class org.apache.brooklyn.rest.RestApiSetup
-
- installServletFilters(ServletContextHandler, Collection<Class<? extends Filter>>) - Static method in class org.apache.brooklyn.rest.RestApiSetup
-
- installSslKeys(String, ProxySslConfig) - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxControllerImpl
-
Installs SSL keys named as id.crt and id.key where nginx can find them.
- installTlsForHttpsIfAppropriate() - Static method in class org.apache.brooklyn.util.net.Networking
-
- installTlsOnlyForHttpsForcing() - Static method in class org.apache.brooklyn.util.net.Networking
-
force use of TLSv1, fixing:
http://stackoverflow.com/questions/9828414/receiving-sslhandshakeexception-handshake-failure-despite-my-client-ignoring-al
- installTo(String, String) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- installTo(Map<String, ?>, String, String) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- installTo(ResourceUtils, String, String) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- installTo(ResourceUtils, Map<String, ?>, String, String) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
Installs the given URL at the indicated destination path.
- installTopFile(Set<? extends String>, boolean) - Static method in class org.apache.brooklyn.entity.cm.salt.SaltSshTasks
-
- INSTANCE - Static variable in class org.apache.brooklyn.container.location.kubernetes.KubernetesClientRegistryImpl
-
- INSTANCE - Static variable in class org.apache.brooklyn.container.location.openshift.OpenShiftClientRegistryImpl
-
- INSTANCE - Static variable in class org.apache.brooklyn.core.BrooklynVersion
-
- INSTANCE - Static variable in class org.apache.brooklyn.core.catalog.internal.CatalogItemComparator
-
- INSTANCE - Static variable in class org.apache.brooklyn.core.mgmt.persist.DeserializingClassRenamesProvider
-
- INSTANCE - Static variable in class org.apache.brooklyn.core.mgmt.persist.DeserializingJcloudsRenamesProvider
-
- INSTANCE - Static variable in class org.apache.brooklyn.core.objs.ConstraintSerialization
-
- INSTANCE - Static variable in class org.apache.brooklyn.core.typereg.RegisteredTypes.RegisteredTypeNameThenBestFirstComparator
-
- INSTANCE - Static variable in class org.apache.brooklyn.core.typereg.RegisteredTypes.RegisteredTypeNameThenWorstFirstComparator
-
- INSTANCE - Static variable in class org.apache.brooklyn.location.jclouds.BlobStoreContextFactoryImpl
-
- INSTANCE - Static variable in class org.apache.brooklyn.location.jclouds.ComputeServiceRegistryImpl
-
- INSTANCE - Static variable in class org.apache.brooklyn.util.collections.Jsonya.JsonPrimitiveDeepTranslator
-
- INSTANCE - Static variable in class org.apache.brooklyn.util.core.LoaderDispatcher.ClassLoaderDispatcher
-
- INSTANCE - Static variable in class org.apache.brooklyn.util.core.LoaderDispatcher.MultipleResourceLoaderDispatcher
-
- INSTANCE - Static variable in class org.apache.brooklyn.util.core.LoaderDispatcher.ResourceLoaderDispatcher
-
- INSTANCE - Static variable in class org.apache.brooklyn.util.osgi.VersionedName.VersionedNameComparator
-
- INSTANCE - Static variable in class org.apache.brooklyn.util.osgi.VersionedName.VersionedNameStringComparator
-
- INSTANCE - Static variable in class org.apache.brooklyn.util.text.NaturalOrderComparator
-
- INSTANCE - Static variable in class org.apache.brooklyn.util.text.VersionComparator
-
- instantiate(AssemblyTemplate, CampPlatform) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynAssemblyTemplateInstantiator
-
- instantiate(AssemblyTemplate, CampPlatform) - Method in interface org.apache.brooklyn.camp.spi.instantiate.AssemblyTemplateInstantiator
-
- instantiate(AssemblyTemplate, CampPlatform) - Method in class org.apache.brooklyn.camp.spi.instantiate.BasicAssemblyTemplateInstantiator
-
- instantiator - Variable in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynEntityDecorationResolver
-
- instantiator(Class<? extends AssemblyTemplateInstantiator>) - Method in class org.apache.brooklyn.camp.spi.AssemblyTemplate.Builder
-
- instantiator(Class<? extends AssemblyTemplateInstantiator>) - Method in class org.apache.brooklyn.camp.spi.pdp.AssemblyTemplateConstructor
-
- INSUFFICIENT_CAPACITY_HIGH_WATER_MARK - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- InsufficientCapacityException(String) - Constructor for exception org.apache.brooklyn.core.entity.trait.Resizable.InsufficientCapacityException
-
- InsufficientCapacityException(String, Throwable) - Constructor for exception org.apache.brooklyn.core.entity.trait.Resizable.InsufficientCapacityException
-
- IntegerAttributeSensorAndConfigKey(AttributeSensorAndConfigKey<Integer, Integer>, Integer) - Constructor for class org.apache.brooklyn.core.sensor.BasicAttributeSensorAndConfigKey.IntegerAttributeSensorAndConfigKey
-
- IntegerAttributeSensorAndConfigKey(String, String, Integer) - Constructor for class org.apache.brooklyn.core.sensor.BasicAttributeSensorAndConfigKey.IntegerAttributeSensorAndConfigKey
-
- IntegerAttributeSensorAndConfigKey(String, String) - Constructor for class org.apache.brooklyn.core.sensor.BasicAttributeSensorAndConfigKey.IntegerAttributeSensorAndConfigKey
-
- IntegerAttributeSensorAndConfigKey(String) - Constructor for class org.apache.brooklyn.core.sensor.BasicAttributeSensorAndConfigKey.IntegerAttributeSensorAndConfigKey
-
- IntegerSystemProperty - Class in org.apache.brooklyn.util.internal
-
- IntegerSystemProperty(String) - Constructor for class org.apache.brooklyn.util.internal.IntegerSystemProperty
-
- interceptor(HttpResponseInterceptor) - Method in class org.apache.brooklyn.test.http.TestHttpServer
-
- interceptor(HttpRequestInterceptor) - Method in class org.apache.brooklyn.test.http.TestHttpServer
-
- InterestingTasksFirstComparator() - Constructor for class org.apache.brooklyn.rest.resources.EntityResource.InterestingTasksFirstComparator
-
- InterestingTasksFirstComparator(Entity) - Constructor for class org.apache.brooklyn.rest.resources.EntityResource.InterestingTasksFirstComparator
-
- INTERFACE_CONFIG_TEMPLATE - Static variable in interface org.apache.brooklyn.entity.network.bind.BindDnsServer
-
- internal(Object) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslToStringHelpers
-
convenience for internal arguments, removing any prefix, and applying wrap/escapes and other conversions
- INTERNAL_JMX_PORT - Static variable in interface org.apache.brooklyn.entity.messaging.kafka.KafkaBroker
-
- INTERNAL_PROVISIONED_MACHINE - Static variable in class org.apache.brooklyn.entity.software.base.lifecycle.MachineLifecycleEffectorTasks
-
- INTERNAL_PROVISIONING_TASK_STATE - Static variable in interface org.apache.brooklyn.core.entity.internal.AttributesInternal
-
- INTERNAL_TERMINATION_TASK_STATE - Static variable in interface org.apache.brooklyn.core.entity.internal.AttributesInternal
-
- internalCreateSpecLegacy(ManagementContext, CatalogItem<T, SpecT>, Set<String>, boolean) - Static method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- InternalEntityFactory - Class in org.apache.brooklyn.core.objs.proxy
-
Creates entities (and proxies) of required types, given the
This is an internal class for use by core-brooklyn.
- InternalEntityFactory(ManagementContextInternal, EntityTypeRegistry, InternalPolicyFactory) - Constructor for class org.apache.brooklyn.core.objs.proxy.InternalEntityFactory
-
- InternalFactory - Class in org.apache.brooklyn.core.objs.proxy
-
- InternalFactory(ManagementContextInternal) - Constructor for class org.apache.brooklyn.core.objs.proxy.InternalFactory
-
- InternalFactory.FactoryConstructionTracker - Class in org.apache.brooklyn.core.objs.proxy
-
For tracking if constructor has been called by framework, or in legacy way (i.e.
- InternalLocationFactory - Class in org.apache.brooklyn.core.objs.proxy
-
Creates locations of required types.
- InternalLocationFactory(ManagementContextInternal) - Constructor for class org.apache.brooklyn.core.objs.proxy.InternalLocationFactory
-
- InternalPolicyFactory - Class in org.apache.brooklyn.core.objs.proxy
-
Creates policies of required types.
- InternalPolicyFactory(ManagementContextInternal) - Constructor for class org.apache.brooklyn.core.objs.proxy.InternalPolicyFactory
-
- INTERRUPT_TASK_AND_ALL_SUBMITTED_TASKS - Static variable in class org.apache.brooklyn.util.core.task.TaskInternal.TaskCancellationMode
-
- INTERRUPT_TASK_AND_DEPENDENT_SUBMITTED_TASKS - Static variable in class org.apache.brooklyn.util.core.task.TaskInternal.TaskCancellationMode
-
- INTERRUPT_TASK_BUT_NOT_SUBMITTED_TASKS - Static variable in class org.apache.brooklyn.util.core.task.TaskInternal.TaskCancellationMode
-
- InterruptingImmediateSupplier<T> - Class in org.apache.brooklyn.util.core.task
-
Wraps a
Supplier as an
ImmediateSupplier by interrupting the thread before calling
Supplier#get().
- InterruptingImmediateSupplier(<any>) - Constructor for class org.apache.brooklyn.util.core.task.InterruptingImmediateSupplier
-
- InterruptingImmediateSupplier.InterruptingImmediateSupplierNotSupportedForObject - Exception in org.apache.brooklyn.util.core.task
-
- InterruptingImmediateSupplierNotSupportedForObject(Object) - Constructor for exception org.apache.brooklyn.util.core.task.InterruptingImmediateSupplier.InterruptingImmediateSupplierNotSupportedForObject
-
- intValue() - Method in class org.apache.brooklyn.util.math.BitList
-
returns value of this as an integer (ignoring any too-high bits)
- invalid() - Static method in class org.apache.brooklyn.entity.brooklynnode.EntityHttpClient.ResponseCodePredicates
-
- invalidate(Object) - Method in class org.apache.brooklyn.util.guava.KeyTransformingLoadingCache
-
- invalidateAll() - Method in class org.apache.brooklyn.util.guava.KeyTransformingLoadingCache
-
- invalidateReferences() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
For use by management plane, to invalidate all fields (e.g.
- InvalidPatternException(String) - Constructor for exception org.apache.brooklyn.util.text.WildcardGlobs.InvalidPatternException
-
- invocation(Entity, Effector<T>, ConfigBag) - Static method in class org.apache.brooklyn.core.effector.Effectors
-
- invocation(Entity, Effector<T>, Map<?, ?>) - Static method in class org.apache.brooklyn.core.effector.Effectors
-
- invocation(Effector<?>, Map<?, ?>, Iterable<? extends Entity>) - Static method in class org.apache.brooklyn.core.effector.Effectors
-
- invocation(Effector<?>, Map<?, ?>, Entity...) - Static method in class org.apache.brooklyn.core.effector.Effectors
-
- invocationParallel(Effector<?>, Map<?, ?>, Iterable<? extends Entity>) - Static method in class org.apache.brooklyn.core.effector.Effectors
-
returns an unsubmitted task which will invoke the given effector on the given entities in parallel;
return type is Task> (but haven't put in the blood sweat toil and tears to make the generics work)
- invocationSequential(Effector<?>, Map<?, ?>, Iterable<? extends Entity>) - Static method in class org.apache.brooklyn.core.effector.Effectors
-
- invoke(Effector<T>, Map<String, ?>) - Method in interface org.apache.brooklyn.api.entity.Entity
-
Invokes the given effector, with the given parameters to that effector.
- invoke(Effector<T>) - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- invoke(Map, Effector<T>) - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- invoke(Effector<T>, Map<String, ?>) - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
Additional form supplied for when the parameter map needs to be made explicit.
- invoke(Object, Method, Object[]) - Method in class org.apache.brooklyn.core.objs.proxy.EntityProxyImpl
-
- invoke(String, String, String, String, Map<String, Object>) - Method in interface org.apache.brooklyn.rest.api.EffectorApi
-
- invoke(String, String, String, String, Map<String, Object>) - Method in class org.apache.brooklyn.rest.resources.EffectorResource
-
- INVOKE_AT - Static variable in class org.apache.brooklyn.policy.action.ScheduledEffectorPolicy
-
- INVOKE_EFFECTOR - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- INVOKE_IMMEDIATELY - Static variable in class org.apache.brooklyn.policy.action.ScheduledEffectorPolicy
-
- invokeConstructorFromArgs(Class<? extends T>, Object...) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
Finds and invokes a suitable constructor, supporting varargs and primitives, boxing and looking at compatible supertypes in the constructor's signature
- invokeConstructorFromArgs(ClassLoader, String, Object...) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- invokeConstructorFromArgs(ClassLoader, Class<T>, String, Object...) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- invokeConstructorFromArgs(ClassLoader, Class<T>, Object[], boolean) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- invokeConstructorFromArgs(Class<? extends T>, Object[], boolean) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- invokeConstructorFromArgs(Reflections, Class<? extends T>, Object[], boolean) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- invokeConstructorFromArgsIncludingPrivate(Class<? extends T>, Object...) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- invokeConstructorFromArgsUntyped(ClassLoader, String, Object...) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- invokeConstructorWithArgs(ClassLoader, String, Object...) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- invokeConstructorWithArgs(ClassLoader, Class<T>, Object[], boolean) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- invokeConstructorWithArgs(Class<? extends T>, Object...) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- invokeConstructorWithArgs(Class<? extends T>, Object[], boolean) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- invokeConstructorWithArgs(Reflections, Class<? extends T>, Object[], boolean) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- invokeEffector(I, Map<String, ?>) - Method in class org.apache.brooklyn.core.effector.ExplicitEffector
-
Deprecated.
- invokeEffector(Entity, Entity, Effector<T>, Map<String, ?>) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- invokeEffector(Entity, Entity, Effector<T>) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- invokeEffector(Entity, Iterable<? extends Entity>, Effector<?>, Map<String, ?>) - Static method in class org.apache.brooklyn.core.entity.Entities
-
Invokes in parallel if multiple, but otherwise invokes the item directly.
- invokeEffector(Entity, Iterable<? extends Entity>, Effector<?>) - Static method in class org.apache.brooklyn.core.entity.Entities
-
Invokes in parallel if multiple, but otherwise invokes the item directly.
- invokeEffector(Entity, Effector<T>, Map) - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- invokeEffector(Entity, Effector<T>, Map) - Method in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
- invokeEffector(Entity, Effector<T>, Map) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- invokeEffectorAsync(Entity, Effector<T>, Map<String, ?>) - Static method in class org.apache.brooklyn.core.mgmt.internal.EffectorUtils
-
- invokeEffectorList(Entity, Iterable<? extends Entity>, Effector<T>, Map<String, ?>) - Static method in class org.apache.brooklyn.core.entity.Entities
-
Invokes an
Effector on multiple entities, with the named arguments from the parameters
Map
using the context of the provided
Entity.
- invokeEffectorList(Entity, Iterable<? extends Entity>, Effector<T>) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- invokeEffectorListWithArgs(Entity, Iterable<? extends Entity>, Effector<T>, Object...) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- invokeEffectorListWithMap(Entity, Iterable<? extends Entity>, Effector<T>, Map<String, ?>) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- invokeEffectorMethodSync(Entity, Effector<T>, Map<String, ?>) - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
Method for entity to make effector happen with correct semantics (right place, right task context),
when a method is called on that entity.
- invokeEffectorMethodSync(Entity, Effector<T>, Map<String, ?>) - Method in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
- invokeEffectorMethodSync(Entity, Effector<T>, Map<String, ?>) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- InvokeEffectorOnCollectionSensorChange - Class in org.apache.brooklyn.policy
-
Subscribes to events on a collection
AttributeSensor and invokes the named
effectors for each element that was added and removed.
- InvokeEffectorOnCollectionSensorChange() - Constructor for class org.apache.brooklyn.policy.InvokeEffectorOnCollectionSensorChange
-
- InvokeEffectorOnSensorChange - Class in org.apache.brooklyn.policy
-
Invokes the given effector when the policy changes.
- InvokeEffectorOnSensorChange() - Constructor for class org.apache.brooklyn.policy.InvokeEffectorOnSensorChange
-
- invokeEffectorWithArgs(Entity, Entity, Effector<T>, Object...) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- invokeMethod(Method, Object, Object...) - Method in class org.apache.brooklyn.util.javalang.Reflections
-
- invokeMethodEffector(Entity, Effector<T>, Map<String, ?>) - Static method in class org.apache.brooklyn.core.mgmt.internal.EffectorUtils
-
Invokes a method effector so that its progress is tracked.
- invokeMethodFromArgs(Object, String, List<?>) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
invokes the given method on the given clazz or instance, doing reasonably good matching on args etc
- invokeMethodFromArgs(Object, String, List<?>, boolean) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- invokeMethodFromArgs(Object, String, List<?>, boolean, <any>) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- invokeMethodFromArgs(Object, Method, List<?>) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
invokes the given method on the given clazz or instance, assuming that the method matches passed arguments
- invokeMethodFromArgs(Object, Method, List<?>, boolean) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- invokeMethodFromArgs(Object, Method, List<?>, boolean, <any>) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- invokeMethodOnMetaClass(Object, String, Object) - Static method in class org.apache.brooklyn.util.groovy.GroovyJavaMethods
-
Deprecated.
- invokeMethodWithArgs(Object, String, List<?>) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- invokeMethodWithArgs(Object, String, List<?>, boolean) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- invokeSaltUtility(String, String, boolean) - Static method in class org.apache.brooklyn.entity.cm.salt.SaltSshTasks
-
- invokeStaticMethod(Method, Object...) - Method in class org.apache.brooklyn.util.javalang.Reflections
-
- invokeStopAppsOnShutdown(ManagementContext) - Static method in class org.apache.brooklyn.core.mgmt.internal.BrooklynShutdownHooks
-
- invokeStopOnShutdown(Entity) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- invokeStopOnShutdown(Entity) - Static method in class org.apache.brooklyn.core.mgmt.internal.BrooklynShutdownHooks
-
- invokeTerminateOnShutdown(ManagementContext) - Static method in class org.apache.brooklyn.core.mgmt.internal.BrooklynShutdownHooks
-
- IptablesCommands - Class in org.apache.brooklyn.util.ssh
-
- IptablesCommands() - Constructor for class org.apache.brooklyn.util.ssh.IptablesCommands
-
- IptablesCommands.Chain - Enum in org.apache.brooklyn.util.ssh
-
- IptablesCommands.Policy - Enum in org.apache.brooklyn.util.ssh
-
- IptablesCommands.Protocol - Enum in org.apache.brooklyn.util.ssh
-
- iptablesService(String) - Static method in class org.apache.brooklyn.util.ssh.IptablesCommands
-
- iptablesServiceRestart() - Static method in class org.apache.brooklyn.util.ssh.IptablesCommands
-
- iptablesServiceStart() - Static method in class org.apache.brooklyn.util.ssh.IptablesCommands
-
- iptablesServiceStatus() - Static method in class org.apache.brooklyn.util.ssh.IptablesCommands
-
- iptablesServiceStop() - Static method in class org.apache.brooklyn.util.ssh.IptablesCommands
-
- is64bit() - Method in interface org.apache.brooklyn.api.location.OsDetails
-
- is64bit() - Method in class org.apache.brooklyn.core.location.BasicOsDetails
-
- IS_APPLICATION - Static variable in class org.apache.brooklyn.core.catalog.CatalogPredicates
-
- IS_APPLICATION - Static variable in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- IS_BUSY_SENSOR_NAME - Static variable in class org.apache.brooklyn.policy.AbstractInvokeEffectorPolicy
-
- IS_CLUSTER_INIT - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakCluster
-
- IS_CLUSTER_INITIALIZED - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
- IS_EMPTY - Static variable in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
-
- IS_ENRICHER - Static variable in class org.apache.brooklyn.core.catalog.CatalogPredicates
-
- IS_ENRICHER - Static variable in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- IS_ENTITY - Static variable in class org.apache.brooklyn.core.catalog.CatalogPredicates
-
- IS_ENTITY - Static variable in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- IS_EQUAL_TO - Static variable in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
-
- IS_FIELD_NON_STATIC - Static variable in class org.apache.brooklyn.util.javalang.ReflectionPredicates
-
- IS_FIELD_NON_TRANSIENT - Static variable in class org.apache.brooklyn.util.javalang.ReflectionPredicates
-
- IS_FIELD_PUBLIC - Static variable in class org.apache.brooklyn.util.javalang.ReflectionPredicates
-
- IS_FIELD_STATIC - Static variable in class org.apache.brooklyn.util.javalang.ReflectionPredicates
-
- IS_FIELD_TRANSIENT - Static variable in class org.apache.brooklyn.util.javalang.ReflectionPredicates
-
- IS_FIRST_NODE_SET - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakCluster
-
- IS_IN_CLUSTER - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- IS_JAVA_IDENTIFIER_PART - Static variable in class org.apache.brooklyn.util.text.Strings
-
A CharMatcher that matches valid Java identifier characters.
- IS_LOCATION - Static variable in class org.apache.brooklyn.core.catalog.CatalogPredicates
-
- IS_LOCATION - Static variable in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- IS_NULL - Static variable in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
-
- IS_POLICY - Static variable in class org.apache.brooklyn.core.catalog.CatalogPredicates
-
- IS_POLICY - Static variable in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- IS_PRIMARY_FOR_REPLICA_SET - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBServer
-
- IS_PRIMARY_NODE - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- IS_RUNNING_TASK - Static variable in class org.apache.brooklyn.entity.chef.ChefSoloDriver
-
Deprecated.
- IS_SECONDARY_FOR_REPLICA_SET - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBServer
-
- IS_SECRET_PREDICATE - Static variable in class org.apache.brooklyn.core.config.Sanitizer
-
- IS_TEMPLATE - Static variable in class org.apache.brooklyn.core.catalog.CatalogPredicates
-
- isAbsent() - Method in class org.apache.brooklyn.util.guava.Maybe
-
- isAbsentOrNull() - Method in class org.apache.brooklyn.util.guava.Maybe
-
- isAbsolutish(String) - Static method in class org.apache.brooklyn.util.os.Os
-
Checks whether a file system path is absolute in a platform neutral way.
- isActivated() - Method in interface org.apache.brooklyn.api.sensor.Feed
-
True if everything has been _started_ (or it is starting) but not stopped,
even if it is suspended; see also
EntityAdjunct.isRunning()
- isActivated() - Method in class org.apache.brooklyn.core.feed.AbstractFeed
-
- isActive() - Method in interface org.apache.brooklyn.entity.proxy.AbstractController
-
- isActive() - Method in class org.apache.brooklyn.entity.proxy.AbstractControllerImpl
-
- isActive() - Method in interface org.apache.brooklyn.entity.proxy.AbstractNonProvisionedController
-
- isActive() - Method in class org.apache.brooklyn.entity.proxy.AbstractNonProvisionedControllerImpl
-
- isActive() - Method in class org.apache.brooklyn.util.stream.ThreadLocalPrintStream.OutputCapturingContext
-
- isAllowed() - Method in class org.apache.brooklyn.api.mgmt.AccessController.Response
-
- isAllowedToInterruptAllSubmittedTasks() - Method in class org.apache.brooklyn.util.core.task.TaskInternal.TaskCancellationMode
-
- isAllowedToInterruptDependentSubmittedTasks() - Method in class org.apache.brooklyn.util.core.task.TaskInternal.TaskCancellationMode
-
Implementation-dependent what "dependent" means in this context,
e.g.
- isAllowedToInterruptTask() - Method in class org.apache.brooklyn.util.core.task.TaskInternal.TaskCancellationMode
-
- isAncestor(Entity, Entity) - Static method in class org.apache.brooklyn.core.entity.Entities
-
Returns true if the given descendant includes the given ancestor in its chain.
- isAncestorCancelled(Task<?>) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- isAnyTypeOrSuper(Set<Object>, <any>) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
Queries recursively the given types (either
Class or
RegisteredType)
to see whether any superclasses satisfy the given
Predicate comparing as string or class
- isAnyTypeOrSuperSatisfying(Set<Object>, <any>) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- isAnyTypeSubtypeOf(Set<Object>, Class<?>) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
Queries recursively the given types (either
Class or
RegisteredType)
to see whether any inherit from the given
Class
- isAnyTypeSubtypeOf(Set<Object>, String) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
Queries recursively the given types (either
Class or
RegisteredType)
to see whether any inherit from the given type either in the registry or a java class
- isApi(String) - Static method in class org.apache.brooklyn.location.jclouds.JcloudsProviderAndApiLoader
-
- isApplicable(String, ConfigMap) - Method in interface org.apache.brooklyn.launcher.config.CustomResourceLocator.ResourceLocator
-
- isApplicable(String, ConfigMap) - Method in class org.apache.brooklyn.launcher.config.CustomResourceLocator.SearchingClassPathInDevMode
-
- isAuthenticated(HttpSession) - Method in class org.apache.brooklyn.rest.security.provider.AbstractSecurityProvider
-
- isAuthenticated(HttpSession) - Method in class org.apache.brooklyn.rest.security.provider.AnyoneSecurityProvider
-
- isAuthenticated(HttpSession) - Method in class org.apache.brooklyn.rest.security.provider.BlackholeSecurityProvider
-
- isAuthenticated(HttpSession) - Method in class org.apache.brooklyn.rest.security.provider.DelegatingSecurityProvider
-
- isAuthenticated(HttpSession) - Method in interface org.apache.brooklyn.rest.security.provider.SecurityProvider
-
If user supplied a value session, this passes that in so the
SecurityProvider
can check whether the user has previously authenticated, e.g.
- isAuthenticated() - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjClientConnection
-
- isAvailable() - Method in class org.apache.brooklyn.util.internal.BasicDelegatingSystemProperty
-
- isAvailable() - Method in class org.apache.brooklyn.util.internal.StringSystemProperty
-
- isAwaitingInitialRebind() - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindManager
-
Whether the management state has changed to a state where a rebind is needed
but we are still awaiting the first run;
ie state is master or hot, but list of apps is not yet accurate
- isAwaitingInitialRebind() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- isBackground - Variable in enum org.apache.brooklyn.entity.software.base.SoftwareProcess.ChildStartableMode
-
whether starting (stopping, restarting) children is backgrounded, so parent should not wait on them
- isBegun() - Method in interface org.apache.brooklyn.api.mgmt.Task
-
Whether task has started running.
- isBegun() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- isBegun() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- isBestVersion(ManagementContext) - Static method in class org.apache.brooklyn.core.catalog.CatalogPredicates
-
- isBestVersion(ManagementContext, CatalogItem<?, ?>) - Static method in class org.apache.brooklyn.core.catalog.internal.CatalogUtils
-
- isBestVersion(ManagementContext) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- isBestVersion(ManagementContext, RegisteredType) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- isBlank() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
true if the templateBuilder spec is blank (ignoring customization options e.g.
- isBlank() - Static method in class org.apache.brooklyn.util.text.StringPredicates
-
- isBlank(CharSequence) - Static method in class org.apache.brooklyn.util.text.Strings
-
Checks if the given string is empty or only consists of whitespace.
- isBreak() - Method in class org.apache.brooklyn.entity.proxy.nginx.UrlRewriteRule
-
- isBrooklynInsideFramework() - Static method in class org.apache.brooklyn.util.osgi.OsgiUtil
-
Tells if Brooklyn is running in an OSGi environment or not.
- isBundleNameEqualOrAbsent(OsgiBundleWithUrl, Bundle) - Static method in class org.apache.brooklyn.core.mgmt.ha.OsgiManager
-
- isBundleRemoved(VersionedName) - Method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades
-
- isBundleWhiteListed(Bundle) - Method in class org.apache.brooklyn.util.core.ClassLoaderUtils
-
- isCallingThreadAnOwner() - Method in class org.apache.brooklyn.util.core.mutex.SemaphoreWithOwners
-
true iff the calling thread is one of the owners
- isCancelled() - Method in class org.apache.brooklyn.rest.domain.TaskSummary
-
- isCancelled() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- isCancelled() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- isCanonical(String) - Static method in class org.apache.brooklyn.util.net.Cidr
-
returns true iff this CIDR is well-formed and canonical,
i.e.
- isCatalogItemType(CatalogItem.CatalogItemType) - Static method in class org.apache.brooklyn.core.catalog.CatalogPredicates
-
- isCauseEmbeddedInMessage() - Method in exception org.apache.brooklyn.util.exceptions.PropagatedRuntimeException
-
- isCertificateAuthorizedBy(X509Certificate, X509Certificate) - Static method in class org.apache.brooklyn.util.crypto.SecureKeysWithoutBouncyCastle
-
- isCertificateAuthorizedBy(X509Certificate, X509Certificate, boolean) - Static method in class org.apache.brooklyn.util.crypto.SecureKeysWithoutBouncyCastle
-
- isChanged() - Method in class org.apache.brooklyn.camp.spi.resolve.interpret.PlanInterpretationNode
-
- isChildOf(Entity) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
Returns a predicate that determines if a given entity is a direct child of this parent.
- isChildOf(Location) - Static method in class org.apache.brooklyn.core.location.LocationPredicates
-
Returns a predicate that determines if a given location is a direct child of this parent.
- isClientErrorStatusCode(int) - Static method in class org.apache.brooklyn.util.http.HttpAsserts
-
- isClustered() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeDriver
-
Deprecated.
- isClustered() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeSshDriver
-
Deprecated.
- isClusterInitialized() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseClusterImpl
-
- isCold() - Method in interface org.apache.brooklyn.policy.loadbalancing.BalanceablePoolModel
-
- isCold() - Method in class org.apache.brooklyn.policy.loadbalancing.DefaultBalanceablePoolModel
-
- isConnected() - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
Checks if the JmxHelper is connected.
- isConnected() - Method in class org.apache.brooklyn.util.core.internal.ssh.cli.SshCliTool
-
- isConnected() - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjClientConnection
-
- isConnected() - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjTool
-
- isConnected() - Method in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- isConstructing() - Static method in class org.apache.brooklyn.core.objs.proxy.InternalFactory.FactoryConstructionTracker
-
- isCreating() - Method in class org.apache.brooklyn.core.mgmt.internal.ManagementTransitionMode
-
Object is being created:
previously did not exist (not even in persisted state);
implies that we are the active manager creating it,
i.e.
- isCreatorVisible(Member) - Method in class org.apache.brooklyn.util.core.json.PossiblyStrictPreferringFieldsVisibilityChecker
-
- isCreatorVisible(AnnotatedMember) - Method in class org.apache.brooklyn.util.core.json.PossiblyStrictPreferringFieldsVisibilityChecker
-
- isCustomizationCompleted() - Method in interface org.apache.brooklyn.entity.proxy.nginx.NginxDriver
-
- isCustomizationCompleted() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxSshDriver
-
- isDeployed() - Method in class org.apache.brooklyn.core.mgmt.internal.EntityManagementSupport
-
Whether this entity is managed (i.e.
- isDeprecated() - Method in interface org.apache.brooklyn.api.catalog.CatalogItem
-
- isDeprecated() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.CatalogItemMemento
-
- isDeprecated() - Method in interface org.apache.brooklyn.api.typereg.RegisteredType
-
- isDeprecated() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- isDeprecated() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
- isDeprecated() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento
-
- isDeprecated() - Method in class org.apache.brooklyn.core.typereg.BasicRegisteredType
-
- isDeprecated() - Method in class org.apache.brooklyn.rest.domain.CatalogItemSummary
-
Deprecated.
- isDeprecated() - Method in class org.apache.brooklyn.rest.domain.TypeSummary
-
- isDescendant(Entity, Entity) - Static method in class org.apache.brooklyn.core.entity.Entities
-
Checks whether the descendants of the given ancestor contains the given potentialDescendant.
- isDescendantOf(Location) - Static method in class org.apache.brooklyn.core.location.LocationPredicates
-
Returns a predicate that determines if a given location is a descendant of this ancestor.
- isDestroyed() - Method in interface org.apache.brooklyn.api.objs.EntityAdjunct
-
Whether the adjunct is destroyed
- isDestroyed() - Method in class org.apache.brooklyn.core.objs.AbstractEntityAdjunct
-
- isDestroying() - Method in class org.apache.brooklyn.core.mgmt.internal.ManagementTransitionMode
-
Object is being destroyed:
either destroyed elsewhere and we're catching up (in read-only mode),
or we've been the active manager and are destroying it
- isDevelopmentEnvironment() - Static method in class org.apache.brooklyn.core.BrooklynVersion
-
Returns whether this is a Brooklyn dev environment,
specifically core/target/classes/ is on the classpath for the org.apache.brooklyn.core project.
- isDirectory(String) - Static method in class org.apache.brooklyn.util.net.Urls
-
- isDisabled() - Method in interface org.apache.brooklyn.api.catalog.CatalogItem
-
- isDisabled() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.CatalogItemMemento
-
- isDisabled() - Method in interface org.apache.brooklyn.api.typereg.RegisteredType
-
- isDisabled() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- isDisabled() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
- isDisabled() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento
-
- isDisabled() - Method in class org.apache.brooklyn.core.typereg.BasicRegisteredType
-
- isDisabled - Variable in enum org.apache.brooklyn.entity.software.base.SoftwareProcess.ChildStartableMode
-
whether starting (stopping, restarting) children is disabled
- isDisabled() - Method in class org.apache.brooklyn.rest.domain.TypeSummary
-
- isDone() - Method in interface org.apache.brooklyn.api.mgmt.Task
-
As Future.isDone().
- isDone(boolean) - Method in interface org.apache.brooklyn.api.mgmt.Task
-
- isDone(boolean) - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- isDone() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- isDone() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- isDone(boolean) - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- isDone(boolean) - Method in class org.apache.brooklyn.util.core.task.ScheduledTask
-
- isDone() - Method in class org.apache.brooklyn.util.core.task.ssh.SshFetchTaskWrapper
-
true iff the ssh job has completed (with or without failure)
- isDone() - Method in class org.apache.brooklyn.util.core.task.ssh.SshPutTaskWrapper
-
true iff the ssh job has completed (with or without failure)
- isDone() - Method in class org.apache.brooklyn.util.core.task.system.ProcessTaskWrapper
-
true iff the process has completed (with or without failure)
- isDone() - Static method in class org.apache.brooklyn.util.core.task.TaskPredicates
-
- isEffector() - Static method in class org.apache.brooklyn.util.core.task.TaskPredicates
-
- isEffectorTask(Task<?>) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- isEmpty() - Method in interface org.apache.brooklyn.api.entity.Entity.AdjunctSupport
-
- isEmpty() - Method in interface org.apache.brooklyn.api.entity.Entity.GroupSupport
-
- isEmpty() - Method in interface org.apache.brooklyn.api.location.PortRange
-
Whether there are any ports in the range.
- isEmpty() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoManifest
-
- isEmpty() - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData
-
- isEmpty() - Method in class org.apache.brooklyn.camp.spi.collection.AbstractResourceLookup
-
- isEmpty() - Method in class org.apache.brooklyn.camp.spi.collection.ResourceLookup.EmptyResourceLookup
-
- isEmpty() - Method in interface org.apache.brooklyn.camp.spi.collection.ResourceLookup
-
- isEmpty() - Method in interface org.apache.brooklyn.config.ConfigMap
-
- isEmpty() - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
- isEmpty() - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicEnricherSupport
-
- isEmpty() - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicGroupSupport
-
- isEmpty() - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicPolicySupport
-
- isEmpty() - Method in class org.apache.brooklyn.core.entity.internal.ConfigMapViewWithStringKeys
-
Deprecated.
- isEmpty() - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- isEmpty() - Method in class org.apache.brooklyn.core.internal.storage.impl.ConcurrentMapAcceptingNullVals
-
- isEmpty() - Method in class org.apache.brooklyn.core.location.LocationConfigUtils.OsCredential
-
if there is no credential (ignores public key)
- isEmpty() - Method in class org.apache.brooklyn.core.location.PortRanges.AggregatePortRange
-
- isEmpty() - Method in class org.apache.brooklyn.core.location.PortRanges.LinearPortRange
-
- isEmpty() - Method in class org.apache.brooklyn.core.location.PortRanges.SinglePort
-
- isEmpty() - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- isEmpty() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl
-
- isEmpty() - Method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades
-
- isEmpty() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptPart
-
- isEmpty() - Method in class org.apache.brooklyn.location.jclouds.pool.MachineSet
-
- isEmpty() - Method in class org.apache.brooklyn.util.collections.SetFromLiveMap
-
- isEmpty() - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- isEmpty() - Method in class org.apache.brooklyn.util.core.text.TemplateProcessor.DotSplittingTemplateModel
-
- isEmpty() - Method in class org.apache.brooklyn.util.javalang.AggregateClassLoader
-
True if nothing is in the list here
- isEmpty() - Method in class org.apache.brooklyn.util.math.BitList
-
true iff the length is 0; see also isZero
- isEmpty() - Method in class org.apache.brooklyn.util.stream.ThreadLocalPrintStream.OutputCapturingContext
-
- isEmpty(CharSequence) - Static method in class org.apache.brooklyn.util.text.Strings
-
Checks if the given string is null or is an empty string.
- isEnableCors() - Method in class org.apache.brooklyn.rest.filter.CorsImplSupplierFilter
-
- isEnabled() - Method in interface org.apache.brooklyn.api.location.LocationResolver
-
whether the location is enabled
- isEnabled() - Method in class org.apache.brooklyn.container.location.docker.DockerLocationResolver
-
- isEnabled() - Method in class org.apache.brooklyn.container.location.kubernetes.KubernetesLocationResolver
-
- isEnabled() - Method in class org.apache.brooklyn.container.location.openshift.OpenShiftLocationResolver
-
- isEnabled(String) - Static method in class org.apache.brooklyn.core.BrooklynFeatureEnablement
-
- isEnabled() - Method in class org.apache.brooklyn.core.feed.FeedConfig
-
- isEnabled() - Method in class org.apache.brooklyn.core.location.AbstractLocationResolver
-
- isEnabled() - Method in class org.apache.brooklyn.core.location.CatalogLocationResolver
-
- isEnabled() - Method in class org.apache.brooklyn.core.location.DefinedLocationByIdResolver
-
- isEnabled(ManagementContext, String) - Static method in class org.apache.brooklyn.core.location.LocationConfigUtils
-
checks enablement, by looking at key + ".enabled"
- isEnabled() - Method in class org.apache.brooklyn.core.location.NamedLocationResolver
-
- isEnabled() - Method in class org.apache.brooklyn.entity.machine.pool.ServerPoolLocationResolver
-
- isEnabled() - Method in enum org.apache.brooklyn.launcher.config.BrooklynDevelopmentModes.BrooklynDevelopmentMode
-
Deprecated.
- isEnabled() - Method in class org.apache.brooklyn.location.jclouds.JcloudsByonLocationResolver
-
- isEnabled() - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocationResolver
-
- isEnabled() - Method in class org.apache.brooklyn.location.localhost.LocalhostLocationResolver
-
- isEnabled() - Method in class org.apache.brooklyn.location.multi.MultiLocationResolver
-
- isEnabled() - Method in class org.apache.brooklyn.util.internal.BooleanSystemProperty
-
- isEntitled(EntitlementContext, EntitlementClass<T>, T) - Method in interface org.apache.brooklyn.api.mgmt.entitlement.EntitlementManager
-
- isEntitled(EntitlementContext, EntitlementClass<T>, T) - Method in class org.apache.brooklyn.core.mgmt.entitlement.EntitlementManagerAdapter
-
- isEntitled(EntitlementManager, EntitlementClass<T>) - Static method in class org.apache.brooklyn.core.mgmt.entitlement.EntitlementPredicates
-
- isEntitled(EntitlementContext, EntitlementClass<T>, T) - Method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements.FineGrainedEntitlements.SinglePermissionEntitlementChecker
-
- isEntitled(EntitlementManager, EntitlementClass<T>, T) - Static method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- isEntitled(EntitlementContext, EntitlementClass<T>, T) - Method in class org.apache.brooklyn.core.mgmt.entitlement.PerUserEntitlementManager
-
- isEntityManagementAllowed() - Method in interface org.apache.brooklyn.core.mgmt.internal.AccessManager
-
- isEntityManagementAllowed() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalAccessManager
-
- isEntityManagementAllowed() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentAccessManager
-
- isEntityMxBeanStatsEnabled(Entity) - Static method in class org.apache.brooklyn.entity.java.JavaAppUtils
-
- isError() - Method in interface org.apache.brooklyn.api.mgmt.Task
-
Whether the task threw an error, including cancellation (implies
Task.isDone())
- isError() - Method in enum org.apache.brooklyn.core.mgmt.ha.OsgiBundleInstallationResult.ResultCode
-
- isError() - Method in class org.apache.brooklyn.rest.domain.TaskSummary
-
- isError() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
Returns true if the task has had an error.
- isError() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- isExcluded() - Method in class org.apache.brooklyn.camp.spi.resolve.interpret.PlanInterpretationNode
-
- isExpectedState(Entity, Lifecycle) - Static method in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic
-
- isExpired() - Method in class org.apache.brooklyn.util.time.CountdownTimer
-
true iff the timer has run for more than the duration specified at creation time
- isExtensionBundle(Bundle) - Static method in class org.apache.brooklyn.rt.felix.EmbeddedFelixFramework
-
- isFallback() - Method in class org.apache.brooklyn.util.os.Os.TmpDirFinder
-
- isFatal(Throwable) - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
Indicates whether this exception is "fatal" - i.e.
- isFatalPredicate() - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
- isFieldVisible(Field) - Method in class org.apache.brooklyn.util.core.json.PossiblyStrictPreferringFieldsVisibilityChecker
-
- isFieldVisible(AnnotatedField) - Method in class org.apache.brooklyn.util.core.json.PossiblyStrictPreferringFieldsVisibilityChecker
-
- isFinished() - Method in class org.apache.brooklyn.util.stream.StreamGobbler
-
convenience -- similar to !Thread.isAlive()
- isFound() - Method in class org.apache.brooklyn.util.os.Os.TmpDirFinder
-
- isFullyManaged() - Method in class org.apache.brooklyn.core.mgmt.internal.EntityManagementSupport
-
Whether the entity's management lifecycle is complete (i.e.
- isGetterVisible(Method) - Method in class org.apache.brooklyn.util.core.json.PossiblyStrictPreferringFieldsVisibilityChecker
-
- isGetterVisible(AnnotatedMethod) - Method in class org.apache.brooklyn.util.core.json.PossiblyStrictPreferringFieldsVisibilityChecker
-
- isGlobMatched(String, String) - Static method in class org.apache.brooklyn.util.text.WildcardGlobs
-
returns true iff the target matches the given pattern,
under simplified bash rules -- viz permitting * and ? and comma delimited patterns inside curly braces
- isGlobMatchedNumeric(String, String) - Method in class org.apache.brooklyn.util.text.WildcardGlobs.SpecialistGlobExpander
-
returns true iff the target matches the given pattern,
under simplified bash rules -- viz permitting * and ? and comma delimited patterns inside curly braces,
as well as things like {1,2,5-10} (and also {01,02,05-10} to keep leading 0)
- isGoodBrooklynTypeColonVersion(String) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypeNaming
-
- isGoodBrooklynVersion(String) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypeNaming
-
- isGoodBrooklynVersion(String) - Static method in class org.apache.brooklyn.util.text.BrooklynVersionSyntax
-
True if the argument matches the Brooklyn version syntax,
MAJOR.MINOR.POINT-QUALIFIER or part thereof (not ending in a period though),
where the first three are whole numbers and the final piece is any valid OSGi token
(containing letters, numbers, _ and -; no full stops).
- isGoodTypeName(String) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypeNaming
-
We recommend type names be OSGi symbolic names, such as:
com.acme-group.1-Virtual-Machine
Note that this is more permissive than Java, allowing hyphens and
allowing segments to start with numbers.
- isGreaterThanAndNotEqualTo(String) - Method in class org.apache.brooklyn.util.text.ComparableVersion
-
- isGreaterThanOrEqualTo(String) - Method in class org.apache.brooklyn.util.text.ComparableVersion
-
- isHaHotStatus() - Method in class org.apache.brooklyn.rest.filter.HaHotCheckHelperAbstract
-
- isHealthy() - Method in interface org.apache.brooklyn.policy.ha.AbstractFailureDetector.CalculatedStatus
-
- isHealthy() - Method in interface org.apache.brooklyn.rest.api.ServerApi
-
- isHealthy() - Method in class org.apache.brooklyn.rest.resources.ServerResource
-
- isHealthyStatusCode(int) - Static method in class org.apache.brooklyn.util.http.HttpAsserts
-
- isHot() - Method in interface org.apache.brooklyn.policy.loadbalancing.BalanceablePoolModel
-
- isHot() - Method in class org.apache.brooklyn.policy.loadbalancing.DefaultBalanceablePoolModel
-
- isHotProxy(ManagementNodeState) - Static method in enum org.apache.brooklyn.api.mgmt.ha.ManagementNodeState
-
true for hot non-master modes, where we are proxying the data from the persistent store
- isHttpEnabled() - Method in interface org.apache.brooklyn.entity.webapp.JavaWebAppSoftwareProcess
-
- isHttpEnabled() - Method in class org.apache.brooklyn.entity.webapp.JavaWebAppSoftwareProcessImpl
-
- isHttpsEnabled() - Method in interface org.apache.brooklyn.entity.webapp.JavaWebAppSoftwareProcess
-
- isHttpsEnabled() - Method in class org.apache.brooklyn.entity.webapp.JavaWebAppSoftwareProcessImpl
-
- isInEffectorTask(Task<?>, Entity, Effector<?>, boolean) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
checks if the given task is part of the given effector call on the given entity;
- isInessential() - Static method in class org.apache.brooklyn.util.core.task.TaskPredicates
-
- isInessential(Task<?>) - Static method in class org.apache.brooklyn.util.core.task.TaskTags
-
- isInherited(ConfigKey<?>, Object, Object) - Method in interface org.apache.brooklyn.config.ConfigInheritance
-
- isInherited(ConfigKey<?>, Object, Object) - Method in class org.apache.brooklyn.core.config.BasicConfigInheritance.DelegatingConfigInheritance
-
Deprecated.
- isInherited(ConfigKey<?>, Object, Object) - Method in class org.apache.brooklyn.core.config.BasicConfigInheritance
-
Deprecated.
- isInRange(String, String) - Method in class org.apache.brooklyn.util.text.ComparableVersion
-
inclusive at endpoints
- isInRange(String) - Method in class org.apache.brooklyn.util.text.ComparableVersion
-
parses a string expressed with common mathematical sematics,
as either square brackets (inclusive), round brackets (exclusive), or one of each,
surrounding a pair of version strings separated by a comma, where a version string
consists of any non-whitespace non-bracket characters
(ie numbers, letters, dots, hyphens, underscores) or is empty (to indicate no bound);
e.g.
- isInstalledLocally(MavenArtifact) - Method in class org.apache.brooklyn.util.maven.MavenRetriever
-
- isInterestedIn(PlanInterpretationNode) - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.BrooklynDslInterpreter
-
- isInterestedIn(PlanInterpretationNode) - Method in interface org.apache.brooklyn.camp.spi.resolve.PlanInterpreter
-
guard to prevent any apply calls when an Interpreter is not interested in a node
- isInterrupted() - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
returns true if either the current thread or the current task is interrupted/cancelled
- isInUse() - Method in class org.apache.brooklyn.util.core.mutex.SemaphoreWithOwners
-
true iff there are any owners or any requesters (callers blocked trying to acquire)
- isIsGetterVisible(Method) - Method in class org.apache.brooklyn.util.core.json.PossiblyStrictPreferringFieldsVisibilityChecker
-
- isIsGetterVisible(AnnotatedMethod) - Method in class org.apache.brooklyn.util.core.json.PossiblyStrictPreferringFieldsVisibilityChecker
-
- isItemAllowedIn(ItemType, Location) - Method in class org.apache.brooklyn.policy.followthesun.DefaultFollowTheSunModel
-
- isItemAllowedIn(ItemType, Location) - Method in interface org.apache.brooklyn.policy.followthesun.FollowTheSunModel
-
- isItemAllowedIn(ItemType, Location) - Method in interface org.apache.brooklyn.policy.loadbalancing.BalanceablePoolModel
-
- isItemAllowedIn(ItemType, Location) - Method in class org.apache.brooklyn.policy.loadbalancing.DefaultBalanceablePoolModel
-
- isItemMoveable(ItemType) - Method in class org.apache.brooklyn.policy.followthesun.DefaultFollowTheSunModel
-
- isItemMoveable(ItemType) - Method in interface org.apache.brooklyn.policy.followthesun.FollowTheSunModel
-
- isItemMoveable(ItemType) - Method in interface org.apache.brooklyn.policy.loadbalancing.BalanceablePoolModel
-
- isItemMoveable(ItemType) - Method in class org.apache.brooklyn.policy.loadbalancing.DefaultBalanceablePoolModel
-
- isJmx() - Method in class org.apache.brooklyn.entity.java.JmxSupport
-
- isJmxEnabled() - Method in interface org.apache.brooklyn.entity.java.JavaSoftwareProcessDriver
-
- isJmxEnabled() - Method in class org.apache.brooklyn.entity.java.JavaSoftwareProcessSshDriver
-
- isJmxEnabled() - Method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQBrokerImpl
-
- isJmxSslEnabled() - Method in class org.apache.brooklyn.entity.java.JavaSoftwareProcessSshDriver
-
- isJsonPrimitiveCompatible(Object) - Static method in class org.apache.brooklyn.util.collections.Jsonya
-
- isKeyReinheritable(ConfigKey<T>, ConfigInheritance.ConfigInheritanceContext) - Static method in class org.apache.brooklyn.config.ConfigInheritances
-
determine whether a key is reinheritable from the point in the given inheritance hierarchy where it is introduced;
default is true, but some keys may define not being reinherited or may have that effective result
- isKnifeInstalled() - Static method in class org.apache.brooklyn.entity.chef.ChefServerTasks
-
- isKnownEntityId(String) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalEntityManager
-
- isKnownLocationId(String) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalLocationManager
-
- isLate - Variable in enum org.apache.brooklyn.entity.software.base.SoftwareProcess.ChildStartableMode
-
whether starting (stopping, restarting) children should be nested, so start occurs after the driver is started,
and stop before the driver is stopped (if false the children operations are concurrent with the parent),
(with restart always being done in parallel though this behaviour may change)
- isLegacyItemRemoved(CatalogItem<?, ?>) - Method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades
-
- isLegacyWrappedReference(String) - Static method in class org.apache.brooklyn.core.location.CatalogLocationResolver
-
- isLessThanAndNotEqualTo(String) - Method in class org.apache.brooklyn.util.text.ComparableVersion
-
- isLessThanOrEqualTo(String) - Method in class org.apache.brooklyn.util.text.ComparableVersion
-
- isLinux() - Method in interface org.apache.brooklyn.api.location.OsDetails
-
- isLinux() - Method in class org.apache.brooklyn.core.location.BasicOsDetails
-
- isLive() - Method in class org.apache.brooklyn.util.time.CountdownTimer
-
- isLocalhost(String) - Static method in class org.apache.brooklyn.util.net.Networking
-
returns true if the supplied string matches any known IP (v4 or v6) for this machine,
or if it can be resolved to any such address
- isLocalOnly(InetAddress) - Static method in class org.apache.brooklyn.util.net.Networking
-
Check whether this address is definitely not going to be usable on any other machine;
i.e.
- isLocalOnly(String) - Static method in class org.apache.brooklyn.util.net.Networking
-
- isLocationAvailable() - Method in interface org.apache.brooklyn.core.location.dynamic.LocationOwner
-
- isLocationAvailable() - Method in class org.apache.brooklyn.entity.machine.pool.ServerPoolImpl
-
- isLocationFirewalldEnabled(SshMachineLocation) - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- isLocationManagementAllowed() - Method in interface org.apache.brooklyn.core.mgmt.internal.AccessManager
-
- isLocationManagementAllowed() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalAccessManager
-
- isLocationManagementAllowed() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentAccessManager
-
- isLocationProvisioningAllowed() - Method in interface org.apache.brooklyn.core.mgmt.internal.AccessManager
-
- isLocationProvisioningAllowed() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalAccessManager
-
- isLocationProvisioningAllowed() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentAccessManager
-
- isLocationProvisioningAllowed() - Method in class org.apache.brooklyn.rest.domain.AccessSummary
-
- isLongerThan(Duration) - Method in class org.apache.brooklyn.util.time.Duration
-
- isLongerThan(Stopwatch) - Method in class org.apache.brooklyn.util.time.Duration
-
- isLowerCase(String) - Static method in class org.apache.brooklyn.util.text.Strings
-
- isMac() - Method in interface org.apache.brooklyn.api.location.OsDetails
-
- isMac() - Method in class org.apache.brooklyn.core.location.BasicOsDetails
-
- isManaged(Entity) - Method in interface org.apache.brooklyn.api.mgmt.EntityManager
-
whether the entity is under management by this management context
- isManaged(Location) - Method in interface org.apache.brooklyn.api.mgmt.LocationManager
-
whether the location is under management by this management context
- isManaged(Entity) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- isManaged() - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- isManaged() - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- isManaged(Location) - Static method in class org.apache.brooklyn.core.location.Locations
-
- isManaged(Entity) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalEntityManager
-
- isManaged(Location) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalLocationManager
-
- isManaged(Entity) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentEntityManager
-
- isManaged(Location) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentLocationManager
-
- isManagedLocally(Entity) - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
Whether the master entity record is local, and sensors and effectors can be properly accessed locally.
- isManagedLocally(Entity) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- isManagementContextReal() - Method in class org.apache.brooklyn.core.mgmt.internal.EntityManagementSupport
-
- isMemberInCluster(Entity) - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseClusterImpl
-
- isMemberOf(Group) - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- isMicrosoftWindows() - Static method in class org.apache.brooklyn.util.os.Os
-
- isMostlyEmpty() - Method in interface org.apache.brooklyn.core.internal.storage.BrooklynStorage
-
asserts that some of the storage containers which should be empty are empty;
this could do more thorough checks, but as it is it is useful to catch many leaks,
and the things which aren't empty it's much harder to check whether they should be empty!
- isMostlyEmpty() - Method in class org.apache.brooklyn.core.internal.storage.impl.BrooklynStorageImpl
-
- isMultiLine(String) - Static method in class org.apache.brooklyn.util.text.Strings
-
- isNameResolved() - Method in interface org.apache.brooklyn.api.typereg.OsgiBundleWithUrl
-
- isNameResolved() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogBundleDto
-
- isNameResolved() - Method in class org.apache.brooklyn.core.typereg.BasicManagedBundle
-
- isNameResolved() - Method in class org.apache.brooklyn.core.typereg.BasicOsgiBundleWithUrl
-
- isNegative() - Method in class org.apache.brooklyn.util.time.Duration
-
- isNewStyle(Class<?>) - Static method in class org.apache.brooklyn.core.objs.proxy.InternalFactory
-
Returns true if this is a "new-style" policy (i.e.
- isNoBraceGlobMatched(String, String) - Static method in class org.apache.brooklyn.util.text.WildcardGlobs
-
whether a glob-ish string without braces (e.g.
- isNoBundleOrSimpleWrappingBundle(ManagementContext, ManagedBundle) - Static method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- isNoLongerLoaded() - Method in class org.apache.brooklyn.core.mgmt.internal.ManagementTransitionMode
-
This management node is now not going to be loaded here, either it is being destroyed
(not known anywhere, not even persisted) or simply forgotten here
- isNoLongerManaged(Entity) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- isNoLongerManaged() - Method in class org.apache.brooklyn.core.mgmt.internal.EntityManagementSupport
-
- isNonBlank() - Static method in class org.apache.brooklyn.util.text.StringPredicates
-
Tests if object is non-null and not a blank string.
- isNonBlank(CharSequence) - Static method in class org.apache.brooklyn.util.text.Strings
-
- isNonEmpty() - Method in class org.apache.brooklyn.util.internal.StringSystemProperty
-
- isNonEmpty(CharSequence) - Static method in class org.apache.brooklyn.util.text.Strings
-
- isNotExpired() - Method in class org.apache.brooklyn.util.time.CountdownTimer
-
- isNotPaused() - Method in class org.apache.brooklyn.util.time.CountdownTimer
-
false if started or paused, true otherwise (ie the timer is counting down, even if it is expired)
- isNull() - Method in class org.apache.brooklyn.core.internal.storage.impl.BasicReference
-
- isNull() - Method in interface org.apache.brooklyn.core.internal.storage.Reference
-
- isNull() - Method in class org.apache.brooklyn.util.guava.Maybe.Absent
-
- isNull() - Method in class org.apache.brooklyn.util.guava.Maybe.AbsentNull
-
- isNull() - Method in class org.apache.brooklyn.util.guava.Maybe.AbstractPresent
-
- isNull() - Method in class org.apache.brooklyn.util.guava.Maybe
-
Whether the value is null, if present, or
if it was specified as absent because it was null,
e.g.
- isNull() - Method in class org.apache.brooklyn.util.guava.Maybe.SoftlyPresent
-
- iso() - Static method in class org.apache.brooklyn.util.text.ByteSizeStrings
-
Formats byte sizes using ISO standard suffixes and binary multiples of 1024
- ISO_3166 - Static variable in class org.apache.brooklyn.core.location.LocationConfigKeys
-
- isOsgiCacheForCleaning(ManagementContext, File) - Static method in class org.apache.brooklyn.core.server.BrooklynServerPaths
-
- isPackageDownloadUrlProvided() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeImpl
-
- isPackageInstall() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeSshDriver
-
- isPermitted(Location) - Method in class org.apache.brooklyn.policy.loadbalancing.LocationConstraint
-
- isPersistenceRunning() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- isPidFromFileRunning(String) - Static method in class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks
-
- isPidRunning(Integer) - Static method in class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks
-
- isPidRunning(int) - Static method in class org.apache.brooklyn.qa.longevity.MonitorUtils
-
- isPidRunning(int, String) - Static method in class org.apache.brooklyn.qa.longevity.MonitorUtils
-
Confirm the given pid is running, and that the the process matches the given regex.
- isPinned() - Method in interface org.apache.brooklyn.api.objs.SpecParameter
-
Whether visible by default in UI, not all inputs may be visible at once
- isPinned() - Method in class org.apache.brooklyn.core.objs.BasicSpecParameter
-
- isPinned() - Method in class org.apache.brooklyn.rest.domain.ConfigSummary
-
- isPortAvailable(int) - Static method in class org.apache.brooklyn.util.net.Networking
-
- isPortAvailable(InetAddress, int) - Static method in class org.apache.brooklyn.util.net.Networking
-
- isPortAvailable(InetAddress, int, Boolean) - Static method in class org.apache.brooklyn.util.net.Networking
-
- isPortValid(Integer) - Static method in class org.apache.brooklyn.util.net.Networking
-
- isPositive() - Method in class org.apache.brooklyn.util.time.Duration
-
- isPrefixBoring(Throwable) - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
Returns whether the prefix is throwable either known to be boring or to have an unhelpful type name (prefix)
which should be suppressed in messages.
- isPrefixRequiredForMessageToMakeSense(Throwable) - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
Some throwables require a prefix for the message to make sense,
for instance NoClassDefFoundError's message is often just the type.
- isPreManaged() - Method in enum org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext.NonDeploymentManagementContextMode
-
- isPresent() - Method in class org.apache.brooklyn.util.guava.Maybe.Absent
-
- isPresent() - Method in class org.apache.brooklyn.util.guava.Maybe.AbstractPresent
-
- isPresent() - Method in class org.apache.brooklyn.util.guava.Maybe
-
- isPresent() - Method in class org.apache.brooklyn.util.guava.Maybe.SoftlyPresent
-
- isPresentAndNonNull() - Method in class org.apache.brooklyn.util.guava.Maybe
-
- isPrimary() - Method in class org.apache.brooklyn.core.mgmt.internal.ManagementTransitionMode
-
This management node is now the master for the given object
- isPrimitiveOrBoxedClass(Class<?>) - Static method in class org.apache.brooklyn.util.javalang.Boxing
-
- isPrimitiveOrBoxedObject(Object) - Static method in class org.apache.brooklyn.util.javalang.Boxing
-
- isPrimitiveOrBoxer(Class<?>) - Static method in class org.apache.brooklyn.util.collections.Jsonya.JsonPrimitiveDeepTranslator
-
- isPrimitiveOrBoxer(Class<?>) - Static method in class org.apache.brooklyn.util.core.flags.TypeCoercions
-
- isPrimitiveOrBoxer(Class<?>) - Static method in class org.apache.brooklyn.util.javalang.coerce.PrimitiveStringTypeCoercions
-
- isPrivateSubnet(InetAddress) - Static method in class org.apache.brooklyn.util.net.Networking
-
Check if this is a private address, not exposed on the public Internet.
- isPrivateSubnet(String) - Static method in class org.apache.brooklyn.util.net.Networking
-
- isProtocolEnabled(Entity, String) - Static method in class org.apache.brooklyn.entity.webapp.WebAppServiceMethods
-
- isProvider(String) - Static method in class org.apache.brooklyn.location.jclouds.JcloudsProviderAndApiLoader
-
- isPublicIp(String) - Static method in class org.apache.brooklyn.util.net.Networking
-
returns whether the IP is _not_ in any private subnet
- isQueued() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- isQueued() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- isQueued() - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
- isQueued(TaskAdaptable<?>) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- isQueuedAndNotSubmitted() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- isQueuedAndNotSubmitted() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- isQueuedAndNotSubmitted() - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
- isQueuedOrSubmitted() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- isQueuedOrSubmitted() - Method in class org.apache.brooklyn.util.core.task.DynamicTasks.TaskQueueingResult
-
returns true if the task either is currently queued or has been submitted
- isQueuedOrSubmitted() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- isQueuedOrSubmitted() - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
- isQueuedOrSubmitted(TaskAdaptable<?>) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- isQuorate(int, int) - Method in interface org.apache.brooklyn.util.collections.QuorumCheck
-
- isQuorate(int, int) - Method in class org.apache.brooklyn.util.collections.QuorumCheck.LinearRangeQuorumCheck
-
- isQuorate(int, int) - Method in class org.apache.brooklyn.util.collections.QuorumCheck.NumericQuorumCheck
-
- isReachable(HostAndPort) - Static method in class org.apache.brooklyn.util.net.Networking
-
- isReachable(HostAndPort, boolean, int) - Static method in class org.apache.brooklyn.util.net.Networking
-
- isReachablePredicate() - Static method in class org.apache.brooklyn.util.net.Networking
-
- IsReachablePredicate() - Constructor for class org.apache.brooklyn.util.net.Networking.IsReachablePredicate
-
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.brooklyn.rest.util.FormMapProvider
-
- isReadOnly(BrooklynObject) - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindContext
-
- isReadOnly(Entity) - Static method in class org.apache.brooklyn.core.entity.Entities
-
as EntityManagerInternal#isReadOnly(Entity)
- isReadOnly() - Method in class org.apache.brooklyn.core.mgmt.internal.EntityManagementSupport
-
Whether the entity and its adjuncts should be treated as read-only;
error if initializing and RO status is unknown.
- isReadOnly() - Method in class org.apache.brooklyn.core.mgmt.internal.ManagementTransitionMode
-
Object is now being loaded as read-only at this management node;
expect active management to be occurring elsewhere
- isReadOnly(BrooklynObject) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- isReadOnlyRaw() - Method in class org.apache.brooklyn.core.mgmt.internal.EntityManagementSupport
-
Whether the entity and its adjuncts should be treated as read-only;
may be null briefly when initializing if RO status is unknown.
- isReadOnlyRunning() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- isReadOnlyStopping() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- isRebindActive() - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindManager
-
Whether rebind is currently executing.
- isRebindActive() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- isRebinding() - Static method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl.RebindTracker
-
- isRebinding(boolean) - Method in class org.apache.brooklyn.location.jclouds.ConnectivityResolverOptions.Builder
-
- isRebinding() - Method in class org.apache.brooklyn.location.jclouds.ConnectivityResolverOptions
-
- isRebindReadOnlyShuttingDown(ManagementContext) - Static method in class org.apache.brooklyn.core.catalog.internal.CatalogInitialization
-
- isReconfigurable() - Method in interface org.apache.brooklyn.config.ConfigKey
-
- isReconfigurable() - Method in class org.apache.brooklyn.core.config.BasicConfigKey
-
- isReconfigurable() - Method in class org.apache.brooklyn.rest.domain.ConfigSummary
-
- isReinheritable(ConfigValueAtContainer<TContainer, TValue>, ConfigInheritance.ConfigInheritanceContext) - Method in interface org.apache.brooklyn.config.ConfigInheritance
-
Returns whether any value from the given node or ancestors can be considered
for inheritance by descendants, according to the
ConfigInheritance defined there.
- isReinheritable(ConfigValueAtContainer<TContainer, TValue>, ConfigInheritance.ConfigInheritanceContext) - Method in class org.apache.brooklyn.core.config.BasicConfigInheritance.DelegatingConfigInheritance
-
- isReinheritable(ConfigValueAtContainer<TContainer, TValue>, ConfigInheritance.ConfigInheritanceContext) - Method in class org.apache.brooklyn.core.config.BasicConfigInheritance
-
- isReinherited() - Method in class org.apache.brooklyn.core.config.BasicConfigInheritance
-
- isReplicaSetMember() - Method in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBServer
-
- isReplicaSetMember() - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBServerImpl
-
- isRequested() - Method in class org.apache.brooklyn.cli.Main.AppShutdownHandler
-
- isResolverPrefixEnabled(ManagementContext, String) - Static method in class org.apache.brooklyn.core.location.LocationConfigUtils
-
- isResolverPrefixForSpec(LocationResolver, String, boolean) - Static method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
- isResponseOkay(Object) - Method in class org.apache.brooklyn.test.WebAppMonitor
-
- isRiakOnPath() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeSshDriver
-
- isRootBoringClassNotFound(Exception, String) - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
Returns true if the root cause is a "boring" CNF, ie a straightforward declaration that the clazz is not found;
this permits callers to include the cause only when it is interesting, ie caused by a dependent class not loadable.
- isRunning() - Method in interface org.apache.brooklyn.api.location.MachineManagementMixins.MachineMetadata
-
- isRunning() - Method in interface org.apache.brooklyn.api.mgmt.ha.HighAvailabilityManager
-
Whether HA mode is operational
- isRunning() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
Whether the management context has been initialized and not yet terminated.
- isRunning() - Method in interface org.apache.brooklyn.api.objs.EntityAdjunct
-
Whether the adjunct is available/active, ie started and not stopped or interrupted
- isRunning() - Method in class org.apache.brooklyn.core.feed.AbstractFeed
-
- isRunning() - Method in class org.apache.brooklyn.core.feed.Poller
-
- isRunning() - Method in class org.apache.brooklyn.core.location.BasicMachineMetadata
-
- isRunning() - Method in class org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl
-
- isRunning() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- isRunning() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- isRunning() - Method in class org.apache.brooklyn.core.objs.AbstractEntityAdjunct
-
- isRunning() - Method in class org.apache.brooklyn.core.policy.AbstractPolicy
-
- isRunning() - Method in class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.chef.ChefSoloDriver
-
Deprecated.
- isRunning() - Method in class org.apache.brooklyn.entity.cm.ansible.AnsibleEntitySshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.cm.salt.SaltEntitySshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.database.crate.CrateNodeSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.database.derby.DerbyDatabaseSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.database.rubyrep.RubyRepSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.java.VanillaJavaAppSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.messaging.kafka.AbstractfKafkaSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.messaging.storm.StormSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.monitoring.monit.MonitSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeSshDriver
-
Deprecated.
- isRunning() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseSyncGatewaySshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.nosql.elasticsearch.ElasticSearchNodeSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNodeSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.nosql.infinispan.Infinispan5SshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.nosql.mongodb.AbstractMongoDBSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBClientSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.nosql.redis.RedisStoreSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.nosql.solr.SolrServerSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.osgi.karaf.KarafSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.software.base.EmptySoftwareProcessSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.software.base.EmptyWindowsProcessWinRmDriver
-
- isRunning() - Method in interface org.apache.brooklyn.entity.software.base.SoftwareProcessDriver
-
Whether the entity components have started.
- isRunning() - Method in class org.apache.brooklyn.entity.software.base.VanillaSoftwareProcessSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.software.base.VanillaWindowsProcessWinRmDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss6SshDriver
-
Deprecated.
- isRunning() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss7SshDriver
-
Deprecated.
- isRunning() - Method in class org.apache.brooklyn.entity.webapp.jetty.Jetty6SshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.webapp.tomcat.TomcatSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.entity.zookeeper.ZooKeeperSshDriver
-
- isRunning() - Method in class org.apache.brooklyn.qa.load.SimulatedJBoss7ServerImpl.SimulatedJBoss7SshDriver
-
- isRunning() - Method in class org.apache.brooklyn.qa.load.SimulatedVanillaSoftwareProcessImpl.SimulatedVanillaSoftwareProcessSshDriver
-
- isSaltInstalled(boolean) - Static method in class org.apache.brooklyn.entity.cm.salt.SaltSshTasks
-
- isSatisfied(T, <any>) - Static method in class org.apache.brooklyn.util.guava.Functionals
-
Simple adapter from Predicate to Callable by currying the passed subject parameter.
- isSearchEnabled() - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- isSearchEnabled() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeImpl
-
- isSecret(String) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- isSecure() - Method in class org.apache.brooklyn.entity.java.JmxSupport
-
- isServerErrorStatusCode(int) - Static method in class org.apache.brooklyn.util.http.HttpAsserts
-
- isServiceUp() - Static method in class org.apache.brooklyn.core.entity.EntityPredicates
-
- isSet(Map<?, ?>) - Method in class org.apache.brooklyn.core.config.BasicConfigKey
-
- isSet(Map<?, ?>) - Method in class org.apache.brooklyn.core.config.internal.AbstractStructuredConfigKey
-
- isSet(Map<?, ?>) - Method in class org.apache.brooklyn.core.config.SubElementConfigKey
-
- isSet(Map<?, ?>) - Method in interface org.apache.brooklyn.util.core.internal.ConfigKeySelfExtracting
-
- isSetterVisible(Method) - Method in class org.apache.brooklyn.util.core.json.PossiblyStrictPreferringFieldsVisibilityChecker
-
- isSetterVisible(AnnotatedMethod) - Method in class org.apache.brooklyn.util.core.json.PossiblyStrictPreferringFieldsVisibilityChecker
-
- isShorterThan(Duration) - Method in class org.apache.brooklyn.util.time.Duration
-
- isShorterThan(Stopwatch) - Method in class org.apache.brooklyn.util.time.Duration
-
- isShutdown() - Method in interface org.apache.brooklyn.api.mgmt.ExecutionContext
-
- isShutdown() - Method in interface org.apache.brooklyn.api.mgmt.ExecutionManager
-
- isShutdown() - Method in class org.apache.brooklyn.util.core.task.BasicExecutionContext
-
- isShutdown() - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
- isShuttingDown() - Method in interface org.apache.brooklyn.rest.api.ServerApi
-
- isShuttingDown() - Method in class org.apache.brooklyn.rest.resources.ServerResource
-
- isSkip() - Method in class org.apache.brooklyn.test.support.TestResourceUnavailableException
-
- isSkipCheckHeaderSet(String) - Method in class org.apache.brooklyn.rest.filter.HaHotCheckHelperAbstract
-
- isSkippableInContext(Throwable, Object...) - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
True if the given exception is skippable in any of the supplied contexts.
- isSnapshot() - Method in class org.apache.brooklyn.core.BrooklynVersion
-
- isSnapshot() - Method in interface org.apache.brooklyn.core.BrooklynVersionService
-
- isSnapshot() - Method in class org.apache.brooklyn.util.maven.MavenArtifact
-
- isSnapshot(String) - Static method in class org.apache.brooklyn.util.text.BrooklynVersionSyntax
-
- isSnapshot(String) - Static method in class org.apache.brooklyn.util.text.VersionComparator
-
- isSshable() - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- isSsl() - Method in interface org.apache.brooklyn.entity.proxy.AbstractController
-
- isSsl() - Method in class org.apache.brooklyn.entity.proxy.AbstractControllerImpl
-
- isStackTraceElementUseful(StackTraceElement) - Static method in class org.apache.brooklyn.util.javalang.StackTraceSimplifier
-
- isStandby(ManagementNodeState) - Static method in enum org.apache.brooklyn.api.mgmt.ha.ManagementNodeState
-
true for non-master modes which can be promoted to master
- isStarted() - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
- isStarted() - Method in class org.apache.brooklyn.util.logback.JcloudsPersistenceThreadDiscriminator
-
- isStartupComplete() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
Whether all startup tasks have completed.
- isStartupComplete() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- isStartupComplete() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- isStartupComplete() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- isStateNotYetValid() - Method in class org.apache.brooklyn.rest.filter.HaHotCheckHelperAbstract
-
- isStatusCodeHealthy(int) - Static method in class org.apache.brooklyn.util.http.HttpTool
-
- isSticky() - Method in interface org.apache.brooklyn.entity.proxy.nginx.NginxController
-
- isSticky() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxControllerImpl
-
- isStrict() - Method in class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
- isStrictSerialization() - Static method in class org.apache.brooklyn.util.core.json.BidiSerialization
-
- isStringStartingWith(String) - Static method in class org.apache.brooklyn.util.text.StringPredicates
-
true if the object *is* a CharSequence starting with the given prefix
- isSubMapOf(Map<String, String>, Map<String, String>) - Static method in class org.apache.brooklyn.location.jclouds.pool.MachinePoolPredicates
-
- isSubmitted() - Method in interface org.apache.brooklyn.api.mgmt.Task
-
Whether task has been submitted
Submitted tasks are normally expected to start running then complete,
but unsubmitted tasks are sometimes passed around for someone else to submit them.
- isSubmitted() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- isSubmitted() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- isSubmitted(TaskAdaptable<?>) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- isSubTask(Task<?>) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- isSubtypeOf(RegisteredType, RegisteredType) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- isSubtypeOf(RegisteredType, Class<?>) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
Queries recursively the supertypes of
RegisteredType to see whether it
inherits from the given
Class
- isSuccessful() - Method in class org.apache.brooklyn.util.core.task.ssh.SshPutTaskWrapper
-
- isSudoAllowed() - Static method in class org.apache.brooklyn.location.localhost.LocalhostMachineProvisioningLocation
-
- isSuspended() - Method in interface org.apache.brooklyn.api.policy.Policy
-
Whether the policy is suspended
- isSuspended() - Method in interface org.apache.brooklyn.api.sensor.Feed
-
- isSuspended() - Method in class org.apache.brooklyn.core.feed.AbstractFeed
-
- isSuspended() - Method in class org.apache.brooklyn.core.policy.AbstractPolicy
-
- isSystemBundle(Bundle) - Method in class org.apache.brooklyn.rt.felix.EmbeddedFramework
-
- isSystemBundle(Bundle) - Method in class org.apache.brooklyn.util.core.osgi.ContainerFramework
-
- isSystemBundle(Bundle) - Method in interface org.apache.brooklyn.util.osgi.SystemFramework
-
Whether the bundle is exporting classes from the application class path.
- isSystemEnricher(Enricher) - Static method in class org.apache.brooklyn.core.entity.EntityAdjuncts
-
- isTemplate(RegisteredType) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- isTopLevelApp() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.EntityMemento
-
true if the entity is top-level (parentless) and an application
(there may be parentless "orphaned" entities, for which this is false,
and "application" instances nested inside other apps, for which this is again)
- isTopLevelApp() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicEntityMemento
-
- isTransient(Task<?>) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- isTransient() - Static method in class org.apache.brooklyn.util.core.task.TaskPredicates
-
- isTriggered(double, double, double, double) - Method in class org.apache.brooklyn.policy.followthesun.FollowTheSunParameters
-
- isTrivial(Object) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- isTrusted(X509Certificate[], String) - Method in class org.apache.brooklyn.util.http.HttpTool.TrustAllStrategy
-
- isUnhealthyResponse(Response) - Static method in class org.apache.brooklyn.rest.client.BrooklynApiUtil
-
- isUnused(ConfigKey<?>) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- isUp() - Method in interface org.apache.brooklyn.rest.api.ServerApi
-
- isUp() - Method in class org.apache.brooklyn.rest.resources.ServerResource
-
- isUrlServerSideAndSafe(String) - Method in class org.apache.brooklyn.rest.util.BrooklynRestResourceUtils
-
true if the URL points to content which must be resolved on the server-side (i.e.
- isUrlUp(URL) - Static method in class org.apache.brooklyn.qa.longevity.MonitorUtils
-
Confirm can read from URL.
- isUrlWithProtocol(String) - Static method in class org.apache.brooklyn.util.net.Urls
-
returns true if the string begins with a non-empty string of letters followed by a colon,
i.e.
- isUrlWithProtocol(String, boolean, boolean) - Static method in class org.apache.brooklyn.util.net.Urls
-
- isUsableTypeColonVersion(String) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypeNaming
-
- isUsableTypeName(String) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypeNaming
-
For type names we currently work with any non-empty string that does not contain
a ':' or whitespace or forward slash or backslash.
- isUsableVersion(String) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypeNaming
-
- isUsableVersion(String) - Static method in class org.apache.brooklyn.util.text.BrooklynVersionSyntax
-
For versions we currently work with any non-empty string that does not contain a ':' or whitespace.
- isUseful(StackTraceElement) - Method in class org.apache.brooklyn.util.javalang.StackTraceSimplifier
-
- isUsingPassword() - Method in class org.apache.brooklyn.core.location.LocationConfigUtils.OsCredential
-
if a password is available, and either this is preferred over a key or there is no key
- isValid(String) - Static method in enum org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent.Scope
-
- isValid(String) - Static method in enum org.apache.brooklyn.entity.group.SshCommandMembershipTrackingPolicy.ExecutionTarget
-
Deprecated.
- isValidForDoubleQuotingInBash(String) - Static method in class org.apache.brooklyn.util.text.StringEscapes.BashStringEscapes
-
- isValidIp4(String) - Static method in class org.apache.brooklyn.util.net.Networking
-
checks whether given string matches a valid numeric IP (v4) address, e.g.
- isValidOsgiTypeColonVersion(String) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypeNaming
-
- isValidOsgiVersion(String) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypeNaming
-
- isValidOsgiVersion(String) - Static method in class org.apache.brooklyn.util.text.BrooklynVersionSyntax
-
True if the argument matches the OSGi version spec, of the form
MAJOR.MINOR.POINT.QUALIFIER or part thereof (not ending in a period though),
where the first three are whole numbers and the final piece is any valid OSGi token
(containing letters, numbers, _ and -; no full stops).
- isValidToken(String, String, String) - Static method in class org.apache.brooklyn.util.text.Identifiers
-
- isValueExplicitlySet() - Method in class org.apache.brooklyn.config.ConfigInheritances.BasicConfigValueAtContainer
-
- isValueExplicitlySet() - Method in interface org.apache.brooklyn.config.ConfigValueAtContainer
-
- isValueExplicitlySet() - Method in class org.apache.brooklyn.core.config.internal.LazyContainerAndKeyValue
-
- isValuePresent() - Method in class org.apache.brooklyn.util.core.flags.FlagUtils.FlagConfigKeyAndValueRecord
-
true if value is present for either flag or config key
- isValueValid(T) - Method in interface org.apache.brooklyn.config.ConfigKey
-
- isValueValid(T) - Method in class org.apache.brooklyn.core.config.BasicConfigKey
-
- isWelcomeRootEnabled() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss7ServerImpl
-
Deprecated.
- isWindows() - Method in interface org.apache.brooklyn.api.location.OsDetails
-
- isWindows() - Method in class org.apache.brooklyn.core.location.BasicOsDetails
-
- isWindows(boolean) - Method in class org.apache.brooklyn.location.jclouds.ConnectivityResolverOptions.Builder
-
- isWindows() - Method in class org.apache.brooklyn.location.jclouds.ConnectivityResolverOptions
-
- isWindows(Template, ConfigBag) - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- isWindows(Image, ConfigBag) - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
Whether VMs provisioned from this image will be Windows.
- isWindows(NodeMetadata, ConfigBag) - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
Whether the given VM is Windows.
- isWindows() - Static method in class org.apache.brooklyn.test.support.PlatformTestSelectorListener
-
- isWrappedInDoubleQuotes(String) - Static method in class org.apache.brooklyn.util.text.StringEscapes
-
if s is wrapped in double quotes containing no unescaped double quotes
- isWrappedInMatchingQuotes(String) - Static method in class org.apache.brooklyn.util.text.StringEscapes
-
if s is wrapped in single or double quotes containing no unescaped quotes of that type
- isWrappedInSingleQuotes(String) - Static method in class org.apache.brooklyn.util.text.StringEscapes
-
if s is wrapped in single quotes containing no unescaped single quotes
- isWrapperApp(EntitySpec<?>) - Static method in class org.apache.brooklyn.core.mgmt.EntityManagementUtils
-
- isWrapperBundle(Bundle) - Static method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- isWriting() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister
-
- isWriting() - Method in class org.apache.brooklyn.core.mgmt.persist.BrooklynMementoPersisterToObjectStore
-
- isWriting() - Method in interface org.apache.brooklyn.core.mgmt.persist.PersistenceObjectStore.StoreObjectAccessorWithLock
-
Whether there are any scheduled write lock operations, either queued or executing.
- isWriting() - Method in class org.apache.brooklyn.core.mgmt.persist.StoreObjectAccessorLocking
-
- isZero() - Method in class org.apache.brooklyn.util.math.BitList
-
true iff all bits are 0
- item - Variable in class org.apache.brooklyn.policy.followthesun.FollowTheSunPool.ContainerItemPair
-
- item - Variable in class org.apache.brooklyn.policy.loadbalancing.BalanceableWorkerPool.ContainerItemPair
-
- ITEM_ADDED - Static variable in interface org.apache.brooklyn.policy.followthesun.FollowTheSunPool
-
- ITEM_ADDED - Static variable in interface org.apache.brooklyn.policy.loadbalancing.BalanceableContainer
-
- ITEM_ADDED - Static variable in interface org.apache.brooklyn.policy.loadbalancing.BalanceableWorkerPool
-
- ITEM_FILTER - Static variable in interface org.apache.brooklyn.policy.loadbalancing.ItemsInContainersGroup
-
- ITEM_MOVED - Static variable in interface org.apache.brooklyn.policy.followthesun.FollowTheSunPool
-
- ITEM_MOVED - Static variable in interface org.apache.brooklyn.policy.loadbalancing.BalanceableWorkerPool
-
- ITEM_REMOVED - Static variable in interface org.apache.brooklyn.policy.followthesun.FollowTheSunPool
-
- ITEM_REMOVED - Static variable in interface org.apache.brooklyn.policy.loadbalancing.BalanceableContainer
-
- ITEM_REMOVED - Static variable in interface org.apache.brooklyn.policy.loadbalancing.BalanceableWorkerPool
-
- ItemDescriptors - Class in org.apache.brooklyn.cli.lister
-
- ItemDescriptors() - Constructor for class org.apache.brooklyn.cli.lister.ItemDescriptors
-
- itemDistributionToString() - Method in class org.apache.brooklyn.policy.followthesun.DefaultFollowTheSunModel
-
Warning: this can be an expensive (time and memory) operation if there are a lot of items/containers.
- itemDistributionToString() - Method in class org.apache.brooklyn.policy.loadbalancing.DefaultBalanceablePoolModel
-
Warning: this can be an expensive (time and memory) operation if there are a lot of items/containers.
- itemKey(String) - Method in class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixPollConfig
-
- ItemLister - Class in org.apache.brooklyn.cli
-
- ItemLister() - Constructor for class org.apache.brooklyn.cli.ItemLister
-
- ItemLister.ListAllCommand - Class in org.apache.brooklyn.cli
-
- ItemsInContainersGroup - Interface in org.apache.brooklyn.policy.loadbalancing
-
A group of items that are contained within a given (dynamically changing) set of containers.
- ItemsInContainersGroupImpl - Class in org.apache.brooklyn.policy.loadbalancing
-
A group of items that are contained within a given (dynamically changing) set of containers.
- ItemsInContainersGroupImpl() - Constructor for class org.apache.brooklyn.policy.loadbalancing.ItemsInContainersGroupImpl
-
- ITERATION_LIMIT - Static variable in interface org.apache.brooklyn.test.framework.BaseTest
-
The max number of iterations to run before throwing an exception.
- iterations - Variable in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
- iterations(int) - Method in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
- iterations - Variable in class org.apache.brooklyn.test.performance.PerformanceTestResult
-
- iterator() - Method in interface org.apache.brooklyn.api.entity.Entity.AdjunctSupport
-
- iterator() - Method in interface org.apache.brooklyn.api.entity.Entity.GroupSupport
-
A read-only thread-safe iterator over all the
Groups that this entity is a member of.
- iterator() - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicEnricherSupport
-
- iterator() - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicGroupSupport
-
- iterator() - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicPolicySupport
-
- iterator() - Method in class org.apache.brooklyn.core.location.PortRanges.AggregatePortRange
-
- iterator() - Method in class org.apache.brooklyn.core.location.PortRanges.LinearPortRange
-
- iterator() - Method in class org.apache.brooklyn.core.location.PortRanges.SinglePort
-
- iterator() - Method in class org.apache.brooklyn.location.jclouds.pool.MachineSet
-
- iterator() - Method in class org.apache.brooklyn.util.collections.SetFromLiveMap
-
- iterator() - Method in class org.apache.brooklyn.util.core.task.ValueResolver
-
- iterator() - Method in class org.apache.brooklyn.util.javalang.AggregateClassLoader
-