- 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
Sensor
s 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
ExecutionContext
s, 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
MachineLocation
s 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
Location
s 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
Group
s 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
-
- MAC_10_8 - Static variable in class org.apache.brooklyn.core.location.BasicOsDetails.OsVersions
-
- MAC_10_9 - Static variable in class org.apache.brooklyn.core.location.BasicOsDetails.OsVersions
-
- MAC_OS_X - Static variable in class org.apache.brooklyn.core.location.BasicOsDetails.OsNames
-
- machine() - Method in class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks.SshEffectorBody
-
convenience for accessing the machine
- machine(MachineLocation) - Method in class org.apache.brooklyn.feed.AbstractCommandFeed.Builder
-
optional, to force a machine; otherwise it is inferred from the entity
- machine(<any>) - Method in class org.apache.brooklyn.feed.AbstractCommandFeed.Builder
-
optional, to force a machine; otherwise it is inferred from the entity
- MACHINE - Static variable in class org.apache.brooklyn.feed.AbstractCommandFeed
-
- machine(SshMachineLocation) - Method in class org.apache.brooklyn.util.core.task.ssh.SshFetchTaskFactory
-
- machine(SshMachineLocation) - Method in class org.apache.brooklyn.util.core.task.ssh.SshPutTaskFactory
-
- machine(SshMachineLocation) - Method in class org.apache.brooklyn.util.core.task.system.internal.AbstractProcessTaskFactory
-
- machine(SshMachineLocation) - Method in class org.apache.brooklyn.util.core.task.system.internal.SystemProcessTaskFactory
-
- machine(SshMachineLocation) - Method in interface org.apache.brooklyn.util.core.task.system.ProcessTaskFactory
-
- MACHINE_CHOOSER - Static variable in class org.apache.brooklyn.location.byon.FixedListMachineProvisioningLocation
-
- MACHINE_CREATE_ATTEMPTS - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- MACHINE_CREATION_SEMAPHORE - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- MACHINE_DELETION_SEMAPHORE - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- MACHINE_DETAILS - Static variable in class org.apache.brooklyn.core.location.AbstractMachineLocation
-
- MACHINE_ENTITY - Static variable in class org.apache.brooklyn.entity.machine.pool.ServerPoolImpl
-
- MACHINE_FILTER - Static variable in class org.apache.brooklyn.entity.machine.SetHostnameCustomizer
-
- MACHINE_LOCATION_CUSTOMIZERS - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- MACHINE_LOCATION_CUSTOMIZERS - Static variable in class org.apache.brooklyn.location.byon.FixedListMachineProvisioningLocation
-
- MACHINE_NAME_TEMPLATE - Static variable in class org.apache.brooklyn.core.location.cloud.names.CustomMachineNamer
-
- MACHINE_SPECS - Static variable in class org.apache.brooklyn.location.byon.FixedListMachineProvisioningLocation
-
The machineSpecs allows
ByonLocationResolver
to work with just LocationSpecs, rather than
having to instantiate the machines immediately (which would be bad, because the caller
might not use the spec and thus might not unmanage the machine instances).
- MachineAttributes - Class in org.apache.brooklyn.entity.machine
-
- MachineDetails - Interface in org.apache.brooklyn.api.location
-
- MachineEntity - Interface in org.apache.brooklyn.entity.machine
-
- MachineEntityImpl - Class in org.apache.brooklyn.entity.machine
-
- MachineEntityImpl() - Constructor for class org.apache.brooklyn.entity.machine.MachineEntityImpl
-
- MachineInitTasks - Class in org.apache.brooklyn.entity.machine
-
- MachineInitTasks() - Constructor for class org.apache.brooklyn.entity.machine.MachineInitTasks
-
- MachineLifecycleEffectorTasks - Class in org.apache.brooklyn.entity.software.base.lifecycle
-
Default skeleton for start/stop/restart tasks on machines.
- MachineLifecycleEffectorTasks() - Constructor for class org.apache.brooklyn.entity.software.base.lifecycle.MachineLifecycleEffectorTasks
-
- MachineLifecycleEffectorTasks.CloseableLatch - Class in org.apache.brooklyn.entity.software.base.lifecycle
-
- MachineLifecycleEffectorTasks.StopMachineDetails<T> - Class in org.apache.brooklyn.entity.software.base.lifecycle
-
- MachineLocation - Interface in org.apache.brooklyn.api.location
-
A location that is a machine.
- MachineLocationCustomizer - Interface in org.apache.brooklyn.api.location
-
Customization hooks to allow apps to perform specific customisation of obtained machines.
- MachineManagementMixins - Class in org.apache.brooklyn.api.location
-
Defines mixins for interesting locations.
- MachineManagementMixins() - Constructor for class org.apache.brooklyn.api.location.MachineManagementMixins
-
- MachineManagementMixins.GivesMachineMetadata - Interface in org.apache.brooklyn.api.location
-
- MachineManagementMixins.KillsMachines - Interface in org.apache.brooklyn.api.location
-
- MachineManagementMixins.ListsMachines - Interface in org.apache.brooklyn.api.location
-
- MachineManagementMixins.MachineMetadata - Interface in org.apache.brooklyn.api.location
-
very lightweight machine record
- MachineManagementMixins.ResumesMachines - Interface in org.apache.brooklyn.api.location
-
- MachineManagementMixins.RichMachineProvisioningLocation<T extends MachineLocation> - Interface in org.apache.brooklyn.api.location
-
- MachineManagementMixins.SuspendResumeLocation - Interface in org.apache.brooklyn.api.location
-
Implement to indicate that a location can suspend and resume machines.
- MachineManagementMixins.SuspendsMachines - Interface in org.apache.brooklyn.api.location
-
- MachinePoolPredicates - Class in org.apache.brooklyn.location.jclouds.pool
-
- MachinePoolPredicates() - Constructor for class org.apache.brooklyn.location.jclouds.pool.MachinePoolPredicates
-
- MachineProvisioningLocation<T extends MachineLocation> - Interface in org.apache.brooklyn.api.location
-
A location that is able to provision new machines within its location.
- Machines - Class in org.apache.brooklyn.core.location
-
utilities for working with MachineLocations
- Machines() - Constructor for class org.apache.brooklyn.core.location.Machines
-
- MachineSet - Class in org.apache.brooklyn.location.jclouds.pool
-
- MachineSet(Iterable<? extends NodeMetadata>) - Constructor for class org.apache.brooklyn.location.jclouds.pool.MachineSet
-
- MachineSet(NodeMetadata...) - Constructor for class org.apache.brooklyn.location.jclouds.pool.MachineSet
-
- MAGIC_STRING_MEANING_NULL - Static variable in annotation type org.apache.brooklyn.core.annotation.EffectorParam
-
Cannot use null as a default (e.g.
- main(String[]) - Static method in class org.apache.brooklyn.camp.brooklyn.BrooklynCampPlatformLauncherNoServer
-
- main(String[]) - Static method in class org.apache.brooklyn.camp.brooklyn.YamlLauncherNoServer
-
- Main - Class in org.apache.brooklyn.cli
-
This class is the primary CLI for brooklyn.
- Main() - Constructor for class org.apache.brooklyn.cli.Main
-
- main(String...) - Static method in class org.apache.brooklyn.cli.Main
-
- main(String[]) - Static method in class org.apache.brooklyn.demo.SingleWebServerExample
-
- main(String[]) - Static method in class org.apache.brooklyn.demo.WebClusterDatabaseExample
-
- main(String[]) - Static method in class org.apache.brooklyn.demo.WebClusterDatabaseExampleApp
-
- main(String[]) - Static method in class org.apache.brooklyn.demo.WebClusterExample
-
- main(String[]) - Static method in class org.apache.brooklyn.launcher.camp.BrooklynCampPlatformLauncher
-
- main(String[]) - Static method in class org.apache.brooklyn.qa.load.SimulatedTheeTierApp
-
- main(String[]) - Static method in class org.apache.brooklyn.qa.longevity.Monitor
-
- main(String[]) - Static method in class org.apache.brooklyn.util.jmx.jmxmp.JmxmpAgent
-
- main(String[]) - Static method in class org.apache.brooklyn.util.jmx.jmxrmi.JmxRmiAgent
-
Convenience main method.
- Main.AppShutdownHandler - Class in org.apache.brooklyn.cli
-
- Main.CleanOrphanedStateCommand - Class in org.apache.brooklyn.cli
-
- Main.CopyStateCommand - Class in org.apache.brooklyn.cli
-
- Main.GeneratePasswordCommand - Class in org.apache.brooklyn.cli
-
- Main.LaunchCommand - Class in org.apache.brooklyn.cli
-
- MAIN_CLASS - Static variable in interface org.apache.brooklyn.entity.java.VanillaJavaApp
-
- MAIN_URI - Static variable in interface org.apache.brooklyn.core.entity.Attributes
-
- MAIN_URI - Static variable in interface org.apache.brooklyn.entity.dns.geoscaling.GeoscalingDnsService
-
- MAIN_URI - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- MAIN_URI - Static variable in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode.MainUri
-
- MAIN_URI - Static variable in interface org.apache.brooklyn.entity.nosql.solr.SolrServer
-
- MAIN_URI - Static variable in interface org.apache.brooklyn.entity.proxy.LoadBalancer
-
- MAIN_URI_MAPPED_PUBLIC - Static variable in interface org.apache.brooklyn.core.entity.Attributes
-
- MAIN_URI_MAPPED_PUBLIC - Static variable in interface org.apache.brooklyn.entity.proxy.AbstractController
-
- MAIN_URI_MAPPED_SUBNET - Static variable in interface org.apache.brooklyn.core.entity.Attributes
-
- MAIN_URI_MAPPED_SUBNET - Static variable in interface org.apache.brooklyn.entity.proxy.AbstractController
-
- MainUri() - Constructor for class org.apache.brooklyn.core.entity.Attributes.MainUri
-
- MainUri() - Constructor for class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode.MainUri
-
- makeArray(String, int) - Static method in class org.apache.brooklyn.util.text.Strings
-
returns e.g.
- makeBasicUsageString() - Static method in class org.apache.brooklyn.core.mgmt.internal.BrooklynGarbageCollector
-
- makeCommandExecutingInDirectory(String, String, Entity) - Static method in class org.apache.brooklyn.core.sensor.ssh.SshCommandSensor
-
- makeCommandExecutingInDirectory(String, String, Entity) - Static method in class org.apache.brooklyn.core.sensor.windows.WinRmCommandSensor
-
- makeDateSimpleStampString() - Static method in class org.apache.brooklyn.util.time.Time
-
- makeDateSimpleStampString(long) - Static method in class org.apache.brooklyn.util.time.Time
-
- makeDateStampString() - Static method in class org.apache.brooklyn.util.time.Time
-
returns the current time in
"yyyyMMdd-HHmmssSSS" format,
suitable for machines to read with only numbers and dashes and quite precise (ms)
- makeDateStampString(long) - Static method in class org.apache.brooklyn.util.time.Time
-
- makeDateString() - Static method in class org.apache.brooklyn.util.time.Time
-
- makeDateString(long) - Static method in class org.apache.brooklyn.util.time.Time
-
- makeDateString(Date) - Static method in class org.apache.brooklyn.util.time.Time
-
returns the time in
"yyyy-MM-dd HH:mm:ss.SSS" format for the given date;
this format is numeric big-endian but otherwise optimized for people to read, with spaces and colons and dots;
time is local to the server and time zone is
not included
- makeDateString(Date, String) - Static method in class org.apache.brooklyn.util.time.Time
-
- makeDateString(Date, String, TimeZone) - Static method in class org.apache.brooklyn.util.time.Time
-
- makeDateString(Calendar) - Static method in class org.apache.brooklyn.util.time.Time
-
- makeDateString(Calendar, String) - Static method in class org.apache.brooklyn.util.time.Time
-
- makeEffector(ConfigBag) - Static method in class org.apache.brooklyn.policy.failover.ElectPrimaryEffector
-
- makeIdFromHash(long) - Static method in class org.apache.brooklyn.util.text.Identifiers
-
creates a short identifier comfortable in java and OS's, given an input hash code
- makeISOSizeString(long) - Static method in class org.apache.brooklyn.util.text.Strings
-
- makeJavaSizeString(long) - Static method in class org.apache.brooklyn.util.text.Strings
-
- makePaddedString(String, int, String, String) - Static method in class org.apache.brooklyn.util.text.Strings
-
pads the string with "pad" at the left up to len; no padding if base longer than len
- makeRandomBase64Id(int) - Static method in class org.apache.brooklyn.util.text.Identifiers
-
- makeRandomId(int) - Static method in class org.apache.brooklyn.util.text.Identifiers
-
- makeRandomId(int) - Static method in class org.apache.brooklyn.util.text.Strings
-
- makeRandomJavaId(int) - Static method in class org.apache.brooklyn.util.text.Identifiers
-
Makes a random id string (letters and numbers) of the given length;
starts with letter (upper or lower) so can be used as Java id.
- makeRandomLowercaseId(int) - Static method in class org.apache.brooklyn.util.text.Identifiers
-
- makeRandomPassword(int) - Static method in class org.apache.brooklyn.util.text.Identifiers
-
- makeRandomPassword(int, String...) - Static method in class org.apache.brooklyn.util.text.Identifiers
-
A fairly slow but hopefully secure way to randomly select characters for a password
Takes a pool of acceptible characters using the first set in the pool for the first character,
second set for the second character, ..., nth set for all remaining character.
- makeRealString(double, int, int, int) - Static method in class org.apache.brooklyn.util.text.Strings
-
creates a string from a real number, with specified accuracy (more iff it comes for free, ie integer-part);
switches to E notation if needed to fit within maxlen; can be padded left up too (not useful)
- makeRealString(double, int, int, int, double, boolean) - Static method in class org.apache.brooklyn.util.text.Strings
-
creates a string from a real number, with specified accuracy (more iff it comes for free, ie integer-part);
switches to E notation if needed to fit within maxlen; can be padded left up too (not useful)
- makeRealStringNearZero(double, int, int, int) - Static method in class org.apache.brooklyn.util.text.Strings
-
creates a string from a real number, with specified accuracy (more iff it comes for free, ie integer-part);
switches to E notation if needed to fit within maxlen; can be padded left up too (not useful)
- makeRepeated(char, int) - Static method in class org.apache.brooklyn.util.text.Strings
-
- makeSizeString(long) - Method in class org.apache.brooklyn.util.text.ByteSizeStrings
-
Format the size bytes as a String.
- makeSizeString(long, int) - Method in class org.apache.brooklyn.util.text.ByteSizeStrings
-
Format the size bytes as a String with the given precision.
- makeSizeString(long) - Static method in class org.apache.brooklyn.util.text.Strings
-
- makeTimeString(long) - Static method in class org.apache.brooklyn.util.text.Strings
-
- makeTimeString(long, boolean) - Static method in class org.apache.brooklyn.util.time.Time
-
given an elapsed time, makes it readable, eg 44d 6h, or 8s 923ms, optionally rounding
- makeTimeStringExact(long, TimeUnit) - Static method in class org.apache.brooklyn.util.time.Time
-
- makeTimeStringExact(long) - Static method in class org.apache.brooklyn.util.time.Time
-
- makeTimeStringExact(Duration) - Static method in class org.apache.brooklyn.util.time.Time
-
A nice string representation of the duration; or null if null is passed in.
- makeTimeStringNano(long, boolean) - Static method in class org.apache.brooklyn.util.time.Time
-
- makeTimeStringNanoExact(long) - Static method in class org.apache.brooklyn.util.time.Time
-
- makeTimeStringNanoRounded(long) - Static method in class org.apache.brooklyn.util.time.Time
-
- makeTimeStringRounded(long, TimeUnit) - Static method in class org.apache.brooklyn.util.time.Time
-
- makeTimeStringRounded(Stopwatch) - Static method in class org.apache.brooklyn.util.time.Time
-
A nice string representation of the stopwatch's elapsed time; or null if null is passed in.
- makeTimeStringRoundedSince(long) - Static method in class org.apache.brooklyn.util.time.Time
-
- makeValidFilename(String) - Static method in class org.apache.brooklyn.util.text.Strings
-
Returns a valid filename based on the input.
- makeValidJavaName(String) - Static method in class org.apache.brooklyn.util.text.Strings
-
Returns a valid Java identifier name based on the input.
- makeValidUniqueJavaName(String) - Static method in class org.apache.brooklyn.util.text.Strings
-
Returns a unique valid java identifier name based on the input.
- makeZeroPaddedString(int, int) - Static method in class org.apache.brooklyn.util.text.Strings
-
pads the string with 0's at the left up to len; no padding if i longer than len
- manage(Entity) - Method in interface org.apache.brooklyn.api.mgmt.EntityManager
-
Begins management for the given entity and its children, recursively.
- manage(Location) - Method in interface org.apache.brooklyn.api.mgmt.LocationManager
-
- manage(Entity) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- manage(Location, ManagementContext) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- manage(Location, ManagementContext) - Static method in class org.apache.brooklyn.core.location.Locations
-
- manage(Entity) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalEntityManager
-
- manage(Location) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalLocationManager
-
management on creation
- manage(Entity) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentEntityManager
-
- manage(Location) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentLocationManager
-
Deprecated.
- managed() - Static method in class org.apache.brooklyn.core.location.LocationPredicates
-
- MANAGED_BY - Static variable in class org.apache.brooklyn.core.entity.EntityRelations
-
- MANAGED_DOMAIN - Static variable in interface org.apache.brooklyn.entity.dns.geoscaling.GeoscalingDnsService
-
- ManagedBundle - Interface in org.apache.brooklyn.api.typereg
-
Describes an OSGi bundle which Brooklyn manages, including persisting
- ManagedBundleMemento - Interface in org.apache.brooklyn.api.mgmt.rebind.mementos
-
- MANAGEMENT_ACCESS_CIDR - Static variable in class org.apache.brooklyn.core.location.access.BrooklynAccessUtils
-
- MANAGEMENT_CIDR - Static variable in interface org.apache.brooklyn.entity.network.bind.BindDnsServer
-
- MANAGEMENT_HTTP_PORT - Static variable in interface org.apache.brooklyn.entity.webapp.jboss.JBoss7Server
-
Deprecated.
- MANAGEMENT_HTTPS_PORT - Static variable in interface org.apache.brooklyn.entity.webapp.jboss.JBoss7Server
-
Deprecated.
- MANAGEMENT_NATIVE_PORT - Static variable in interface org.apache.brooklyn.entity.webapp.jboss.JBoss7Server
-
Deprecated.
- MANAGEMENT_NODE_ID_PROPERTY - Static variable in class org.apache.brooklyn.core.server.BrooklynServerConfig
-
string used in places where the management node ID is needed to resolve a path
- MANAGEMENT_NODE_STATE - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- MANAGEMENT_NODE_STATE_LISTENER_TERMINATION_TIMEOUT - Static variable in class org.apache.brooklyn.core.server.BrooklynServerConfig
-
- MANAGEMENT_NODE_STATE_LISTENERS - Static variable in class org.apache.brooklyn.core.server.BrooklynServerConfig
-
- MANAGEMENT_PASSWORD - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynEntityMirror
-
- MANAGEMENT_PASSWORD - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- MANAGEMENT_PASSWORD - Static variable in interface org.apache.brooklyn.entity.webapp.jboss.JBoss7Server
-
Deprecated.
- MANAGEMENT_PORT - Static variable in interface org.apache.brooklyn.entity.messaging.rabbit.RabbitBroker
-
- MANAGEMENT_REALM - Static variable in class org.apache.brooklyn.entity.webapp.jboss.JBoss7SshDriver
-
Deprecated.
- MANAGEMENT_STATUS - Static variable in interface org.apache.brooklyn.entity.webapp.jboss.JBoss7Server
-
Deprecated.
- MANAGEMENT_URL - Static variable in interface org.apache.brooklyn.entity.database.crate.CrateNode
-
- MANAGEMENT_URL - Static variable in interface org.apache.brooklyn.entity.messaging.rabbit.RabbitBroker
-
- MANAGEMENT_URL - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseSyncGateway
-
- MANAGEMENT_URL - Static variable in interface org.apache.brooklyn.entity.webapp.jboss.JBoss7Server
-
Deprecated.
- MANAGEMENT_URL_UP - Static variable in interface org.apache.brooklyn.entity.webapp.jboss.JBoss7Server
-
Deprecated.
- MANAGEMENT_USER - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynEntityMirror
-
- MANAGEMENT_USER - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- MANAGEMENT_USER - Static variable in interface org.apache.brooklyn.entity.webapp.jboss.JBoss7Server
-
Deprecated.
- ManagementAddressResolveResult - Class in org.apache.brooklyn.location.jclouds
-
- ManagementContext - Interface in org.apache.brooklyn.api.mgmt
-
This is the entry point for accessing and interacting with a realm of applications and their entities in Brooklyn.
- managementContext(ManagementContext) - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
Specifies the management context this launcher should use.
- ManagementContext.PropertiesReloadListener - Interface in org.apache.brooklyn.api.mgmt
-
Listener for brooklyn.properties
reload events.
- ManagementContextConverter() - Constructor for class org.apache.brooklyn.core.mgmt.persist.XmlMementoSerializer.ManagementContextConverter
-
- ManagementContextInjectable - Interface in org.apache.brooklyn.core.mgmt
-
- ManagementContextInternal - Interface in org.apache.brooklyn.core.mgmt.internal
-
- ManagementContextProvider - Class in org.apache.brooklyn.rest.util
-
- ManagementContextProvider() - Constructor for class org.apache.brooklyn.rest.util.ManagementContextProvider
-
- ManagementContextProvider(ServletContext) - Constructor for class org.apache.brooklyn.rest.util.ManagementContextProvider
-
- ManagementContextProvider(ManagementContext) - Constructor for class org.apache.brooklyn.rest.util.ManagementContextProvider
-
- ManagementContextSerialization(ManagementContext) - Constructor for class org.apache.brooklyn.util.core.json.BidiSerialization.ManagementContextSerialization
-
- ManagementNodeState - Enum in org.apache.brooklyn.api.mgmt.ha
-
- ManagementNodeStateListener - Interface in org.apache.brooklyn.core.mgmt.usage
-
Listener to be notified of this Brooklyn node's state.
- ManagementNodeStateListener.BasicListener - Class in org.apache.brooklyn.core.mgmt.usage
-
- ManagementNodeStateListenerManager - Class in org.apache.brooklyn.core.mgmt.internal
-
- ManagementNodeStateListenerManager(ManagementContextInternal) - Constructor for class org.apache.brooklyn.core.mgmt.internal.ManagementNodeStateListenerManager
-
- ManagementNodeSyncRecord - Interface in org.apache.brooklyn.api.mgmt.ha
-
Represents the state of a management-node.
- ManagementPlaneSyncRecord - Interface in org.apache.brooklyn.api.mgmt.ha
-
Meta-data about the management plane - the management nodes and who is currently master.
- ManagementPlaneSyncRecordDeltaImpl - Class in org.apache.brooklyn.core.mgmt.ha
-
- ManagementPlaneSyncRecordDeltaImpl.Builder - Class in org.apache.brooklyn.core.mgmt.ha
-
- ManagementPlaneSyncRecordImpl - Class in org.apache.brooklyn.core.mgmt.ha.dto
-
- ManagementPlaneSyncRecordImpl.Builder - Class in org.apache.brooklyn.core.mgmt.ha.dto
-
- ManagementPlaneSyncRecordPersister - Interface in org.apache.brooklyn.api.mgmt.ha
-
Controls the persisting and reading back of mementos relating to the management plane.
- ManagementPlaneSyncRecordPersister.Delta - Interface in org.apache.brooklyn.api.mgmt.ha
-
- ManagementPlaneSyncRecordPersister.Delta.MasterChange - Enum in org.apache.brooklyn.api.mgmt.ha
-
- ManagementPlaneSyncRecordPersisterToObjectStore - Class in org.apache.brooklyn.core.mgmt.ha
-
Structure of files is:
plane/
- top-level directory
master
- contains the id of the management-node that is currently master
change.log
- log of changes made
nodes/
- sub-directory, containing one file per management-node
a9WiuVKp
- file named after the management-node's id, containing the management node's current state
E1eDXQF3
All writes are done synchronously.
- ManagementPlaneSyncRecordPersisterToObjectStore(ManagementContext, PersistenceObjectStore, ClassLoader) - Constructor for class org.apache.brooklyn.core.mgmt.ha.ManagementPlaneSyncRecordPersisterToObjectStore
-
- ManagementTransitionInfo - Class in org.apache.brooklyn.core.mgmt.internal
-
Stores a management transition mode, and the management context.
- ManagementTransitionInfo(ManagementContext, ManagementTransitionMode) - Constructor for class org.apache.brooklyn.core.mgmt.internal.ManagementTransitionInfo
-
- ManagementTransitionMode - Class in org.apache.brooklyn.core.mgmt.internal
-
Records details of a management transition, specifically the
BrooklynObjectManagementMode
before and after,
and allows easy checking of various aspects of that.
- MANAGER_OF - Static variable in class org.apache.brooklyn.core.entity.EntityRelations
-
EntityRelations.MANAGER_OF
indicates that one entity is the manager of another entity,
in the internal Brooklyn management hierarchy model.
- manageRebindedRoot(T) - Method in interface org.apache.brooklyn.core.mgmt.internal.BrooklynObjectManagerInternal
-
Begins management for the given rebinded root, recursively;
if rebinding as a read-only copy, #setReadOnly(T, boolean)
should be called prior to this.
- manageRebindedRoot(Entity) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalEntityManager
-
- manageRebindedRoot(Location) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalLocationManager
-
- manageRebindedRoot(Entity) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentEntityManager
-
- manageRebindedRoot(Location) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentLocationManager
-
- manifest(Object, Object) - Method in class org.apache.brooklyn.util.core.file.ArchiveBuilder
-
Add a manifest entry with the given key
and value
.
- MANIFEST_HEADER_FORCE_REMOVE_BUNDLES - Static variable in class org.apache.brooklyn.core.typereg.BundleUpgradeParser
-
A header in a bundle's manifest, indicating that this bundle will force the removal of matching
bundle(s) previously added and the types they contain.
- MANIFEST_HEADER_FORCE_REMOVE_LEGACY_ITEMS - Static variable in class org.apache.brooklyn.core.typereg.BundleUpgradeParser
-
A header in a bundle's manifest, indicating that this bundle will force the removal of the
given legacy catalog items.
- MANIFEST_HEADER_UPGRADE_FOR_BUNDLES - Static variable in class org.apache.brooklyn.core.typereg.BundleUpgradeParser
-
A header in a bundle's manifest, indicating that this bundle recommends a set of upgrades.
- MANIFEST_HEADER_UPGRADE_FOR_TYPES - Static variable in class org.apache.brooklyn.core.typereg.BundleUpgradeParser
-
A header in a bundle's manifest, indicating that this bundle recommends a set of upgrades.
- ManifestHelper - Class in org.apache.brooklyn.rt.felix
-
The class is not used, staying for future reference.
- ManifestHelper() - Constructor for class org.apache.brooklyn.rt.felix.ManifestHelper
-
- map() - Method in class org.apache.brooklyn.util.collections.Jsonya.Navigator
-
ensures the given focus is a map, creating if needed (and creating inside the list if it is in a list)
- MAP_DEV_RANDOM_TO_DEV_URANDOM - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- MAP_MATCHING - Static variable in class org.apache.brooklyn.core.network.AbstractOnNetworkEnricher
-
- MAP_STRING_OBJECT - Static variable in class org.apache.brooklyn.util.GenericTypes
-
- MapAggregator<U> - Class in org.apache.brooklyn.enricher.stock
-
Building on
AbstractMultipleSensorAggregator
for a pair of source sensors(on multiple children and/or members)
that are used as key-value pairs in a generated Map.
- MapAggregator() - Constructor for class org.apache.brooklyn.enricher.stock.MapAggregator
-
- MapConfigKey<V> - Class in org.apache.brooklyn.core.config
-
A config key which represents a map, where contents can be accessed directly via subkeys.
- MapConfigKey(<any>, String) - Constructor for class org.apache.brooklyn.core.config.MapConfigKey
-
- MapConfigKey(<any>, String, String) - Constructor for class org.apache.brooklyn.core.config.MapConfigKey
-
- MapConfigKey(<any>, String, String, Map<String, V>) - Constructor for class org.apache.brooklyn.core.config.MapConfigKey
-
- MapConfigKey.Builder<V> - Class in org.apache.brooklyn.core.config
-
- MapConfigKey.MapModification<V> - Interface in org.apache.brooklyn.core.config
-
- MapConfigKey.MapModificationBase<V> - Class in org.apache.brooklyn.core.config
-
- MapConfigKey.MapModifications - Class in org.apache.brooklyn.core.config
-
- MapConverter - Class in org.apache.brooklyn.util.core.xstream
-
equivalent to super, but cleaner methods, overridable, logging, and some retries
- MapConverter(Mapper) - Constructor for class org.apache.brooklyn.util.core.xstream.MapConverter
-
- mapEmptyOrNull() - Static method in class org.apache.brooklyn.util.collections.CollectionFunctionals
-
- MapModificationBase(Map<String, V>, boolean) - Constructor for class org.apache.brooklyn.core.config.MapConfigKey.MapModificationBase
-
- MapModifications() - Constructor for class org.apache.brooklyn.core.config.MapConfigKey.MapModifications
-
- mapNotEmpty() - Static method in class org.apache.brooklyn.util.collections.CollectionFunctionals
-
- mapOf(K, V) - Static method in class org.apache.brooklyn.util.JavaGroovyEquivalents
-
- mapper(ObjectMapper) - Method in class org.apache.brooklyn.rest.resources.AbstractBrooklynRestResource.RestValueResolver
-
- mapSize() - Static method in class org.apache.brooklyn.util.collections.CollectionFunctionals
-
- mapSize(Integer) - Static method in class org.apache.brooklyn.util.collections.CollectionFunctionals
-
- mapSizeEquals(int) - Static method in class org.apache.brooklyn.util.collections.CollectionFunctionals
-
- MARIADB_PORT - Static variable in interface org.apache.brooklyn.entity.database.mariadb.MariaDbNode
-
- MARIADB_SERVER_CONF - Static variable in interface org.apache.brooklyn.entity.database.mariadb.MariaDbNode
-
- MARIADB_SERVER_CONF_LOWER_CASE_TABLE_NAMES - Static variable in interface org.apache.brooklyn.entity.database.mariadb.MariaDbNode
-
- MARIADB_URL - Static variable in interface org.apache.brooklyn.entity.database.mariadb.MariaDbNode
-
- MariaDbDriver - Interface in org.apache.brooklyn.entity.database.mariadb
-
- MariaDbNode - Interface in org.apache.brooklyn.entity.database.mariadb
-
- MariaDbNodeImpl - Class in org.apache.brooklyn.entity.database.mariadb
-
- MariaDbNodeImpl() - Constructor for class org.apache.brooklyn.entity.database.mariadb.MariaDbNodeImpl
-
- MariaDbSshDriver - Class in org.apache.brooklyn.entity.database.mariadb
-
- MariaDbSshDriver(MariaDbNodeImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.database.mariadb.MariaDbSshDriver
-
- mark(int) - Method in class org.apache.brooklyn.util.stream.KnownSizeInputStream
-
- mark(int) - Method in class org.apache.brooklyn.util.stream.ReaderInputStream
-
Marks the read limit of the StringReader.
- markAll(Iterable<String>) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- markerForCodeThatLoadsJavaTypesButShouldLoadRegisteredType() - Static method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades
-
This method is used internally to mark places we need to update when we switch to persisting and loading
registered type IDs instead of java types, as noted on RebindIteration.load
- markInessential() - Static method in class org.apache.brooklyn.util.core.task.DynamicTasks
-
- markInessential() - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
marks the current task inessential; this mainly matters if the task is running in a parent
TaskQueueingContext
and we don't want the parent to fail if this task fails
- markInessential(V) - Static method in class org.apache.brooklyn.util.core.task.TaskTags
-
- markQueued() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
marks the task as queued for execution
- markQueued() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- markQueued() - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
marks the task as queued for execution
- markSupported() - Method in class org.apache.brooklyn.util.stream.KnownSizeInputStream
-
- markSupported() - Method in class org.apache.brooklyn.util.stream.ReaderInputStream
-
- markUsed(String) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
indicates that a string key in the config map has been accessed
- markUsed(String) - Method in class org.apache.brooklyn.util.core.config.ResolvingConfigBag
-
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.apache.brooklyn.core.mgmt.persist.CatalogItemLibrariesConverter
-
Deprecated.
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.apache.brooklyn.core.mgmt.persist.XmlMementoSerializer.ManagementContextConverter
-
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.apache.brooklyn.core.mgmt.persist.XmlMementoSerializer.SpecConverter
-
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.apache.brooklyn.core.mgmt.persist.XmlMementoSerializer.TaskConverter
-
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.apache.brooklyn.util.core.xstream.Inet4AddressConverter
-
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.apache.brooklyn.util.core.xstream.MapConverter
-
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.apache.brooklyn.util.core.xstream.ObjectWithDefaultStringImplConverter
-
- masksErrorIfPresent() - Method in class org.apache.brooklyn.util.exceptions.ReferenceWithError
-
- MASTER - Static variable in interface org.apache.brooklyn.entity.nosql.redis.RedisSlave
-
- MASTER_CREATION_SCRIPT_CONTENTS - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlCluster.MySqlMaster
-
- MASTER_CREATION_SCRIPT_URL - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlCluster.MySqlMaster
-
- MASTER_NODE - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynCluster
-
- MASTER_URL - Static variable in interface org.apache.brooklyn.container.location.kubernetes.KubernetesLocationConfig
-
- MasterChooser - Interface in org.apache.brooklyn.core.mgmt.ha
-
For choosing which management node to promote, when master detected as failed or stopped.
- masterNodeId(String) - Method in class org.apache.brooklyn.core.mgmt.ha.dto.ManagementPlaneSyncRecordImpl.Builder
-
- matches(OsFamily, String) - Method in class org.apache.brooklyn.container.location.kubernetes.ImageChooser.ImageMetadata
-
- matches(ReusableMachineTemplate, NodeMetadata) - Static method in class org.apache.brooklyn.location.jclouds.pool.MachinePoolPredicates
-
True iff the node matches the criteria specified in this template.
- MATCHES - Static variable in class org.apache.brooklyn.test.framework.TestFrameworkAssertions
-
- matchesGlob(String) - Static method in class org.apache.brooklyn.util.text.StringPredicates
-
- matchesLiteral(String) - Method in class org.apache.brooklyn.camp.spi.resolve.interpret.PlanInterpretationNode
-
convenience for interpreters, tests if nodes are not excluded, and if not:
for string nodes, true iff the current value equals the given target;
for nodes which are currently maps or lists,
true iff not excluded and the value contains such an entry (key, in the case of map)
- matchesPrefix(String) - Method in class org.apache.brooklyn.camp.spi.resolve.interpret.PlanInterpretationNode
-
convenience for interpreters, tests if nodes are not excluded, and if not:
for string nodes, true iff the current value starts with the given prefix;
for nodes which are currently maps or lists,
true iff not excluded and the value contains such an entry (key, in the case of map)
- matchesRegex(String) - Static method in class org.apache.brooklyn.util.text.StringPredicates
-
- matchesType(String) - Static method in class org.apache.brooklyn.feed.jmx.JmxNotificationFilters
-
Matches the given notification type.
- matchesTypes(String...) - Static method in class org.apache.brooklyn.feed.jmx.JmxNotificationFilters
-
Matches any of the given notification types.
- matching(ReusableMachineTemplate) - Static method in class org.apache.brooklyn.location.jclouds.pool.MachinePoolPredicates
-
- matchingRegexes(String...) - Static method in class org.apache.brooklyn.test.LogWatcher.EventPredicates
-
- matchMethodByName(String) - Static method in class org.apache.brooklyn.util.core.flags.MethodCoercions
-
Returns a predicate that matches a method with the given name.
- matchMultiParameterMethod(String, List<?>) - Static method in class org.apache.brooklyn.util.core.flags.MethodCoercions
-
Returns a predicate that matches a method with the given name, and parameters that
org.apache.brooklyn.util.core.flags.TypeCoercions#tryCoerce(Object, com.google.common.reflect.TypeToken)
can process
from the given list of arguments.
- matchMultiParameterMethod(List<?>) - Static method in class org.apache.brooklyn.util.core.flags.MethodCoercions
-
Returns a predicate that matches a method with parameters that
org.apache.brooklyn.util.core.flags.TypeCoercions#tryCoerce(Object, com.google.common.reflect.TypeToken)
can process
from the given list of arguments.
- matchSingleParameterMethod(String, Object) - Static method in class org.apache.brooklyn.util.core.flags.MethodCoercions
-
Returns a predicate that matches a method with the given name, and a single parameter that
org.apache.brooklyn.util.core.flags.TypeCoercions#tryCoerce(Object, com.google.common.reflect.TypeToken)
can process
from the given argument.
- MathAggregatorFunctions - Class in org.apache.brooklyn.enricher.stock
-
- MathFunctions - Class in org.apache.brooklyn.util.math
-
- MathFunctions() - Constructor for class org.apache.brooklyn.util.math.MathFunctions
-
- MathPredicates - Class in org.apache.brooklyn.util.math
-
- MathPredicates() - Constructor for class org.apache.brooklyn.util.math.MathPredicates
-
- MAVEN_CENTRAL_URL_GENERATOR - Static variable in class org.apache.brooklyn.util.maven.MavenRetriever
-
- MavenArtifact - Class in org.apache.brooklyn.util.maven
-
- MavenArtifact(String, String, String, String, String) - Constructor for class org.apache.brooklyn.util.maven.MavenArtifact
-
- MavenArtifact(String, String, String, String) - Constructor for class org.apache.brooklyn.util.maven.MavenArtifact
-
- MavenRetriever - Class in org.apache.brooklyn.util.maven
-
returns the URL for accessing the artifact, assuming sonatype for snapshots and maven.org for releases by default,
with some methods checking local file system, and allowing the generators for each to be specified
- MavenRetriever() - Constructor for class org.apache.brooklyn.util.maven.MavenRetriever
-
- max() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.TokenGenerator
-
Deprecated.
- max() - Method in class org.apache.brooklyn.entity.nosql.cassandra.TokenGenerators.AbstractTokenGenerator
-
Deprecated.
- max() - Method in class org.apache.brooklyn.entity.nosql.cassandra.TokenGenerators.NonNeg127TokenGenerator
-
Deprecated.
- max() - Method in class org.apache.brooklyn.entity.nosql.cassandra.TokenGenerators.PosNeg63TokenGenerator
-
Deprecated.
- max - Variable in class org.apache.brooklyn.policy.autoscaling.SizeHistory.WindowSummary
-
The maximum vaule within the given time period
- max(Duration, Duration) - Static method in class org.apache.brooklyn.util.time.Duration
-
- MAX_AGE - Static variable in class org.apache.brooklyn.rest.filter.CorsImplSupplierFilter
-
- MAX_ATTEMPTS - Static variable in interface org.apache.brooklyn.test.framework.TestEffector
-
The maximum number of times to execute the http call, before throwing an exception.
- MAX_ATTEMPTS - Static variable in interface org.apache.brooklyn.test.framework.TestHttpCall
-
The maximum number of times to execute the http call, before throwing an exception.
- MAX_ATTEMPTS - Static variable in interface org.apache.brooklyn.test.framework.TestSshCommand
-
The maximum number of times to execute the ssh command, before throwing an exception.
- MAX_COLLAPSE_RECURSIVE_DEPTH - Static variable in class org.apache.brooklyn.util.exceptions.Exceptions
-
- MAX_CONCURRENCY - Static variable in class org.apache.brooklyn.core.sensor.MaxConcurrencySensor
-
- MAX_CONCURRENT_CHILD_COMMANDS - Static variable in interface org.apache.brooklyn.entity.group.DynamicCluster
-
- MAX_CONCURRENT_MACHINE_CREATIONS - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- MAX_CONCURRENT_MACHINE_DELETIONS - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- MAX_CONNECTIONS - Static variable in interface org.apache.brooklyn.entity.database.postgresql.PostgreSqlNode
-
- MAX_FETCH_TIME - Static variable in interface org.apache.brooklyn.entity.messaging.kafka.KafkaBroker
-
- MAX_HEAP_MEMORY - Static variable in interface org.apache.brooklyn.entity.java.UsesJavaMXBeans
-
- MAX_INACTIVE_INTERVAL - Static variable in class org.apache.brooklyn.rest.util.MultiSessionAttributeAdapter
-
- MAX_POOL_SIZE - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- MAX_PORT - Static variable in class org.apache.brooklyn.core.location.PortRanges
-
- MAX_PORT_NUMBER - Static variable in class org.apache.brooklyn.util.net.Networking
-
- MAX_PROCESSING_TIME - Static variable in interface org.apache.brooklyn.entity.webapp.WebAppServiceMetrics
-
- MAX_PRODUCE_TIME - Static variable in interface org.apache.brooklyn.entity.messaging.kafka.KafkaBroker
-
- MAX_REACHED_NOTIFICATION_DELAY - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- MAX_SESSION_AGE - Static variable in class org.apache.brooklyn.rest.util.MultiSessionAttributeAdapter
-
- MAX_SIZE - Static variable in interface org.apache.brooklyn.entity.group.DynamicCluster
-
- MAX_SIZE_REACHED_SENSOR - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- MAX_SUB_LOCATIONS - Static variable in interface org.apache.brooklyn.core.location.dynamic.DynamicLocation
-
- MAX_TASK_AGE - Static variable in class org.apache.brooklyn.core.mgmt.internal.BrooklynGarbageCollector
-
- MAX_TASK_AGE - Static variable in class org.apache.brooklyn.launcher.config.BrooklynGlobalConfig
-
Deprecated.
- MAX_TASKS_GLOBAL - Static variable in class org.apache.brooklyn.core.mgmt.internal.BrooklynGarbageCollector
-
- MAX_TASKS_GLOBAL - Static variable in class org.apache.brooklyn.launcher.config.BrooklynGlobalConfig
-
Deprecated.
- MAX_TASKS_PER_ENTITY - Static variable in class org.apache.brooklyn.core.mgmt.internal.BrooklynGarbageCollector
-
- MAX_TASKS_PER_ENTITY - Static variable in class org.apache.brooklyn.launcher.config.BrooklynGlobalConfig
-
Deprecated.
- MAX_TASKS_PER_TAG - Static variable in class org.apache.brooklyn.core.mgmt.internal.BrooklynGarbageCollector
-
- MAX_TASKS_PER_TAG - Static variable in class org.apache.brooklyn.launcher.config.BrooklynGlobalConfig
-
Deprecated.
- MAX_TOKEN - Static variable in class org.apache.brooklyn.entity.nosql.cassandra.TokenGenerators.NonNeg127TokenGenerator
-
Deprecated.
- MAX_TOKEN - Static variable in class org.apache.brooklyn.entity.nosql.cassandra.TokenGenerators.PosNeg63TokenGenerator
-
Deprecated.
- maxAllowed(long) - Method in class org.apache.brooklyn.policy.autoscaling.MaxPoolSizeReachedEvent.Builder
-
- maxAttempts(Integer) - Method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions.AssertionOptions
-
- maxConcurrency(Object) - Static method in class org.apache.brooklyn.core.sensor.DependentConfiguration
-
- maxConcurrencyImmediately(Object) - Static method in class org.apache.brooklyn.core.sensor.DependentConfiguration
-
- MaxConcurrencySensor - Class in org.apache.brooklyn.core.sensor
-
Can be used as:
- MaxConcurrencySensor(ConfigBag) - Constructor for class org.apache.brooklyn.core.sensor.MaxConcurrencySensor
-
- MAXIMUM - Static variable in class org.apache.brooklyn.enricher.stock.Joiner
-
- MAXIMUM_REBIND_SENSOR_CONNECT_DELAY - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- maxIterations(Integer) - Method in class org.apache.brooklyn.util.core.task.ScheduledTask.Builder
-
- maxIterations(int) - Method in class org.apache.brooklyn.util.core.task.ScheduledTask
-
- maxLen(int) - Method in class org.apache.brooklyn.util.text.ByteSizeStrings.Builder
-
The maximum length of the printed number.
- maxlen(String, int) - Static method in class org.apache.brooklyn.util.text.Strings
-
returns up to maxlen characters from the start of s
- maxlenWithEllipsis(String, int) - Static method in class org.apache.brooklyn.util.text.Strings
-
as {@link #maxlenWithEllipsis(String, int, String) with "..." as the ellipsis
- maxlenWithEllipsis(String, int, String) - Static method in class org.apache.brooklyn.util.text.Strings
-
as {@link #maxlenWithEllipsis(String, int) but replacing the last few chars with the given ellipsis
- MaxMind2HostGeoLookup - Class in org.apache.brooklyn.core.location.geo
-
- MaxMind2HostGeoLookup() - Constructor for class org.apache.brooklyn.core.location.geo.MaxMind2HostGeoLookup
-
- maxOpenFiles() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeSshDriver
-
- maxPoolSize(int) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy.Builder
-
- MaxPoolSizeReachedEvent - Class in org.apache.brooklyn.policy.autoscaling
-
- MaxPoolSizeReachedEvent.Builder - Class in org.apache.brooklyn.policy.autoscaling
-
- maxReachedNotificationDelay(Duration) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy.Builder
-
- maxSizeReachedSensor(BasicNotificationSensor<? super MaxPoolSizeReachedEvent>) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy.Builder
-
- MaxThreadsTransformerFunction(Object) - Constructor for class org.apache.brooklyn.core.sensor.DependentConfiguration.MaxThreadsTransformerFunction
-
- maxUnbounded(long) - Method in class org.apache.brooklyn.policy.autoscaling.MaxPoolSizeReachedEvent.Builder
-
- Maybe<T> - Class in org.apache.brooklyn.util.guava
-
Like Guava Optional but permitting null and permitting errors to be thrown.
- Maybe() - Constructor for class org.apache.brooklyn.util.guava.Maybe
-
- Maybe.Absent<T> - Class in org.apache.brooklyn.util.guava
-
- Maybe.AbsentNull<T> - Class in org.apache.brooklyn.util.guava
-
- Maybe.AbstractPresent<T> - Class in org.apache.brooklyn.util.guava
-
- Maybe.MaybeSupplier<T> - Class in org.apache.brooklyn.util.guava
-
- Maybe.Present<T> - Class in org.apache.brooklyn.util.guava
-
- Maybe.SoftlyPresent<T> - Class in org.apache.brooklyn.util.guava
-
- MaybeFunctions - Class in org.apache.brooklyn.util.guava
-
- MaybeFunctions() - Constructor for class org.apache.brooklyn.util.guava.MaybeFunctions
-
- maybeNonBlank(T) - Static method in class org.apache.brooklyn.util.text.Strings
-
- MaybeSupplier(<any>) - Constructor for class org.apache.brooklyn.util.guava.Maybe.MaybeSupplier
-
- MeasurementResultPersister - Interface in org.apache.brooklyn.test.performance
-
- MEM_USED - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- MEM_USED_PER_NODE - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
- member(Entity) - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
- member(MongoDBServer, Integer) - Method in class org.apache.brooklyn.entity.nosql.mongodb.ReplicaSetConfig
-
- member(HostAndPort, Integer) - Method in class org.apache.brooklyn.entity.nosql.mongodb.ReplicaSetConfig
-
Adds a new member to the replica set config using the given HostAndPort
for hostname and port.
- member(String, Integer, Integer) - Method in class org.apache.brooklyn.entity.nosql.mongodb.ReplicaSetConfig
-
Adds a new member to the replica set config with the given hostname, port and id.
- MEMBER_ADDED - Static variable in interface org.apache.brooklyn.core.entity.trait.Changeable
-
- MEMBER_DELEGATE_CHILDREN - Static variable in interface org.apache.brooklyn.entity.group.AbstractGroup
-
- MEMBER_DELEGATE_NAME_FORMAT - Static variable in interface org.apache.brooklyn.entity.group.AbstractGroup
-
- MEMBER_ID - Static variable in class org.apache.brooklyn.entity.group.SshCommandMembershipTrackingPolicy
-
Deprecated.
- MEMBER_REMOVED - Static variable in interface org.apache.brooklyn.core.entity.trait.Changeable
-
- MEMBER_SPEC - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynCluster
-
- MEMBER_SPEC - Static variable in interface org.apache.brooklyn.entity.group.DynamicCluster
-
- MEMBER_SPEC - Static variable in interface org.apache.brooklyn.entity.group.DynamicFabric
-
- MEMBER_SPEC - Static variable in interface org.apache.brooklyn.entity.machine.pool.ServerPool
-
- MEMBER_SPEC - Static variable in interface org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppCluster
-
- MemberRemovedListener() - Constructor for class org.apache.brooklyn.entity.database.mysql.MySqlClusterImpl.MemberRemovedListener
-
- MemberReplaceable - Interface in org.apache.brooklyn.core.entity.trait
-
- members(Iterable<? extends Entity>) - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
- MemberTrackingPolicy() - Constructor for class org.apache.brooklyn.entity.dns.AbstractGeoDnsServiceImpl.MemberTrackingPolicy
-
- MemberTrackingPolicy() - Constructor for class org.apache.brooklyn.entity.machine.pool.ServerPoolImpl.MemberTrackingPolicy
-
- MemberTrackingPolicy() - Constructor for class org.apache.brooklyn.entity.network.bind.BindDnsServerImpl.MemberTrackingPolicy
-
- MemberTrackingPolicy() - Constructor for class org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenterImpl.MemberTrackingPolicy
-
Deprecated.
- MemberTrackingPolicy() - Constructor for class org.apache.brooklyn.entity.nosql.cassandra.CassandraFabricImpl.MemberTrackingPolicy
-
Deprecated.
- MemberTrackingPolicy() - Constructor for class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseClusterImpl.MemberTrackingPolicy
-
- MemberTrackingPolicy() - Constructor for class org.apache.brooklyn.entity.nosql.hazelcast.HazelcastClusterImpl.MemberTrackingPolicy
-
- MemberTrackingPolicy() - Constructor for class org.apache.brooklyn.entity.nosql.mongodb.MongoDBReplicaSetImpl.MemberTrackingPolicy
-
- MemberTrackingPolicy() - Constructor for class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBRouterClusterImpl.MemberTrackingPolicy
-
- MemberTrackingPolicy() - Constructor for class org.apache.brooklyn.entity.nosql.riak.RiakClusterImpl.MemberTrackingPolicy
-
- MemberTrackingPolicy() - Constructor for class org.apache.brooklyn.entity.proxy.AbstractNonProvisionedControllerImpl.MemberTrackingPolicy
-
- Memento - Interface in org.apache.brooklyn.api.mgmt.rebind.mementos
-
Represents the internal state of something in brooklyn, so that it can be reconstructed (e.g.
- memento(Memento) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl.Builder
-
- MementoCopyMode - Enum in org.apache.brooklyn.api.mgmt.ha
-
- MementoSerializer<T> - Interface in org.apache.brooklyn.core.mgmt.persist
-
Serializes the given object; it is often used with
BrooklynMemento
for persisting and restoring,
though it can be used for any object (and is also used for the
ManagementNodeSyncRecord
instances)
- MementosGenerators - Class in org.apache.brooklyn.core.mgmt.rebind.dto
-
- MementoValidators - Class in org.apache.brooklyn.core.mgmt.rebind.dto
-
- MEMORY_PROCESSES_USED - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- MemoryUsageTracker - Class in org.apache.brooklyn.util.javalang
-
Tracks the amount of memory consumed by the given objects in use.
- MemoryUsageTracker() - Constructor for class org.apache.brooklyn.util.javalang.MemoryUsageTracker
-
- MemoryUsageTracker.SoftUsageTracker - Class in org.apache.brooklyn.util.javalang
-
Tracking for soft usage through SoftlyPresent instances
- merge(Map<?, ?>, Map<?, ?>) - Method in class org.apache.brooklyn.util.collections.CollectionMerger
-
- mergeNestedLists(boolean) - Method in class org.apache.brooklyn.util.collections.CollectionMerger.Builder
-
- mergeNestedLists(BiFunction<Collection<?>, Collection<?>, Collection<?>>) - Method in class org.apache.brooklyn.util.collections.CollectionMerger.Builder
-
Defines a function to use to determine the result when lists or sets need merging.
- mergeNestedMaps(boolean) - Method in class org.apache.brooklyn.util.collections.CollectionMerger.Builder
-
- mergePaths(String...) - Static method in class org.apache.brooklyn.util.net.Urls
-
returns the items with exactly one "/" between items (whether or not the individual items start or end with /),
except where character before the / is a : (url syntax) in which case it will permit multiple (will not remove any).
- mergePaths(String...) - Static method in class org.apache.brooklyn.util.os.Os
-
merges paths using forward slash as the "local OS file separator", because it is recognised on windows,
making paths more consistent and avoiding problems with backslashes being escaped.
- mergePathsUnix(String...) - Static method in class org.apache.brooklyn.util.os.Os
-
merges paths using forward slash (unix way);
now identical to
Os.mergePaths(String...)
but kept for contexts
where caller wants to indicate the target system should definitely be unix
- message(String) - Method in class org.apache.brooklyn.camp.server.dto.ApiErrorDto.Builder
-
- message(String) - Method in class org.apache.brooklyn.rest.domain.ApiError.Builder
-
- MESSAGE_COUNT - Static variable in class org.apache.brooklyn.entity.database.derby.DerbySchema
-
- MessageBroker - Interface in org.apache.brooklyn.entity.messaging
-
Marker interface identifying message brokers.
- METADATA - Static variable in interface org.apache.brooklyn.container.entity.kubernetes.KubernetesPod
-
- metadata(String, String) - Method in class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
- metadata(Map<String, String>) - Method in class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
- METADATA_ID - Static variable in interface org.apache.brooklyn.ui.modularity.metadata.registry.UiMetadataRegistry
-
- METADATA_TYPE - Static variable in interface org.apache.brooklyn.ui.modularity.metadata.registry.UiMetadataRegistry
-
- METADATA_TYPE_DEFAULT - Static variable in interface org.apache.brooklyn.ui.modularity.metadata.registry.UiMetadataRegistry
-
- metadataOptional(String, String) - Method in class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
- metadataOptional(Map<String, String>) - Method in class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
- method(String) - Method in class org.apache.brooklyn.feed.http.HttpPollConfig
-
- method(String) - Method in class org.apache.brooklyn.util.http.executor.HttpRequest.Builder
-
- method() - Method in interface org.apache.brooklyn.util.http.executor.HttpRequest
-
- method() - Method in class org.apache.brooklyn.util.http.executor.HttpRequestImpl
-
- MethodCoercions - Class in org.apache.brooklyn.util.core.flags
-
A way of binding a loosely-specified method call into a strongly-typed Java method call.
- MethodCoercions() - Constructor for class org.apache.brooklyn.util.core.flags.MethodCoercions
-
- MethodEffector<T> - Class in org.apache.brooklyn.core.effector
-
concrete class for providing an Effector implementation that gets its information from annotations on a method;
see Effector*Test for usage example.
- MethodEffector(Class<?>, String) - Constructor for class org.apache.brooklyn.core.effector.MethodEffector
-
Defines a new effector whose details are supplied as annotations on the given type and method name
- MethodEffector(Method) - Constructor for class org.apache.brooklyn.core.effector.MethodEffector
-
- MethodEffector(MethodClosure) - Constructor for class org.apache.brooklyn.core.effector.MethodEffector
-
- methodModifiers(<any>) - Static method in class org.apache.brooklyn.util.javalang.ReflectionPredicates
-
- metric(AttributeSensor<? extends Number>) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy.Builder
-
- METRIC - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- metric() - Static method in class org.apache.brooklyn.util.text.ByteSizeStrings
-
Default byte size formatter using metric multiples of 1000.
- METRIC_LOWER_BOUND - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- METRIC_UPPER_BOUND - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- metricLowerBound(Number) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy.Builder
-
- metricRange(Number, Number) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy.Builder
-
- metricUpperBound(Number) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy.Builder
-
- mgmt() - Method in class org.apache.brooklyn.rest.filter.HaHotCheckHelperAbstract
-
- mgmt() - Method in class org.apache.brooklyn.rest.resources.AbstractBrooklynRestResource
-
- MGMT_BASE_DIR - Static variable in class org.apache.brooklyn.core.server.BrooklynServerConfig
-
- mgmtInternal() - Method in class org.apache.brooklyn.rest.resources.AbstractBrooklynRestResource
-
- micros(Number) - Static method in class org.apache.brooklyn.util.time.Duration
-
creates new
Duration
instance of the given length of time
- millis(Number) - Static method in class org.apache.brooklyn.util.time.Duration
-
creates new
Duration
instance of the given length of time
- MILLIS_IN_DAY - Static variable in class org.apache.brooklyn.util.time.Time
-
- MILLIS_IN_HOUR - Static variable in class org.apache.brooklyn.util.time.Time
-
- MILLIS_IN_MINUTE - Static variable in class org.apache.brooklyn.util.time.Time
-
- MILLIS_IN_SECOND - Static variable in class org.apache.brooklyn.util.time.Time
-
- MILLIS_IN_YEAR - Static variable in class org.apache.brooklyn.util.time.Time
-
- millisToStringRounded() - Static method in class org.apache.brooklyn.util.time.Duration
-
- MIME_TYPE_TGZ - Static variable in interface org.apache.brooklyn.rest.api.ServerApi
-
- MIME_TYPE_ZIP - Static variable in interface org.apache.brooklyn.rest.api.ServerApi
-
- min() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.TokenGenerator
-
Deprecated.
- min() - Method in class org.apache.brooklyn.entity.nosql.cassandra.TokenGenerators.AbstractTokenGenerator
-
Deprecated.
- min() - Method in class org.apache.brooklyn.entity.nosql.cassandra.TokenGenerators.NonNeg127TokenGenerator
-
Deprecated.
- min() - Method in class org.apache.brooklyn.entity.nosql.cassandra.TokenGenerators.PosNeg63TokenGenerator
-
Deprecated.
- min - Variable in class org.apache.brooklyn.policy.autoscaling.SizeHistory.WindowSummary
-
The minimum vaule within the given time period
- min(Duration, Duration) - Static method in class org.apache.brooklyn.util.time.Duration
-
- MIN_CORES - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- MIN_DISK - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- MIN_PERIOD_BETWEEN_EXECS - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- MIN_POOL_SIZE - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- MIN_PORT_NUMBER - Static variable in class org.apache.brooklyn.util.net.Networking
-
- MIN_RAM - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- MIN_TOKEN - Static variable in class org.apache.brooklyn.entity.nosql.cassandra.TokenGenerators.NonNeg127TokenGenerator
-
Deprecated.
- MIN_TOKEN - Static variable in class org.apache.brooklyn.entity.nosql.cassandra.TokenGenerators.PosNeg63TokenGenerator
-
Deprecated.
- minAcceptablePerSecond - Variable in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
- minAcceptablePerSecond(Double) - Method in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
If non-null, the measured jobs-per-second will be compared against this number.
- minAcceptablePerSecond - Variable in class org.apache.brooklyn.test.performance.PerformanceTestResult
-
- minCores(double) - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- minCores() - Static method in class org.apache.brooklyn.location.jclouds.templates.customize.TemplateBuilderCustomizers
-
- minDisk(double) - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- minDisk() - Static method in class org.apache.brooklyn.location.jclouds.templates.customize.TemplateBuilderCustomizers
-
- minimal() - Static method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- MINIMAL_HEADERS - Static variable in class org.apache.brooklyn.core.config.external.vault.VaultExternalConfigSupplier
-
- MINIMUM - Static variable in class org.apache.brooklyn.enricher.stock.Joiner
-
- minPeriodBetweenExecs(Duration) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy.Builder
-
- minPoolSize(int) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy.Builder
-
- minRam(int) - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- minRam() - Static method in class org.apache.brooklyn.location.jclouds.templates.customize.TemplateBuilderCustomizers
-
- minutes(Number) - Static method in class org.apache.brooklyn.util.time.Duration
-
creates new
Duration
instance of the given length of time
- MIRROR_CATALOG_ITEM_ID - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynEntityMirror
-
- MIRROR_STATUS - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynEntityMirror
-
- MIRROR_SUMMARY - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynEntityMirror
-
- MIRROR_URL - Static variable in interface org.apache.brooklyn.entity.database.mariadb.MariaDbNode
-
download mirror, if desired
- MIRROR_URL - Static variable in interface org.apache.brooklyn.entity.messaging.activemq.ActiveMQBroker
-
download mirror, if desired
- MIRROR_URL - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
download mirror, if desired
- MIRROR_URL - Static variable in interface org.apache.brooklyn.entity.nosql.solr.SolrServer
-
download mirror, if desired
- MIRRORED_ENTITY_ID - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynEntityMirror
-
- MIRRORED_ENTITY_URL - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynEntityMirror
-
- mkdirs(File) - Static method in class org.apache.brooklyn.util.os.Os
-
as File.mkdirs()
but throwing on failure and returning the directory made for fluent convenience
- MODE - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode.SetHighAvailabilityModeEffector
-
- modified(Map<String, String>) - Method in class org.apache.brooklyn.ui.modularity.ExternalUiModule
-
- modified(Map<String, String>) - Method in class org.apache.brooklyn.ui.modularity.metadata.registry.impl.UiMetadataConfigListener
-
- modified(Map<String, String>) - Method in class org.apache.brooklyn.ui.proxy.UiProxy
-
- modified(Map<String, String>) - Method in class org.apache.brooklyn.ui.proxy.UiProxyHttpContext
-
- MODIFIERS_PRIVATE - Static variable in class org.apache.brooklyn.util.javalang.ReflectionPredicates
-
- MODIFIERS_PROTECTED - Static variable in class org.apache.brooklyn.util.javalang.ReflectionPredicates
-
- MODIFIERS_PUBLIC - Static variable in class org.apache.brooklyn.util.javalang.ReflectionPredicates
-
- MODIFIERS_STATIC - Static variable in class org.apache.brooklyn.util.javalang.ReflectionPredicates
-
- MODIFIERS_TRANSIENT - Static variable in class org.apache.brooklyn.util.javalang.ReflectionPredicates
-
- modify(AttributeSensor<T>, <any>) - Method in interface org.apache.brooklyn.api.entity.Entity.SensorSupport
-
Atomically modifies the
AttributeSensor
, ensuring that only one modification is done
at a time.
- modify(AttributeSensor<T>, <any>) - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicSensorSupport
-
- modify(AttributeSensor<T>, <any>) - Method in class org.apache.brooklyn.core.sensor.AttributeMap
-
- MODIFY_CATALOG_ITEM - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- MODIFY_ENTITY - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- modifyMetadata(String, String, Map<String, String>) - Method in class org.apache.brooklyn.ui.modularity.metadata.registry.impl.UiMetadataRegistryImpl
-
- modifyMetadata(String, String, Map<String, String>) - Method in interface org.apache.brooklyn.ui.modularity.metadata.registry.UiMetadataRegistry
-
- MODULE_ICON - Static variable in class org.apache.brooklyn.ui.modularity.enricher.BrooklynExternalUiModuleEnricher
-
- MODULE_NAME - Static variable in class org.apache.brooklyn.ui.modularity.enricher.BrooklynExternalUiModuleEnricher
-
- MODULE_SLUG - Static variable in class org.apache.brooklyn.ui.modularity.enricher.BrooklynExternalUiModuleEnricher
-
- MODULE_TYPE - Static variable in class org.apache.brooklyn.ui.modularity.enricher.BrooklynExternalUiModuleEnricher
-
- MODULE_URL_SENSOR_TO_MONITOR - Static variable in class org.apache.brooklyn.ui.modularity.enricher.BrooklynExternalUiModuleEnricher
-
- moduleCommand(String, Object, String, String) - Static method in class org.apache.brooklyn.entity.cm.ansible.AnsiblePlaybookTasks
-
- MONGO_SERVER_ENDPOINT - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBServer
-
- MONGODB_CONF_TEMPLATE_URL - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.AbstractMongoDBServer
-
- MONGODB_CONF_TEMPLATE_URL - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBServer
-
- MONGODB_CONFIG_SERVER_SPEC - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardedDeployment
-
- MONGODB_KEYFILE_CONTENTS - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBAuthenticationMixins
-
- MONGODB_KEYFILE_DESTINATION - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBAuthenticationMixins
-
- MONGODB_KEYFILE_URL - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBAuthenticationMixins
-
- MONGODB_REPLICA_SET_SPEC - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardedDeployment
-
- MONGODB_ROUTER_SPEC - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardedDeployment
-
- MongoDBAuthenticationMixins - Interface in org.apache.brooklyn.entity.nosql.mongodb
-
- MongoDBAuthenticationUtils - Class in org.apache.brooklyn.entity.nosql.mongodb
-
- MongoDBClient - Interface in org.apache.brooklyn.entity.nosql.mongodb
-
- MongoDBClientDriver - Interface in org.apache.brooklyn.entity.nosql.mongodb
-
- MongoDBClientImpl - Class in org.apache.brooklyn.entity.nosql.mongodb
-
- MongoDBClientImpl() - Constructor for class org.apache.brooklyn.entity.nosql.mongodb.MongoDBClientImpl
-
- MongoDBClientSshDriver - Class in org.apache.brooklyn.entity.nosql.mongodb
-
- MongoDBClientSshDriver(EntityLocal, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.nosql.mongodb.MongoDBClientSshDriver
-
- MongoDBClientSupport - Class in org.apache.brooklyn.entity.nosql.mongodb
-
Manages connections to standalone MongoDB servers.
- MongoDBClientSupport(ServerAddress) - Constructor for class org.apache.brooklyn.entity.nosql.mongodb.MongoDBClientSupport
-
- MongoDBClientSupport(ServerAddress, String, String, String) - Constructor for class org.apache.brooklyn.entity.nosql.mongodb.MongoDBClientSupport
-
- MongoDBConfigServer - Interface in org.apache.brooklyn.entity.nosql.mongodb.sharding
-
- MongoDBConfigServerCluster - Interface in org.apache.brooklyn.entity.nosql.mongodb.sharding
-
- MongoDBConfigServerClusterImpl - Class in org.apache.brooklyn.entity.nosql.mongodb.sharding
-
- MongoDBConfigServerClusterImpl() - Constructor for class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBConfigServerClusterImpl
-
- MongoDBConfigServerDriver - Interface in org.apache.brooklyn.entity.nosql.mongodb.sharding
-
- MongoDBConfigServerImpl - Class in org.apache.brooklyn.entity.nosql.mongodb.sharding
-
- MongoDBConfigServerImpl() - Constructor for class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBConfigServerImpl
-
- MongoDBConfigServerSshDriver - Class in org.apache.brooklyn.entity.nosql.mongodb.sharding
-
- MongoDBConfigServerSshDriver(MongoDBConfigServerImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBConfigServerSshDriver
-
- MongoDBDriver - Interface in org.apache.brooklyn.entity.nosql.mongodb
-
- MongoDBReplicaSet - Interface in org.apache.brooklyn.entity.nosql.mongodb
-
- MongoDBReplicaSetImpl - Class in org.apache.brooklyn.entity.nosql.mongodb
-
- MongoDBReplicaSetImpl() - Constructor for class org.apache.brooklyn.entity.nosql.mongodb.MongoDBReplicaSetImpl
-
- MongoDBReplicaSetImpl.EndpointsToDatastoreUrlMapper - Class in org.apache.brooklyn.entity.nosql.mongodb
-
- MongoDBReplicaSetImpl.MemberTrackingPolicy - Class in org.apache.brooklyn.entity.nosql.mongodb
-
- MongoDBReplicaSetImpl.RootUsernameReducer - Class in org.apache.brooklyn.entity.nosql.mongodb
-
- MongoDBRouter - Interface in org.apache.brooklyn.entity.nosql.mongodb.sharding
-
- MongoDBRouterCluster - Interface in org.apache.brooklyn.entity.nosql.mongodb.sharding
-
- MongoDBRouterClusterImpl - Class in org.apache.brooklyn.entity.nosql.mongodb.sharding
-
- MongoDBRouterClusterImpl() - Constructor for class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBRouterClusterImpl
-
- MongoDBRouterClusterImpl.MemberTrackingPolicy - Class in org.apache.brooklyn.entity.nosql.mongodb.sharding
-
- MongoDBRouterDriver - Interface in org.apache.brooklyn.entity.nosql.mongodb.sharding
-
- MongoDBRouterImpl - Class in org.apache.brooklyn.entity.nosql.mongodb.sharding
-
- MongoDBRouterImpl() - Constructor for class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBRouterImpl
-
- MongoDBRouterSshDriver - Class in org.apache.brooklyn.entity.nosql.mongodb.sharding
-
- MongoDBRouterSshDriver(MongoDBRouterImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBRouterSshDriver
-
- MongoDBServer - Interface in org.apache.brooklyn.entity.nosql.mongodb
-
- MongoDBServerImpl - Class in org.apache.brooklyn.entity.nosql.mongodb
-
- MongoDBServerImpl() - Constructor for class org.apache.brooklyn.entity.nosql.mongodb.MongoDBServerImpl
-
- MongoDBShardCluster - Interface in org.apache.brooklyn.entity.nosql.mongodb.sharding
-
- MongoDBShardClusterImpl - Class in org.apache.brooklyn.entity.nosql.mongodb.sharding
-
- MongoDBShardClusterImpl() - Constructor for class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardClusterImpl
-
- MongoDBShardedDeployment - Interface in org.apache.brooklyn.entity.nosql.mongodb.sharding
-
- MongoDBShardedDeploymentImpl - Class in org.apache.brooklyn.entity.nosql.mongodb.sharding
-
- MongoDBShardedDeploymentImpl() - Constructor for class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardedDeploymentImpl
-
- MongoDBShardedDeploymentImpl.ColocatedRouterTrackingPolicy - Class in org.apache.brooklyn.entity.nosql.mongodb.sharding
-
- MongoDBSshDriver - Class in org.apache.brooklyn.entity.nosql.mongodb
-
- MongoDBSshDriver(MongoDBServerImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.nosql.mongodb.MongoDBSshDriver
-
- MONIT_TARGET_PROCESS_NAME - Static variable in interface org.apache.brooklyn.entity.monitoring.monit.MonitNode
-
- MONIT_TARGET_PROCESS_STATUS - Static variable in interface org.apache.brooklyn.entity.monitoring.monit.MonitNode
-
- MonitDriver - Interface in org.apache.brooklyn.entity.monitoring.monit
-
- MonitNode - Interface in org.apache.brooklyn.entity.monitoring.monit
-
- MonitNodeImpl - Class in org.apache.brooklyn.entity.monitoring.monit
-
- MonitNodeImpl() - Constructor for class org.apache.brooklyn.entity.monitoring.monit.MonitNodeImpl
-
- Monitor - Class in org.apache.brooklyn.qa.longevity
-
- Monitor(MonitorPrefs, MonitorListener) - Constructor for class org.apache.brooklyn.qa.longevity.Monitor
-
- MONITOR_SERVICE_PROBLEMS - Static variable in class org.apache.brooklyn.policy.ha.ServiceFailureDetector
-
- MonitorListener - Interface in org.apache.brooklyn.qa.longevity
-
- MonitorPrefs - Class in org.apache.brooklyn.qa.longevity
-
- MonitorPrefs() - Constructor for class org.apache.brooklyn.qa.longevity.MonitorPrefs
-
- MonitorUtils - Class in org.apache.brooklyn.qa.longevity
-
- MonitorUtils() - Constructor for class org.apache.brooklyn.qa.longevity.MonitorUtils
-
- MonitorUtils.MemoryUsage - Class in org.apache.brooklyn.qa.longevity
-
- MonitorUtils.ProcessHasStderr - Exception in org.apache.brooklyn.qa.longevity
-
- MonitSshDriver - Class in org.apache.brooklyn.entity.monitoring.monit
-
- MonitSshDriver(MonitNodeImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.monitoring.monit.MonitSshDriver
-
- MORE_CONFIG - Static variable in interface org.apache.brooklyn.test.osgi.entities.more.MoreEntity
-
- MoreEntity - Interface in org.apache.brooklyn.test.osgi.entities.more
-
- MoreEntityImpl - Class in org.apache.brooklyn.test.osgi.entities.more
-
- MoreEntityImpl() - Constructor for class org.apache.brooklyn.test.osgi.entities.more.MoreEntityImpl
-
- MoreLocation - Class in org.apache.brooklyn.test.osgi.entities.more
-
- MoreLocation() - Constructor for class org.apache.brooklyn.test.osgi.entities.more.MoreLocation
-
- MoreObject - Class in org.apache.brooklyn.test.osgi.entities.more
-
- MoreObject() - Constructor for class org.apache.brooklyn.test.osgi.entities.more.MoreObject
-
- MoreObject(String) - Constructor for class org.apache.brooklyn.test.osgi.entities.more.MoreObject
-
- MorePolicy - Class in org.apache.brooklyn.test.osgi.entities.more
-
- MorePolicy() - Constructor for class org.apache.brooklyn.test.osgi.entities.more.MorePolicy
-
- MoreTemplate - Class in org.apache.brooklyn.test.osgi.entities.more
-
- MoreTemplate() - Constructor for class org.apache.brooklyn.test.osgi.entities.more.MoreTemplate
-
- Movable - Interface in org.apache.brooklyn.policy.loadbalancing
-
Represents an item that can be migrated between balanceable containers.
- MOVE - Static variable in interface org.apache.brooklyn.policy.loadbalancing.Movable
-
- move(Entity) - Method in interface org.apache.brooklyn.policy.loadbalancing.Movable
-
- moveDir(File, File) - Static method in class org.apache.brooklyn.util.io.FileUtil
-
- MULTICAST_ENABLED - Static variable in interface org.apache.brooklyn.entity.nosql.elasticsearch.ElasticSearchNode
-
- MultiCloudSnitch - Class in org.apache.brooklyn.entity.nosql.cassandra.customsnitch
-
A snitch that can be configured to work across clouds.
- MultiCloudSnitch() - Constructor for class org.apache.brooklyn.entity.nosql.cassandra.customsnitch.MultiCloudSnitch
-
- MultiLocation<T extends MachineLocation> - Class in org.apache.brooklyn.location.multi
-
A location which consists of multiple locations stitched together to form availability zones.
- MultiLocation() - Constructor for class org.apache.brooklyn.location.multi.MultiLocation
-
- MultiLocation.AvailabilityZoneExtensionImpl - Class in org.apache.brooklyn.location.multi
-
- MultiLocationResolver - Class in org.apache.brooklyn.location.multi
-
- MultiLocationResolver() - Constructor for class org.apache.brooklyn.location.multi.MultiLocationResolver
-
- MultimapSerializer - Class in org.apache.brooklyn.util.core.json
-
Provides a serializer for Multimap
instances.
- MultipleResourceLoaderDispatcher() - Constructor for class org.apache.brooklyn.util.core.LoaderDispatcher.MultipleResourceLoaderDispatcher
-
- multiply(long) - Method in class org.apache.brooklyn.util.time.Duration
-
- multiply(double) - Method in class org.apache.brooklyn.util.time.Duration
-
as #multiply(long), but approximate due to the division (nano precision)
- MultiSessionAttributeAdapter - Class in org.apache.brooklyn.rest.util
-
Convenience to assist working with multiple sessions, ensuring requests in different bundles can
get a consistent shared view of data.
- MultiSessionAttributeAdapter(HttpSession, HttpSession) - Constructor for class org.apache.brooklyn.rest.util.MultiSessionAttributeAdapter
-
- MutableList<V> - Class in org.apache.brooklyn.util.collections
-
- MutableList() - Constructor for class org.apache.brooklyn.util.collections.MutableList
-
- MutableList(Collection<? extends V>) - Constructor for class org.apache.brooklyn.util.collections.MutableList
-
- MutableList(Iterable<? extends V>) - Constructor for class org.apache.brooklyn.util.collections.MutableList
-
- MutableList.Builder<V> - Class in org.apache.brooklyn.util.collections
-
- MutableMap<K,V> - Class in org.apache.brooklyn.util.collections
-
Map impl, exposing simple builder operations (add) in a fluent-style API,
where the final map is mutable.
- MutableMap() - Constructor for class org.apache.brooklyn.util.collections.MutableMap
-
- MutableMap(Map) - Constructor for class org.apache.brooklyn.util.collections.MutableMap
-
- MutableMap.Builder<K,V> - Class in org.apache.brooklyn.util.collections
-
- MutableSet<V> - Class in org.apache.brooklyn.util.collections
-
- MutableSet() - Constructor for class org.apache.brooklyn.util.collections.MutableSet
-
- MutableSet(Iterable<? extends V>) - Constructor for class org.apache.brooklyn.util.collections.MutableSet
-
- MutableSet.Builder<V> - Class in org.apache.brooklyn.util.collections
-
- MutableSetConverter - Class in org.apache.brooklyn.util.core.xstream
-
- MutableSetConverter(Mapper) - Constructor for class org.apache.brooklyn.util.core.xstream.MutableSetConverter
-
- mutexes() - Method in class org.apache.brooklyn.core.location.AbstractMachineLocation
-
- mutexes() - Method in class org.apache.brooklyn.location.localhost.LocalhostMachineProvisioningLocation.LocalhostMachine
-
- MutexSupport - Class in org.apache.brooklyn.util.core.mutex
-
- MutexSupport() - Constructor for class org.apache.brooklyn.util.core.mutex.MutexSupport
-
- MUTUALLY_EXCLUSIVE_OPTS - Static variable in class org.apache.brooklyn.entity.java.JavaSoftwareProcessSshDriver
-
- MVN_SCHEME - Static variable in interface org.apache.brooklyn.entity.osgi.karaf.KarafContainer
-
- MXBEAN_STATS_ENABLED - Static variable in interface org.apache.brooklyn.entity.java.UsesJavaMXBeans
-
- MY_ID - Static variable in interface org.apache.brooklyn.entity.zookeeper.ZooKeeperNode
-
- MYSQL_PORT - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlNode
-
- MYSQL_SERVER_CONF - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlNode
-
- MYSQL_SERVER_CONF_LOWER_CASE_TABLE_NAMES - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlNode
-
- MYSQL_SERVER_ID - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlNode
-
- MySqlCluster - Interface in org.apache.brooklyn.entity.database.mysql
-
- MySqlCluster.MySqlMaster - Interface in org.apache.brooklyn.entity.database.mysql
-
- MySqlCluster.MySqlSlave - Interface in org.apache.brooklyn.entity.database.mysql
-
- MySqlClusterImpl - Class in org.apache.brooklyn.entity.database.mysql
-
- MySqlClusterImpl() - Constructor for class org.apache.brooklyn.entity.database.mysql.MySqlClusterImpl
-
- MySqlClusterImpl.MemberRemovedListener - Class in org.apache.brooklyn.entity.database.mysql
-
- MySqlClusterImpl.SlaveStateCallable - Class in org.apache.brooklyn.entity.database.mysql
-
- MySqlClusterImpl.SlaveStateParser - Class in org.apache.brooklyn.entity.database.mysql
-
- MySqlClusterUtils - Class in org.apache.brooklyn.entity.database.mysql
-
- MySqlClusterUtils() - Constructor for class org.apache.brooklyn.entity.database.mysql.MySqlClusterUtils
-
- MySqlDriver - Interface in org.apache.brooklyn.entity.database.mysql
-
- MySqlNode - Interface in org.apache.brooklyn.entity.database.mysql
-
- MySqlNode.ChangePasswordEffector - Interface in org.apache.brooklyn.entity.database.mysql
-
- MySqlNode.ExportDumpEffector - Interface in org.apache.brooklyn.entity.database.mysql
-
- MySqlNode.ImportDumpEffector - Interface in org.apache.brooklyn.entity.database.mysql
-
- MySqlNodeEffectors - Class in org.apache.brooklyn.entity.database.mysql
-
- MySqlNodeEffectors() - Constructor for class org.apache.brooklyn.entity.database.mysql.MySqlNodeEffectors
-
- MySqlNodeEffectors.ChangePasswordEffectorBody - Class in org.apache.brooklyn.entity.database.mysql
-
- MySqlNodeEffectors.ExportDumpEffectoryBody - Class in org.apache.brooklyn.entity.database.mysql
-
- MySqlNodeEffectors.ImportDumpEffectorBody - Class in org.apache.brooklyn.entity.database.mysql
-
- MySqlNodeImpl - Class in org.apache.brooklyn.entity.database.mysql
-
- MySqlNodeImpl() - Constructor for class org.apache.brooklyn.entity.database.mysql.MySqlNodeImpl
-
- MySqlRowParser - Class in org.apache.brooklyn.entity.database.mysql
-
- MySqlRowParser() - Constructor for class org.apache.brooklyn.entity.database.mysql.MySqlRowParser
-
- MySqlSshDriver - Class in org.apache.brooklyn.entity.database.mysql
-
- MySqlSshDriver(MySqlNodeImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.database.mysql.MySqlSshDriver
-
- PaasLocation - Interface in org.apache.brooklyn.location.paas
-
Location
representing an application container on a PaaS provider.
- packageName(Object) - Static method in class org.apache.brooklyn.util.javalang.JavaClassNames
-
- packagePath(Object) - Static method in class org.apache.brooklyn.util.javalang.JavaClassNames
-
returns e.g.
- PACKETS_RECEIVED - Static variable in interface org.apache.brooklyn.entity.zookeeper.ZooKeeperNode
-
- PACKETS_SENT - Static variable in interface org.apache.brooklyn.entity.zookeeper.ZooKeeperNode
-
- parallel(boolean) - Method in class org.apache.brooklyn.util.core.task.TaskBuilder
-
whether task that is built should be parallel; cannot (currently) also be dynamic
- parallel(TaskAdaptable<?>...) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- parallel(String, TaskAdaptable<?>...) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- parallel(Iterable<? extends TaskAdaptable<?>>) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- parallel(String, Iterable<? extends TaskAdaptable<?>>) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- ParallelTask<T> - Class in org.apache.brooklyn.util.core.task
-
- ParallelTask(Object...) - Constructor for class org.apache.brooklyn.util.core.task.ParallelTask
-
- ParallelTask(Map<String, ?>, Collection<?>) - Constructor for class org.apache.brooklyn.util.core.task.ParallelTask
-
- ParallelTask(Collection<?>) - Constructor for class org.apache.brooklyn.util.core.task.ParallelTask
-
- ParallelTask(Map<String, ?>, Iterable<?>) - Constructor for class org.apache.brooklyn.util.core.task.ParallelTask
-
- ParallelTask(Iterable<?>) - Constructor for class org.apache.brooklyn.util.core.task.ParallelTask
-
- ParallelTestCase - Interface in org.apache.brooklyn.test.framework
-
This implementation will start all child entities in parallel.
- ParallelTestCaseImpl - Class in org.apache.brooklyn.test.framework
-
This implementation will start all child entities in parallel.
- ParallelTestCaseImpl() - Constructor for class org.apache.brooklyn.test.framework.ParallelTestCaseImpl
-
- parameter(Class<?>, String) - Method in class org.apache.brooklyn.core.effector.Effectors.EffectorBuilder
-
- parameter(Class<?>, String, String) - Method in class org.apache.brooklyn.core.effector.Effectors.EffectorBuilder
-
- parameter(Class<V>, String, String, V) - Method in class org.apache.brooklyn.core.effector.Effectors.EffectorBuilder
-
- parameter(<any>, String) - Method in class org.apache.brooklyn.core.effector.Effectors.EffectorBuilder
-
- parameter(<any>, String, String) - Method in class org.apache.brooklyn.core.effector.Effectors.EffectorBuilder
-
- parameter(<any>, String, String, V) - Method in class org.apache.brooklyn.core.effector.Effectors.EffectorBuilder
-
- parameter(ConfigKey<V>) - Method in class org.apache.brooklyn.core.effector.Effectors.EffectorBuilder
-
- parameter(ParameterType<?>) - Method in class org.apache.brooklyn.core.effector.Effectors.EffectorBuilder
-
- parameter(ParameterType<T>) - Static method in class org.apache.brooklyn.core.effector.EffectorTasks
-
- parameter(Class<T>, String) - Static method in class org.apache.brooklyn.core.effector.EffectorTasks
-
- parameter(ConfigKey<T>) - Static method in class org.apache.brooklyn.core.effector.EffectorTasks
-
- parameter(ConfigSummary) - Method in class org.apache.brooklyn.rest.domain.AdjunctDetail
-
- PARAMETER_NAME - Static variable in class org.apache.brooklyn.policy.InvokeEffectorOnCollectionSensorChange
-
- parameters(Iterable<? extends SpecParameter<?>>) - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
- parameters(List<SpecParameter<?>>) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento.Builder
-
- PARAMETERS - Static variable in class org.apache.brooklyn.enricher.stock.reducer.Reducer
-
- parametersAdd(Iterable<? extends SpecParameter<?>>) - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
adds the given parameters, new ones first so they dominate subsequent ones
- parametersReplace(Iterable<? extends SpecParameter<?>>) - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
replaces parameters with the given
- ParameterSummary(String, String, String, T, boolean) - Constructor for class org.apache.brooklyn.rest.domain.EffectorSummary.ParameterSummary
-
- ParameterTask(ConfigKey<T>) - Constructor for class org.apache.brooklyn.core.effector.EffectorTasks.ParameterTask
-
- ParameterType<T> - Interface in org.apache.brooklyn.api.effector
-
Similar to the concepts in the JMX MBeanParameterInfo
class.
- parent(Entity) - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
- parent(Location) - Method in class org.apache.brooklyn.api.location.LocationSpec
-
- parent() - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon
-
- parent() - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
- parent - Variable in class org.apache.brooklyn.core.config.SubElementConfigKey
-
- parent() - Static method in class org.apache.brooklyn.core.entity.EntityFunctions
-
- parent - Variable in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient.SmartSubdomain
-
- PARENT_LOCATION - Static variable in class org.apache.brooklyn.core.location.AbstractLocation
-
- parentInheritance(ConfigInheritance) - Method in class org.apache.brooklyn.core.config.BasicConfigKey.Builder
-
- parse(Map<String, Object>) - Method in class org.apache.brooklyn.camp.brooklyn.BrooklynCampPlatform.YamlParserImpl
-
- parse(String) - Method in class org.apache.brooklyn.camp.brooklyn.BrooklynCampPlatform.YamlParserImpl
-
- parse() - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.parse.DslParser
-
- parse(Map<String, Object>) - Method in interface org.apache.brooklyn.core.mgmt.internal.CampYamlParser
-
- parse(String) - Method in interface org.apache.brooklyn.core.mgmt.internal.CampYamlParser
-
- parse() - Method in class org.apache.brooklyn.util.core.text.DataUriSchemeParser
-
- parse(String) - Static method in class org.apache.brooklyn.util.text.ByteSizeStrings
-
- parse(String, String) - Static method in class org.apache.brooklyn.util.text.ByteSizeStrings
-
- parse(String, String, ByteSizeStrings) - Static method in class org.apache.brooklyn.util.text.ByteSizeStrings
-
parses the given string as a byte size string, e.g.
- parse(String) - Static method in class org.apache.brooklyn.util.text.KeyValueParser
-
Deprecated.
- parse(String) - Static method in class org.apache.brooklyn.util.time.Duration
-
- PARSE_ERROR - Static variable in class org.apache.brooklyn.cli.AbstractMain
-
- parseAll(String) - Static method in class org.apache.brooklyn.util.yaml.Yamls
-
simplifies new Yaml().loadAll, and converts to list to prevent single-use iterable bug in yaml
- parseAll(Reader) - Static method in class org.apache.brooklyn.util.yaml.Yamls
-
- parseBundleManifestForCatalogUpgrades(Bundle, <any>) - Static method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser
-
- parseCalendar(String) - Static method in class org.apache.brooklyn.util.time.Time
-
Parses dates from string, accepting many formats including ISO-8601 and http://yaml.org/type/timestamp.html,
e.g.
- parseCalendarFormat(String, String) - Static method in class org.apache.brooklyn.util.time.Time
-
- parseCalendarFormat(String, DateFormat) - Static method in class org.apache.brooklyn.util.time.Time
-
- parseCalendarMaybe(String) - Static method in class org.apache.brooklyn.util.time.Time
-
- parseChecked() - Method in class org.apache.brooklyn.util.core.text.DataUriSchemeParser
-
- parseCsv(String, String) - Static method in class org.apache.brooklyn.util.text.Strings
-
Parses a string as comma separated values and returns a list of the entries with whitespace removed.
- parseCsv(String) - Static method in class org.apache.brooklyn.util.text.Strings
-
- parseDate(String) - Static method in class org.apache.brooklyn.util.time.Time
-
- parseDeploymentPlan(Reader) - Method in class org.apache.brooklyn.camp.spi.resolve.PdpProcessor
-
- parseDeploymentPlan(String) - Method in class org.apache.brooklyn.camp.spi.resolve.PdpProcessor
-
- parseDuration(String) - Static method in class org.apache.brooklyn.util.time.Time
-
- parseElapsedTime(String) - Static method in class org.apache.brooklyn.util.time.Time
-
- parseElapsedTimeAsDouble(String) - Static method in class org.apache.brooklyn.util.time.Time
-
Parses a string eg '5s' or '20m 22.123ms', returning the number of milliseconds it represents;
-1 on blank or never or off or false.
- parseLibraries(Collection<?>) - Static method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
Parses an instance of CatalogLibrariesDto from the given List.
- parseList(String) - Static method in class org.apache.brooklyn.util.text.KeyValueParser
-
- parseMap(String) - Static method in class org.apache.brooklyn.util.text.KeyValueParser
-
takes a string of the form "key=value,key2=value2" and returns a map;
values can be quoted (but not keys)
- parseMaybe(String, boolean) - Static method in class org.apache.brooklyn.util.osgi.VersionedName
-
Takes a string which might be of the form "symbolic-name" or "symbolic-name:version" (or something else entirely)
and returns a VersionedName.
- parseOsgiIdentifier(String) - Static method in class org.apache.brooklyn.util.osgi.OsgiUtils
-
- parseParameterDefinitionList(List<?>, <any>, BrooklynClassLoadingContext) - Static method in class org.apache.brooklyn.core.objs.BasicSpecParameter
-
Returns a list of
SpecParameterIncludingDefinitionForInheritance
objects from the given list;
these should be resolved against ancestors before using, converting that object to
BasicSpecParameter
instances.
- parseSingle(String) - Static method in class org.apache.brooklyn.entity.database.mysql.MySqlRowParser
-
- PassphraseProblem(String) - Constructor for exception org.apache.brooklyn.util.core.crypto.SecureKeys.PassphraseProblem
-
- PassphraseProblem(String, Exception) - Constructor for exception org.apache.brooklyn.util.core.crypto.SecureKeys.PassphraseProblem
-
- PASSWD - Static variable in interface org.apache.brooklyn.entity.messaging.qpid.QpidBroker
-
- PASSWORD - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- PASSWORD - Static variable in class org.apache.brooklyn.core.location.LocationConfigKeys
-
- PASSWORD - Static variable in class org.apache.brooklyn.core.sensor.http.HttpRequestSensor
-
- PASSWORD - Static variable in interface org.apache.brooklyn.entity.database.mariadb.MariaDbNode
-
- PASSWORD - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlNode.ChangePasswordEffector
-
- PASSWORD - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlNode
-
- PASSWORD - Static variable in interface org.apache.brooklyn.entity.database.postgresql.PostgreSqlNode
-
- password(String) - Method in class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixFeed.Builder
-
- PASSWORD - Static variable in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- PASSWORD - Static variable in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- password(String) - Method in class org.apache.brooklyn.util.core.internal.ssh.SshAbstractTool.AbstractSshToolBuilder
-
- password(String) - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjClientConnection.Builder
-
- PASSWORD_FOR_USER(String) - Static method in class org.apache.brooklyn.rest.BrooklynWebConfig
-
- PASSWORD_LENGTH - Static variable in class org.apache.brooklyn.core.sensor.password.CreatePasswordSensor
-
- PASSWORD_VALID_CHARS - Static variable in class org.apache.brooklyn.util.text.Identifiers
-
- PasswordHasher - Class in org.apache.brooklyn.rest.security
-
- PasswordHasher() - Constructor for class org.apache.brooklyn.rest.security.PasswordHasher
-
- PATH - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlNode.ExportDumpEffector
-
- PATH - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlNode.ImportDumpEffector
-
- PATH - Static variable in interface org.apache.brooklyn.entity.proxy.nginx.UrlMapping
-
- path(String) - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleActionImpl
-
- path(String) - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleImpl
-
- pause() - Method in class org.apache.brooklyn.util.time.CountdownTimer
-
pauses the timer, if running; no-op if not running
- PBC_ACTIVE - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- PBC_CONNECTS - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- PCRE_VERSION - Static variable in interface org.apache.brooklyn.entity.proxy.nginx.NginxController
-
- pdp() - Method in class org.apache.brooklyn.camp.CampPlatform
-
- PdpMatcher - Interface in org.apache.brooklyn.camp.spi.resolve
-
Matchers build up the AssemblyTemplate by matching against items in the deployment plan
- PdpMatcher.ArtifactMatcher - Class in org.apache.brooklyn.camp.spi.resolve
-
- PdpMatcher.ServiceMatcher - Class in org.apache.brooklyn.camp.spi.resolve
-
- PdpProcessor - Class in org.apache.brooklyn.camp.spi.resolve
-
- PdpProcessor(CampPlatform) - Constructor for class org.apache.brooklyn.camp.spi.resolve.PdpProcessor
-
- PEAK_THREAD_COUNT - Static variable in interface org.apache.brooklyn.entity.java.UsesJavaMXBeans
-
- peek(BrooklynObjectType, String) - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister.LookupContext
-
- peek() - Method in class org.apache.brooklyn.camp.spi.AssemblyTemplate.Builder
-
allows callers to see the partially formed instance when needed, for example to query instantiators;
could be replaced by specific methods as and when that is preferred
- peek(BrooklynObjectType, String) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextLookupContext
-
- peek(ConfigKey<T>) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
like get, but without marking it as used
- peek() - Method in class org.apache.brooklyn.util.core.task.ValueResolverIterator
-
- peekActualJavaType(RegisteredType) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- peekFrameworksForReuse() - Static method in class org.apache.brooklyn.core.mgmt.ha.OsgiManager
-
- peekSpec(CatalogItem<?, ?>) - Method in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
Creates a spec for the given catalog item, throwing exceptions if any problems.
- peekSpec(CatalogItem<?, ?>) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- peekTask() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
returns the task, if it has been constructed, or null; use
ScriptHelper.newTask()
to build
(if it is null and you need a task)
- PEERS - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- PER_USER_ENTITLEMENTS_CONFIG_PREFIX - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.PerUserEntitlementManager
-
- percent(int) - Static method in class org.apache.brooklyn.util.math.MathFunctions
-
returns a string where the input number is expressed as percent, with given number of significant digits
- PercentageEnricher - Class in org.apache.brooklyn.enricher.stock
-
Enricher that is configured with two numerical sensors; a current and a total.
- PercentageEnricher() - Constructor for class org.apache.brooklyn.enricher.stock.PercentageEnricher
-
- PERFORMANCE_COUNTERS - Static variable in class org.apache.brooklyn.core.sensor.windows.WindowsPerformanceCounterSensors
-
- performanceCounterName(String) - Method in class org.apache.brooklyn.feed.windows.WindowsPerformanceCounterPollConfig
-
- PerformanceMeasurer - Class in org.apache.brooklyn.test.performance
-
For running simplistic performance tests, to measure the number of operations per second.
- PerformanceMeasurer() - Constructor for class org.apache.brooklyn.test.performance.PerformanceMeasurer
-
- PerformanceTestDescriptor - Class in org.apache.brooklyn.test.performance
-
For building up a description of what to measure.
- PerformanceTestDescriptor() - Constructor for class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
- PerformanceTestResult - Class in org.apache.brooklyn.test.performance
-
The results of a performance test.
- PerformanceTestResult() - Constructor for class org.apache.brooklyn.test.performance.PerformanceTestResult
-
- PerformanceTestUtils - Class in org.apache.brooklyn.test.performance
-
- PerformanceTestUtils() - Constructor for class org.apache.brooklyn.test.performance.PerformanceTestUtils
-
- period(Duration) - Method in class org.apache.brooklyn.core.feed.PollConfig
-
- period(long) - Method in class org.apache.brooklyn.core.feed.PollConfig
-
- period(long, TimeUnit) - Method in class org.apache.brooklyn.core.feed.PollConfig
-
- PERIOD - Static variable in class org.apache.brooklyn.core.sensor.windows.WindowsPerformanceCounterSensors
-
- period(Duration) - Method in class org.apache.brooklyn.entity.chef.ChefAttributeFeed.Builder
-
- period(long) - Method in class org.apache.brooklyn.entity.chef.ChefAttributeFeed.Builder
-
- period(long, TimeUnit) - Method in class org.apache.brooklyn.entity.chef.ChefAttributeFeed.Builder
-
- period(long) - Method in class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixFeed.Builder
-
- period(long, TimeUnit) - Method in class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixFeed.Builder
-
- period(Duration) - Method in class org.apache.brooklyn.feed.AbstractCommandFeed.Builder
-
- period(long) - Method in class org.apache.brooklyn.feed.AbstractCommandFeed.Builder
-
- period(long, TimeUnit) - Method in class org.apache.brooklyn.feed.AbstractCommandFeed.Builder
-
- period(Duration) - Method in class org.apache.brooklyn.feed.function.FunctionFeed.Builder
-
- period(long) - Method in class org.apache.brooklyn.feed.function.FunctionFeed.Builder
-
- period(long, TimeUnit) - Method in class org.apache.brooklyn.feed.function.FunctionFeed.Builder
-
- period(Duration) - Method in class org.apache.brooklyn.feed.http.HttpFeed.Builder
-
- period(long) - Method in class org.apache.brooklyn.feed.http.HttpFeed.Builder
-
- period(long, TimeUnit) - Method in class org.apache.brooklyn.feed.http.HttpFeed.Builder
-
- period(Duration) - Method in class org.apache.brooklyn.feed.jmx.JmxFeed.Builder
-
- period(long) - Method in class org.apache.brooklyn.feed.jmx.JmxFeed.Builder
-
- period(long, TimeUnit) - Method in class org.apache.brooklyn.feed.jmx.JmxFeed.Builder
-
- period(long) - Method in class org.apache.brooklyn.feed.shell.ShellFeed.Builder
-
- period(long, TimeUnit) - Method in class org.apache.brooklyn.feed.shell.ShellFeed.Builder
-
- period(Duration) - Method in class org.apache.brooklyn.feed.windows.WindowsPerformanceCounterFeed.Builder
-
- period(long) - Method in class org.apache.brooklyn.feed.windows.WindowsPerformanceCounterFeed.Builder
-
- period(long, TimeUnit) - Method in class org.apache.brooklyn.feed.windows.WindowsPerformanceCounterFeed.Builder
-
- PERIOD - Static variable in class org.apache.brooklyn.policy.action.PeriodicEffectorPolicy
-
- period(Duration) - Method in class org.apache.brooklyn.policy.enricher.HttpLatencyDetector.Builder
-
sets how often to test for latency
- period(int, TimeUnit) - Method in class org.apache.brooklyn.policy.enricher.HttpLatencyDetector.Builder
-
- PERIOD - Static variable in class org.apache.brooklyn.policy.enricher.HttpLatencyDetector
-
- period(Duration) - Method in class org.apache.brooklyn.util.core.task.ScheduledTask.Builder
-
- period(Duration) - Method in class org.apache.brooklyn.util.core.task.ScheduledTask
-
- period(long) - Method in class org.apache.brooklyn.util.core.task.ScheduledTask
-
- PeriodicDeltaChangeListener - Class in org.apache.brooklyn.core.mgmt.rebind
-
A "simple" implementation that periodically persists all entities/locations/policies that have changed
since the last periodic persistence.
- PeriodicDeltaChangeListener(<any>, ExecutionContext, BrooklynMementoPersister, PersistenceExceptionHandler, PersistenceActivityMetrics, Duration) - Constructor for class org.apache.brooklyn.core.mgmt.rebind.PeriodicDeltaChangeListener
-
- PeriodicEffectorPolicy - Class in org.apache.brooklyn.policy.action
-
- PeriodicEffectorPolicy() - Constructor for class org.apache.brooklyn.policy.action.PeriodicEffectorPolicy
-
- persist(CatalogItem<?, ?>) - Method in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
persists the catalog item to the object store, if persistence is enabled
- persist - Variable in class org.apache.brooklyn.cli.Main.LaunchCommand
-
- persist(CatalogItem<?, ?>) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- persist(Date, PerformanceTestDescriptor, PerformanceTestResult) - Method in class org.apache.brooklyn.test.performance.FilePersister
-
- persist(Date, PerformanceTestDescriptor, PerformanceTestResult) - Method in interface org.apache.brooklyn.test.performance.MeasurementResultPersister
-
- PERSIST_MANAGED_BUNDLE_BLACKLIST_REGEX - Static variable in class org.apache.brooklyn.core.server.BrooklynServerConfig
-
- PERSIST_MANAGED_BUNDLE_WHITELIST_REGEX - Static variable in class org.apache.brooklyn.core.server.BrooklynServerConfig
-
- PersistedCatalogState(Map<VersionedName, CatalogInitialization.InstallableManagedBundle>, Collection<CatalogItem<?, ?>>) - Constructor for class org.apache.brooklyn.core.catalog.internal.CatalogInitialization.PersistedCatalogState
-
- persistence(AttributeSensor.SensorPersistenceMode) - Method in class org.apache.brooklyn.core.sensor.Sensors.Builder
-
- PERSISTENCE_BACKUPS_DIR - Static variable in class org.apache.brooklyn.core.server.BrooklynServerConfig
-
- PERSISTENCE_BACKUPS_LOCATION_SPEC - Static variable in class org.apache.brooklyn.core.server.BrooklynServerConfig
-
- PERSISTENCE_BACKUPS_REQUIRED - Static variable in class org.apache.brooklyn.core.server.BrooklynServerConfig
-
- PERSISTENCE_BACKUPS_REQUIRED_ON_DEMOTION - Static variable in class org.apache.brooklyn.core.server.BrooklynServerConfig
-
- PERSISTENCE_BACKUPS_REQUIRED_ON_PROMOTION - Static variable in class org.apache.brooklyn.core.server.BrooklynServerConfig
-
- PERSISTENCE_DIR - Static variable in class org.apache.brooklyn.core.server.BrooklynServerConfig
-
- PERSISTENCE_LOCATION_SPEC - Static variable in class org.apache.brooklyn.core.server.BrooklynServerConfig
-
- PersistenceActivityMetrics - Class in org.apache.brooklyn.core.mgmt.persist
-
- PersistenceActivityMetrics() - Constructor for class org.apache.brooklyn.core.mgmt.persist.PersistenceActivityMetrics
-
- persistenceDir - Variable in class org.apache.brooklyn.cli.Main.CleanOrphanedStateCommand
-
- persistenceDir - Variable in class org.apache.brooklyn.cli.Main.CopyStateCommand
-
- persistenceDir - Variable in class org.apache.brooklyn.cli.Main.LaunchCommand
-
- persistenceDir(String) - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
- persistenceDir(File) - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
- PersistenceExceptionHandler - Interface in org.apache.brooklyn.api.mgmt.rebind
-
Handler called on all exceptions to do with persistence.
- PersistenceExceptionHandlerImpl - Class in org.apache.brooklyn.core.mgmt.rebind
-
- PersistenceExceptionHandlerImpl(PersistenceExceptionHandlerImpl.Builder) - Constructor for class org.apache.brooklyn.core.mgmt.rebind.PersistenceExceptionHandlerImpl
-
- PersistenceExceptionHandlerImpl.Builder - Class in org.apache.brooklyn.core.mgmt.rebind
-
- persistenceLocation - Variable in class org.apache.brooklyn.cli.Main.CleanOrphanedStateCommand
-
- persistenceLocation - Variable in class org.apache.brooklyn.cli.Main.CopyStateCommand
-
- persistenceLocation - Variable in class org.apache.brooklyn.cli.Main.LaunchCommand
-
- persistenceLocation(String) - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
- PersistenceObjectStore - Interface in org.apache.brooklyn.core.mgmt.persist
-
Interface for working with persistence targets, including file system and jclouds object stores.
- PersistenceObjectStore.StoreObjectAccessor - Interface in org.apache.brooklyn.core.mgmt.persist
-
- PersistenceObjectStore.StoreObjectAccessorWithLock - Interface in org.apache.brooklyn.core.mgmt.persist
-
- PERSISTENT_VOLUME - Static variable in interface org.apache.brooklyn.container.entity.kubernetes.KubernetesResource
-
- PERSISTENT_VOLUMES - Static variable in interface org.apache.brooklyn.container.entity.kubernetes.KubernetesPod
-
- persister - Variable in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
- PERSISTER_MAX_SERIALIZATION_ATTEMPTS - Static variable in class org.apache.brooklyn.core.mgmt.persist.BrooklynMementoPersisterToObjectStore
-
- PERSISTER_MAX_THREAD_POOL_SIZE - Static variable in class org.apache.brooklyn.core.mgmt.persist.BrooklynMementoPersisterToObjectStore
-
- PersisterDeltaImpl - Class in org.apache.brooklyn.core.mgmt.rebind
-
- PersisterDeltaImpl() - Constructor for class org.apache.brooklyn.core.mgmt.rebind.PersisterDeltaImpl
-
- PersistMode - Enum in org.apache.brooklyn.core.mgmt.persist
-
- persistMode(PersistMode) - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
- persistNowSafely() - Method in class org.apache.brooklyn.core.mgmt.rebind.PeriodicDeltaChangeListener
-
- persistPeriod(Duration) - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
- persistState(BrooklynMementoRawData, String, String) - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
- PerUserEntitlementManager - Class in org.apache.brooklyn.core.mgmt.entitlement
-
- PerUserEntitlementManager(BrooklynProperties) - Constructor for class org.apache.brooklyn.core.mgmt.entitlement.PerUserEntitlementManager
-
- PerUserEntitlementManager(EntitlementManager) - Constructor for class org.apache.brooklyn.core.mgmt.entitlement.PerUserEntitlementManager
-
- PerUserEntitlementManagerWithDefault - Class in org.apache.brooklyn.core.mgmt.entitlement
-
Deprecated.
- PerUserEntitlementManagerWithDefault(EntitlementManager) - Constructor for class org.apache.brooklyn.core.mgmt.entitlement.PerUserEntitlementManagerWithDefault
-
Deprecated.
- PFM_GLOBAL_SPEC - Static variable in class org.apache.brooklyn.core.location.access.PortForwardManagerLocationResolver
-
- PHASE_ACTIVE - Static variable in class org.apache.brooklyn.container.location.kubernetes.KubernetesLocation
-
- PHASE_AVAILABLE - Static variable in class org.apache.brooklyn.container.location.kubernetes.KubernetesLocation
-
- PHASE_TERMINATING - Static variable in class org.apache.brooklyn.container.location.kubernetes.KubernetesLocation
-
- PID - Static variable in interface org.apache.brooklyn.core.entity.Attributes
-
- PID_FILE - Static variable in interface org.apache.brooklyn.entity.chef.ChefConfig
-
- PID_FILE - Static variable in interface org.apache.brooklyn.entity.proxy.nginx.NginxController
-
- PID_FILE - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- PID_FILE - Static variable in interface org.apache.brooklyn.entity.webapp.jboss.JBoss7Server
-
Deprecated.
- PID_FILENAME - Static variable in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- ping() - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBClientSupport
-
- pipeTextTo(String, String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
cats the given text to the given command, using bash << multi-line input syntax
- pipeTextToFile(String, String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- PlainSshExecTaskFactory<RET> - Class in org.apache.brooklyn.util.core.task.ssh.internal
-
the "Plain" class exists purely so we can massage return types for callers' convenience
- PlainSshExecTaskFactory(String...) - Constructor for class org.apache.brooklyn.util.core.task.ssh.internal.PlainSshExecTaskFactory
-
constructor where machine will be added later
- PlainSshExecTaskFactory(SshMachineLocation, String...) - Constructor for class org.apache.brooklyn.util.core.task.ssh.internal.PlainSshExecTaskFactory
-
convenience constructor to supply machine immediately
- PlainSshExecTaskFactory(List<String>) - Constructor for class org.apache.brooklyn.util.core.task.ssh.internal.PlainSshExecTaskFactory
-
Constructor where machine will be added later
- PlainSshExecTaskFactory(SshMachineLocation, List<String>) - Constructor for class org.apache.brooklyn.util.core.task.ssh.internal.PlainSshExecTaskFactory
-
Convenience constructor to supply machine immediately
- plan(String) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemBuilder
-
- PLAN_ID - Static variable in class org.apache.brooklyn.camp.brooklyn.BrooklynCampConstants
-
- PLAN_ID_FLAG - Static variable in class org.apache.brooklyn.camp.brooklyn.BrooklynCampConstants
-
- PLANE_ID_FILE_NAME - Static variable in class org.apache.brooklyn.core.mgmt.persist.BrooklynMementoPersisterToObjectStore
-
- planeId() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister.Delta
-
- planeId(String) - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData.Builder
-
- planeId(String) - Method in class org.apache.brooklyn.core.mgmt.ha.dto.ManagementPlaneSyncRecordImpl.Builder
-
- planeId(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl.Builder
-
- planeId(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl.Builder
-
- planeId() - Method in class org.apache.brooklyn.core.mgmt.rebind.PersisterDeltaImpl
-
- PlanInterpretationContext - Class in org.apache.brooklyn.camp.spi.resolve.interpret
-
- PlanInterpretationContext(Map<String, ?>, List<PlanInterpreter>) - Constructor for class org.apache.brooklyn.camp.spi.resolve.interpret.PlanInterpretationContext
-
- PlanInterpretationNode - Class in org.apache.brooklyn.camp.spi.resolve.interpret
-
- PlanInterpretationNode(PlanInterpretationContext) - Constructor for class org.apache.brooklyn.camp.spi.resolve.interpret.PlanInterpretationNode
-
- PlanInterpretationNode.Role - Enum in org.apache.brooklyn.camp.spi.resolve.interpret
-
- PlanInterpreter - Interface in org.apache.brooklyn.camp.spi.resolve
-
Interpreters modify the deployment plan, in a depth-first evaluation,
typically by looking for items which begin with "$namespace:"
- PlanInterpreter.PlanInterpreterAdapter - Class in org.apache.brooklyn.camp.spi.resolve
-
- PlanInterpreterAdapter() - Constructor for class org.apache.brooklyn.camp.spi.resolve.PlanInterpreter.PlanInterpreterAdapter
-
- PlanNotRecognizedException - Exception in org.apache.brooklyn.core.plan
-
- PlanNotRecognizedException(String, Throwable) - Constructor for exception org.apache.brooklyn.core.plan.PlanNotRecognizedException
-
Deprecated.
- PlanNotRecognizedException(String) - Constructor for exception org.apache.brooklyn.core.plan.PlanNotRecognizedException
-
Deprecated.
- PlanNotRecognizedException(Throwable) - Constructor for exception org.apache.brooklyn.core.plan.PlanNotRecognizedException
-
Deprecated.
- PlanToSpecFactory - Class in org.apache.brooklyn.core.plan
-
- PlanToSpecFactory() - Constructor for class org.apache.brooklyn.core.plan.PlanToSpecFactory
-
Deprecated.
- PlanToSpecTransformer - Interface in org.apache.brooklyn.core.plan
-
- planYaml(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento.Builder
-
- PlatformComponent - 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).
- PlatformComponent.Builder<T extends PlatformComponent> - Class in org.apache.brooklyn.camp.spi
-
- PlatformComponentBrooklynLookup - Class in org.apache.brooklyn.camp.brooklyn.spi.lookup
-
- PlatformComponentBrooklynLookup(PlatformRootSummary, ManagementContext) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.lookup.PlatformComponentBrooklynLookup
-
- PlatformComponentDto - Class in org.apache.brooklyn.camp.server.dto
-
- PlatformComponentRestResource - Class in org.apache.brooklyn.camp.server.rest.resource
-
- PlatformComponentRestResource() - Constructor for class org.apache.brooklyn.camp.server.rest.resource.PlatformComponentRestResource
-
- platformComponents() - Method in class org.apache.brooklyn.camp.AggregatingCampPlatform
-
- platformComponents() - Method in class org.apache.brooklyn.camp.BasicCampPlatform
-
- platformComponents() - Method in class org.apache.brooklyn.camp.brooklyn.spi.platform.BrooklynImmutableCampPlatform
-
- platformComponents() - Method in class org.apache.brooklyn.camp.CampPlatform
-
- PlatformComponentTemplate - 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).
- PlatformComponentTemplate.Builder<T extends PlatformComponentTemplate> - Class in org.apache.brooklyn.camp.spi
-
- PlatformComponentTemplateBrooklynLookup - Class in org.apache.brooklyn.camp.brooklyn.spi.lookup
-
- PlatformComponentTemplateBrooklynLookup(PlatformRootSummary, ManagementContext) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.lookup.PlatformComponentTemplateBrooklynLookup
-
- PlatformComponentTemplateDto - Class in org.apache.brooklyn.camp.server.dto
-
- PlatformComponentTemplateRestResource - Class in org.apache.brooklyn.camp.server.rest.resource
-
- PlatformComponentTemplateRestResource() - Constructor for class org.apache.brooklyn.camp.server.rest.resource.PlatformComponentTemplateRestResource
-
- platformComponentTemplates() - Method in class org.apache.brooklyn.camp.AggregatingCampPlatform
-
- platformComponentTemplates() - Method in class org.apache.brooklyn.camp.BasicCampPlatform
-
- platformComponentTemplates() - Method in class org.apache.brooklyn.camp.brooklyn.spi.platform.BrooklynImmutableCampPlatform
-
- platformComponentTemplates() - Method in class org.apache.brooklyn.camp.CampPlatform
-
- platformComponentTemplates(ResourceLookup<PlatformComponent>) - Method in class org.apache.brooklyn.camp.spi.ApplicationComponent.Builder
-
- platformComponentTemplates(ResourceLookup<PlatformComponent>) - Method in class org.apache.brooklyn.camp.spi.Assembly.Builder
-
- platformComponentTemplates(ResourceLookup<PlatformComponentTemplate>) - Method in class org.apache.brooklyn.camp.spi.AssemblyTemplate.Builder
-
- platformComponentTemplates(ResourceLookup<PlatformComponent>) - Method in class org.apache.brooklyn.camp.spi.PlatformComponent.Builder
-
- PlatformDto - Class in org.apache.brooklyn.camp.server.dto
-
- PlatformRestResource - Class in org.apache.brooklyn.camp.server.rest.resource
-
- PlatformRestResource() - Constructor for class org.apache.brooklyn.camp.server.rest.resource.PlatformRestResource
-
- PlatformRootSummary - Class in org.apache.brooklyn.camp.spi
-
Holds the metadata (name, description, etc) for a CampPlatform.
- PlatformRootSummary.Builder<T extends PlatformRootSummary> - Class in org.apache.brooklyn.camp.spi
-
- PlatformTestSelectorListener - Class in org.apache.brooklyn.test.support
-
- PlatformTestSelectorListener() - Constructor for class org.apache.brooklyn.test.support.PlatformTestSelectorListener
-
- PlatformTransaction - Class in org.apache.brooklyn.camp.spi
-
- PlatformTransaction() - Constructor for class org.apache.brooklyn.camp.spi.PlatformTransaction
-
- plus(int) - Static method in class org.apache.brooklyn.util.math.MathFunctions
-
- plus(long) - Static method in class org.apache.brooklyn.util.math.MathFunctions
-
- plus(double) - Static method in class org.apache.brooklyn.util.math.MathFunctions
-
- POD - Static variable in interface org.apache.brooklyn.container.entity.kubernetes.KubernetesResource
-
- policies() - Method in interface org.apache.brooklyn.api.entity.Entity
-
- policies() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister.Delta
-
- policies(Map<String, String>) - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData.Builder
-
- policies() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- policies() - Method in interface org.apache.brooklyn.core.entity.EntityInternal
-
- policies(Map<String, PolicyMemento>) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl.Builder
-
- policies(Map<String, String>) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl.Builder
-
- policies() - Method in class org.apache.brooklyn.core.mgmt.rebind.PersisterDeltaImpl
-
- Policies - Class in org.apache.brooklyn.core.policy
-
- Policies() - Constructor for class org.apache.brooklyn.core.policy.Policies
-
Deprecated.
- POLICIES_KEY - Static variable in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- policy(PolicySpec<?>) - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
adds a policy to the spec
- policy(String, String) - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData.Builder
-
- Policy - Interface in org.apache.brooklyn.api.policy
-
Policies implement actions and thus must be suspendable; policies should continue to evaluate their sensors
and indicate their desired planned action even if they aren't invoking them
- policy(PolicyMemento) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl.Builder
-
- policy(String, String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl.Builder
-
- POLICY_ADDED - Static variable in class org.apache.brooklyn.core.entity.AbstractEntity
-
- POLICY_FOR - Static variable in class org.apache.brooklyn.core.entity.EntityRelations
-
- POLICY_REMOVED - Static variable in class org.apache.brooklyn.core.entity.AbstractEntity
-
- PolicyApi - Interface in org.apache.brooklyn.rest.api
-
Deprecated.
- PolicyConfigApi - Interface in org.apache.brooklyn.rest.api
-
Deprecated.
- PolicyConfigResource - Class in org.apache.brooklyn.rest.resources
-
Deprecated.
- PolicyConfigResource() - Constructor for class org.apache.brooklyn.rest.resources.PolicyConfigResource
-
Deprecated.
- PolicyConfigSummary - Class in org.apache.brooklyn.rest.domain
-
- PolicyConfigSummary(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.PolicyConfigSummary
-
Deprecated.
- PolicyConfigSummary(ConfigKey<?>, String, Double, Map<String, URI>) - Constructor for class org.apache.brooklyn.rest.domain.PolicyConfigSummary
-
Deprecated.
- policyConfigSummary(ConfigKey<?>, String, Double, Map<String, URI>) - Static method in class org.apache.brooklyn.rest.transform.EntityTransformer
-
- policyConfigSummary(SpecParameter<?>) - Static method in class org.apache.brooklyn.rest.transform.EntityTransformer
-
- policyConfigSummary(BrooklynRestResourceUtils, ApplicationSummary, Entity, Policy, ConfigKey<?>, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.PolicyTransformer
-
Deprecated.
- policyConfigSummary(BrooklynRestResourceUtils, Entity, Policy, ConfigKey<?>, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.PolicyTransformer
-
Deprecated.
- PolicyDescriptor - Class in org.apache.brooklyn.core.entity.lifecycle
-
- PolicyDescriptor(Policy) - Constructor for class org.apache.brooklyn.core.entity.lifecycle.PolicyDescriptor
-
- PolicyDynamicType - Class in org.apache.brooklyn.core.policy
-
- PolicyDynamicType(Class<? extends Policy>) - Constructor for class org.apache.brooklyn.core.policy.PolicyDynamicType
-
- PolicyDynamicType(AbstractPolicy) - Constructor for class org.apache.brooklyn.core.policy.PolicyDynamicType
-
- PolicyMemento - Interface in org.apache.brooklyn.api.mgmt.rebind.mementos
-
Represents the state of an policy, so that it can be reconstructed (e.g.
- PolicyResource - Class in org.apache.brooklyn.rest.resources
-
Deprecated.
- PolicyResource() - Constructor for class org.apache.brooklyn.rest.resources.PolicyResource
-
Deprecated.
- PolicySerialization(ManagementContext) - Constructor for class org.apache.brooklyn.util.core.json.BidiSerialization.PolicySerialization
-
- PolicySpec<T extends Policy> - Class in org.apache.brooklyn.api.policy
-
Gives details of a policy to be created.
- PolicySpecResolver(BrooklynYamlTypeInstantiator.Factory) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynEntityDecorationResolver.PolicySpecResolver
-
- policySpecs(Iterable<? extends PolicySpec<?>>) - Method in class org.apache.brooklyn.api.entity.EntitySpec
-
adds the supplied policies to the spec
- PolicySummary - Class in org.apache.brooklyn.rest.domain
-
- PolicySummary(String, String, String, Status, Map<String, HighlightTuple>, Map<String, URI>) - Constructor for class org.apache.brooklyn.rest.domain.PolicySummary
-
Deprecated.
- policySummary(Entity, Policy, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.PolicyTransformer
-
Deprecated.
- PolicyTransformer - Class in org.apache.brooklyn.rest.transform
-
- PolicyTransformer() - Constructor for class org.apache.brooklyn.rest.transform.PolicyTransformer
-
Deprecated.
- PolicyType - Interface in org.apache.brooklyn.api.policy
-
Gives type information for a
Policy
.
- PolicyTypeSnapshot - Class in org.apache.brooklyn.core.policy
-
- PolicyUtilForPool<ContainerType,ItemType> - Class in org.apache.brooklyn.policy.loadbalancing
-
Provides conveniences for searching for hot/cold containers in a provided pool model.
- PolicyUtilForPool(BalanceablePoolModel<ContainerType, ItemType>) - Constructor for class org.apache.brooklyn.policy.loadbalancing.PolicyUtilForPool
-
- poll(ZabbixPollConfig<?>) - Method in class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixFeed.Builder
-
- poll(CommandPollConfig<?>) - Method in class org.apache.brooklyn.feed.AbstractCommandFeed.Builder
-
- poll(FunctionPollConfig<?, ?>) - Method in class org.apache.brooklyn.feed.function.FunctionFeed.Builder
-
- poll(HttpPollConfig<?>) - Method in class org.apache.brooklyn.feed.http.HttpFeed.Builder
-
- poll(ShellPollConfig<?>) - Method in class org.apache.brooklyn.feed.shell.ShellFeed.Builder
-
- poll(CommandPollConfig<?>) - Method in class org.apache.brooklyn.feed.ssh.SshFeed.Builder
-
- poll(CommandPollConfig<?>) - Method in class org.apache.brooklyn.feed.windows.CmdFeed.Builder
-
- POLL_FOR_FIRST_REACHABLE_ADDRESS - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- POLL_FOR_FIRST_REACHABLE_ADDRESS_PREDICATE - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- POLL_FOR_FIRST_REACHABLE_ADDRESS_PREDICATE_TYPE - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- POLL_PERIOD - Variable in class org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl
-
- POLL_PERIOD - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynEntityMirror
-
- POLL_PERIOD - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- POLL_PERIOD - Static variable in interface org.apache.brooklyn.entity.database.postgresql.PostgreSqlNode
-
- POLL_PERIOD - Static variable in interface org.apache.brooklyn.entity.stock.DataEntity
-
- POLL_PERIOD - Static variable in class org.apache.brooklyn.policy.action.StopAfterDurationPolicy
-
- POLL_PERIOD - Static variable in class org.apache.brooklyn.policy.ha.AbstractFailureDetector
-
- POLL_PERIOD - Static variable in class org.apache.brooklyn.policy.ha.ConnectionFailureDetector
-
- POLL_PERIOD - Static variable in interface org.apache.brooklyn.qa.load.SimulatedExternalMonitor
-
- pollAttribute(JmxAttributePollConfig<?>) - Method in class org.apache.brooklyn.feed.jmx.JmxFeed.Builder
-
- PollConfig<V,T,F extends PollConfig<V,T,F>> - Class in org.apache.brooklyn.core.feed
-
Configuration for polling, which is being added to a feed (e.g.
- PollConfig(AttributeSensor<T>) - Constructor for class org.apache.brooklyn.core.feed.PollConfig
-
- PollConfig(PollConfig<V, T, F>) - Constructor for class org.apache.brooklyn.core.feed.PollConfig
-
- Poller<V> - Class in org.apache.brooklyn.core.feed
-
For executing periodic polls.
- Poller(Entity, boolean) - Constructor for class org.apache.brooklyn.core.feed.Poller
-
- Poller(Entity, AbstractFeed, boolean) - Constructor for class org.apache.brooklyn.core.feed.Poller
-
- pollForReachableAddresses(<any>, Duration, boolean) - Method in class org.apache.brooklyn.location.jclouds.ConnectivityResolverOptions.Builder
-
- pollForReachableAddresses() - Method in class org.apache.brooklyn.location.jclouds.ConnectivityResolverOptions
-
- PollHandler<V> - Interface in org.apache.brooklyn.core.feed
-
Notified by the Poller of the result for each job, on each poll.
- pollOperation(JmxOperationPollConfig<?>) - Method in class org.apache.brooklyn.feed.jmx.JmxFeed.Builder
-
- POLLS - Static variable in class org.apache.brooklyn.entity.chef.ChefAttributeFeed
-
- POLLS - Static variable in class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixFeed
-
- POLLS - Static variable in class org.apache.brooklyn.feed.AbstractCommandFeed
-
- POLLS - Static variable in class org.apache.brooklyn.feed.function.FunctionFeed
-
- POLLS - Static variable in class org.apache.brooklyn.feed.http.HttpFeed
-
- POLLS - Static variable in class org.apache.brooklyn.feed.windows.WindowsPerformanceCounterFeed
-
- Pool<T> - Interface in org.apache.brooklyn.util.pool
-
See discussion at http://code.google.com/p/guava-libraries/issues/detail?id=683.
- POOL_COLD_SENSOR - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- POOL_CURRENT_SIZE_KEY - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- POOL_CURRENT_WORKRATE_KEY - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- POOL_HIGH_THRESHOLD_KEY - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- POOL_HOT_SENSOR - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- POOL_LOW_THRESHOLD_KEY - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- POOL_OK_SENSOR - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- POOL_SPEC - Static variable in class org.apache.brooklyn.entity.machine.pool.ServerPoolLocationResolver
-
- poolColdSensor(BasicNotificationSensor<?>) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy.Builder
-
- poolHotSensor(BasicNotificationSensor<?>) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy.Builder
-
- poolOkSensor(BasicNotificationSensor<?>) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy.Builder
-
- pop() - Method in class org.apache.brooklyn.util.collections.Jsonya.Navigator
-
- popClassLoadingContext() - Method in class org.apache.brooklyn.core.mgmt.classloading.ClassLoaderFromStackOfBrooklynClassLoadingContext
-
- popContextDescription() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister.LookupContext
-
- popContextDescription() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextLookupContext
-
- populateInitialAndPersistedCatalog(ManagementNodeState, CatalogInitialization.PersistedCatalogState, RebindExceptionHandler, CatalogInitialization.RebindLogger) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogInitialization
-
Adds the given persisted catalog items.
- populateInitialCatalogOnly() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogInitialization
-
Populates the initial catalog (i.e.
- populateServiceNotUpDiagnostics() - Method in class org.apache.brooklyn.entity.chef.ChefEntityImpl
-
- populateServiceNotUpDiagnostics() - Method in class org.apache.brooklyn.entity.cm.ansible.AnsibleEntityImpl
-
- populateServiceNotUpDiagnostics() - Method in class org.apache.brooklyn.entity.cm.salt.SaltEntityImpl
-
- populateServiceNotUpDiagnostics() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeChefImplFromScratch
-
- populateServiceNotUpDiagnostics() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeSaltImpl
-
- populateServiceNotUpDiagnostics() - Method in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- populateServiceNotUpDiagnostics() - Method in class org.apache.brooklyn.entity.software.base.SoftwareProcessImpl
-
- port - Variable in class org.apache.brooklyn.cli.Main.LaunchCommand
-
- PORT - Static variable in class org.apache.brooklyn.entity.nosql.infinispan.Infinispan5Server
-
- PORT - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.AbstractMongoDBServer
-
- port(int) - Method in class org.apache.brooklyn.util.core.internal.ssh.SshAbstractTool.AbstractSshToolBuilder
-
- port(int) - Method in class org.apache.brooklyn.util.http.HttpTool.HttpClientBuilder
-
- PORT_FORWARD_MANAGER - Static variable in class org.apache.brooklyn.core.network.OnPublicNetworkEnricher
-
- PORT_FORWARD_MANAGER_STARTING_PORT - Static variable in interface org.apache.brooklyn.core.location.access.PortForwardManager
-
- PORT_FORWARDER - Static variable in interface org.apache.brooklyn.location.jclouds.JcloudsLocationConfig
-
- PORT_FORWARDING_MANAGER - Static variable in class org.apache.brooklyn.core.location.access.BrooklynAccessUtils
-
- PORT_FORWARDING_MANAGER - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- PORT_INCREMENT - Static variable in interface org.apache.brooklyn.entity.webapp.jboss.JBoss6Server
-
Deprecated.
- PORT_INCREMENT - Static variable in interface org.apache.brooklyn.entity.webapp.jboss.JBoss7Server
-
Deprecated.
Port increments are the standard way to run multiple instances of AS7 on the same machine.
- PORT_MAPPER - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- PORT_NUMBER_SENSOR - Static variable in interface org.apache.brooklyn.entity.proxy.LoadBalancer
-
sensor for port to forward to on target entities
- PORT_NUMBERS - Static variable in interface org.apache.brooklyn.core.entity.Attributes
-
- PORT_SENSORS - Static variable in interface org.apache.brooklyn.core.entity.Attributes
-
- PortableTemplateBuilder<T extends PortableTemplateBuilder<?>> - Class in org.apache.brooklyn.location.jclouds.templates
-
- PortableTemplateBuilder() - Constructor for class org.apache.brooklyn.location.jclouds.templates.PortableTemplateBuilder
-
- PortAttributeSensorAndConfigKey - Class in org.apache.brooklyn.core.sensor
-
A
Sensor
describing a port on a system,
with a
ConfigKey
which can be configured with a port range
(either a number e.g.
- PortAttributeSensorAndConfigKey(String) - Constructor for class org.apache.brooklyn.core.sensor.PortAttributeSensorAndConfigKey
-
- PortAttributeSensorAndConfigKey(String, String) - Constructor for class org.apache.brooklyn.core.sensor.PortAttributeSensorAndConfigKey
-
- PortAttributeSensorAndConfigKey(String, String, Object) - Constructor for class org.apache.brooklyn.core.sensor.PortAttributeSensorAndConfigKey
-
- PortAttributeSensorAndConfigKey(PortAttributeSensorAndConfigKey, Object) - Constructor for class org.apache.brooklyn.core.sensor.PortAttributeSensorAndConfigKey
-
- PortAttributeSensorAndConfigKey(BasicConfigKey.Builder<PortRange, ?>) - Constructor for class org.apache.brooklyn.core.sensor.PortAttributeSensorAndConfigKey
-
- PortForwardManager - Interface in org.apache.brooklyn.core.location.access
-
Acts as a registry for existing port mappings (e.g.
- PortForwardManager.AssociationListener - Interface in org.apache.brooklyn.core.location.access
-
- PortForwardManager.AssociationMetadata - Class in org.apache.brooklyn.core.location.access
-
- PortForwardManagerAuthority - Class in org.apache.brooklyn.core.location.access
-
- PortForwardManagerAuthority() - Constructor for class org.apache.brooklyn.core.location.access.PortForwardManagerAuthority
-
Deprecated.
- PortForwardManagerAuthority(Entity) - Constructor for class org.apache.brooklyn.core.location.access.PortForwardManagerAuthority
-
Deprecated.
- PortForwardManagerClient - Class in org.apache.brooklyn.core.location.access
-
- PortForwardManagerConstructor() - Constructor for class org.apache.brooklyn.core.location.access.PortForwardManagerLocationResolver.PortForwardManagerConstructor
-
- PortForwardManagerImpl - Class in org.apache.brooklyn.core.location.access
-
- PortForwardManagerImpl() - Constructor for class org.apache.brooklyn.core.location.access.PortForwardManagerImpl
-
- PortForwardManagerLocationResolver - Class in org.apache.brooklyn.core.location.access
-
- PortForwardManagerLocationResolver() - Constructor for class org.apache.brooklyn.core.location.access.PortForwardManagerLocationResolver
-
- PortForwardManagerLocationResolver.PortForwardManagerConstructor - Class in org.apache.brooklyn.core.location.access
-
- portForwardSshOverride(HostAndPort) - Method in class org.apache.brooklyn.location.jclouds.ConnectivityResolverOptions.Builder
-
Indicate the host and port that should be used over all others.
- portForwardSshOverride() - Method in class org.apache.brooklyn.location.jclouds.ConnectivityResolverOptions
-
- PortMapping - Class in org.apache.brooklyn.core.location.access
-
- PortMapping(String, HostAndPort, Location, int) - Constructor for class org.apache.brooklyn.core.location.access.PortMapping
-
- PortRange - Interface in org.apache.brooklyn.api.location
-
A range of ports (indicator for Location and other APIs).
- PortRanges - Class in org.apache.brooklyn.core.location
-
- PortRanges() - Constructor for class org.apache.brooklyn.core.location.PortRanges
-
- PortRanges.AggregatePortRange - Class in org.apache.brooklyn.core.location
-
- PortRanges.LinearPortRange - Class in org.apache.brooklyn.core.location
-
- PortRanges.SinglePort - Class in org.apache.brooklyn.core.location
-
- portRulesToRanges(Collection<String>) - Static method in class org.apache.brooklyn.util.net.Networking
-
- PortSupplier - Interface in org.apache.brooklyn.api.location
-
Mixin interface for location which allows it to supply ports from a given range
- positive() - Static method in class org.apache.brooklyn.util.time.DurationPredicates
-
- PosNeg63TokenGenerator() - Constructor for class org.apache.brooklyn.entity.nosql.cassandra.TokenGenerators.PosNeg63TokenGenerator
-
Deprecated.
- PossiblyStrictPreferringFieldsVisibilityChecker - Class in org.apache.brooklyn.util.core.json
-
- PossiblyStrictPreferringFieldsVisibilityChecker() - Constructor for class org.apache.brooklyn.util.core.json.PossiblyStrictPreferringFieldsVisibilityChecker
-
- post(UriInfo, String) - Method in class org.apache.brooklyn.camp.server.rest.resource.AssemblyTemplateRestResource
-
- post(String, Map<String, String>, byte[]) - Method in interface org.apache.brooklyn.entity.brooklynnode.EntityHttpClient
-
Makes an HTTP POST to a Brooklyn node entity.
- post(String, Map<String, String>, Map<String, String>) - Method in interface org.apache.brooklyn.entity.brooklynnode.EntityHttpClient
-
Makes an HTTP POST to a Brooklyn node entity.
- post(String, Map<String, String>, byte[]) - Method in class org.apache.brooklyn.entity.brooklynnode.EntityHttpClientImpl
-
- post(String, Map<String, String>, Map<String, String>) - Method in class org.apache.brooklyn.entity.brooklynnode.EntityHttpClientImpl
-
- POST - Static variable in interface org.apache.brooklyn.util.http.executor.HttpExecutor
-
- POST_CUSTOMIZE_COMMAND - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- POST_CUSTOMIZE_COMMAND - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- POST_CUSTOMIZE_POWERSHELL_COMMAND - Static variable in interface org.apache.brooklyn.entity.software.base.VanillaWindowsProcess
-
- POST_INSTALL_COMMAND - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- POST_INSTALL_COMMAND - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- POST_INSTALL_POWERSHELL_COMMAND - Static variable in interface org.apache.brooklyn.entity.software.base.VanillaWindowsProcess
-
- POST_LAUNCH_COMMAND - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- POST_LAUNCH_COMMAND - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- POST_LAUNCH_POWERSHELL_COMMAND - Static variable in interface org.apache.brooklyn.entity.software.base.VanillaWindowsProcess
-
- postArchive(UriInfo, InputStream) - Method in class org.apache.brooklyn.camp.server.rest.resource.PlatformRestResource
-
- POSTGRESQL_PORT - Static variable in interface org.apache.brooklyn.entity.database.postgresql.PostgreSqlNode
-
- PostgreSqlDriver - Interface in org.apache.brooklyn.entity.database.postgresql
-
- PostgreSqlNode - Interface in org.apache.brooklyn.entity.database.postgresql
-
PostgreSQL database node entity.
- PostgreSqlNodeChefImplFromScratch - Class in org.apache.brooklyn.entity.database.postgresql
-
- PostgreSqlNodeChefImplFromScratch() - Constructor for class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeChefImplFromScratch
-
- PostgreSqlNodeChefImplFromScratch.ChefPostgreSqlLifecycle - Class in org.apache.brooklyn.entity.database.postgresql
-
- PostgreSqlNodeChefImplFromScratch.ExecuteScriptEffectorBody - Class in org.apache.brooklyn.entity.database.postgresql
-
- PostgreSqlNodeImpl - Class in org.apache.brooklyn.entity.database.postgresql
-
- PostgreSqlNodeImpl() - Constructor for class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeImpl
-
- PostgreSqlNodeSaltImpl - Class in org.apache.brooklyn.entity.database.postgresql
-
- PostgreSqlNodeSaltImpl() - Constructor for class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeSaltImpl
-
- PostgreSqlNodeSaltImpl.ExecuteScriptEffectorBody - Class in org.apache.brooklyn.entity.database.postgresql
-
- PostgreSqlNodeSaltImpl.SaltPostgreSqlLifecycle - Class in org.apache.brooklyn.entity.database.postgresql
-
- PostgreSqlSpecs - Class in org.apache.brooklyn.entity.database.postgresql
-
- PostgreSqlSshDriver - Class in org.apache.brooklyn.entity.database.postgresql
-
- PostgreSqlSshDriver(PostgreSqlNodeImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.database.postgresql.PostgreSqlSshDriver
-
- postJob - Variable in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
- postJob(Runnable) - Method in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
To be run each time after the job (pausing the timer while this is run).
- postJson(UriInfo, String) - Method in class org.apache.brooklyn.camp.server.rest.resource.PlatformRestResource
-
- postLaunch() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxSshDriver
-
- postLaunch() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
Implement this method in child classes to add some post-launch behavior.
- postLaunch() - Method in class org.apache.brooklyn.entity.webapp.JavaWebAppSshDriver
-
- postLaunch() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss6SshDriver
-
Deprecated.
- postLaunch() - Method in class org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppSshDriver
-
- postProcess(Closure<V2>) - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.Builder
-
- postProcess(<any>) - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.Builder
-
- postProcess(Closure<V1>) - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.MultiBuilder
-
- postProcess(<any>) - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.MultiBuilder
-
- postProcessFromMultiple(<any>) - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.MultiBuilder
-
Apply post-processing to the entire list of results
- postProcessFromMultiple(<any>) - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.MultiBuilder
-
Apply post-processing to the entire list of results
See CollectionFunctionals#all(Predicate)
and {@link CollectionFunctionals#quorum(org.apache.brooklyn.util.collections.QuorumCheck, Predicate)
which allow useful arguments.
- postRebind() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerImpl
-
- postRelease(JcloudsMachineLocation) - Method in class org.apache.brooklyn.location.jclouds.BasicJcloudsLocationCustomizer
-
- postRelease(JcloudsMachineLocation) - Method in interface org.apache.brooklyn.location.jclouds.JcloudsLocationCustomizer
-
Override to handle machine-related cleanup after Jclouds is called to release (destroy) the machine.
- postRelease(JcloudsMachineLocation) - Method in class org.apache.brooklyn.location.jclouds.LocationCustomizerDelegate
-
- postReleaseOnObtainError(JcloudsLocation, JcloudsMachineLocation, Exception) - Method in class org.apache.brooklyn.location.jclouds.BasicJcloudsLocationCustomizer
-
- postReleaseOnObtainError(JcloudsLocation, JcloudsMachineLocation, Exception) - Method in interface org.apache.brooklyn.location.jclouds.JcloudsLocationCustomizer
-
Override to handle cleanup after failure to obtain a machine.
- postReleaseOnObtainError(JcloudsLocation, JcloudsMachineLocation, Exception) - Method in class org.apache.brooklyn.location.jclouds.LocationCustomizerDelegate
-
- postStart(Collection<? extends Location>) - Method in class org.apache.brooklyn.core.entity.AbstractApplication
-
Default is no-op.
- postStart() - Method in class org.apache.brooklyn.entity.database.derby.DerbyDatabase
-
- postStart() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerImpl
-
- postWarmup - Variable in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
- postWarmup(Runnable) - Method in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
To be run once, after the warmup.
- postYaml(UriInfo, String) - Method in class org.apache.brooklyn.camp.server.rest.resource.PlatformRestResource
-
- PRACTICALLY_FOREVER - Static variable in class org.apache.brooklyn.util.time.Duration
-
longest supported duration, 2^{63}-1 nanoseconds, approx ten billion seconds, or 300 years
- PRE_CUSTOMIZE_COMMAND - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- PRE_CUSTOMIZE_COMMAND - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- PRE_CUSTOMIZE_POWERSHELL_COMMAND - Static variable in interface org.apache.brooklyn.entity.software.base.VanillaWindowsProcess
-
- PRE_INSTALL_COMMAND - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- PRE_INSTALL_COMMAND - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- PRE_INSTALL_FILES - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
Files to be copied to the server before pre-install.
- PRE_INSTALL_POWERSHELL_COMMAND - Static variable in interface org.apache.brooklyn.entity.software.base.VanillaWindowsProcess
-
- PRE_INSTALL_REBOOT_REQUIRED - Static variable in interface org.apache.brooklyn.entity.software.base.VanillaWindowsProcess
-
- PRE_INSTALL_RESOURCES_LATCH - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- PRE_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.
- PRE_LAUNCH_COMMAND - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- PRE_LAUNCH_COMMAND - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- PRE_LAUNCH_POWERSHELL_COMMAND - Static variable in interface org.apache.brooklyn.entity.software.base.VanillaWindowsProcess
-
- preAttempt() - Method in class org.apache.brooklyn.test.WebAppMonitor
-
return false to skip a run
- precision(int) - Method in class org.apache.brooklyn.util.text.ByteSizeStrings.Builder
-
The number of digits accuracy desired in the printed number.
- preconditionFailed(String, Object...) - Static method in class org.apache.brooklyn.camp.server.rest.util.WebResourceUtils
-
- preconditionFailed(String, Object...) - Static method in class org.apache.brooklyn.rest.util.WebResourceUtils
-
- predicate(<any>) - Static method in class org.apache.brooklyn.util.guava.Functionals
-
- predicateFromClosure(Closure<Boolean>) - Static method in class org.apache.brooklyn.util.groovy.GroovyJavaMethods
-
Deprecated.
- predicateListConstructor(Function<List<<any>>, <any>>) - Static method in class org.apache.brooklyn.core.objs.ConstraintSerialization.PredicateSerializationRuleAdder
-
- PredicateSerializationRuleAdder(Function<T, <any>>, Function<List<?>, T>, T) - Constructor for class org.apache.brooklyn.core.objs.ConstraintSerialization.PredicateSerializationRuleAdder
-
- PredicateWithContext<P,T> - Interface in org.apache.brooklyn.util.guava
-
A marker interface for predicates that may take a context object into account.
- PREEMPTIVE_BASIC_AUTH - Static variable in class org.apache.brooklyn.core.sensor.http.HttpRequestSensor
-
- preemptiveBasicAuth(Boolean) - Method in class org.apache.brooklyn.feed.http.HttpFeed.Builder
-
- preferJson(boolean) - Method in class org.apache.brooklyn.rest.resources.AbstractBrooklynRestResource.RestValueResolver
-
whether JSON is the ultimate product;
main effect here is to give null for null if true, else to give empty string
- preferKey() - Method in class org.apache.brooklyn.core.location.LocationConfigUtils.OsCredential
-
if both key and password supplied, prefer the key; the default
- preferPassword() - Method in class org.apache.brooklyn.core.location.LocationConfigUtils.OsCredential
-
- preferredName(String) - Method in class org.apache.brooklyn.core.objs.ConstraintSerialization.PredicateSerializationRuleAdder
-
Preferred name for predicate when serializing.
- preferRemoteTimestampInMemento() - Method in class org.apache.brooklyn.core.mgmt.ha.ManagementPlaneSyncRecordPersisterToObjectStore
-
- preferringFromUrl(String) - Method in class org.apache.brooklyn.util.core.osgi.Osgis.BundleFinder
-
- preferSecondOnConflict(boolean) - Method in class org.apache.brooklyn.util.collections.CollectionMerger.Builder
-
defaults to false, so if there is an unmergeable conflict, e.g.
- prefix(String) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynYamlTypeInstantiator.InstantiatorFromKey
-
- PREFIX - Static variable in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon
-
- PREFIX - Static variable in class org.apache.brooklyn.container.location.docker.DockerLocationResolver
-
- PREFIX - Static variable in class org.apache.brooklyn.container.location.kubernetes.KubernetesLocationResolver
-
- PREFIX - Static variable in class org.apache.brooklyn.container.location.openshift.OpenShiftLocationResolver
-
- PREFIX - Static variable in class org.apache.brooklyn.core.location.access.PortForwardManagerLocationResolver
-
- PREFIX - Static variable in class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
- prefixedKey(String, ConfigKey<T>) - Static method in class org.apache.brooklyn.core.config.ConfigUtils
-
prepends the given prefix to the key.
- prefixMessage(String) - Method in class org.apache.brooklyn.rest.domain.ApiError.Builder
-
- prefixMessage(String, String) - Method in class org.apache.brooklyn.rest.domain.ApiError.Builder
-
puts a prefix in front of the message, with the given separator if there is already a message;
if there is no message, it simply sets the prefix as the message.
- PREFLIGHT_FAIL_STATUS - Static variable in class org.apache.brooklyn.rest.filter.CorsImplSupplierFilter
-
- preInstall() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
Implement this method in child classes to add some pre-install behavior
- preJob - Variable in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
- preJob(Runnable) - Method in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
To be run each time before the job (pausing the timer while this is run).
- premain(String) - Static method in class org.apache.brooklyn.util.jmx.jmxmp.JmxmpAgent
-
- premain(String) - Static method in class org.apache.brooklyn.util.jmx.jmxrmi.JmxRmiAgent
-
The entry point, uses the JDK dynamic agent loading feature.
- prepare() - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbSshDriver
-
- prepare() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlSshDriver
-
- prepare() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeSshDriver
-
- prepare() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
Prepare the entity instance before running any commands.
- prepare() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- prepare() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss7SshDriver
-
Deprecated.
- prepare() - Method in class org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppSshDriver
-
- prepareArgsForEffector(Effector<?>, Object[]) - Static method in class org.apache.brooklyn.core.mgmt.internal.EffectorUtils
-
Prepares arguments for an effector, taking an array, which should contain the arguments in
order, optionally omitting those which have defaults defined.
- prepareArgsForEffector(Effector<?>, Map<?, ?>) - Static method in class org.apache.brooklyn.core.mgmt.internal.EffectorUtils
-
Prepares arguments for an effector, taking a map, which should contain the arguments by
name, optionally omitting those which have defaults defined; performs type coercion on
the values.
- prepareArgsForEffector(Effector<?>, Object) - Static method in class org.apache.brooklyn.core.mgmt.internal.EffectorUtils
-
- prepareArgsForEffectorAsMapFromArray(Effector<?>, Object[]) - Static method in class org.apache.brooklyn.core.mgmt.internal.EffectorUtils
-
- prepareForMasterUse() - Method in class org.apache.brooklyn.core.mgmt.persist.FileBasedObjectStore
-
- prepareForMasterUse() - Method in class org.apache.brooklyn.core.mgmt.persist.jclouds.JcloudsBlobStoreBasedObjectStore
-
- prepareForMasterUse() - Method in interface org.apache.brooklyn.core.mgmt.persist.PersistenceObjectStore
-
Prepares the persistence store for "contentious writes".
- prepareForSharedUse(PersistMode, HighAvailabilityMode) - Method in class org.apache.brooklyn.core.mgmt.persist.FileBasedObjectStore
-
- prepareForSharedUse(PersistMode, HighAvailabilityMode) - Method in class org.apache.brooklyn.core.mgmt.persist.jclouds.JcloudsBlobStoreBasedObjectStore
-
- prepareForSharedUse(PersistMode, HighAvailabilityMode) - Method in interface org.apache.brooklyn.core.mgmt.persist.PersistenceObjectStore
-
Prepares the persistence store for read use and non-contentious write use,
in particular detecting whether we should clean or register a need for backup etc.
- prepend(CharSequence) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptPart
-
- prepend(Collection<? extends CharSequence>) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptPart
-
- prepend(CharSequence...) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptPart
-
- prepend(String) - Static method in class org.apache.brooklyn.util.text.StringFunctions
-
- prependToEtcHosts(String, String...) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- prePreManage(Entity) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- prePreManage(Location) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- prePreManage(Entity) - Method in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
Registers an entity that has been created, but that has not yet begun to be managed.
- prePreManage(Location) - Method in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
Registers a location that has been created, but that has not yet begun to be managed.
- prePreManage(Entity) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- prePreManage(Location) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- preRelease(MachineLocation) - Method in class org.apache.brooklyn.api.location.BasicMachineLocationCustomizer
-
- preRelease(MachineLocation) - Method in interface org.apache.brooklyn.api.location.MachineLocationCustomizer
-
- preRelease(JcloudsMachineLocation) - Method in class org.apache.brooklyn.location.jclouds.BasicJcloudsLocationCustomizer
-
- preRelease(JcloudsMachineLocation) - Method in interface org.apache.brooklyn.location.jclouds.JcloudsLocationCustomizer
-
Override to handle machine-related cleanup before Jclouds is called to release (destroy) the machine.
- preRelease(JcloudsMachineLocation) - Method in class org.apache.brooklyn.location.jclouds.LocationCustomizerDelegate
-
- preReleaseOnObtainError(JcloudsLocation, JcloudsMachineLocation, Exception) - Method in class org.apache.brooklyn.location.jclouds.BasicJcloudsLocationCustomizer
-
- preReleaseOnObtainError(JcloudsLocation, JcloudsMachineLocation, Exception) - Method in interface org.apache.brooklyn.location.jclouds.JcloudsLocationCustomizer
-
Override to handle cleanup after failure to obtain a machine.
- preReleaseOnObtainError(JcloudsLocation, JcloudsMachineLocation, Exception) - Method in class org.apache.brooklyn.location.jclouds.LocationCustomizerDelegate
-
- presentInstances(Iterable<? extends Maybe<? extends T>>) - Static method in class org.apache.brooklyn.util.guava.Maybe
-
Returns the value of each present instance from the supplied
maybes
, in order,
skipping over occurrences of
Maybe.absent()
.
- preStart(Collection<? extends Location>) - Method in class org.apache.brooklyn.core.entity.AbstractApplication
-
Default is no-op.
- preStop() - Method in class org.apache.brooklyn.entity.database.derby.DerbyDatabase
-
- preStop() - Method in class org.apache.brooklyn.entity.messaging.jms.JMSBrokerImpl
-
- PRETTY - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseSyncGateway
-
- PRETTY_QUICK_WAIT - Static variable in class org.apache.brooklyn.util.core.task.ValueResolver
-
Period to wait if we're expected to return quickly
but we want to be a bit more generous for things to finish,
without letting a caller get annoyed.
- prettyJson(Object) - Static method in class org.apache.brooklyn.camp.server.rest.util.CampJsons
-
- primary(HostAndPort) - Method in class org.apache.brooklyn.entity.nosql.mongodb.ReplicaSetConfig
-
Notes the primary member of the replica.
- PRIMARY - Static variable in interface org.apache.brooklyn.policy.failover.ElectPrimaryConfig.PrimaryDefaultSensorsAndEffectors
-
- PRIMARY_ENTITY - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBReplicaSet
-
- PRIMARY_SENSOR_NAME - Static variable in interface org.apache.brooklyn.policy.failover.ElectPrimaryConfig
-
- PRIMARY_SENSOR_NAME - Static variable in class org.apache.brooklyn.policy.failover.PrimaryRunningEnricher
-
- PRIMARY_SENSOR_NAME - Static variable in class org.apache.brooklyn.policy.failover.PropagatePrimaryEnricher
-
- PRIMARY_TRANSITION - Static variable in class org.apache.brooklyn.policy.failover.ElectPrimaryEffector
-
- PRIMARY_WEIGHT_CONFIG - Static variable in interface org.apache.brooklyn.policy.failover.ElectPrimaryConfig.PrimaryDefaultSensorsAndEffectors
-
- PRIMARY_WEIGHT_NAME - Static variable in interface org.apache.brooklyn.policy.failover.ElectPrimaryConfig
-
- PRIMARY_WEIGHT_SENSOR - Static variable in interface org.apache.brooklyn.policy.failover.ElectPrimaryConfig.PrimaryDefaultSensorsAndEffectors
-
- PrimaryRunningEnricher - Class in org.apache.brooklyn.policy.failover
-
Records if the elected primary child/member is running, updating service state of this entity
if it isn't running when it should be via the service problems map which in the event of
an issue will contain more information about primary status.
- PrimaryRunningEnricher() - Constructor for class org.apache.brooklyn.policy.failover.PrimaryRunningEnricher
-
- PrimaryTransition(Entity, Entity) - Constructor for class org.apache.brooklyn.policy.failover.ElectPrimaryEffector.PrimaryTransition
-
- PRIMITIVE_TO_BOXED - Static variable in class org.apache.brooklyn.util.javalang.Boxing
-
- PrimitiveStringTypeCoercions - Class in org.apache.brooklyn.util.javalang.coerce
-
- PrimitiveStringTypeCoercions() - Constructor for class org.apache.brooklyn.util.javalang.coerce.PrimitiveStringTypeCoercions
-
- print(boolean) - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- print(char) - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- print(int) - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- print(long) - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- print(float) - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- print(double) - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- print(char[]) - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- print(String) - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- print(Object) - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- printEvents() - Method in class org.apache.brooklyn.test.LogWatcher
-
- printEvents(PrintStream, Iterable<? extends ILoggingEvent>) - Method in class org.apache.brooklyn.test.LogWatcher
-
- printEventsToString() - Method in class org.apache.brooklyn.test.LogWatcher
-
- printEventsToString(Iterable<? extends ILoggingEvent>) - Method in class org.apache.brooklyn.test.LogWatcher
-
- printf(String, Object...) - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- printf(Locale, String, Object...) - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- println() - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- println(boolean) - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- println(char) - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- println(int) - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- println(long) - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- println(float) - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- println(double) - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- println(char[]) - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- println(String) - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- println(Object) - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- priority(Long) - Method in class org.apache.brooklyn.core.mgmt.ha.dto.BasicManagementNodeSyncRecord.Builder
-
- PRIORITY - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode.SetHighAvailabilityPriorityEffector
-
- PRIVATE_ADDRESSES - Static variable in interface org.apache.brooklyn.location.jclouds.ConnectivityResolver
-
- PRIVATE_ADDRESSES - Static variable in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- PRIVATE_ADDRESSES - Static variable in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- PRIVATE_KEY_DATA - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- PRIVATE_KEY_DATA - Static variable in class org.apache.brooklyn.core.location.LocationConfigKeys
-
- PRIVATE_KEY_DATA - Static variable in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- PRIVATE_KEY_FILE - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- PRIVATE_KEY_FILE - Static variable in class org.apache.brooklyn.core.location.LocationConfigKeys
-
- PRIVATE_KEY_FILE - Static variable in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- PRIVATE_KEY_PASSPHRASE - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- PRIVATE_KEY_PASSPHRASE - Static variable in class org.apache.brooklyn.core.location.LocationConfigKeys
-
- PRIVATE_KEY_PASSPHRASE - Static variable in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- PRIVATE_NETWORKS - Static variable in class org.apache.brooklyn.util.net.Networking
-
- PRIVATE_NETWORKS_RFC_1918 - Static variable in class org.apache.brooklyn.util.net.Cidr
-
- PRIVATE_VLAN_ID - Static variable in class org.apache.brooklyn.location.jclouds.softlayer.SoftLayerSameVlanLocationCustomizer
-
- PRIVATE_VLAN_ID_MAP - Static variable in class org.apache.brooklyn.location.jclouds.softlayer.SoftLayerSameVlanLocationCustomizer
-
- privateKey(String) - Method in class org.apache.brooklyn.util.core.internal.ssh.SshAbstractTool.AbstractSshToolBuilder
-
- privateKey(String) - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjClientConnection.Builder
-
- privateKeyData(String) - Method in class org.apache.brooklyn.util.core.internal.ssh.SshAbstractTool.AbstractSshToolBuilder
-
- privateKeyData(String) - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjClientConnection.Builder
-
- privateKeyFile(String) - Method in class org.apache.brooklyn.util.core.internal.ssh.SshAbstractTool.AbstractSshToolBuilder
-
- privateKeyFile(File) - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjClientConnection.Builder
-
- privateKeyPassphrase(String) - Method in class org.apache.brooklyn.util.core.internal.ssh.SshAbstractTool.AbstractSshToolBuilder
-
- privateKeyPassphrase(String) - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjClientConnection.Builder
-
- PRIVILEGED - Static variable in interface org.apache.brooklyn.container.entity.kubernetes.KubernetesPod
-
- PRIVILEGED - Static variable in interface org.apache.brooklyn.container.location.kubernetes.KubernetesLocationConfig
-
- process(HttpRequest, HttpContext) - Method in class org.apache.brooklyn.test.http.TestHttpRecordingRequestInterceptor
-
- PROCESS_CPU_TIME - Static variable in interface org.apache.brooklyn.entity.java.UsesJavaMXBeans
-
- PROCESS_CPU_TIME_FRACTION_IN_WINDOW - Static variable in interface org.apache.brooklyn.entity.java.UsesJavaMXBeans
-
- PROCESS_CPU_TIME_FRACTION_IN_WINDOW_PER_NODE - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
- PROCESS_CPU_TIME_FRACTION_LAST - Static variable in interface org.apache.brooklyn.entity.java.UsesJavaMXBeans
-
- PROCESS_CPU_TIME_FRACTION_LAST_PER_NODE - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
- PROCESS_OWNER - Static variable in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
Define the process owner if not the same as the brooklyn user.
- ProcessHasStderr(byte[]) - Constructor for exception org.apache.brooklyn.qa.longevity.MonitorUtils.ProcessHasStderr
-
- ProcessHasStderr(String, byte[]) - Constructor for exception org.apache.brooklyn.qa.longevity.MonitorUtils.ProcessHasStderr
-
- PROCESSING_TIME_FRACTION_IN_WINDOW - Static variable in interface org.apache.brooklyn.entity.webapp.WebAppServiceMetrics
-
- PROCESSING_TIME_FRACTION_IN_WINDOW_PER_NODE - Static variable in interface org.apache.brooklyn.entity.webapp.DynamicWebAppCluster
-
- PROCESSING_TIME_FRACTION_LAST - Static variable in interface org.apache.brooklyn.entity.webapp.WebAppServiceMetrics
-
- ProcessTaskFactory<T> - Interface in org.apache.brooklyn.util.core.task.system
-
- ProcessTaskStub - Class in org.apache.brooklyn.util.core.task.system
-
- ProcessTaskStub() - Constructor for class org.apache.brooklyn.util.core.task.system.ProcessTaskStub
-
- ProcessTaskStub.ScriptReturnType - Enum in org.apache.brooklyn.util.core.task.system
-
- ProcessTaskWrapper<RET> - Class in org.apache.brooklyn.util.core.task.system
-
Wraps a fully constructed process task, and allows callers to inspect status.
- processTemplate(File, Map<String, Object>) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- processTemplate(File) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- processTemplate(String) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
Takes the contents of a template file from the given URL (often a classpath://com/myco/myprod/myfile.conf or .sh)
and replaces "${entity.xxx}" with the result of entity.getXxx() and similar for other driver, location;
as well as replacing config keys on the management context
- processTemplate(String, Map<String, ? extends Object>) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- processTemplateContents(String) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- processTemplateContents(String, Map<String, ? extends Object>) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- processTemplateContents(String, EntityDriver, Map<String, ? extends Object>) - Static method in class org.apache.brooklyn.util.core.text.TemplateProcessor
-
Processes template contents according to EntityAndMapTemplateModel
.
- processTemplateContents(String, ManagementContext, Map<String, ? extends Object>) - Static method in class org.apache.brooklyn.util.core.text.TemplateProcessor
-
Processes template contents according to EntityAndMapTemplateModel
.
- processTemplateContents(String, Location, Map<String, ? extends Object>) - Static method in class org.apache.brooklyn.util.core.text.TemplateProcessor
-
Processes template contents according to EntityAndMapTemplateModel
.
- processTemplateContents(String, EntityInternal, Map<String, ? extends Object>) - Static method in class org.apache.brooklyn.util.core.text.TemplateProcessor
-
Processes template contents with the given items in scope as per EntityAndMapTemplateModel
.
- processTemplateContents(String, Map<String, ? extends Object>) - Static method in class org.apache.brooklyn.util.core.text.TemplateProcessor
-
- processTemplateContents(String, TemplateHashModel) - Static method in class org.apache.brooklyn.util.core.text.TemplateProcessor
-
Processes template contents against the given TemplateHashModel
.
- processTemplateFile(String, Map<String, ? extends Object>) - Static method in class org.apache.brooklyn.util.core.text.TemplateProcessor
-
- processTemplateFile(String, EntityDriver, Map<String, ? extends Object>) - Static method in class org.apache.brooklyn.util.core.text.TemplateProcessor
-
Processes template contents according to EntityAndMapTemplateModel
.
- ProcessTool - Class in org.apache.brooklyn.util.core.internal.ssh.process
-
Implementation of
ShellTool
which runs locally.
- ProcessTool() - Constructor for class org.apache.brooklyn.util.core.internal.ssh.process.ProcessTool
-
- ProcessTool(Map<String, ?>) - Constructor for class org.apache.brooklyn.util.core.internal.ssh.process.ProcessTool
-
- PRODUCE_REQUEST_COUNT - Static variable in interface org.apache.brooklyn.entity.messaging.kafka.KafkaBroker
-
- PRODUCER - Static variable in class org.apache.brooklyn.enricher.stock.AbstractAggregator
-
- PRODUCER - Static variable in class org.apache.brooklyn.enricher.stock.AbstractTransformer
-
- PRODUCER - Static variable in class org.apache.brooklyn.enricher.stock.Combiner
-
- PRODUCER - Static variable in class org.apache.brooklyn.enricher.stock.Joiner
-
- PRODUCER - Static variable in class org.apache.brooklyn.enricher.stock.PercentageEnricher
-
- PRODUCER - Static variable in class org.apache.brooklyn.enricher.stock.Propagator
-
- PRODUCER - Static variable in class org.apache.brooklyn.enricher.stock.reducer.Reducer
-
- PRODUCER - Static variable in class org.apache.brooklyn.enricher.stock.UpdatingMap
-
- PROJECT - Static variable in interface org.apache.brooklyn.container.entity.openshift.OpenShiftResource
-
- PROMOTE - Static variable in interface org.apache.brooklyn.policy.failover.ElectPrimaryConfig.PrimaryDefaultSensorsAndEffectors
-
- PROMOTE_EFFECTOR_NAME - Static variable in interface org.apache.brooklyn.policy.failover.ElectPrimaryConfig
-
- promotingToMaster() - Method in interface org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl.PromotionListener
-
- PROP_ALLOCATE_PTY - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- PROP_AUTH_SUDO - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.ShellTool
-
- PROP_CONNECT_TIMEOUT - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- PROP_DIRECT_HEADER - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.ShellTool
-
- PROP_DIRECTORY - Static variable in class org.apache.brooklyn.util.core.internal.ssh.process.ProcessTool
-
- PROP_ERR_STREAM - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.ShellTool
-
- PROP_EXEC_ASYNC - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.ShellTool
-
- PROP_EXEC_ASYNC_POLLING_TIMEOUT - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.ShellTool
-
- PROP_EXEC_RETRY_DELAY - Static variable in interface org.apache.brooklyn.util.core.internal.winrm.WinRmTool
-
- PROP_EXEC_TIMEOUT - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.ShellTool
-
- PROP_EXEC_TRIES - Static variable in interface org.apache.brooklyn.util.core.internal.winrm.WinRmTool
-
- PROP_HOST - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- PROP_HOST - Static variable in interface org.apache.brooklyn.util.core.internal.winrm.WinRmTool
-
- PROP_LAST_ACCESS_DATE - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- PROP_LAST_MODIFICATION_DATE - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- PROP_LOCAL_TEMP_DIR - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.ShellTool
-
- PROP_LOGIN_SHELL - Static variable in class org.apache.brooklyn.util.core.internal.ssh.process.ProcessTool
-
- PROP_NO_DELETE_SCRIPT - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.ShellTool
-
- PROP_NO_EXTRA_OUTPUT - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.ShellTool
-
- PROP_OUT_STREAM - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.ShellTool
-
- PROP_OWNER_UID - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- PROP_PASSWORD - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.ShellTool
-
- PROP_PASSWORD - Static variable in interface org.apache.brooklyn.util.core.internal.winrm.WinRmTool
-
- PROP_PERMISSIONS - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- PROP_PORT - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- PROP_PORT - Static variable in interface org.apache.brooklyn.util.core.internal.winrm.WinRmTool
-
- PROP_PRIVATE_KEY_DATA - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- PROP_PRIVATE_KEY_FILE - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- PROP_PRIVATE_KEY_PASSPHRASE - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- PROP_RUN_AS_ROOT - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.ShellTool
-
- PROP_SCP_EXECUTABLE - Static variable in class org.apache.brooklyn.util.core.internal.ssh.cli.SshCliTool
-
- PROP_SCRIPT_DIR - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.ShellTool
-
- PROP_SCRIPT_HEADER - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.ShellTool
-
- PROP_SEPARATOR - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.ShellTool
-
- PROP_SESSION_TIMEOUT - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- PROP_SSH_EXECUTABLE - Static variable in class org.apache.brooklyn.util.core.internal.ssh.cli.SshCliTool
-
- PROP_SSH_FLAGS - Static variable in class org.apache.brooklyn.util.core.internal.ssh.cli.SshCliTool
-
- PROP_SSH_RETRY_DELAY - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- PROP_SSH_TRIES - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- PROP_SSH_TRIES_TIMEOUT - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- PROP_STRICT_HOST_KEY_CHECKING - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- PROP_SUMMARY - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.ShellTool
-
- PROP_TOOL_CLASS - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- PROP_USER - Static variable in interface org.apache.brooklyn.util.core.internal.ssh.SshTool
-
- PROP_USER - Static variable in interface org.apache.brooklyn.util.core.internal.winrm.WinRmTool
-
- propagate(Throwable) - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
Propagate a Throwable
as a RuntimeException
.
- propagate(String, Throwable) - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
- propagate(Iterable<? extends Throwable>) - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
- propagate(String, Iterable<? extends Throwable>) - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
- PROPAGATE_CONDITIONAL_ENTITY_SENSORS - Static variable in interface org.apache.brooklyn.entity.stock.ConditionalEntity
-
- PROPAGATE_LOCATION_ENTITY_SENSORS - Static variable in interface org.apache.brooklyn.entity.stock.LocationEntity
-
- PROPAGATE_PRIMARY_SENSORS - Static variable in class org.apache.brooklyn.policy.failover.ElectPrimaryPolicy
-
- propagateAnnotated(String, Throwable) - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
- propagateAnnotateIfWrapping(String, Throwable) - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
- PropagatedRuntimeException - Exception in org.apache.brooklyn.util.exceptions
-
- PropagatedRuntimeException(String, Throwable) - Constructor for exception org.apache.brooklyn.util.exceptions.PropagatedRuntimeException
-
Callers should typically *not* attempt to summarise the cause in the message here; use toString() to get extended information
- PropagatedRuntimeException(String, String, Throwable) - Constructor for exception org.apache.brooklyn.util.exceptions.PropagatedRuntimeException
-
- PropagatedRuntimeException(String, Throwable, boolean) - Constructor for exception org.apache.brooklyn.util.exceptions.PropagatedRuntimeException
-
- PropagatedRuntimeException(Throwable) - Constructor for exception org.apache.brooklyn.util.exceptions.PropagatedRuntimeException
-
- propagateIfFatal(Throwable) - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
Propagate exceptions which are fatal.
- propagateIfInterrupt(Throwable) - Static method in class org.apache.brooklyn.util.exceptions.Exceptions
-
- propagatePollForReachableFailure() - Method in class org.apache.brooklyn.location.jclouds.ConnectivityResolverOptions
-
- PropagatePrimaryEnricher - Class in org.apache.brooklyn.policy.failover
-
Makes selected sensors mirrored from the primary to this node.
- PropagatePrimaryEnricher() - Constructor for class org.apache.brooklyn.policy.failover.PropagatePrimaryEnricher
-
- PROPAGATING - Static variable in class org.apache.brooklyn.enricher.stock.Propagator
-
- PROPAGATING - Static variable in class org.apache.brooklyn.policy.failover.PropagatePrimaryEnricher
-
- PROPAGATING_ALL - Static variable in class org.apache.brooklyn.enricher.stock.Propagator
-
- PROPAGATING_ALL_BUT - Static variable in class org.apache.brooklyn.enricher.stock.Propagator
-
- PROPAGATING_SENSORS - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.CoLocatedMongoDBRouter
-
- Propagator - Class in org.apache.brooklyn.enricher.stock
-
- Propagator() - Constructor for class org.apache.brooklyn.enricher.stock.Propagator
-
- PropagatorBuilder(Map<? extends Sensor<?>, ? extends Sensor<?>>) - Constructor for class org.apache.brooklyn.enricher.stock.Enrichers.PropagatorBuilder
-
- PropagatorBuilder(Iterable<? extends Sensor<?>>) - Constructor for class org.apache.brooklyn.enricher.stock.Enrichers.PropagatorBuilder
-
- PropagatorBuilder(Sensor<?>...) - Constructor for class org.apache.brooklyn.enricher.stock.Enrichers.PropagatorBuilder
-
- PROPERTIES_RELOAD_LISTENER - Static variable in interface org.apache.brooklyn.core.entity.Attributes
-
Used by entities registering a ManagementContext.PropertiesReloadListener
to store a persistent
reference to it, for use when unregistering the listener.
- PROPERTIES_URL - Static variable in class org.apache.brooklyn.core.config.external.PropertiesFileExternalConfigSupplier
-
- PropertiesConfigLoader - Class in org.apache.brooklyn.core.mgmt.persist
-
- PropertiesFileExternalConfigSupplier - Class in org.apache.brooklyn.core.config.external
-
Instances are populated from a plain java properties file named in the passed config
map
under the propertiesUrl
key:
- PropertiesFileExternalConfigSupplier(ManagementContext, String, Map<String, String>) - Constructor for class org.apache.brooklyn.core.config.external.PropertiesFileExternalConfigSupplier
-
- propertiesReloadListener(ManagementContext, LocationDefinition) - Static method in class org.apache.brooklyn.entity.cm.salt.SaltUtils
-
- propertiesSupplier(<any>) - Method in class org.apache.brooklyn.core.internal.BrooklynProperties.Factory.Builder
-
A Supplier
which returns a fresh view of the current properties
- PROPOGATING_SENSORS - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.CoLocatedMongoDBRouter
-
Deprecated.
- ProportionalZoneFailureDetector - Class in org.apache.brooklyn.entity.group.zoneaware
-
- ProportionalZoneFailureDetector(int, Duration, double) - Constructor for class org.apache.brooklyn.entity.group.zoneaware.ProportionalZoneFailureDetector
-
- ProportionalZoneFailureDetector(int, Duration, double, Ticker) - Constructor for class org.apache.brooklyn.entity.group.zoneaware.ProportionalZoneFailureDetector
-
- ProtoBuilder() - Constructor for class org.apache.brooklyn.core.sensor.DependentConfiguration.ProtoBuilder
-
- PROTOCOL - Static variable in class org.apache.brooklyn.entity.nosql.infinispan.Infinispan5Server
-
- PROTOCOL - Static variable in interface org.apache.brooklyn.entity.proxy.LoadBalancer
-
- Protocol - Enum in org.apache.brooklyn.util.net
-
- PROTOCOL_PREFIX - Static variable in class org.apache.brooklyn.util.core.text.DataUriSchemeParser
-
- PROVIDE_CITY_INFO - Static variable in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient
-
- PROVIDE_COUNTRY_INFO - Static variable in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient
-
- PROVIDE_EXTRA_INFO - Static variable in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient
-
- PROVIDE_NETWORK_INFO - Static variable in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient
-
- PROVIDE_UPTIME_INFO - Static variable in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient
-
- ProvidesProvisioningFlags - Interface in org.apache.brooklyn.entity.machine
-
Marker interface for an entity which supplies custom machine provisioning flags;
used e.g.
- PROVISION_LATCH - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- PROVISIONING_LOCATION - Static variable in interface org.apache.brooklyn.entity.software.base.SameServerEntity
-
- PROVISIONING_LOCATION - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- PROVISIONING_PROPERTIES - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- PROVISIONING_PROPERTIES - Static variable in interface org.apache.brooklyn.entity.software.base.SameServerEntity
-
- PROVISIONING_PROPERTIES - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- ProvisioningLocation<T extends Location> - Interface in org.apache.brooklyn.api.location
-
A location that is able to provision new locations within it.
- proxy(T) - Static method in class org.apache.brooklyn.core.entity.Entities
-
Returns the proxy form (if available) of the entity.
- PROXY_HTTP_PORT - Static variable in interface org.apache.brooklyn.entity.proxy.LoadBalancer
-
- PROXY_HTTPS_PORT - Static variable in interface org.apache.brooklyn.entity.proxy.LoadBalancer
-
- ProxyEffector - Class in org.apache.brooklyn.core.effector
-
- ProxyEffector(ConfigBag) - Constructor for class org.apache.brooklyn.core.effector.ProxyEffector
-
- ProxyEffector(Map<?, ?>) - Constructor for class org.apache.brooklyn.core.effector.ProxyEffector
-
- ProxySslConfig - Class in org.apache.brooklyn.entity.proxy
-
- ProxySslConfig() - Constructor for class org.apache.brooklyn.entity.proxy.ProxySslConfig
-
- ProxySslConfig.Builder - Class in org.apache.brooklyn.entity.proxy
-
- pruneValues(long) - Method in class org.apache.brooklyn.util.collections.TimeWindowedList
-
- PS_SCRIPT - Static variable in interface org.apache.brooklyn.test.framework.TestWinrmCommand
-
Supply the PowerShell script to invoke directly.
- PTR_RECORDS - Static variable in interface org.apache.brooklyn.entity.network.bind.BindDnsServer
-
- PUBLIC_ADDRESSES - Static variable in interface org.apache.brooklyn.location.jclouds.ConnectivityResolver
-
- PUBLIC_CLUSTER_NODES - Static variable in interface org.apache.brooklyn.entity.nosql.hazelcast.HazelcastCluster
-
- PUBLIC_KEY_DATA - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- PUBLIC_KEY_DATA - Static variable in class org.apache.brooklyn.core.location.LocationConfigKeys
-
- PUBLIC_KEY_FILE - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- PUBLIC_KEY_FILE - Static variable in class org.apache.brooklyn.core.location.LocationConfigKeys
-
- PUBLIC_VLAN_ID - Static variable in class org.apache.brooklyn.location.jclouds.softlayer.SoftLayerSameVlanLocationCustomizer
-
- PUBLIC_VLAN_ID_MAP - Static variable in class org.apache.brooklyn.location.jclouds.softlayer.SoftLayerSameVlanLocationCustomizer
-
- publicAddress - Variable in class org.apache.brooklyn.cli.Main.LaunchCommand
-
- publicAddress(InetAddress) - Method in class org.apache.brooklyn.launcher.BrooklynLauncher
-
Specifies the address that the management context's REST API will be available on.
- publish(SensorEvent<T>) - Method in interface org.apache.brooklyn.api.mgmt.SubscriptionContext
-
- publish(SensorEvent<T>) - Method in interface org.apache.brooklyn.api.mgmt.SubscriptionManager
-
- publish(SensorEvent<T>) - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractSubscriptionManager
-
performs the actual publishing -- ie distribution to subscriptions
- publish(SensorEvent<T>) - Method in class org.apache.brooklyn.core.mgmt.internal.BasicSubscriptionContext
-
- publish(SensorEvent<T>) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalSubscriptionManager
-
- publish(SensorEvent<T>) - Method in class org.apache.brooklyn.core.mgmt.internal.QueueingSubscriptionManager
-
- PUBLISH_NETWORKS - Static variable in class org.apache.brooklyn.location.jclouds.DefaultConnectivityResolver
-
- PUBLISH_SENSOR - Static variable in class org.apache.brooklyn.core.effector.http.HttpCommandEffector
-
- publishAndCheck(boolean) - Method in class org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl
-
invoked manually when initializing, and periodically thereafter
- publishClearNonMaster() - Method in interface org.apache.brooklyn.api.mgmt.ha.HighAvailabilityManager
-
deletes non-master node records; active nodes (including this) will republish,
so this provides a simple way to clean out the cache of dead brooklyn nodes
- publishClearNonMaster() - Method in class org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl
-
- push() - Method in class org.apache.brooklyn.util.collections.Jsonya.Navigator
-
pushes the current focus to a stack, so that this location will be restored on the corresponding
Jsonya.Navigator.pop()
- pushClassLoadingContext(BrooklynClassLoadingContext) - Method in class org.apache.brooklyn.core.mgmt.classloading.ClassLoaderFromStackOfBrooklynClassLoadingContext
-
- pushContextDescription(String) - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister.LookupContext
-
- pushContextDescription(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextLookupContext
-
- put(BrooklynObjectType, String, String) - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData.Builder
-
- put(ConfigKey<T>, T) - Method in interface org.apache.brooklyn.api.mgmt.Scratchpad
-
- put(Map<String, V>) - Static method in class org.apache.brooklyn.core.config.MapConfigKey.MapModifications
-
when passed as a value to a MapConfigKey, causes each of these items to be put
(this Mod is redundant as no other value is really sensible)
- put(String) - Static method in class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks
-
- put(String, Object) - Method in class org.apache.brooklyn.core.entity.internal.ConfigMapViewWithStringKeys
-
Deprecated.
- put(Object, Object) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
like normal map.put, except config keys are dereferenced on the way in
- put(ConfigKey.HasConfigKey<T>, T) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- put(ConfigKey<T>, T) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- put(Object, Object) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
like normal map.put, except config keys are dereferenced on the way in
- put(ConfigKey.HasConfigKey<T>, T) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- put(ConfigKey<T>, T) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- put(K, V) - Method in class org.apache.brooklyn.core.internal.storage.impl.ConcurrentMapAcceptingNullVals
-
- put(ConfigKey<T>, T) - Method in class org.apache.brooklyn.core.mgmt.internal.BasicScratchpad
-
- put(Object, Object) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- put(ConfigKey.HasConfigKey<T>, T) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- put(ConfigKey<T>, T) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- put(String) - Method in class org.apache.brooklyn.core.mgmt.persist.FileBasedStoreObjectAccessor
-
- put(ByteSource) - Method in class org.apache.brooklyn.core.mgmt.persist.FileBasedStoreObjectAccessor
-
- put(String) - Method in class org.apache.brooklyn.core.mgmt.persist.jclouds.JcloudsStoreObjectAccessor
-
- put(ByteSource) - Method in class org.apache.brooklyn.core.mgmt.persist.jclouds.JcloudsStoreObjectAccessor
-
- put(String) - Method in interface org.apache.brooklyn.core.mgmt.persist.PersistenceObjectStore.StoreObjectAccessor
-
- put(ByteSource) - Method in interface org.apache.brooklyn.core.mgmt.persist.PersistenceObjectStore.StoreObjectAccessor
-
- put(String) - Method in class org.apache.brooklyn.core.mgmt.persist.StoreObjectAccessorLocking
-
- put(ByteSource) - Method in class org.apache.brooklyn.core.mgmt.persist.StoreObjectAccessorLocking
-
- put(String, Object) - Method in class org.apache.brooklyn.qa.longevity.StatusRecorder.Record
-
- put(Object, Object, Object...) - Method in class org.apache.brooklyn.util.collections.Jsonya.Navigator
-
puts the given key-value pair at the current focus (or multiple such),
creating a map if needed, replacing any values stored against keys supplied here;
if you wish to merge deep maps, see
Jsonya.Navigator.add(Object, Object...)
- put(Map) - Method in class org.apache.brooklyn.util.collections.Jsonya.Navigator
-
- put(K, V) - Method in class org.apache.brooklyn.util.collections.MutableMap.Builder
-
- put(Map.Entry<? extends K, ? extends V>) - Method in class org.apache.brooklyn.util.collections.MutableMap.Builder
-
- put(V) - Method in class org.apache.brooklyn.util.collections.MutableSet
-
as #add(V)
but fluent style
- put(ConfigKey<T>, T) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- put(A, V) - Method in class org.apache.brooklyn.util.guava.KeyTransformingLoadingCache
-
- PUT - Static variable in interface org.apache.brooklyn.util.http.executor.HttpExecutor
-
- putAll(BrooklynObjectType, Map<String, String>) - Method in class org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoRawData.Builder
-
- putAll(Map<?, ?>) - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
- putAll(Map<? extends String, ? extends Object>) - Method in class org.apache.brooklyn.core.entity.internal.ConfigMapViewWithStringKeys
-
Deprecated.
- putAll(Map) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
like normal Map.putAll(Map)
, except config keys are dereferenced on the way in
- putAll(Map) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
like normal map.putAll, except config keys are dereferenced on the way in
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.brooklyn.core.internal.storage.impl.ConcurrentMapAcceptingNullVals
-
- putAll(Map<String, String>) - Method in class org.apache.brooklyn.core.location.DeprecatedKeysMappingBuilder
-
Deprecated.
- putAll(Map) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- putAll(Map<?, ?>) - Method in class org.apache.brooklyn.core.objs.AbstractConfigurationSupportInternal
-
- putAll(Map<?, ?>) - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal.ConfigurationSupportInternal
-
Adds keys or strings, making anonymous keys from strings; throws on other keys
- putAll(Map<String, ?>) - Method in class org.apache.brooklyn.qa.longevity.StatusRecorder.Record
-
- putAll(String, Map<String, ?>) - Method in class org.apache.brooklyn.qa.longevity.StatusRecorder.Record
-
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.brooklyn.util.collections.MutableMap.Builder
-
- putAll(Iterable<? extends V>) - Method in class org.apache.brooklyn.util.collections.MutableSet
-
as AbstractCollection.addAll(Collection)
but fluent style and permitting null
- putAll(Map<?, ?>) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- putAll(ConfigBag) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- putAsStringKeyIfAbsent(Object, Object) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- putAttributes(Map) - Method in class org.apache.brooklyn.launcher.BrooklynWebServer
-
- putIfAbsent(String, Object) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
inserts the value under the given key, if it was not present
- putIfAbsent(ConfigKey<T>, T) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- putIfAbsent(String, Object) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
inserts the value under the given key, if it was not present
- putIfAbsent(ConfigKey<T>, T) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- putIfAbsent(K, V) - Method in class org.apache.brooklyn.core.internal.storage.impl.ConcurrentMapAcceptingNullVals
-
- putIfAbsent(String, Object) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- putIfAbsent(ConfigKey<T>, T) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- putIfAbsent(K, V) - Method in class org.apache.brooklyn.util.collections.MutableMap.Builder
-
- putIfAbsent(ConfigKey<T>, T) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- putIfAbsent(Map<?, ?>) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- putIfAbsent(ConfigBag) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- putIfAbsentAndNotNull(ConfigKey<T>, T) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- putIfNotNull(Object, Object) - Method in class org.apache.brooklyn.util.collections.Jsonya.Navigator
-
- putIfNotNull(K, V) - Method in class org.apache.brooklyn.util.collections.MutableMap.Builder
-
- putIfNotNull(V) - Method in class org.apache.brooklyn.util.collections.MutableSet
-
as #addIfNotNull(V)
but fluent style
- putIfNotNull(ConfigKey<T>, T) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- putProperties(Map<String, ?>) - Method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
- putStringKey(String, Object) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- putStringKeyIfHasValue(String, Maybe<?>) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- putStringKeyIfNotNull(String, Object) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- putType(BrooklynObjectType, String, String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoManifestImpl.Builder
-
- RabbitBroker - Interface in org.apache.brooklyn.entity.messaging.rabbit
-
An
Entity
that represents a single Rabbit MQ broker instance, using AMQP 0-9-1.
- RabbitBrokerImpl - Class in org.apache.brooklyn.entity.messaging.rabbit
-
An
Entity
that represents a single Rabbit MQ broker instance, using AMQP 0-9-1.
- RabbitBrokerImpl() - Constructor for class org.apache.brooklyn.entity.messaging.rabbit.RabbitBrokerImpl
-
- RabbitDestination - Class in org.apache.brooklyn.entity.messaging.rabbit
-
- RabbitDestination() - Constructor for class org.apache.brooklyn.entity.messaging.rabbit.RabbitDestination
-
- RabbitDriver - Interface in org.apache.brooklyn.entity.messaging.rabbit
-
- RabbitQueue - Class in org.apache.brooklyn.entity.messaging.rabbit
-
- RabbitQueue() - Constructor for class org.apache.brooklyn.entity.messaging.rabbit.RabbitQueue
-
- RabbitSshDriver - Class in org.apache.brooklyn.entity.messaging.rabbit
-
TODO javadoc
- RabbitSshDriver(RabbitBrokerImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.messaging.rabbit.RabbitSshDriver
-
- RACK_NAME - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- randomBoolean() - Static method in class org.apache.brooklyn.util.text.Identifiers
-
- randomBytes(byte[]) - Static method in class org.apache.brooklyn.util.text.Identifiers
-
returns the array passed in
- randomBytes(int) - Static method in class org.apache.brooklyn.util.text.Identifiers
-
- randomDouble() - Static method in class org.apache.brooklyn.util.text.Identifiers
-
- randomInt() - Static method in class org.apache.brooklyn.util.text.Identifiers
-
- randomInt(int) - Static method in class org.apache.brooklyn.util.text.Identifiers
-
returns in [0,upbound)
- RANDOMIZE_SUBDOMAIN_NAME - Static variable in interface org.apache.brooklyn.entity.dns.geoscaling.GeoscalingDnsService
-
- randomLong() - Static method in class org.apache.brooklyn.util.text.Identifiers
-
- randomPortAround(int) - Static method in class org.apache.brooklyn.test.NetworkingTestUtils
-
Returns a port not in use somewhere around the seed;
this is not a foolproof way to prevent collisions,
but strikes a good balance of traceability (different callers will use different ranges)
and collision avoidance, esp when combined with Localhost...obtain(thisResult+"+");
.
- range() - Method in interface org.apache.brooklyn.entity.nosql.cassandra.TokenGenerator
-
Deprecated.
- range() - Method in class org.apache.brooklyn.entity.nosql.cassandra.TokenGenerators.AbstractTokenGenerator
-
Deprecated.
- RANGE - Static variable in class org.apache.brooklyn.entity.nosql.cassandra.TokenGenerators.NonNeg127TokenGenerator
-
Deprecated.
- range() - Method in class org.apache.brooklyn.entity.nosql.cassandra.TokenGenerators.NonNeg127TokenGenerator
-
Deprecated.
- RANGE - Static variable in class org.apache.brooklyn.entity.nosql.cassandra.TokenGenerators.PosNeg63TokenGenerator
-
Deprecated.
- range() - Method in class org.apache.brooklyn.entity.nosql.cassandra.TokenGenerators.PosNeg63TokenGenerator
-
Deprecated.
- ratePerSecond - Variable in class org.apache.brooklyn.test.performance.PerformanceTestResult
-
- raw(Boolean) - Method in class org.apache.brooklyn.rest.resources.AbstractBrooklynRestResource.RestValueResolver
-
- rawDataTransformer(RawDataTransformer) - Method in class org.apache.brooklyn.core.mgmt.rebind.transformer.CompoundTransformer.Builder
-
- rawDataTransformer(BrooklynObjectType, RawDataTransformer) - Method in class org.apache.brooklyn.core.mgmt.rebind.transformer.CompoundTransformer.Builder
-
- RawDataTransformer - Interface in org.apache.brooklyn.core.mgmt.rebind.transformer
-
Transforms the raw data of persisted state (e.g.
- rawValue(Map<?, ?>) - Method in class org.apache.brooklyn.core.config.internal.AbstractStructuredConfigKey
-
- RDP_PORT - Static variable in interface org.apache.brooklyn.entity.software.base.VanillaWindowsProcess
-
- RDP_PORT_CAMEL_CASE - Static variable in interface org.apache.brooklyn.entity.software.base.VanillaWindowsProcess
-
- REACHABLE_KEY - Static variable in interface org.apache.brooklyn.test.framework.TestEndpointReachable
-
A key within the assertions map, to say whether we should assert that the endpoint is reachable or not reachable.
- reachableAddressPredicate() - Method in class org.apache.brooklyn.location.jclouds.ConnectivityResolverOptions
-
- reachableAddressTimeout() - Method in class org.apache.brooklyn.location.jclouds.ConnectivityResolverOptions
-
- ReachableSocketFinder - Class in org.apache.brooklyn.util.net
-
For finding an open/reachable ip:port for a node.
- ReachableSocketFinder() - Constructor for class org.apache.brooklyn.util.net.ReachableSocketFinder
-
- ReachableSocketFinder(<any>) - Constructor for class org.apache.brooklyn.util.net.ReachableSocketFinder
-
- ReachableSocketFinder(<any>, Duration) - Constructor for class org.apache.brooklyn.util.net.ReachableSocketFinder
-
- read() - Method in class org.apache.brooklyn.util.stream.KnownSizeInputStream
-
- read(byte[]) - Method in class org.apache.brooklyn.util.stream.KnownSizeInputStream
-
- read(byte[], int, int) - Method in class org.apache.brooklyn.util.stream.KnownSizeInputStream
-
- read() - Method in class org.apache.brooklyn.util.stream.ReaderInputStream
-
Reads from the Reader
, returning the same value.
- read(byte[], int, int) - Method in class org.apache.brooklyn.util.stream.ReaderInputStream
-
Reads from the Reader
into a byte array
- READ_ACTIVE - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
- READ_ACTIVE - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- READ_COMPLETED - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- READ_PENDING - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
- READ_PENDING - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- READ_REPAIRS_TOTAL - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- readableString(int, int) - Static method in class org.apache.brooklyn.util.math.MathFunctions
-
returns a string of up to maxLen length (longer in extreme cases) also capped at significantDigits significantDigits
- reader(InputStream) - Static method in class org.apache.brooklyn.util.stream.Streams
-
- reader(InputStream, Charset) - Static method in class org.apache.brooklyn.util.stream.Streams
-
- ReaderInputStream - Class in org.apache.brooklyn.util.stream
-
- ReaderInputStream(Reader) - Constructor for class org.apache.brooklyn.util.stream.ReaderInputStream
-
- ReaderInputStream(Reader, String) - Constructor for class org.apache.brooklyn.util.stream.ReaderInputStream
-
- readFrom(Class<Map<String, Object>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.brooklyn.rest.util.FormMapProvider
-
- readFully(InputStream) - Static method in class org.apache.brooklyn.util.stream.Streams
-
reads the input stream fully, returning a byte array; throws unchecked exception on failure;
to get a string, use readFully(reader(is))
or readFullyString(is)
;
consider using instead;
- readFully(InputStream, byte[]) - Static method in class org.apache.brooklyn.util.stream.Streams
-
reads the input stream fully into the given byte buffer or until the supplied buffer is full,
returning the number of bytes read
- readFully(Reader) - Static method in class org.apache.brooklyn.util.stream.Streams
-
- readFullyAndClose(InputStream) - Static method in class org.apache.brooklyn.util.stream.Streams
-
- readFullyAndClose(Reader) - Static method in class org.apache.brooklyn.util.stream.Streams
-
- readFullyString(File) - Static method in class org.apache.brooklyn.util.core.file.ArchiveUtils
-
Copies the entire contents of a file to a String.
- readFullyString(InputStream) - Static method in class org.apache.brooklyn.util.stream.Streams
-
- readFullyStringAndClose(InputStream) - Static method in class org.apache.brooklyn.util.stream.Streams
-
- readiness(Closure<Boolean>) - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.Builder
-
- readiness(<any>) - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.Builder
-
- readOnly() - Static method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
allow read-only
- readPem(InputStream, String) - Static method in class org.apache.brooklyn.util.core.crypto.SecureKeys
-
- readPem(byte[], String) - Static method in class org.apache.brooklyn.util.core.crypto.SecureKeys
-
- READS_PER_SECOND_IN_WINDOW - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- READS_PER_SECOND_IN_WINDOW_PER_NODE - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
- READS_PER_SECOND_LAST - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- READS_PER_SECOND_LAST_PER_NODE - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
- REAL_QUICK_PERIOD - Static variable in class org.apache.brooklyn.util.core.task.ValueResolver
-
Period to wait when we have to poll but want to give the illusion of no wait.
- REAL_QUICK_WAIT - Static variable in class org.apache.brooklyn.util.core.task.ValueResolver
-
Period to wait if we're expected to return real quick
but we want fast things to have time to finish.
- REAL_REAL_QUICK_WAIT - Static variable in class org.apache.brooklyn.util.core.task.ValueResolver
-
- realClass(String) - Method in class org.apache.brooklyn.core.mgmt.persist.XmlMementoSerializer.CustomMapper
-
- realClass(String) - Method in class org.apache.brooklyn.util.core.xstream.ClassRenamingMapper
-
- realClass(String) - Method in class org.apache.brooklyn.util.core.xstream.OsgiClassnameMapper
-
- realMember(Class, String) - Method in class org.apache.brooklyn.util.core.xstream.CompilerIndependentOuterClassFieldMapper
-
- reasonPhrase() - Method in class org.apache.brooklyn.util.http.executor.apacheclient.HttpResponseWrapper
-
- reasonPhrase(String) - Method in class org.apache.brooklyn.util.http.executor.HttpResponse.Builder
-
- reasonPhrase() - Method in interface org.apache.brooklyn.util.http.executor.HttpResponse
-
The HTTP reason phrase.
- reasonPhrase() - Method in class org.apache.brooklyn.util.http.executor.HttpResponseImpl
-
- REBALANCE - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- rebalance() - Method in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- rebalance() - Method in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeDriver
-
- rebalance() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeImpl
-
- rebalance() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeSshDriver
-
- rebalance() - Method in class org.apache.brooklyn.policy.followthesun.FollowTheSunStrategy
-
- rebalance() - Method in class org.apache.brooklyn.policy.loadbalancing.BalancingStrategy
-
- REBALANCE_STATUS - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- rebind(ClassLoader, RebindExceptionHandler, ManagementNodeState) - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindManager
-
Causes this management context to rebind, loading data from the given backing store.
- rebind() - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- rebind(ClassLoader, RebindExceptionHandler, ManagementNodeState) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- rebind() - Method in class org.apache.brooklyn.core.objs.AbstractBrooklynObject
-
Called by framework on rebind (in new-style instances):
after configuring, but
before the instance is managed, and
before adjuncts are attached to entities, and
before a reference to an object is shared.
- rebind() - Method in class org.apache.brooklyn.entity.brooklynnode.BrooklynEntityMirrorImpl
-
- rebind() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlClusterImpl
-
- rebind() - Method in class org.apache.brooklyn.entity.group.DynamicClusterImpl
-
- rebind() - Method in class org.apache.brooklyn.entity.group.DynamicMultiGroupImpl
-
- rebind() - Method in class org.apache.brooklyn.entity.machine.pool.ServerPoolImpl
-
- rebind() - Method in class org.apache.brooklyn.entity.machine.pool.ServerPoolLocation
-
- rebind() - Method in class org.apache.brooklyn.entity.proxy.AbstractNonProvisionedControllerImpl
-
- rebind() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxSshDriver
-
- rebind() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- rebind() - Method in class org.apache.brooklyn.entity.software.base.EmptySoftwareProcessSshDriver
-
- rebind() - Method in class org.apache.brooklyn.entity.software.base.EmptyWindowsProcessWinRmDriver
-
- rebind() - Method in interface org.apache.brooklyn.entity.software.base.SoftwareProcessDriver
-
Rebinds the driver to a pre-existing software process.
- rebind() - Method in class org.apache.brooklyn.entity.software.base.SoftwareProcessImpl
-
- rebind() - Method in class org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppClusterImpl
-
- rebind() - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- rebind() - Method in class org.apache.brooklyn.location.jclouds.JcloudsSshMachineLocation
-
- rebind() - Method in class org.apache.brooklyn.location.jclouds.JcloudsWinRmMachineLocation
-
- rebind() - Method in class org.apache.brooklyn.policy.action.AbstractScheduledEffectorPolicy
-
- rebind() - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- rebind() - Method in class org.apache.brooklyn.policy.enricher.TimeFractionDeltaEnricher
-
- rebind() - Method in class org.apache.brooklyn.qa.load.SimulatedExternalMonitorImpl
-
- REBIND_FAILURE_MODE - Static variable in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- Rebindable - Interface in org.apache.brooklyn.api.mgmt.rebind
-
Indicates that this can be recreated, e.g.
- RebindContext - Interface in org.apache.brooklyn.api.mgmt.rebind
-
Gives access to things that are being currently rebinding.
- RebindContextImpl - Class in org.apache.brooklyn.core.mgmt.rebind
-
- RebindContextImpl(ManagementContext, RebindExceptionHandler, ClassLoader) - Constructor for class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- RebindContextLookupContext - Class in org.apache.brooklyn.core.mgmt.rebind
-
- RebindContextLookupContext(ManagementContext, RebindContextImpl, RebindExceptionHandler) - Constructor for class org.apache.brooklyn.core.mgmt.rebind.RebindContextLookupContext
-
- RebindContextLookupContext(String, ManagementContext, RebindContextImpl, RebindExceptionHandler) - Constructor for class org.apache.brooklyn.core.mgmt.rebind.RebindContextLookupContext
-
- RebindContextLookupContext(String, RebindContextLookupContext) - Constructor for class org.apache.brooklyn.core.mgmt.rebind.RebindContextLookupContext
-
- RebindExceptionHandler - Interface in org.apache.brooklyn.api.mgmt.rebind
-
Handler called on all exceptions to do with rebind.
- RebindExceptionHandlerImpl - Class in org.apache.brooklyn.core.mgmt.rebind
-
Stateful handler, meant for a single rebind pass
- RebindExceptionHandlerImpl(RebindExceptionHandlerImpl.Builder) - Constructor for class org.apache.brooklyn.core.mgmt.rebind.RebindExceptionHandlerImpl
-
- RebindExceptionHandlerImpl.Builder - Class in org.apache.brooklyn.core.mgmt.rebind
-
- rebindFailureMode(RebindManager.RebindFailureMode) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindExceptionHandlerImpl.Builder
-
- RebindIteration - Class in org.apache.brooklyn.core.mgmt.rebind
-
Multi-phase deserialization:
1.
- RebindIteration(RebindManagerImpl, ManagementNodeState, ClassLoader, RebindExceptionHandler, Semaphore, AtomicInteger, PersistenceActivityMetrics, BrooklynMementoPersister) - Constructor for class org.apache.brooklyn.core.mgmt.rebind.RebindIteration
-
- RebindManager - Interface in org.apache.brooklyn.api.mgmt.rebind
-
Manages the persisting of brooklyn's state, and recreating that state, e.g.
- RebindManager.RebindFailureMode - Enum in org.apache.brooklyn.api.mgmt.rebind
-
- RebindManagerImpl - Class in org.apache.brooklyn.core.mgmt.rebind
-
Manages the persistence/rebind process.
- RebindManagerImpl(ManagementContextInternal) - Constructor for class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- RebindManagerImpl.RebindTracker - Class in org.apache.brooklyn.core.mgmt.rebind
-
- rebindPartialActive(CompoundTransformer, Iterator<BrooklynObject>) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- rebindPartialActive(CompoundTransformer, String...) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- RebindSupport<T extends Memento> - Interface in org.apache.brooklyn.api.mgmt.rebind
-
Supporter instance for behaviour related to rebinding a given entity/location/policy.
- RebindTracker() - Constructor for class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl.RebindTracker
-
- REBOOT_BEGUN_TIMEOUT - Static variable in interface org.apache.brooklyn.entity.software.base.VanillaWindowsProcess
-
- REBOOT_COMPLETED_TIMEOUT - Static variable in interface org.apache.brooklyn.entity.software.base.VanillaWindowsProcess
-
- rebootAndWait() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessWinRmDriver
-
- rebootAndWait(String) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessWinRmDriver
-
- recommendJmxRmiCustomAgent() - Method in class org.apache.brooklyn.entity.java.JmxSupport
-
sets JMR_RMI_CUSTOM_AGENT as the connection mode for the indicated apps.
- recompute() - Method in interface org.apache.brooklyn.entity.proxy.nginx.UrlMapping
-
- recompute() - Method in class org.apache.brooklyn.entity.proxy.nginx.UrlMappingImpl
-
- reconfigurable(boolean) - Method in class org.apache.brooklyn.core.config.BasicConfigKey.Builder
-
- reconfigureService() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxControllerImpl
-
- reconnect() - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- reconnectWithRetryDampened() - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
Reconnects.
- reconstitute(T) - Static method in class org.apache.brooklyn.util.javalang.Serializers
-
- reconstitute(T, Serializers.ObjectReplacer) - Static method in class org.apache.brooklyn.util.javalang.Serializers
-
- reconstitute(T, ClassLoader) - Static method in class org.apache.brooklyn.util.javalang.Serializers
-
- reconstitute(T, ClassLoader, Serializers.ObjectReplacer) - Static method in class org.apache.brooklyn.util.javalang.Serializers
-
- reconstruct(RebindContext, T) - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindSupport
-
Reconstructs this entity, given a memento of its state.
- reconstruct(RebindContext, T) - Method in class org.apache.brooklyn.core.mgmt.rebind.AbstractBrooklynObjectRebindSupport
-
- reconstruct(RebindContext, CatalogItemMemento) - Method in class org.apache.brooklyn.core.mgmt.rebind.BasicCatalogItemRebindSupport
-
- record(StatusRecorder.Record) - Method in class org.apache.brooklyn.qa.longevity.StatusRecorder.ChainingStatusRecorder
-
- record(StatusRecorder.Record) - Method in class org.apache.brooklyn.qa.longevity.StatusRecorder.FileBasedStatusRecorder
-
- record(StatusRecorder.Record) - Method in class org.apache.brooklyn.qa.longevity.StatusRecorder.LogBasedStatusRecorder
-
- record(StatusRecorder.Record) - Method in interface org.apache.brooklyn.qa.longevity.StatusRecorder
-
- Record() - Constructor for class org.apache.brooklyn.qa.longevity.StatusRecorder.Record
-
- record(StatusRecorder.Record) - Method in class org.apache.brooklyn.qa.longevity.StatusRecorder.SysoutBasedStatusRecorder
-
- recordApplicationEvent(Application, Lifecycle) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalUsageManager
-
- recordApplicationEvent(Application, Lifecycle) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentUsageManager
-
- recordApplicationEvent(Application, Lifecycle) - Method in interface org.apache.brooklyn.core.mgmt.usage.UsageManager
-
Adds this application event to the usage record for the given app (creating the usage
record if one does not already exist).
- RecordingHttpRequestHandler - Class in org.apache.brooklyn.test.http
-
- RecordingHttpRequestHandler(HttpRequestHandler) - Constructor for class org.apache.brooklyn.test.http.RecordingHttpRequestHandler
-
- recordLocationEvent(Location, Lifecycle) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalUsageManager
-
Adds this location event to the usage record for the given location (creating the usage
record if one does not already exist).
- recordLocationEvent(Location, Lifecycle) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentUsageManager
-
- recordLocationEvent(Location, Lifecycle) - Method in interface org.apache.brooklyn.core.mgmt.usage.UsageManager
-
Adds this location event to the usage record for the given location (creating the usage
record if one does not already exist).
- RECOVERED_STABILIZATION_DELAY - Static variable in class org.apache.brooklyn.policy.ha.AbstractFailureDetector
-
- recoverFailedNode(String) - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- recoverFailedNode(String) - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNodeDriver
-
- recoverFailedNode(String) - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeImpl
-
- recoverFailedNode(String) - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeSshDriver
-
- recursive(boolean) - Method in class org.apache.brooklyn.util.core.task.ValueResolver
-
Whether the value should be resolved recursively.
- REDEPLOY_ALL - Static variable in interface org.apache.brooklyn.entity.webapp.JavaWebAppService.CanRedeployAll
-
- redeployAll() - Method in class org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppClusterImpl
-
- redeployAll() - Method in class org.apache.brooklyn.entity.webapp.DynamicWebAppClusterImpl
-
- redeployAll() - Method in interface org.apache.brooklyn.entity.webapp.JavaWebAppService.CanRedeployAll
-
- redirect() - Static method in class org.apache.brooklyn.entity.brooklynnode.EntityHttpClient.ResponseCodePredicates
-
- RedirectServlet - Class in org.apache.brooklyn.ui.modularity.module.registry.internal
-
- RedirectServlet(String) - Constructor for class org.apache.brooklyn.ui.modularity.module.registry.internal.RedirectServlet
-
- REDIS_CONFIG_TEMPLATE_URL - Static variable in interface org.apache.brooklyn.entity.nosql.redis.RedisSlave
-
- REDIS_CONFIG_TEMPLATE_URL - Static variable in interface org.apache.brooklyn.entity.nosql.redis.RedisStore
-
- REDIS_PORT - Static variable in interface org.apache.brooklyn.entity.nosql.redis.RedisStore
-
- RedisCluster - Interface in org.apache.brooklyn.entity.nosql.redis
-
A cluster of
RedisStore
s with one master and a group of slaves.
- RedisClusterImpl - Class in org.apache.brooklyn.entity.nosql.redis
-
- RedisClusterImpl() - Constructor for class org.apache.brooklyn.entity.nosql.redis.RedisClusterImpl
-
- RedisShard - Interface in org.apache.brooklyn.entity.nosql.redis
-
- RedisShardImpl - Class in org.apache.brooklyn.entity.nosql.redis
-
- RedisShardImpl() - Constructor for class org.apache.brooklyn.entity.nosql.redis.RedisShardImpl
-
- RedisSlave - Interface in org.apache.brooklyn.entity.nosql.redis
-
- RedisSlaveImpl - Class in org.apache.brooklyn.entity.nosql.redis
-
- RedisSlaveImpl() - Constructor for class org.apache.brooklyn.entity.nosql.redis.RedisSlaveImpl
-
- RedisStore - Interface in org.apache.brooklyn.entity.nosql.redis
-
An entity that represents a Redis key-value store service.
- RedisStoreDriver - Interface in org.apache.brooklyn.entity.nosql.redis
-
- RedisStoreImpl - Class in org.apache.brooklyn.entity.nosql.redis
-
An entity that represents a Redis key-value store service.
- RedisStoreImpl() - Constructor for class org.apache.brooklyn.entity.nosql.redis.RedisStoreImpl
-
- RedisStoreSshDriver - Class in org.apache.brooklyn.entity.nosql.redis
-
- RedisStoreSshDriver(RedisStoreImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.nosql.redis.RedisStoreSshDriver
-
- Reducer - Class in org.apache.brooklyn.enricher.stock.reducer
-
- Reducer() - Constructor for class org.apache.brooklyn.enricher.stock.reducer.Reducer
-
- REDUCER_FUNCTION - Static variable in class org.apache.brooklyn.enricher.stock.reducer.Reducer
-
- REDUCER_FUNCTION_TRANSFORMATION - Static variable in class org.apache.brooklyn.enricher.stock.reducer.Reducer
-
- ReducerBuilder(Class<? extends Reducer>, List<AttributeSensor<?>>) - Constructor for class org.apache.brooklyn.enricher.stock.Enrichers.ReducerBuilder
-
- Reference<T> - Interface in org.apache.brooklyn.core.internal.storage
-
A reference to a value, backed by the storage-medium.
- ReferencedUnresolvedTypeException - Exception in org.apache.brooklyn.core.typereg
-
Indicates a type has requested to resolve another type which is not resolved or not resolvable
- ReferencedUnresolvedTypeException(String, Throwable) - Constructor for exception org.apache.brooklyn.core.typereg.ReferencedUnresolvedTypeException
-
- ReferencedUnresolvedTypeException(String) - Constructor for exception org.apache.brooklyn.core.typereg.ReferencedUnresolvedTypeException
-
- ReferencedUnresolvedTypeException(RegisteredType) - Constructor for exception org.apache.brooklyn.core.typereg.ReferencedUnresolvedTypeException
-
- ReferencedUnresolvedTypeException(RegisteredType, boolean, Throwable) - Constructor for exception org.apache.brooklyn.core.typereg.ReferencedUnresolvedTypeException
-
- ReferencedUnresolvedTypeException(Throwable) - Constructor for exception org.apache.brooklyn.core.typereg.ReferencedUnresolvedTypeException
-
- ReferenceWithError<T> - Class in org.apache.brooklyn.util.exceptions
-
A reference to an object which can carry an object alongside it.
- ReflectionAccessException(String, Throwable) - Constructor for exception org.apache.brooklyn.util.javalang.Reflections.ReflectionAccessException
-
- ReflectionNotFoundException(String, Throwable) - Constructor for exception org.apache.brooklyn.util.javalang.Reflections.ReflectionNotFoundException
-
- ReflectionNotFoundException(String) - Constructor for exception org.apache.brooklyn.util.javalang.Reflections.ReflectionNotFoundException
-
- ReflectionPredicates - Class in org.apache.brooklyn.util.javalang
-
- ReflectionPredicates() - Constructor for class org.apache.brooklyn.util.javalang.ReflectionPredicates
-
- Reflections - Class in org.apache.brooklyn.util.javalang
-
Reflection utilities
- Reflections(ClassLoader) - Constructor for class org.apache.brooklyn.util.javalang.Reflections
-
- Reflections.ReflectionAccessException - Exception in org.apache.brooklyn.util.javalang
-
- Reflections.ReflectionNotFoundException - Exception in org.apache.brooklyn.util.javalang
-
- ReflectionScanner - Class in org.apache.brooklyn.util.core.javalang
-
Facade on Reflections
which logs warnings for unloadable classes but does not fail
- ReflectionScanner(Iterable<URL>, String, ClassLoader...) - Constructor for class org.apache.brooklyn.util.core.javalang.ReflectionScanner
-
as #ReflectionScanner(Iterable, String, Predicate, ClassLoader...)
using the prefix as the base for the filter
- ReflectionScanner(Iterable<URL>, String, <any>, ClassLoader...) - Constructor for class org.apache.brooklyn.util.core.javalang.ReflectionScanner
-
scanner which will look in the given urls
(or if those are null attempt to infer from the first entry in the classloaders,
although currently that seems to only pick up directories, not JAR's),
optionally filtering for the given prefix;
any or all arguments can be null to accept all (and use default classpath for classloading).
- ReflectiveEntityDriverFactory - Class in org.apache.brooklyn.core.entity.drivers
-
Follows a class naming convention: the driver interface typically ends in "Driver", and the implementation
must match the driver interface name but with a suffix like "SshDriver" instead of "Driver".
- ReflectiveEntityDriverFactory() - Constructor for class org.apache.brooklyn.core.entity.drivers.ReflectiveEntityDriverFactory
-
- ReflectiveEntityDriverFactory.AbstractDriverInferenceRenamingInferenceRule - Class in org.apache.brooklyn.core.entity.drivers
-
- ReflectiveEntityDriverFactory.AbstractDriverInferenceRule - Class in org.apache.brooklyn.core.entity.drivers
-
- ReflectiveEntityDriverFactory.DriverInferenceByRenamingClassFullName - Class in org.apache.brooklyn.core.entity.drivers
-
- ReflectiveEntityDriverFactory.DriverInferenceByRenamingClassSimpleName - Class in org.apache.brooklyn.core.entity.drivers
-
- ReflectiveEntityDriverFactory.DriverInferenceForPaasLocation - Class in org.apache.brooklyn.core.entity.drivers
-
- ReflectiveEntityDriverFactory.DriverInferenceForSshLocation - Class in org.apache.brooklyn.core.entity.drivers
-
- ReflectiveEntityDriverFactory.DriverInferenceForWinRmLocation - Class in org.apache.brooklyn.core.entity.drivers
-
- ReflectiveEntityDriverFactory.DriverInferenceRule - Interface in org.apache.brooklyn.core.entity.drivers
-
- refresh(Set<BigInteger>) - Method in interface org.apache.brooklyn.entity.nosql.cassandra.TokenGenerator
-
Deprecated.
- refresh(Set<BigInteger>) - Method in class org.apache.brooklyn.entity.nosql.cassandra.TokenGenerators.AbstractTokenGenerator
-
Deprecated.
- refresh(A) - Method in class org.apache.brooklyn.util.guava.KeyTransformingLoadingCache
-
- refreshInheritedConfig() - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicConfigurationSupport
-
- refreshInheritedConfig() - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal.ConfigurationSupportInternal
-
- refreshInheritedConfigOfChildren() - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicConfigurationSupport
-
- refreshInheritedConfigOfChildren() - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal.ConfigurationSupportInternal
-
- regexReplacement(Object, Object) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon.Functions
-
- regexReplacement(Object, Object, Object) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon
-
- regexReplacement(Object, Object, Object) - Static method in class org.apache.brooklyn.core.sensor.DependentConfiguration
-
- regexReplacement(Object, Object) - Static method in class org.apache.brooklyn.core.sensor.DependentConfiguration
-
- regexReplacementImmediately(Object, Object, Object) - Static method in class org.apache.brooklyn.core.sensor.DependentConfiguration
-
- regexReplacementImmediately(Object, Object) - Static method in class org.apache.brooklyn.core.sensor.DependentConfiguration
-
- RegexReplacer(String, String) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon.Functions.RegexReplacer
-
Deprecated.
- RegexReplacer(String, String) - Constructor for class org.apache.brooklyn.util.text.StringFunctions.RegexReplacer
-
- RegexTransformerFunction(Object, Object) - Constructor for class org.apache.brooklyn.core.sensor.DependentConfiguration.RegexTransformerFunction
-
- RegexTransformerString(Object, Object, Object) - Constructor for class org.apache.brooklyn.core.sensor.DependentConfiguration.RegexTransformerString
-
- register(AttributeSensor<T>, RendererHints.Hint<? super T>) - Static method in class org.apache.brooklyn.core.config.render.RendererHints
-
- register(ConfigKey<T>, RendererHints.Hint<? super T>) - Static method in class org.apache.brooklyn.core.config.render.RendererHints
-
- register(Class<T>, RendererHints.Hint<? super T>) - Static method in class org.apache.brooklyn.core.config.render.RendererHints
-
- register() - Method in interface org.apache.brooklyn.core.location.dynamic.DynamicLocation
-
An opportunity to register this location (e.g.
- register() - Method in class org.apache.brooklyn.entity.machine.pool.ServerPoolLocation
-
- register(Integer, Integer) - Method in class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixFeed.Builder
-
- register(UiModule) - Method in interface org.apache.brooklyn.ui.modularity.module.api.UiModuleRegistry
-
- register(UiModule) - Method in class org.apache.brooklyn.ui.modularity.module.registry.UiModuleRegistryImpl
-
- registerAdapter(Class<A>, Class<B>, <any>) - Static method in class org.apache.brooklyn.util.core.flags.TypeCoercions
-
- registerAdapter(String, TryCoercer) - Static method in class org.apache.brooklyn.util.core.flags.TypeCoercions
-
- registerAdapter(TryCoercer) - Static method in class org.apache.brooklyn.util.core.flags.TypeCoercions
-
- registerAdapter(String, TryCoercer) - Method in class org.apache.brooklyn.util.javalang.coerce.CommonAdaptorTryCoercions
-
Registers an adapter for use with type coercion.
- registerAdapter(Class<A>, Class<B>, <any>) - Method in class org.apache.brooklyn.util.javalang.coerce.CommonAdaptorTypeCoercions
-
Registers an adapter for use with type coercion.
- registerAdapter(String, TryCoercer) - Method in class org.apache.brooklyn.util.javalang.coerce.CommonAdaptorTypeCoercions
-
Registers an adapter for use with type coercion.
- registerAdapter(Class<A>, Class<B>, <any>) - Method in class org.apache.brooklyn.util.javalang.coerce.TypeCoercerExtensible
-
Registers an adapter for use with type coercion.
- registerAdapter(String, TryCoercer) - Method in class org.apache.brooklyn.util.javalang.coerce.TypeCoercerExtensible
-
Registers a generic adapter for use with type coercion.
- registerAdapter(TryCoercer) - Method in class org.apache.brooklyn.util.javalang.coerce.TypeCoercerExtensible
-
- registerAllAdapters() - Method in class org.apache.brooklyn.util.javalang.coerce.CommonAdaptorTryCoercions
-
- registerAllAdapters() - Method in class org.apache.brooklyn.util.javalang.coerce.CommonAdaptorTypeCoercions
-
- registerAlternateLocator(CustomResourceLocator.ResourceLocator) - Static method in class org.apache.brooklyn.launcher.config.CustomResourceLocator
-
- registerBrooklynAdapters() - Static method in class org.apache.brooklyn.util.core.flags.TypeCoercions
-
- registerBundle(CatalogItem.CatalogBundle) - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiManager
-
- registerCatalogItem(String, CatalogItem<?, ?>) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- registerClass(Class<?>) - Method in class org.apache.brooklyn.util.javalang.LoadedClassLoader
-
- registerClassForNameAdapters() - Method in class org.apache.brooklyn.util.core.flags.TypeCoercions.BrooklynCommonAdaptorTypeCoercions
-
- registerClassForNameAdapters() - Method in class org.apache.brooklyn.util.javalang.coerce.CommonAdaptorTypeCoercions
-
- registerCollectionJsonAdapters() - Method in class org.apache.brooklyn.util.javalang.coerce.CommonAdaptorTypeCoercions
-
- registerDeploymentPlan(Reader) - Method in class org.apache.brooklyn.camp.spi.resolve.PdpProcessor
-
create and return an AssemblyTemplate based on the given DP (yaml),
applying matchers to the given deployment plan to create an assembly template,
and registering with the platform for re-use
- registerDeploymentPlan(DeploymentPlan) - Method in class org.apache.brooklyn.camp.spi.resolve.PdpProcessor
-
- registerDeprecatedBrooklynAdapters() - Static method in class org.apache.brooklyn.util.core.flags.TypeCoercions
-
- registerDriver(Class<D>, Class<? extends Location>, Class<? extends D>) - Method in interface org.apache.brooklyn.api.entity.drivers.EntityDriverManager
-
- registerDriver(Class<D>, Class<? extends Location>, Class<? extends D>) - Method in class org.apache.brooklyn.core.entity.drivers.BasicEntityDriverManager
-
- registerDriver(Class<D>, Class<? extends Location>, Class<? extends D>) - Method in class org.apache.brooklyn.core.entity.drivers.RegistryEntityDriverFactory
-
- RegisteredType - Interface in org.apache.brooklyn.api.typereg
-
- RegisteredType.TypeImplementationPlan - Interface in org.apache.brooklyn.api.typereg
-
- RegisteredTypeKindVisitor<T> - Class in org.apache.brooklyn.core.typereg
-
Visitor adapter which can be used to ensure all kinds are supported
- RegisteredTypeKindVisitor() - Constructor for class org.apache.brooklyn.core.typereg.RegisteredTypeKindVisitor
-
- RegisteredTypeLoadingContext - Interface in org.apache.brooklyn.api.typereg
-
- RegisteredTypeLoadingContexts - Class in org.apache.brooklyn.core.typereg
-
- RegisteredTypeLoadingContexts() - Constructor for class org.apache.brooklyn.core.typereg.RegisteredTypeLoadingContexts
-
- RegisteredTypeLoadingContexts.BasicRegisteredTypeLoadingContext - Class in org.apache.brooklyn.core.typereg
-
Immutable (from caller's perspective) record of a constraint
- RegisteredTypeNaming - Class in org.apache.brooklyn.core.typereg
-
Methods for testing validity of names and decomposing them.
- RegisteredTypeNaming() - Constructor for class org.apache.brooklyn.core.typereg.RegisteredTypeNaming
-
- RegisteredTypePredicates - Class in org.apache.brooklyn.core.typereg
-
- RegisteredTypePredicates() - Constructor for class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- RegisteredTypes - Class in org.apache.brooklyn.core.typereg
-
Utility and preferred creation mechanisms for working with
RegisteredType
instances.
- RegisteredTypes() - Constructor for class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- RegisteredTypes.RegisteredTypeNameThenBestFirstComparator - Class in org.apache.brooklyn.core.typereg
-
by name, then with disabled, deprecated first, then by increasing version
- RegisteredTypes.RegisteredTypeNameThenWorstFirstComparator - Class in org.apache.brooklyn.core.typereg
-
by name, then with disabled, deprecated first, then by increasing version
- registerEnricher(String, Enricher) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- registerEntity(String, Entity) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- registerFeed(String, Feed) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- registerFilenameProducer(<any>) - Method in interface org.apache.brooklyn.api.entity.drivers.downloads.DownloadResolverManager
-
Registers a producer for generating the expected filename of the download artifact.
- registerFilenameProducer(<any>) - Method in class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadsManager
-
- registerGroovyAdapters() - Static method in class org.apache.brooklyn.util.core.flags.TypeCoercions
-
- registerIdentifiableRestResource(Class<T>, Class<? extends AbstractCampRestResource>) - Method in class org.apache.brooklyn.camp.server.rest.util.DtoFactory.UriFactory
-
registers a CAMP Resource type against a RestResource, generating the URI
by concatenating the @Path annotation on the RestResource with the ID of the CAMP resource
- registerIdentityFunction(Class<T>, String, <any>) - Method in class org.apache.brooklyn.camp.server.rest.util.DtoFactory.UriFactory
-
registers a type to generate a URI which concatenates the given base with the
result of the given function to generate an ID against an object of the given type
- registerImplementation(Class<T>, Class<? extends T>) - Method in interface org.apache.brooklyn.api.entity.EntityTypeRegistry
-
Registers the implementation to use for a given entity type.
- registerImplementation(Class<T>, Class<? extends T>) - Method in class org.apache.brooklyn.core.objs.BasicEntityTypeRegistry
-
- registerInstanceForClassnameAdapter(ClassLoaderUtils, Class<T>) - Static method in class org.apache.brooklyn.util.core.flags.TypeCoercions.BrooklynCommonAdaptorTypeCoercions
-
- registerLocation(String, Location) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- registerMachine(ConfigBag) - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
Brings an existing machine with the given details under management.
- registerMachine(Map<?, ?>) - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- registerMetadata(String, String, Map<String, String>) - Method in class org.apache.brooklyn.ui.modularity.metadata.registry.impl.UiMetadataRegistryImpl
-
- registerMetadata(String, String, Map<String, String>) - Method in interface org.apache.brooklyn.ui.modularity.metadata.registry.UiMetadataRegistry
-
- registerPdpFromArchive(InputStream) - Method in class org.apache.brooklyn.camp.spi.resolve.PdpProcessor
-
- registerPolicy(String, Policy) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- registerPrimaryProducer(<any>) - Method in interface org.apache.brooklyn.api.entity.drivers.downloads.DownloadResolverManager
-
Registers a producer, to be tried before all other producers.
- registerPrimaryProducer(<any>) - Method in class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadsManager
-
- registerProducer(<any>) - Method in interface org.apache.brooklyn.api.entity.drivers.downloads.DownloadResolverManager
-
Registers a producer, to be tried after all other registered producers have been tried.
- registerProducer(<any>) - Method in class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadsManager
-
- registerRecursiveIterableAdapters() - Method in class org.apache.brooklyn.util.javalang.coerce.CommonAdaptorTypeCoercions
-
- registerReplacement(ConfigInheritance, ConfigInheritance) - Static method in class org.apache.brooklyn.config.ConfigInheritance.Legacy
-
Deprecated.
used to assist in migration to new classes
- registerResolver(LocationResolver) - Method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
Registers the given resolver, invoking
LocationResolver.init(ManagementContext)
on the argument
and returning true, unless the argument indicates false for
LocationResolver.EnableableLocationResolver#isEnabled()
- registerResourceUriFunction(Class<T>, <any>) - Method in class org.apache.brooklyn.camp.server.rest.util.DtoFactory.UriFactory
-
registers a function which generates a URI given a type; note that this method cannot be used for links
- registerStandardAdapters() - Method in class org.apache.brooklyn.util.javalang.coerce.CommonAdaptorTypeCoercions
-
- RegistryEntityDriverFactory - Class in org.apache.brooklyn.core.entity.drivers
-
A registry of driver classes, keyed off the driver-interface + location type it is for.
- RegistryEntityDriverFactory() - Constructor for class org.apache.brooklyn.core.entity.drivers.RegistryEntityDriverFactory
-
- reinitAll() - Static method in class org.apache.brooklyn.core.internal.BrooklynInitialization
-
- relations() - Method in interface org.apache.brooklyn.api.entity.Entity
-
- relations() - Method in interface org.apache.brooklyn.api.location.Location
-
- relations() - Method in interface org.apache.brooklyn.api.objs.BrooklynObject
-
Relations specify a typed, directed connection between two entities.
- relations() - Method in interface org.apache.brooklyn.api.policy.Policy
-
- relations() - Method in interface org.apache.brooklyn.api.sensor.Enricher
-
- relations() - Method in interface org.apache.brooklyn.api.sensor.Feed
-
- relations() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
Overrides the parent so that relations are not visible.
- relations() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
Overrides the parent so that relations are not visible.
- relations() - Method in class org.apache.brooklyn.core.enricher.AbstractEnricher
-
- relations() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- relations() - Method in interface org.apache.brooklyn.core.entity.EntityInternal
-
- relations() - Method in class org.apache.brooklyn.core.feed.AbstractFeed
-
- relations() - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- relations() - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
- relations() - Method in interface org.apache.brooklyn.core.location.internal.LocationInternal
-
- relations() - Method in class org.apache.brooklyn.core.objs.AbstractBrooklynObject
-
- relations() - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal
-
- relations() - Method in class org.apache.brooklyn.core.policy.AbstractPolicy
-
- RelationshipType<SourceType,TargetType> - Interface in org.apache.brooklyn.api.relations
-
- RelationshipTypes - Class in org.apache.brooklyn.core.relations
-
- RelationshipTypes() - Constructor for class org.apache.brooklyn.core.relations.RelationshipTypes
-
- RelativeEntityTestCase - Interface in org.apache.brooklyn.test.framework
-
A test case that resolves target ID relative to an anchor entity.
- RelativeEntityTestCaseImpl - Class in org.apache.brooklyn.test.framework
-
- RelativeEntityTestCaseImpl() - Constructor for class org.apache.brooklyn.test.framework.RelativeEntityTestCaseImpl
-
- release(T) - Method in interface org.apache.brooklyn.api.location.MachineProvisioningLocation
-
Release a previously-obtained machine.
- release(T) - Method in interface org.apache.brooklyn.api.location.ProvisioningLocation
-
Release a previously-obtained location.
- release(KubernetesMachineLocation) - Method in class org.apache.brooklyn.container.location.kubernetes.KubernetesLocation
-
- release(T) - Method in class org.apache.brooklyn.core.location.AggregatingMachineProvisioningLocation
-
- release(Entity) - Method in interface org.apache.brooklyn.core.sensor.ReleaseableLatch
-
Decrement usage count for the caller
entity.
- release(MachineLocation) - Method in class org.apache.brooklyn.entity.machine.pool.ServerPoolLocation
-
- release(T) - Method in class org.apache.brooklyn.location.byon.FixedListMachineProvisioningLocation
-
- release(T) - Method in class org.apache.brooklyn.location.byon.SingleMachineProvisioningLocation
-
- release(MachineLocation) - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- release(SshMachineLocation) - Method in class org.apache.brooklyn.location.localhost.LocalhostMachineProvisioningLocation
-
- release(T) - Method in class org.apache.brooklyn.location.multi.MultiLocation
-
- release() - Method in class org.apache.brooklyn.util.core.mutex.SemaphoreWithOwners
-
- release(int) - Method in class org.apache.brooklyn.util.core.mutex.SemaphoreWithOwners
-
- ReleaseableLatch - Interface in org.apache.brooklyn.core.sensor
-
- ReleaseableLatch.Factory - Class in org.apache.brooklyn.core.sensor
-
- releaseMachine(MachineLocation) - Method in interface org.apache.brooklyn.entity.machine.pool.ServerPool
-
- releaseMachine(MachineLocation) - Method in class org.apache.brooklyn.entity.machine.pool.ServerPoolImpl
-
- releaseMutex(String) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- releaseMutex(String) - Method in class org.apache.brooklyn.util.core.mutex.MutexSupport
-
- releaseMutex(String) - Method in interface org.apache.brooklyn.util.core.mutex.WithMutexes
-
releases a mutex, triggering another thread to use it or cleaning it up if no one else is waiting;
this should only be called by the mutex owner (thread)
- releasePort(int) - Method in interface org.apache.brooklyn.api.location.PortSupplier
-
Release a previously reserved port.
- releasePort(int) - Method in class org.apache.brooklyn.location.localhost.LocalhostMachineProvisioningLocation.LocalhostMachine
-
- releasePort(InetAddress, int) - Static method in class org.apache.brooklyn.location.localhost.LocalhostMachineProvisioningLocation
-
- releasePort(int) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- reload() - Method in class org.apache.brooklyn.entity.proxy.AbstractControllerImpl
-
- RELOAD - Static variable in interface org.apache.brooklyn.entity.proxy.LoadBalancer
-
- reload() - Method in interface org.apache.brooklyn.entity.proxy.LoadBalancer
-
- reload() - Method in class org.apache.brooklyn.entity.proxy.LoadBalancerClusterImpl
-
- reload() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxControllerImpl
-
- reload() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxSshDriver
-
- reloadBrooklynProperties() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
Reloads locations from brooklyn.properties
.
- reloadBrooklynProperties() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- reloadBrooklynProperties() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- reloadBrooklynProperties() - Method in interface org.apache.brooklyn.rest.api.ServerApi
-
- reloadBrooklynProperties() - Method in class org.apache.brooklyn.rest.resources.ServerResource
-
- reloadBrooklynProperties() - Method in class org.apache.brooklyn.rest.util.BrooklynRestResourceUtils
-
- reloadConfiguration() - Method in class org.apache.brooklyn.entity.nosql.cassandra.customsnitch.MultiCloudSnitch
-
- reloaded() - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext.PropertiesReloadListener
-
Called when brooklyn.properties
is reloaded.
- remainderAsList() - Method in class org.apache.brooklyn.util.text.QuotedStringTokenizer
-
- REMOTE_ADDRESS_SESSION_ATTRIBUTE - Static variable in class org.apache.brooklyn.rest.BrooklynWebConfig
-
The session attribute set to indicate the remote address of the HTTP request.
- RemoteEffector(String, <any>) - Constructor for class org.apache.brooklyn.entity.brooklynnode.BrooklynEntityMirrorImpl.RemoteEffector
-
creates an effector implementation which POSTs to a remote effector endpoint, optionally converting
the byte[] response (if resultParser is null then null is returned)
- RemoteEffectorBuilder - Class in org.apache.brooklyn.entity.brooklynnode
-
- RemoteEffectorBuilder() - Constructor for class org.apache.brooklyn.entity.brooklynnode.RemoteEffectorBuilder
-
- remoteEffectorName - Variable in class org.apache.brooklyn.entity.brooklynnode.BrooklynEntityMirrorImpl.RemoteEffector
-
- remoteFile(String) - Method in class org.apache.brooklyn.util.core.task.ssh.SshFetchTaskFactory
-
- remoteFile(String) - Method in class org.apache.brooklyn.util.core.task.ssh.SshPutTaskFactory
-
- remoteTimestamp(Long) - Method in class org.apache.brooklyn.core.mgmt.ha.dto.BasicManagementNodeSyncRecord.Builder
-
- REMOVABLE - Static variable in class org.apache.brooklyn.entity.machine.pool.ServerPoolImpl
-
- REMOVAL_STRATEGY - Static variable in interface org.apache.brooklyn.entity.group.DynamicCluster
-
- RemovalStrategy - Class in org.apache.brooklyn.entity.group
-
- RemovalStrategy() - Constructor for class org.apache.brooklyn.entity.group.RemovalStrategy
-
- remove(T) - Method in interface org.apache.brooklyn.api.entity.Entity.AdjunctSupport
-
Removes an instance.
- remove(Enricher) - Method in interface org.apache.brooklyn.api.entity.Entity.EnricherSupport
-
Removes the given enricher from this entity.
- remove(Policy) - Method in interface org.apache.brooklyn.api.entity.Entity.PolicySupport
-
Removes the given policy from this entity.
- remove(RelationshipType<? super T, ? super U>, U) - Method in interface org.apache.brooklyn.api.objs.BrooklynObject.RelationSupport
-
Removes any and all relationships of the given type from this object pointing at the given target,
and ensures that the inverse relationships (if there are one) are also removed.
- remove(String) - Method in class org.apache.brooklyn.camp.spi.collection.BasicResourceLookup
-
- remove() - Method in class org.apache.brooklyn.core.config.internal.AncestorContainerAndKeyValueIterator
-
- remove(Enricher) - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicEnricherSupport
-
- remove(Group) - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicGroupSupport
-
- remove(Policy) - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicPolicySupport
-
- remove(AttributeSensor<?>) - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicSensorSupport
-
- REMOVE - Static variable in class org.apache.brooklyn.core.entity.Entities
-
Special object used by some setting methods to indicate that a value should be removed.
- remove(Feed) - Method in interface org.apache.brooklyn.core.entity.EntityInternal.FeedSupport
-
Removes the given feed from this entity.
- remove(Group) - Method in interface org.apache.brooklyn.core.entity.EntityInternal.GroupSupportInternal
-
Removes this entity as a member of the given
Group
.
- remove(AttributeSensor<?>) - Method in interface org.apache.brooklyn.core.entity.EntityInternal.SensorSupportInternal
-
- remove(T, RelationshipType<? super T, ? super U>, U) - Static method in class org.apache.brooklyn.core.entity.EntityRelations
-
- remove(Object) - Method in class org.apache.brooklyn.core.entity.internal.ConfigMapViewWithStringKeys
-
Deprecated.
- REMOVE - Static variable in class org.apache.brooklyn.core.feed.FeedConfig
-
The onSuccess or onError functions can return this value to indicate that the sensor value should be removed
(cf 'null', but useful in dynamic situations)
- remove(String) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- remove(ConfigKey<?>) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- remove(String) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- remove(ConfigKey<?>) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- remove(String) - Method in interface org.apache.brooklyn.core.internal.storage.BrooklynStorage
-
Removes the data stored against this id, whether it is a map, ref or whatever.
- remove(String) - Method in class org.apache.brooklyn.core.internal.storage.impl.BrooklynStorageImpl
-
- remove(Object) - Method in class org.apache.brooklyn.core.internal.storage.impl.ConcurrentMapAcceptingNullVals
-
- remove(Object, Object) - Method in class org.apache.brooklyn.core.internal.storage.impl.ConcurrentMapAcceptingNullVals
-
- remove(String) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- remove(ConfigKey<?>) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- remove(RelationshipType<? super SourceType, ? super U>, U) - Method in class org.apache.brooklyn.core.relations.AbstractBasicRelationSupport
-
- remove(RelationshipType<? super T, ? super U>, U) - Method in class org.apache.brooklyn.core.relations.ByObjectBasicRelationSupport.DataForBasicRelations
-
- remove(RelationshipType<? super SourceType, ? super U>, U) - Method in class org.apache.brooklyn.core.relations.EmptyRelationSupport
-
- remove(AttributeSensor<?>) - Method in class org.apache.brooklyn.core.sensor.AttributeMap
-
Removes a sensor.
- remove(Collection<String>) - Method in class org.apache.brooklyn.core.sensor.AttributeMap
-
- remove() - Method in class org.apache.brooklyn.entity.database.derby.DerbySchema
-
- remove() - Method in interface org.apache.brooklyn.entity.database.Schema
-
- remove(MongoDBServer) - Method in class org.apache.brooklyn.entity.nosql.mongodb.ReplicaSetConfig
-
- remove(HostAndPort) - Method in class org.apache.brooklyn.entity.nosql.mongodb.ReplicaSetConfig
-
Removes the first entity with host and port matching the given address.
- remove(String, Integer) - Method in class org.apache.brooklyn.entity.nosql.mongodb.ReplicaSetConfig
-
Removes the first entity with the given hostname and port from the list of members
- remove(String, String, Boolean) - Method in interface org.apache.brooklyn.rest.api.BundleApi
-
- remove(String, String, Boolean) - Method in class org.apache.brooklyn.rest.resources.BundleResource
-
- remove(V) - Method in class org.apache.brooklyn.util.collections.MutableList.Builder
-
- remove(K) - Method in class org.apache.brooklyn.util.collections.MutableMap.Builder
-
- remove(V) - Method in class org.apache.brooklyn.util.collections.MutableSet.Builder
-
- remove(Object) - Method in class org.apache.brooklyn.util.collections.SetFromLiveMap
-
- remove(ConfigKey<?>) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- remove(String) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- remove() - Method in class org.apache.brooklyn.util.core.task.ValueResolverIterator
-
- REMOVE_FROM_CLUSTER - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- REMOVE_REGION - Static variable in interface org.apache.brooklyn.entity.group.DynamicRegionsFabric
-
- removeAfter(String, String, boolean) - Static method in class org.apache.brooklyn.util.text.Strings
-
Removes everything after the marker, optionally also removing the marker.
- removeAll() - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicEnricherSupport
-
- removeAll() - Method in interface org.apache.brooklyn.core.entity.EntityInternal.EnricherSupportInternal
-
Removes all enricher from this entity.
- removeAll() - Method in interface org.apache.brooklyn.core.entity.EntityInternal.FeedSupport
-
Removes all feeds from this entity.
- removeAll(Iterable<? extends V>) - Method in class org.apache.brooklyn.util.collections.MutableList.Builder
-
- removeAll(K...) - Method in class org.apache.brooklyn.util.collections.MutableMap.Builder
-
- removeAll(Iterable<? extends K>) - Method in class org.apache.brooklyn.util.collections.MutableMap.Builder
-
- removeAll(Iterable<? extends V>) - Method in class org.apache.brooklyn.util.collections.MutableSet.Builder
-
- removeAll(Collection<?>) - Method in class org.apache.brooklyn.util.collections.SetFromLiveMap
-
- removeAll(ConfigKey<?>...) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- removeAll(Iterable<String>) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- removeAllFeeds() - Method in interface org.apache.brooklyn.core.entity.EntityInternal.FeedSupport
-
- removeAllFromEnd(String, String...) - Static method in class org.apache.brooklyn.util.text.Strings
-
As removeFromEnd, but repeats until all such suffixes are gone
- removeAllFromStart(String, String...) - Static method in class org.apache.brooklyn.util.text.Strings
-
- removeAllLocalConfig() - Method in class org.apache.brooklyn.core.objs.AbstractConfigurationSupportInternal
-
- removeAllLocalConfig() - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal.ConfigurationSupportInternal
-
Clears all local config, e.g.
- removeAllPolicies() - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicPolicySupport
-
- removeAllPolicies() - Method in interface org.apache.brooklyn.core.entity.EntityInternal.PolicySupportInternal
-
Removes all policy from this entity.
- removeAssociationListener(PortForwardManager.AssociationListener) - Method in interface org.apache.brooklyn.core.location.access.PortForwardManager
-
- removeAssociationListener(PortForwardManager.AssociationListener) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
- removeAssociationListener(PortForwardManager.AssociationListener) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerImpl
-
- removeAttribute(String) - Method in class org.apache.brooklyn.rest.util.MultiSessionAttributeAdapter
-
- removeBefore(String, String, boolean) - Static method in class org.apache.brooklyn.util.text.Strings
-
Removes everything before the marker, optionally also removing the marker.
- removeChild(Entity) - Method in interface org.apache.brooklyn.api.entity.Entity
-
Removes the specified child
Entity
; its parent will be set to null.
- removeChild(Entity) - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- removeChild(Location) - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- removeChild(Entity) - Method in class org.apache.brooklyn.entity.group.BasicGroupImpl
-
- removeChild(Entity) - Method in class org.apache.brooklyn.entity.group.DynamicClusterImpl
-
- removeChild(Entity) - Method in class org.apache.brooklyn.entity.group.DynamicFabricImpl
-
- removeChild(Location) - Method in class org.apache.brooklyn.location.byon.FixedListMachineProvisioningLocation
-
- removeConfig(ConfigKey<V>) - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
- removeConfigKey(ConfigKey<?>) - Method in class org.apache.brooklyn.core.entity.EntityDynamicType
-
Removes the named
ConfigKey
from this entity.
- removeContextFromList(List<Handler>, String) - Static method in class org.apache.brooklyn.util.web.ContextHandlerCollectionHotSwappable
-
- removed(BrooklynObjectType, Set<String>) - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister.MutableDelta
-
- removed(BrooklynObjectType, Set<String>) - Method in class org.apache.brooklyn.core.mgmt.rebind.PersisterDeltaImpl
-
- removed(Entity) - Method in class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixServerImpl
-
- removed(MachineSet) - Method in class org.apache.brooklyn.location.jclouds.pool.MachineSet
-
- removedBundleIds() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister.Delta
-
- removedBundleIds() - Method in class org.apache.brooklyn.core.mgmt.rebind.PersisterDeltaImpl
-
- removedBundles(Collection<BundleUpgradeParser.VersionRangedName>) - Method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades.Builder
-
- removedCatalogItemIds() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister.Delta
-
- removedCatalogItemIds() - Method in class org.apache.brooklyn.core.mgmt.rebind.PersisterDeltaImpl
-
- removeDefinedLocation(String) - Method in interface org.apache.brooklyn.api.location.LocationRegistry
-
removes the defined location from the registry (applications running there are unaffected)
- removeDefinedLocation(CatalogItem<Location, LocationSpec<?>>) - Method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
- removeDefinedLocation(String) - Method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
- removedEnricherIds() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister.Delta
-
- removedEnricherIds() - Method in class org.apache.brooklyn.core.mgmt.rebind.PersisterDeltaImpl
-
- removedEntityIds() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister.Delta
-
- removedEntityIds() - Method in class org.apache.brooklyn.core.mgmt.rebind.PersisterDeltaImpl
-
- removedFeedIds() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister.Delta
-
- removedFeedIds() - Method in class org.apache.brooklyn.core.mgmt.rebind.PersisterDeltaImpl
-
- removedLegacyItems(Collection<BundleUpgradeParser.VersionRangedName>) - Method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades.Builder
-
- removedLocationIds() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister.Delta
-
- removedLocationIds() - Method in class org.apache.brooklyn.core.mgmt.rebind.PersisterDeltaImpl
-
- removedNodeId(String) - Method in class org.apache.brooklyn.core.mgmt.ha.ManagementPlaneSyncRecordDeltaImpl.Builder
-
- removedPolicyIds() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister.Delta
-
- removedPolicyIds() - Method in class org.apache.brooklyn.core.mgmt.rebind.PersisterDeltaImpl
-
- removeEffector(Effector<?>) - Method in class org.apache.brooklyn.core.entity.EntityDynamicType
-
Removes the given
Effector
from this entity.
- removeEntitySetListener(CollectionChangeListener<Entity>) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- removeEntitySetListener(CollectionChangeListener<Entity>) - Method in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
- removeEntitySetListener(CollectionChangeListener<Entity>) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- removeFlag(String) - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
- removeFromCatalog(CatalogItem<?, ?>) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogBundleLoader
-
Remove the given items from the catalog.
- removeFromCatalog(VersionedName) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogBundleLoader
-
- removeFromEnd(String, String) - Static method in class org.apache.brooklyn.util.text.Strings
-
Removes suffix from the end of the string.
- removeFromStart(String, String) - Static method in class org.apache.brooklyn.util.text.Strings
-
Removes prefix from the beginning of string.
- removeIfNotNull(V) - Method in class org.apache.brooklyn.util.collections.MutableList
-
- removeIfNotNull(V) - Method in class org.apache.brooklyn.util.collections.MutableSet
-
- removeKey(String) - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
- removeKey(ConfigKey<?>) - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
- removeKey(String) - Method in class org.apache.brooklyn.core.objs.AbstractConfigurationSupportInternal
-
- removeKey(ConfigKey<?>) - Method in class org.apache.brooklyn.core.objs.AbstractConfigurationSupportInternal
-
- removeKey(String) - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal.ConfigurationSupportInternal
-
- removeKey(ConfigKey<?>) - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal.ConfigurationSupportInternal
-
- removeLines(String, <any>) - Static method in class org.apache.brooklyn.util.text.Strings
-
- removeListener(ExecutionListener) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
- removeLocations(Collection<? extends Location>) - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- removeLocations(Collection<? extends Location>) - Method in interface org.apache.brooklyn.core.entity.EntityInternal
-
- removeMachine(T) - Method in class org.apache.brooklyn.location.byon.FixedListMachineProvisioningLocation
-
- removeMember(Entity) - Method in interface org.apache.brooklyn.api.entity.Group
-
Removes the given member, returning true if this modifies the set of members (i.e.
- removeMember(Entity) - Method in class org.apache.brooklyn.entity.group.AbstractGroupImpl
-
Returns true
if the group was changed as a result of the call.
- removeMember(Entity) - Method in class org.apache.brooklyn.entity.group.SequenceGroupImpl
-
- removeMember(Entity) - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaClusterImpl
-
Removes the given member, returning true if this modifies the set of members (i.e.
- removeMemberFromReplicaSet(MongoDBServer) - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBClientSupport
-
Reconfigures the replica set that this client is the primary member of to
remove the given server.
- removeMemberFromReplicaSet(MongoDBServer) - 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 remove the given server.
- removeMemberFromReplicaSet(MongoDBServer) - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBServerImpl
-
- removeMultinameAttribute(Map<String, Object>, String...) - Static method in class org.apache.brooklyn.util.yaml.Yamls
-
- removeNode(String) - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- removeNode(String) - Method in interface org.apache.brooklyn.entity.nosql.riak.RiakNodeDriver
-
- removeNode(String) - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeImpl
-
- removeNode(String) - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeSshDriver
-
- removeNotificationListener(String, NotificationListener) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- removeNotificationListener(ObjectName, NotificationListener) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- removeNotificationListener(ObjectName, NotificationListener, NotificationFilter) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- removePermission(SecurityGroup, IpPermission) - Method in class org.apache.brooklyn.location.jclouds.networking.SecurityGroupEditor
-
- removePermissions(SecurityGroup, Iterable<IpPermission>) - Method in class org.apache.brooklyn.location.jclouds.networking.SecurityGroupEditor
-
- removePermissionsFromLocation(JcloudsMachineLocation, Iterable<IpPermission>) - Method in class org.apache.brooklyn.location.jclouds.networking.JcloudsLocationSecurityGroupCustomizer
-
Removes the given security group permissions from the given node.
- removePropertiesReloadListener(ManagementContext.PropertiesReloadListener) - Method in interface org.apache.brooklyn.api.mgmt.ManagementContext
-
Deregisters a listener from brooklyn.properties reload notifications
- removePropertiesReloadListener(ManagementContext.PropertiesReloadListener) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- removePropertiesReloadListener(ManagementContext.PropertiesReloadListener) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- removeProvider(String) - Method in class org.apache.brooklyn.core.mgmt.internal.BasicExternalConfigSupplierRegistry
-
- removeProvider(String) - Method in interface org.apache.brooklyn.core.mgmt.internal.ExternalConfigSupplierRegistry
-
- removeRegion(String) - Method in interface org.apache.brooklyn.entity.group.DynamicRegionsFabric
-
- removeRegion(String) - Method in class org.apache.brooklyn.entity.group.DynamicRegionsFabricImpl
-
- removeSchema(String) - Method in interface org.apache.brooklyn.entity.database.Database
-
- removeSchema(String) - Method in class org.apache.brooklyn.entity.database.derby.DerbyDatabase
-
- removeSecurityGroup(SecurityGroup) - Method in class org.apache.brooklyn.location.jclouds.networking.SecurityGroupEditor
-
Removes a security group and its permissions.
- removeSecurityGroup(String) - Method in class org.apache.brooklyn.location.jclouds.networking.SecurityGroupEditor
-
Removes a security group and its permissions.
- removeSensor(String) - Method in class org.apache.brooklyn.core.entity.EntityDynamicType
-
Removes the named
Sensor
from this entity.
- removeSensor(Sensor<?>) - Method in class org.apache.brooklyn.core.entity.EntityDynamicType
-
Removes the named
Sensor
from this entity.
- removeShutdownHook(Thread) - Static method in class org.apache.brooklyn.util.javalang.Threads
-
- removeTag(Object) - Method in interface org.apache.brooklyn.api.objs.BrooklynObject.TagSupport
-
- removeTaskQueueingContext() - Static method in class org.apache.brooklyn.util.core.task.DynamicTasks
-
- removeUsageListener(UsageListener) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalUsageManager
-
- removeUsageListener(UsageListener) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentUsageManager
-
- removeUsageListener(UsageListener) - Method in interface org.apache.brooklyn.core.mgmt.usage.UsageManager
-
Removes the given listener.
- REMOVING_IF_RESULT_IS_NULL - Static variable in class org.apache.brooklyn.enricher.stock.UpdatingMap
-
- removingIfResultIsNull(boolean) - Method in class org.apache.brooklyn.enricher.stock.Enrichers.AbstractUpdatingMapBuilder
-
sets explicit behaviour for treating null
return values;
default is to remove
- rename(String, String, String) - Method in interface org.apache.brooklyn.rest.api.EntityApi
-
- rename(String, String, String) - Method in class org.apache.brooklyn.rest.resources.EntityResource
-
- RENAME_ENTITY - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- renameClass(String, String) - Method in class org.apache.brooklyn.core.mgmt.rebind.transformer.CompoundTransformer.Builder
-
Updates all references to a class to a new value
- renameClassTag(String, String) - Method in class org.apache.brooklyn.core.mgmt.rebind.transformer.CompoundTransformer.Builder
-
Renames an implicit class name reference (a tag).
- renameField(String, String, String) - Method in class org.apache.brooklyn.core.mgmt.rebind.transformer.CompoundTransformer.Builder
-
Renames a field in xstream serialization.
- renameKey(K, K) - Method in class org.apache.brooklyn.util.collections.MutableMap.Builder
-
moves the value stored under oldKey to newKey, if there was such a value
- renameType(String, String) - Method in class org.apache.brooklyn.core.mgmt.rebind.transformer.CompoundTransformer.Builder
-
Renames an explicit type name reference in brooklyn-xstream serialization.
- render(Object) - Static method in class org.apache.brooklyn.util.collections.Jsonya
-
- renderAs(Object) - Method in class org.apache.brooklyn.rest.resources.AbstractBrooklynRestResource.RestValueResolver
-
- RendererHints - Class in org.apache.brooklyn.core.config.render
-
Registry of hints for displaying items such as sensors, e.g.
- RendererHints() - Constructor for class org.apache.brooklyn.core.config.render.RendererHints
-
- RendererHints.DisplayValue<T> - Class in org.apache.brooklyn.core.config.render
-
This hint describes a transformation used to generate a display value for config keys and sensors.
- RendererHints.Hint<T> - Class in org.apache.brooklyn.core.config.render
-
Parent marker class for hints.
- RendererHints.NamedAction - Interface in org.apache.brooklyn.core.config.render
-
- RendererHints.NamedActionWithUrl<T> - Class in org.apache.brooklyn.core.config.render
-
This hint describes a named action possible on something, e.g.
- repeat(Runnable) - Method in class org.apache.brooklyn.util.repeat.Repeater
-
Sets the main body of the loop.
- repeat(Callable<?>) - Method in class org.apache.brooklyn.util.repeat.Repeater
-
Sets the main body of the loop.
- repeat(String, int) - Static method in class org.apache.brooklyn.util.text.Strings
-
returns base repeated count times
- Repeater - Class in org.apache.brooklyn.util.repeat
-
Simple mechanism to repeat an operation periodically until a condition is satisfied.
- Repeater() - Constructor for class org.apache.brooklyn.util.repeat.Repeater
-
- Repeater(String) - Constructor for class org.apache.brooklyn.util.repeat.Repeater
-
Construct a new instance of Repeater.
- replace(K, V) - Method in class org.apache.brooklyn.core.internal.storage.impl.ConcurrentMapAcceptingNullVals
-
- replace(K, V, V) - Method in class org.apache.brooklyn.core.internal.storage.impl.ConcurrentMapAcceptingNullVals
-
- replace(Object) - Method in interface org.apache.brooklyn.util.javalang.Serializers.ObjectReplacer
-
- REPLACE_MEMBER - Static variable in interface org.apache.brooklyn.core.entity.trait.MemberReplaceable
-
- REPLACE_RESOLV_CONF - Static variable in interface org.apache.brooklyn.entity.network.bind.BindDnsServer
-
- replaceAll(String, Map) - Static method in class org.apache.brooklyn.util.text.Strings
-
NON-REGEX - replaces all key->value entries from the replacement map in source (non-regex)
- replaceAll(String, String, String) - Static method in class org.apache.brooklyn.util.text.Strings
-
- replaceAllNonRegex(String, String, String) - Static method in class org.apache.brooklyn.util.text.Strings
-
Replaces all instances in source, of the given pattern, with the given replacement
(not interpreting any arguments as regular expressions).
- replaceAllRegex(String, String, String) - Static method in class org.apache.brooklyn.util.text.Strings
-
REGEX replacement -- explicit method name for readability, doing same as String.replaceAll(String, String)
.
- replaceMember(String) - Method in interface org.apache.brooklyn.core.entity.trait.MemberReplaceable
-
Replaces the entity with the given ID, if it is a member.
- replaceMember(String) - Method in class org.apache.brooklyn.entity.group.DynamicClusterImpl
-
Replaces the entity with the given ID, if it is a member.
- replaceMember(String) - Method in class org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppClusterImpl
-
- REPLICA_SET - Static variable in interface org.apache.brooklyn.container.entity.kubernetes.KubernetesResource
-
- REPLICA_SET - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBServer
-
A single server's replica set configuration
- REPLICA_SET_ENDPOINTS - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBReplicaSet
-
- REPLICA_SET_MEMBER_STATUS - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBServer
-
- REPLICA_SET_NAME - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBReplicaSet
-
- REPLICA_SET_PRIMARY_ENDPOINT - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBServer
-
- REPLICAS - Static variable in interface org.apache.brooklyn.container.entity.kubernetes.KubernetesPod
-
- ReplicaSetConfig - Class in org.apache.brooklyn.entity.nosql.mongodb
-
Simplifies the creation of configuration objects for Mongo DB replica sets.
- ReplicaSetConfig(String) - Constructor for class org.apache.brooklyn.entity.nosql.mongodb.ReplicaSetConfig
-
- ReplicaSetConfig(String, BasicBSONList) - Constructor for class org.apache.brooklyn.entity.nosql.mongodb.ReplicaSetConfig
-
- ReplicaSetMemberStatus - Enum in org.apache.brooklyn.entity.nosql.mongodb
-
- REPLICATION - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
- REPLICATION_CONTROLLER - Static variable in interface org.apache.brooklyn.container.entity.kubernetes.KubernetesResource
-
- REPLICATION_INTERVAL - Static variable in interface org.apache.brooklyn.entity.database.rubyrep.RubyRepNode
-
- REPLICATION_LAST_SLAVE_SNAPSHOT - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlCluster
-
- REPLICATION_PREFERRED_SOURCE - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlCluster
-
- ReplicationSnapshot - Class in org.apache.brooklyn.entity.database.mysql
-
- ReplicationSnapshot(String, String, String, int) - Constructor for class org.apache.brooklyn.entity.database.mysql.ReplicationSnapshot
-
- RepresentationSkew - Enum in org.apache.brooklyn.camp.commontypes
-
- representationSkew(RepresentationSkew) - Method in class org.apache.brooklyn.camp.spi.AbstractResource.Builder
-
- REQUEST_COUNT - Static variable in class org.apache.brooklyn.entity.webapp.WebAppServiceMetrics.Initializer
-
- REQUEST_COUNT - Static variable in interface org.apache.brooklyn.entity.webapp.WebAppServiceMetrics
-
- REQUEST_COUNT_PER_NODE - Static variable in interface org.apache.brooklyn.entity.webapp.DynamicWebAppCluster
-
- REQUEST_COUNT_PER_NODE - Static variable in interface org.apache.brooklyn.entity.webapp.DynamicWebAppFabric
-
- REQUEST_LATENCY_IN_SECONDS_IN_WINDOW - Static variable in class org.apache.brooklyn.policy.enricher.HttpLatencyDetector
-
- REQUEST_LATENCY_IN_SECONDS_MOST_RECENT - Static variable in class org.apache.brooklyn.policy.enricher.HttpLatencyDetector
-
- REQUEST_TIMEOUT - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode.ShutdownEffector
-
- requestClass - Variable in enum org.apache.brooklyn.test.framework.TestHttpCall.HttpMethod
-
- requestInterceptors(List<HttpRequestInterceptor>) - Method in class org.apache.brooklyn.test.http.TestHttpServer
-
- requestPersist() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- requestPersist() - Method in interface org.apache.brooklyn.core.entity.EntityInternal
-
Can be called to request that the entity be persisted.
- REQUESTS_PER_SECOND_IN_WINDOW - Static variable in class org.apache.brooklyn.demo.WebClusterDatabaseExampleApp
-
- REQUESTS_PER_SECOND_IN_WINDOW - Static variable in interface org.apache.brooklyn.entity.webapp.WebAppServiceMetrics
-
- REQUESTS_PER_SECOND_IN_WINDOW_PER_NODE - Static variable in interface org.apache.brooklyn.entity.webapp.DynamicWebAppCluster
-
- REQUESTS_PER_SECOND_IN_WINDOW_PER_NODE - Static variable in interface org.apache.brooklyn.entity.webapp.DynamicWebAppFabric
-
- REQUESTS_PER_SECOND_LAST - Static variable in interface org.apache.brooklyn.entity.webapp.WebAppServiceMetrics
-
req/second computed from the delta of the last request count and an associated timestamp
- REQUESTS_PER_SECOND_LAST_PER_NODE - Static variable in interface org.apache.brooklyn.entity.webapp.DynamicWebAppCluster
-
- REQUESTS_PER_SECOND_LAST_PER_NODE - Static variable in interface org.apache.brooklyn.entity.webapp.DynamicWebAppFabric
-
- RequestTaggingFilter - Class in org.apache.brooklyn.rest.filter
-
Tags each request with a probabilistically unique id.
- RequestTaggingFilter() - Constructor for class org.apache.brooklyn.rest.filter.RequestTaggingFilter
-
- RequestTaggingRsFilter - Class in org.apache.brooklyn.rest.filter
-
Tags each request with a probabilistically unique id.
- RequestTaggingRsFilter() - Constructor for class org.apache.brooklyn.rest.filter.RequestTaggingRsFilter
-
- requestUniqueIdentifier() - Method in class org.apache.brooklyn.core.mgmt.entitlement.WebEntitlementContext
-
- requestUri() - Method in class org.apache.brooklyn.core.mgmt.entitlement.WebEntitlementContext
-
- require(String, String, int) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
requires the command to have a non-zero exit code; e.g.
- require(String, String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- REQUIRE_HTTPS - Static variable in class org.apache.brooklyn.launcher.config.BrooklynGlobalConfig
-
Deprecated.
- REQUIRE_SERVICE_UP - Static variable in class org.apache.brooklyn.policy.enricher.HttpLatencyDetector
-
- required() - Static method in class org.apache.brooklyn.core.config.ConfigConstraints
-
- REQUIRED_OPEN_LOGIN_PORTS - Static variable in interface org.apache.brooklyn.entity.software.base.EmptyWindowsProcess
-
- REQUIRED_OPEN_LOGIN_PORTS - Static variable in interface org.apache.brooklyn.entity.software.base.SameServerEntity
-
- REQUIRED_OPEN_LOGIN_PORTS - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- REQUIRED_OPEN_LOGIN_PORTS - Static variable in interface org.apache.brooklyn.entity.software.base.VanillaWindowsProcess
-
- requiredIf(String) - Static method in class org.apache.brooklyn.core.config.ConfigConstraints
-
- RequiredPredicate() - Constructor for class org.apache.brooklyn.core.config.ConfigConstraints.RequiredPredicate
-
- requiredUnless(String) - Static method in class org.apache.brooklyn.core.config.ConfigConstraints
-
- requiredUnlessAnyOf(List<String>) - Static method in class org.apache.brooklyn.core.config.ConfigConstraints
-
- requireExecutable(String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
fails with nice error if the given file does not exist
- requireFile(String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
fails with nice error if the given file does not exist
- requirePidFromFileRunning(String) - Static method in class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks
-
task which fails if the pid in the given file is not running (or if there is no such PID file);
method accepts wildcards so long as they match a single file on the remote end (fails if 0 or 2+ matching files)
- requirePidRunning(Integer) - Static method in class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks
-
task which fails if the given PID is not running
- requirePublicKey(boolean) - Method in class org.apache.brooklyn.core.location.LocationConfigUtils.OsCredential
-
if false, do not mind if there is no public key corresponding to any private key;
defaults to true; only applies if a private key is set
- requireResultCode(Closure) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
- requireResultCode(<any>) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
- requireRunningChildren(QuorumCheck) - Method in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ComputeServiceIndicatorsFromChildrenAndMembersSpec
-
- requiresUserPass() - Method in class org.apache.brooklyn.rest.security.provider.AnyoneSecurityProvider
-
- requiresUserPass() - Method in class org.apache.brooklyn.rest.security.provider.BlackholeSecurityProvider
-
- requiresUserPass() - Method in class org.apache.brooklyn.rest.security.provider.BrooklynUserWithRandomPasswordSecurityProvider
-
- requiresUserPass() - Method in class org.apache.brooklyn.rest.security.provider.DelegatingSecurityProvider
-
- requiresUserPass() - Method in class org.apache.brooklyn.rest.security.provider.ExplicitUsersSecurityProvider
-
- requiresUserPass() - Method in class org.apache.brooklyn.rest.security.provider.LdapSecurityProvider
-
- requiresUserPass() - Method in interface org.apache.brooklyn.rest.security.provider.SecurityProvider
-
whether this provider requires a user/pass; if this returns false, the framework can
send null/null as the user/pass to #authenticate(HttpSession, String, String)
,
and should do that if user/pass info is not immediately available
(ie for things like oauth, the framework should not require basic auth if this method returns false)
- requireTest(String, String, int) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
requires the test to pass, as valid bash `test` arguments; e.g.
- requireTest(String, String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- requireUpChildren(QuorumCheck) - Method in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ComputeServiceIndicatorsFromChildrenAndMembersSpec
-
- requiring(Repeater) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- requiringAttributeEventually(Entity, AttributeSensor<T>, <any>, Duration) - Static method in class org.apache.brooklyn.core.entity.EntityTasks
-
creates an (unsubmitted) task which waits for the attribute to satisfy the given predicate,
throwing if it times out or becomes unmanaged
- requiringAttributeEventually(Iterable<Entity>, AttributeSensor<T>, <any>, Duration) - Static method in class org.apache.brooklyn.core.entity.EntityTasks
-
as {@link #requiringAttributeEventually(Entity, AttributeSensor, Predicate, Duration) for multiple entities
- requiringExitCodeZero() - Method in class org.apache.brooklyn.util.core.task.system.internal.AbstractProcessTaskFactory
-
- requiringExitCodeZero(String) - Method in class org.apache.brooklyn.util.core.task.system.internal.AbstractProcessTaskFactory
-
- requiringExitCodeZero() - Method in interface org.apache.brooklyn.util.core.task.system.ProcessTaskFactory
-
- requiringExitCodeZero(String) - Method in interface org.apache.brooklyn.util.core.task.system.ProcessTaskFactory
-
- requiringFromUrl(String) - Method in class org.apache.brooklyn.util.core.osgi.Osgis.BundleFinder
-
Requires the bundle to have the given URL set as its location.
- requiringZeroAndReturningStdout() - Method in class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks.SshEffectorTaskFactory
-
- requiringZeroAndReturningStdout() - Method in class org.apache.brooklyn.entity.chef.KnifeConvergeTaskFactory
-
- requiringZeroAndReturningStdout() - Method in class org.apache.brooklyn.entity.chef.KnifeTaskFactory
-
- requiringZeroAndReturningStdout() - Method in class org.apache.brooklyn.util.core.task.ssh.internal.PlainSshExecTaskFactory
-
- requiringZeroAndReturningStdout() - Method in class org.apache.brooklyn.util.core.task.system.internal.AbstractProcessTaskFactory
-
- requiringZeroAndReturningStdout() - Method in interface org.apache.brooklyn.util.core.task.system.ProcessTaskFactory
-
- RESCAN - Static variable in interface org.apache.brooklyn.entity.group.DynamicMultiGroup
-
Notification that a rescan has taken place.
- rescan(SensorEvent<?>) - Method in class org.apache.brooklyn.policy.failover.ElectPrimaryPolicy
-
- RESCAN_EFFECTOR - Static variable in interface org.apache.brooklyn.entity.group.DynamicGroup
-
- RESCAN_INTERVAL - Static variable in interface org.apache.brooklyn.entity.group.DynamicMultiGroup
-
Interval (in seconds) between scans of all entities for membership and distribution into buckets.
- rescanEntities() - Method in interface org.apache.brooklyn.entity.group.DynamicGroup
-
Rescans all entities to determine whether they match the filter.
- rescanEntities() - Method in class org.apache.brooklyn.entity.group.DynamicGroupImpl
-
- rescanEntities() - Method in class org.apache.brooklyn.entity.group.DynamicMultiGroupImpl
-
- rescanImpl() - Method in class org.apache.brooklyn.policy.failover.ElectPrimaryPolicy
-
- rescanRequest(String) - Method in class org.apache.brooklyn.policy.failover.ElectPrimaryPolicy
-
- reset(Collection<CatalogItem<?, ?>>) - Method in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
- reset() - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindManager
-
Resets the effects of previously being read-only, ready to be used again (e.g.
- reset(CatalogDto) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- reset(CatalogDto, boolean) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- reset(Collection<CatalogItem<?, ?>>) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
Resets the catalog to the given entries
- reset() - Method in class org.apache.brooklyn.core.mgmt.persist.DeserializingProvider
-
- reset() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- RESET - Static variable in interface org.apache.brooklyn.entity.group.SequenceGroup
-
- reset() - Method in interface org.apache.brooklyn.entity.group.SequenceGroup
-
- reset() - Method in class org.apache.brooklyn.entity.group.SequenceGroupImpl
-
- reset(CharSequence) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptPart
-
- reset(List<? extends CharSequence>) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptPart
-
- RESET - Static variable in interface org.apache.brooklyn.entity.stock.SequenceEntity
-
- reset() - Method in interface org.apache.brooklyn.entity.stock.SequenceEntity
-
- reset() - Method in class org.apache.brooklyn.entity.stock.SequenceEntityImpl
-
- reset(Collection<? extends ClassLoader>) - Method in class org.apache.brooklyn.util.javalang.AggregateClassLoader
-
Resets the classloader shown here to be the given set
- reset() - Method in class org.apache.brooklyn.util.stream.KnownSizeInputStream
-
- reset() - Method in class org.apache.brooklyn.util.stream.ReaderInputStream
-
Resets the StringReader.
- RESET_LOGIN_USER - Static variable in class org.apache.brooklyn.policy.jclouds.os.CreateUserPolicy
-
- resetBlockingDetails() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- resetBlockingDetails() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- resetBlockingDetails() - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
- resetBlockingDetails() - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- resetBlockingTask() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- resetBlockingTask() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- resetBlockingTask() - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
- resetBlockingTask() - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- resetCounts() - Method in class org.apache.brooklyn.test.WebAppMonitor
-
- resetDefaultLocationMetadataUrl() - Method in class org.apache.brooklyn.core.internal.BrooklynProperties.Factory.Builder
-
- resetDefaultLocationMetadataUrl() - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl.Factory.Builder
-
- resetDelegate(Entity, Entity, Entity) - Method in class org.apache.brooklyn.core.objs.proxy.EntityProxyImpl
-
invoked to specify that a different underlying delegate should be used,
e.g.
- resetExpiration() - Method in class org.apache.brooklyn.rest.util.MultiSessionAttributeAdapter
-
- resetGlobalFiles() - Method in class org.apache.brooklyn.core.internal.BrooklynProperties.Factory.Builder
-
- resetGlobalFiles() - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl.Factory.Builder
-
- resetProxy(Entity) - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
internal use only
- resetShutdownFlag() - Static method in class org.apache.brooklyn.core.mgmt.internal.BrooklynShutdownHooks
-
- Resizable - Interface in org.apache.brooklyn.core.entity.trait
-
Defines an entity group that can be re-sized dynamically.
- Resizable.InsufficientCapacityException - Exception in org.apache.brooklyn.core.entity.trait
-
Indicates that resizing up to the desired size is not possible - only resized to the
Resizable.getCurrentSize()
, because there is insufficient capacity.
- RESIZE - Static variable in interface org.apache.brooklyn.core.entity.trait.Resizable
-
- resize(Integer) - Method in interface org.apache.brooklyn.core.entity.trait.Resizable
-
Grow or shrink this entity to the desired size.
- resize(Integer) - Method in class org.apache.brooklyn.entity.group.DynamicClusterImpl
-
- resize(Integer) - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaClusterImpl
-
Grow or shrink this entity to the desired size.
- resize(Integer) - Method in class org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppClusterImpl
-
- resize(Entity, Integer) - Method in interface org.apache.brooklyn.policy.autoscaling.ResizeOperator
-
Resizes the given entity to the desired size, if possible.
- resize(Integer) - Method in class org.apache.brooklyn.policy.followthesun.FollowTheSunPoolImpl
-
- resize(Integer) - Method in class org.apache.brooklyn.policy.loadbalancing.BalanceableWorkerPoolImpl
-
- RESIZE_BY_DELTA - Static variable in interface org.apache.brooklyn.entity.group.DynamicCluster
-
- RESIZE_DOWN_ITERATION_INCREMENT - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- RESIZE_DOWN_ITERATION_MAX - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- RESIZE_DOWN_STABILIZATION_DELAY - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- RESIZE_OPERATOR - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- RESIZE_UP_ITERATION_INCREMENT - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- RESIZE_UP_ITERATION_MAX - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- RESIZE_UP_STABILIZATION_DELAY - Static variable in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- resizeByDelta(int) - Method in interface org.apache.brooklyn.entity.group.DynamicCluster
-
Changes the cluster size by the given number.
- resizeByDelta(int) - Method in class org.apache.brooklyn.entity.group.DynamicClusterImpl
-
Changes the cluster size by the given number.
- resized(int) - Method in class org.apache.brooklyn.util.math.BitList
-
creates a new instance with the given length, either reducing the list or padding it with 0's
(at the end, in both cases)
- resizeDownIterationIncrement(Integer) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy.Builder
-
- resizeDownIterationMax(Integer) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy.Builder
-
- resizeDownStabilizationDelay(Duration) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy.Builder
-
- resizeOperator(ResizeOperator) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy.Builder
-
- ResizeOperator - Interface in org.apache.brooklyn.policy.autoscaling
-
- resizeUpIterationIncrement(Integer) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy.Builder
-
- resizeUpIterationMax(Integer) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy.Builder
-
- resizeUpStabilizationDelay(Duration) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy.Builder
-
- RESOLV_CONF_TEMPLATE - Static variable in interface org.apache.brooklyn.entity.network.bind.BindDnsServer
-
- ResolvableLink<T extends AbstractResource> - Class in org.apache.brooklyn.camp.spi.collection
-
- ResolvableLink(String, String, ResourceLookup<T>) - Constructor for class org.apache.brooklyn.camp.spi.collection.ResolvableLink
-
- resolve(LocationDefinition, Boolean, Map) - Method in interface org.apache.brooklyn.api.location.LocationRegistry
-
- resolve(LocationDefinition) - Method in interface org.apache.brooklyn.api.location.LocationRegistry
-
- resolve(String, Boolean, Map) - Method in interface org.apache.brooklyn.api.location.LocationRegistry
-
- resolve(String) - Method in interface org.apache.brooklyn.api.location.LocationRegistry
-
- resolve(String, Map) - Method in interface org.apache.brooklyn.api.location.LocationRegistry
-
- resolve(Iterable<?>) - Method in interface org.apache.brooklyn.api.location.LocationRegistry
-
- resolve(String, BrooklynClassLoadingContext, Set<String>) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.service.UrlServiceSpecResolver
-
- resolve() - Method in class org.apache.brooklyn.camp.spi.collection.ResolvableLink
-
- resolve(RegisteredType, RegisteredTypeLoadingContext) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
Resolves the given object with respect to the catalog.
- resolve(ManagementContext, CatalogItem.CatalogBundle) - Static method in class org.apache.brooklyn.core.catalog.internal.CatalogBundleDto
-
- resolve(DriverDependentEntity<D>, Class<D>, Location) - Method in class org.apache.brooklyn.core.entity.drivers.ReflectiveEntityDriverFactory.AbstractDriverInferenceRule
-
- resolve(DriverDependentEntity<D>, Class<D>, Location) - Method in interface org.apache.brooklyn.core.entity.drivers.ReflectiveEntityDriverFactory.DriverInferenceRule
-
- resolve(ConfigBag, ConfigKey<T>) - Static method in class org.apache.brooklyn.core.entity.EntityInitializers
-
- resolve(ConfigBag, ConfigKey<T>, ExecutionContext) - Static method in class org.apache.brooklyn.core.entity.EntityInitializers
-
Gets the value for key from configBag.
- resolve(String) - Method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
Deprecated.
- resolve(String, Boolean, Map) - Method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
Deprecated.
- resolve(String, Map) - Method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
Deprecated.
- resolve(Iterable<?>) - Method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
Deprecated.
- resolve(LocationDefinition) - Method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
Deprecated.
- resolve(LocationDefinition, Boolean, Map) - Method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
Deprecated.
- resolve(String, BrooklynClassLoadingContext, Set<String>) - Method in class org.apache.brooklyn.core.resolve.entity.AbstractEntitySpecResolver
-
- resolve(String, BrooklynClassLoadingContext, Set<String>) - Method in class org.apache.brooklyn.core.resolve.entity.CatalogEntitySpecResolver
-
- resolve(String, BrooklynClassLoadingContext, Set<String>) - Method in class org.apache.brooklyn.core.resolve.entity.DelegatingEntitySpecResolver
-
- resolve(String, BrooklynClassLoadingContext, Set<String>) - Method in interface org.apache.brooklyn.core.resolve.entity.EntitySpecResolver
-
Create a spec for the service type
- resolve(String, BrooklynClassLoadingContext, Set<String>) - Method in class org.apache.brooklyn.core.resolve.entity.JavaEntitySpecResolver
-
- resolve() - Method in class org.apache.brooklyn.core.server.BrooklynServerPaths.PersistencePathResolver
-
- resolve(String, BrooklynClassLoadingContext, Set<String>) - Method in class org.apache.brooklyn.entity.chef.resolve.ChefEntitySpecResolver
-
- resolve(String, BrooklynClassLoadingContext, Set<String>) - Method in class org.apache.brooklyn.entity.resolve.HardcodedCatalogEntitySpecResolver
-
- resolve(JcloudsLocation, NodeMetadata, ConfigBag, ConnectivityResolverOptions) - Method in interface org.apache.brooklyn.location.jclouds.ConnectivityResolver
-
- resolve(JcloudsLocation, NodeMetadata, ConfigBag, ConnectivityResolverOptions) - Method in class org.apache.brooklyn.location.jclouds.DefaultConnectivityResolver
-
Combines the given resolve options with the customiser's configuration to determine the
best address and credential pair for management.
- resolve() - Method in class org.apache.brooklyn.rest.resources.AbstractBrooklynRestResource.RestValueResolver
-
- resolve(Class<T>, String) - Static method in class org.apache.brooklyn.util.core.xstream.EnumCaseForgivingConverter
-
- resolve(Object) - Method in interface org.apache.brooklyn.util.javalang.Serializers.ObjectReplacer
-
- resolve(String) - Static method in class org.apache.brooklyn.util.net.Networking
-
resolves the given hostname to an IP address, returning null if unresolvable or
if the resolution is bogus (eg 169.* subnet or a "catch-all" IP resolution supplied by some miscreant DNS services)
- resolveBrooklynDslValue(Object, <any>, ManagementContext, AbstractBrooklynObjectSpec<?, ?>) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.DslUtils
-
Resolve an object which might be (or contain in a map or list) a $brooklyn DSL string expression,
attempting to coerce if a type is supplied (unless it is a
DeferredSupplier
)
- resolveClasspathUrl(Object, String) - Static method in class org.apache.brooklyn.util.javalang.JavaClassNames
-
returns a "classpath:" URL given a context object and a file to be found in that directory or a sub-directory
(ignoring the context object if the given path is absolute, i.e.
- resolved(Object...) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.DslUtils
-
true iff none of the args are deferred / tasks
- resolved(Iterable<?>) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.DslUtils
-
true iff none of the args are deferred / tasks
- resolvedAddressSupplier(Entity, SshMachineLocation, String) - Static method in class org.apache.brooklyn.core.location.access.BrooklynAccessUtils
-
- resolveDeepValue(Object, Class<?>, ExecutionContext) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- resolveDeepValue(Object, Class<?>, ExecutionContext, String) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
As @see #resolveDeepValueExactly(Object, TypeToken, ExecutionContext, String) except the type supplied here is
used to coerce non-map/iterable entries inside any encountered map/iterable:.
- resolveDeepValueExactly(Object, <any>, ExecutionContext) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- resolveDeepValueExactly(Object, <any>, ExecutionContext, String) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
Resolves the given object, blocking on futures and coercing it to the given type.
- resolveDeploymentPlan(Reader) - Method in class org.apache.brooklyn.camp.spi.resolve.PdpProcessor
-
- resolveDeploymentPlan(DeploymentPlan) - Method in class org.apache.brooklyn.camp.spi.resolve.PdpProcessor
-
- resolveInheriting(TContainer, ConfigKey<TValue>, Maybe<TValue>, Maybe<TValue>, Iterator<? extends ConfigValueAtContainer<TContainer, TValue>>, ConfigInheritance.ConfigInheritanceContext, ConfigInheritance) - Static method in class org.apache.brooklyn.config.ConfigInheritances
-
given a key and local value, together with an optional record of ancestor containers (eg an entity) and associated data,
this finds the value for a config key applying the appropriate inheritance strategies.
- resolveInheriting(ConfigValueAtContainer<TContainer, TValue>, Iterator<? extends ConfigValueAtContainer<TContainer, TValue>>, ConfigKey<TValue>, ConfigInheritance.ConfigInheritanceContext, ConfigInheritance) - Static method in class org.apache.brooklyn.config.ConfigInheritances
-
as
#resolveInheriting(Object, ConfigKey, Maybe, Maybe, Iterator, ConfigInheritanceContext, ConfigInheritance)
but convenient when the local info is already in a
ConfigValueAtContainer
- resolveList(Object) - Method in interface org.apache.brooklyn.api.location.LocationRegistry
-
- resolveList(Object) - Method in class org.apache.brooklyn.core.location.BasicLocationRegistry
-
Deprecated.
- resolveLocation(Object) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynYamlLocationResolver
-
- resolveLocationFromMap(Map<?, ?>) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynYamlLocationResolver
-
- resolveLocationFromString(String) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynYamlLocationResolver
-
resolves the location from the given spec string, either "Named Location", or "named:Named Location" format;
returns null if input is blank (or null); otherwise guaranteed to resolve or throw error
- resolveLocations(Map<? super String, ?>, boolean) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynYamlLocationResolver
-
returns list of locations, if any were supplied, or null if none indicated
- resolveLocations(Iterable<Object>) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynYamlLocationResolver
-
- resolveName(Object, String) - Static method in class org.apache.brooklyn.util.javalang.JavaClassNames
-
returns path relative to the package of x, unless path is absolute.
- resolveNonDeferredBrooklynDslValue(Object, <any>, ManagementContext, AbstractBrooklynObjectSpec<?, ?>) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.DslUtils
-
As #resolveBrooklynDslValue(Object, TypeToken, ManagementContext, AbstractBrooklynObjectSpec)
but returning absent if the object is DeferredSupplier, ensuring type correctness.
- resolveOnBoxDir(EntityInternal, MachineLocation) - Static method in class org.apache.brooklyn.entity.software.base.lifecycle.MachineLifecycleEffectorTasks
-
Resolves the on-box dir.
- resolveOnBoxDirFor(Entity, String) - Method in interface org.apache.brooklyn.location.ssh.CanResolveOnBoxDir
-
- resolveOnBoxDirFor(Entity, String) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- resolveOnBoxDirFor(Entity, String) - Method in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- ResolverBuilderPretype(Object) - Constructor for class org.apache.brooklyn.util.core.task.ValueResolver.ResolverBuilderPretype
-
- resolveSpec(Set<String>) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynComponentTemplateResolver
-
- resolveTarget() - Method in class org.apache.brooklyn.test.framework.RelativeEntityTestCaseImpl
-
- resolveTarget() - Method in interface org.apache.brooklyn.test.framework.TargetableTestComponent
-
Get the target of the test.
- resolveTarget() - Method in class org.apache.brooklyn.test.framework.TargetableTestComponentImpl
-
Find the target entity using the
target
config key value,
or by doing an implicit lookup using the equivalent of the DSL code
$brooklyn:entity("targetId")
if the id of an entity was
provided as the
targetId
config key value.
- resolveTarget(ExecutionContext, Entity) - Static method in class org.apache.brooklyn.test.framework.TargetableTestComponentImpl
-
Find the target entity in the given execution context.
- resolveValue(Object, <any>, ExecutionContext) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- resolveValue(Object, <any>, ExecutionContext, String) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
attempt to resolve the given value as the given type, waiting on futures, submitting if necessary,
and coercing as allowed by TypeCoercions;
contextMessage (optional) will be displayed in status reports while it waits (e.g.
- resolveWithParent(ConfigValueAtContainer<TContainer, TValue>, ConfigValueAtContainer<TContainer, TValue>, ConfigInheritance.ConfigInheritanceContext) - Method in interface org.apache.brooklyn.config.ConfigInheritance
-
Returns the result after inheritance between the local container and a "resolveParent"
representation of the parent's evaluation of the key considering its ancestors.
- resolveWithParent(ConfigValueAtContainer<TContainer, TValue>, ConfigValueAtContainer<TContainer, TValue>, ConfigInheritance.ConfigInheritanceContext) - Method in class org.apache.brooklyn.core.config.BasicConfigInheritance.DelegatingConfigInheritance
-
- resolveWithParent(ConfigValueAtContainer<TContainer, TValue>, ConfigValueAtContainer<TContainer, TValue>, ConfigInheritance.ConfigInheritanceContext) - Method in class org.apache.brooklyn.core.config.BasicConfigInheritance
-
- resolveWithSubpath(String) - Method in class org.apache.brooklyn.core.server.BrooklynServerPaths.PersistenceBackupPathResolver
-
- resolveWithSubpathFor(ManagementContext, String) - Method in class org.apache.brooklyn.core.server.BrooklynServerPaths.PersistenceBackupPathResolver
-
- resolving(Object) - Static method in class org.apache.brooklyn.rest.resources.AbstractBrooklynRestResource.RestValueResolver
-
- resolving(Object, <any>) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
creates a
ValueResolver
instance which allows significantly more customization than
the various
#resolveValue(Object, Class, ExecutionContext)
methods here
- resolving(Object) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- resolving(ConfigBag, ConfigKey<T>) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- ResolvingConfigBag - Class in org.apache.brooklyn.util.core.config
-
- ResolvingConfigBag(ManagementContext, ConfigBag) - Constructor for class org.apache.brooklyn.util.core.config.ResolvingConfigBag
-
- RESOURCE_FILE - Static variable in interface org.apache.brooklyn.container.entity.kubernetes.KubernetesResource
-
- RESOURCE_NAME - Static variable in interface org.apache.brooklyn.container.entity.kubernetes.KubernetesResource
-
- RESOURCE_TYPE - Static variable in interface org.apache.brooklyn.container.entity.kubernetes.KubernetesResource
-
- ResourceDto - Class in org.apache.brooklyn.camp.server.dto
-
- ResourceLoaderDispatcher() - Constructor for class org.apache.brooklyn.util.core.LoaderDispatcher.ResourceLoaderDispatcher
-
- ResourceLookup<T extends AbstractResource> - Interface in org.apache.brooklyn.camp.spi.collection
-
- ResourceLookup.EmptyResourceLookup<T extends AbstractResource> - Class in org.apache.brooklyn.camp.spi.collection
-
- ResourcePredicates - Class in org.apache.brooklyn.util.core
-
- resourceUriBuilder(UriBuilder, Class<?>) - Static method in class org.apache.brooklyn.rest.util.WebResourceUtils
-
Provides a builder with the REST URI of a resource.
- ResourceUtils - Class in org.apache.brooklyn.util.core
-
- ResourceUtils(ClassLoader, Object, String) - Constructor for class org.apache.brooklyn.util.core.ResourceUtils
-
- ResourceUtils(BrooklynClassLoadingContext, Object, String) - Constructor for class org.apache.brooklyn.util.core.ResourceUtils
-
- ResourceUtils(Object, String) - Constructor for class org.apache.brooklyn.util.core.ResourceUtils
-
- ResourceUtils(Object) - Constructor for class org.apache.brooklyn.util.core.ResourceUtils
-
- response(String) - Method in class org.apache.brooklyn.test.http.TestHttpRequestHandler
-
- response(byte[]) - Method in class org.apache.brooklyn.test.http.TestHttpRequestHandler
-
- responseCode() - Static method in class org.apache.brooklyn.feed.http.HttpValueFunctions
-
- responseCodeEquals(int) - Static method in class org.apache.brooklyn.feed.http.HttpValueFunctions
-
- responseCodeEquals(int...) - Static method in class org.apache.brooklyn.feed.http.HttpValueFunctions
-
- ResponseCodePredicates() - Constructor for class org.apache.brooklyn.entity.brooklynnode.EntityHttpClient.ResponseCodePredicates
-
- responseInterceptors(List<HttpResponseInterceptor>) - Method in class org.apache.brooklyn.test.http.TestHttpServer
-
- RESPONSES_4XX_COUNT - Static variable in interface org.apache.brooklyn.entity.webapp.jetty.Jetty6Server
-
- RESPONSES_5XX_COUNT - Static variable in interface org.apache.brooklyn.entity.webapp.jetty.Jetty6Server
-
- responseSuccess(<any>) - Method in interface org.apache.brooklyn.entity.brooklynnode.EntityHttpClient
-
Configure which response codes are treated as successful
- responseSuccess(<any>) - Method in class org.apache.brooklyn.entity.brooklynnode.EntityHttpClientImpl
-
- REST - Static variable in class org.apache.brooklyn.core.BrooklynLogging
-
- RestApiResourceScanner - Class in org.apache.brooklyn.rest.apidoc
-
Much like DefaultJaxrsScanner, but looks at annotations of ancestors as well.
- RestApiResourceScanner() - Constructor for class org.apache.brooklyn.rest.apidoc.RestApiResourceScanner
-
- RestApiResourceScanner(Collection<Class<?>>) - Constructor for class org.apache.brooklyn.rest.apidoc.RestApiResourceScanner
-
- RestApiSetup - Class in org.apache.brooklyn.camp.server
-
- RestApiSetup() - Constructor for class org.apache.brooklyn.camp.server.RestApiSetup
-
- RestApiSetup - Class in org.apache.brooklyn.rest
-
- RestApiSetup() - Constructor for class org.apache.brooklyn.rest.RestApiSetup
-
- restart() - Method in class org.apache.brooklyn.core.entity.AbstractApplication
-
default impl invokes restart on all children simultaneously
- RESTART - Static variable in interface org.apache.brooklyn.core.entity.trait.Startable
-
- restart() - Method in interface org.apache.brooklyn.core.entity.trait.Startable
-
Restart the entity.
- restart(Entity) - Static method in class org.apache.brooklyn.core.entity.trait.StartableMethods
-
Common implementation for restart in parent nodes; just invokes restart on all children of the entity
- restart() - Method in class org.apache.brooklyn.entity.cm.salt.SaltEntitySshDriver
-
- restart() - Method in class org.apache.brooklyn.entity.group.DynamicClusterImpl
-
- restart() - Method in class org.apache.brooklyn.entity.group.DynamicFabricImpl
-
- restart() - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaClusterImpl
-
- restart() - Method in class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardedDeploymentImpl
-
- restart() - Method in class org.apache.brooklyn.entity.nosql.redis.RedisClusterImpl
-
- restart() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- restart(ConfigBag) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.MachineLifecycleEffectorTasks
-
Default restart implementation for an entity.
- restart() - Method in class org.apache.brooklyn.entity.software.base.SameServerEntityImpl
-
Restarts the entity and its children.
- restart() - Method in interface org.apache.brooklyn.entity.software.base.SoftwareProcessDriver
-
Performs software restart (or queues tasks to do this).
- restart(ConfigBag) - Method in class org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks
-
- restart() - Method in class org.apache.brooklyn.entity.software.base.SoftwareProcessImpl
-
- restart() - Method in class org.apache.brooklyn.entity.stock.BasicStartableImpl
-
- restart() - Method in class org.apache.brooklyn.entity.stock.DataEntityImpl
-
- restart() - Method in class org.apache.brooklyn.entity.stock.EffectorStartableImpl
-
- restart() - Method in class org.apache.brooklyn.entity.stock.SequenceEntityImpl
-
- restart() - Method in class org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppClusterImpl
-
- restart() - Method in class org.apache.brooklyn.qa.load.SimulatedExternalMonitorImpl
-
- restart() - Method in class org.apache.brooklyn.test.framework.LoopOverGroupMembersTestCaseImpl
-
- restart() - Method in class org.apache.brooklyn.test.framework.ParallelTestCaseImpl
-
Restart the entity.
- restart() - Method in class org.apache.brooklyn.test.framework.RelativeEntityTestCaseImpl
-
- restart() - Method in class org.apache.brooklyn.test.framework.TestCaseImpl
-
Restart the entity.
- restart() - Method in class org.apache.brooklyn.test.framework.TestEffectorImpl
-
Restart the entity.
- restart() - Method in class org.apache.brooklyn.test.framework.TestEndpointReachableImpl
-
Restart the entity.
- restart() - Method in class org.apache.brooklyn.test.framework.TestHttpCallImpl
-
Restart the entity.
- restart() - Method in class org.apache.brooklyn.test.framework.TestSensorImpl
-
Restart the entity.
- restart() - Method in class org.apache.brooklyn.test.framework.TestSshCommandImpl
-
- restart() - Method in class org.apache.brooklyn.test.framework.TestWinrmCommandImpl
-
- RESTART_CHILDREN - Static variable in class org.apache.brooklyn.entity.software.base.SoftwareProcess.RestartSoftwareParameters
-
- RESTART_MACHINE - Static variable in class org.apache.brooklyn.entity.software.base.SoftwareProcess.RestartSoftwareParameters
-
- RESTART_MACHINE_TYPED - Static variable in class org.apache.brooklyn.entity.software.base.SoftwareProcess.RestartSoftwareParameters
-
- RESTART_MODE - Static variable in interface org.apache.brooklyn.entity.group.DynamicCluster
-
- RESTART_STATES - Static variable in interface org.apache.brooklyn.entity.cm.salt.SaltConfig
-
- RestartEffectorBody() - Constructor for class org.apache.brooklyn.core.entity.trait.Startable.RestartEffectorBody
-
- RESTARTING - Static variable in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- restartingChildren(Entity, ConfigBag) - Static method in class org.apache.brooklyn.core.entity.trait.StartableMethods
-
unsubmitted task for restarting children of the given entity
- restartingChildren(Entity) - Static method in class org.apache.brooklyn.core.entity.trait.StartableMethods
-
- RestartSoftwareParameters() - Constructor for class org.apache.brooklyn.entity.software.base.SoftwareProcess.RestartSoftwareParameters
-
- restServer(boolean) - Method in class org.apache.brooklyn.launcher.BrooklynLauncher
-
Specifies whether the launcher will start the Brooklyn web console
(and any additional webapps specified); default true.
- restServerHttps(Boolean) - Method in class org.apache.brooklyn.launcher.BrooklynLauncher
-
Specifies whether the webconsole should use https.
- restServerPort(int) - Method in class org.apache.brooklyn.launcher.BrooklynLauncher
-
- restServerPort(String) - Method in class org.apache.brooklyn.launcher.BrooklynLauncher
-
- restServerPort(PortRange) - Method in class org.apache.brooklyn.launcher.BrooklynLauncher
-
Specifies the port where the web console (and any additional webapps specified) will listen;
default (null) means "8081+" being the first available >= 8081 (or "8443+" for https).
- RestUiMetadataRegistry - Class in org.apache.brooklyn.ui.modularity.metadata.registry
-
- RestUiMetadataRegistry() - Constructor for class org.apache.brooklyn.ui.modularity.metadata.registry.RestUiMetadataRegistry
-
- RestUiModuleRegistry - Class in org.apache.brooklyn.ui.modularity.module.registry
-
- RestUiModuleRegistry() - Constructor for class org.apache.brooklyn.ui.modularity.module.registry.RestUiModuleRegistry
-
- resultParser - Variable in class org.apache.brooklyn.entity.brooklynnode.BrooklynEntityMirrorImpl.RemoteEffector
-
- resume() - Method in interface org.apache.brooklyn.api.policy.Policy
-
Resume the policy
- resume() - Method in interface org.apache.brooklyn.api.sensor.Feed
-
resumes this feed if it has been suspended and not stopped
- resume() - Method in class org.apache.brooklyn.core.feed.AbstractFeed
-
- resume() - Method in class org.apache.brooklyn.core.policy.AbstractPolicy
-
- resume() - Method in class org.apache.brooklyn.entity.group.AbstractMembershipTrackingPolicy
-
- resume() - Method in class org.apache.brooklyn.policy.action.AbstractScheduledEffectorPolicy
-
- resume() - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- resume() - Method in class org.apache.brooklyn.policy.followthesun.FollowTheSunPolicy
-
- resume() - Method in class org.apache.brooklyn.policy.ha.AbstractFailureDetector
-
- resume() - Method in class org.apache.brooklyn.policy.loadbalancing.LoadBalancingPolicy
-
- RESUME_SENSOR - Static variable in class org.apache.brooklyn.policy.ha.ConditionalSuspendPolicy
-
- resumeMachine(Map<?, ?>) - Method in interface org.apache.brooklyn.api.location.MachineManagementMixins.ResumesMachines
-
Resume the indicated machine.
- resumeMachine(Map<?, ?>) - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
Brings an existing machine with the given details under management.
- retainAll(Iterable<? extends V>) - Method in class org.apache.brooklyn.util.collections.MutableList.Builder
-
- retainAll(Iterable<? extends V>) - Method in class org.apache.brooklyn.util.collections.MutableSet.Builder
-
- retainAll(Collection<?>) - Method in class org.apache.brooklyn.util.collections.SetFromLiveMap
-
- rethrowException() - Method in class org.apache.brooklyn.util.repeat.Repeater
-
If the exit condition check throws an exception, it will be recorded and the last exception will be thrown on failure.
- rethrowExceptionImmediately() - Method in class org.apache.brooklyn.util.repeat.Repeater
-
If the repeated body or the exit condition check throws an exception, then propagate that exception immediately.
- rethrowExceptionImmediately(<any>) - Method in class org.apache.brooklyn.util.repeat.Repeater
-
- RETRIES_OF_NETWORK_FAILURES - Static variable in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- RETRIES_OF_NETWORK_FAILURES - Static variable in interface org.apache.brooklyn.util.core.internal.winrm.WinRmTool
-
- RETRIEVE_USAGE_METRICS - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- retrieveHighstate() - Static method in class org.apache.brooklyn.entity.cm.salt.SaltSshTasks
-
- retrieveHostGeoInfo(InetAddress) - Method in class org.apache.brooklyn.core.location.geo.UtraceHostGeoLookup
-
- retrieveMementoRawData() - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindManager
-
- retrieveMementoRawData() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- retrieveState() - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
- retry(ITestResult) - Method in class org.apache.brooklyn.test.support.FlakyRetryAnalyser
-
- RetryingMementoSerializer<T> - Class in org.apache.brooklyn.core.mgmt.persist
-
- RetryingMementoSerializer(MementoSerializer<T>, int) - Constructor for class org.apache.brooklyn.core.mgmt.persist.RetryingMementoSerializer
-
- returning(ProcessTaskStub.ScriptReturnType) - Method in class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks.SshEffectorTaskFactory
-
- returning(<any>) - Method in class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks.SshEffectorTaskFactory
-
- returning(ProcessTaskStub.ScriptReturnType) - Method in class org.apache.brooklyn.entity.chef.KnifeConvergeTaskFactory
-
- returning(<any>) - Method in class org.apache.brooklyn.entity.chef.KnifeConvergeTaskFactory
-
- returning(ProcessTaskStub.ScriptReturnType) - Method in class org.apache.brooklyn.entity.chef.KnifeTaskFactory
-
- returning(<any>) - Method in class org.apache.brooklyn.entity.chef.KnifeTaskFactory
-
- returning(ProcessTaskStub.ScriptReturnType) - Method in class org.apache.brooklyn.util.core.task.ssh.internal.PlainSshExecTaskFactory
-
- returning(<any>) - Method in class org.apache.brooklyn.util.core.task.ssh.internal.PlainSshExecTaskFactory
-
- returning(ProcessTaskStub.ScriptReturnType) - Method in class org.apache.brooklyn.util.core.task.system.internal.AbstractProcessTaskFactory
-
- returning(<any>) - Method in class org.apache.brooklyn.util.core.task.system.internal.AbstractProcessTaskFactory
-
- returning(ProcessTaskStub.ScriptReturnType) - Method in interface org.apache.brooklyn.util.core.task.system.ProcessTaskFactory
-
- returning(<any>) - Method in interface org.apache.brooklyn.util.core.task.system.ProcessTaskFactory
-
- returningIsExitCodeZero() - Method in class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks.SshEffectorTaskFactory
-
- returningIsExitCodeZero() - Method in class org.apache.brooklyn.entity.chef.KnifeConvergeTaskFactory
-
- returningIsExitCodeZero() - Method in class org.apache.brooklyn.entity.chef.KnifeTaskFactory
-
- returningIsExitCodeZero() - Method in class org.apache.brooklyn.util.core.task.ssh.internal.PlainSshExecTaskFactory
-
- returningIsExitCodeZero() - Method in class org.apache.brooklyn.util.core.task.system.internal.AbstractProcessTaskFactory
-
- returningIsExitCodeZero() - Method in interface org.apache.brooklyn.util.core.task.system.ProcessTaskFactory
-
- returningStdoutLoggingInfo(Logger, boolean) - Static method in class org.apache.brooklyn.util.core.task.ssh.SshTasks
-
Function for use in ProcessTaskFactory#returning(Function)
which logs all information, optionally requires zero exit code,
and then returns stdout
- REUSABLE_SSH_PROPS - Static variable in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
Specifies config keys where a change in the value does not require a new SshTool instance,
i.e.
- ReusableMachineTemplate - Class in org.apache.brooklyn.location.jclouds.pool
-
A facility for having a template we can declare without knowing the provider,
then find matching instances, create instances, and generally manipulate them.
- ReusableMachineTemplate() - Constructor for class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
- ReusableMachineTemplate(String) - Constructor for class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
- REUSE_OSGI - Static variable in class org.apache.brooklyn.core.mgmt.ha.OsgiManager
-
- reuseSessions(boolean) - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig.Builder
-
- reuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.brooklyn.util.http.HttpTool.HttpClientBuilder
-
- reverse(String) - Static method in class org.apache.brooklyn.util.text.Strings
-
- REVERSE_LOOKUP_CIDR - Static variable in interface org.apache.brooklyn.entity.network.bind.BindDnsServer
-
- REVERSE_LOOKUP_DOMAIN - Static variable in interface org.apache.brooklyn.entity.network.bind.BindDnsServer
-
- REVERSE_LOOKUP_NETWORK - Static variable in interface org.apache.brooklyn.entity.network.bind.BindDnsServer
-
- REVERSE_ZONE_FILE_TEMPLATE - Static variable in interface org.apache.brooklyn.entity.network.bind.BindDnsServer
-
- reverseBitSignificance(byte) - Static method in class org.apache.brooklyn.util.math.BitUtils
-
reverses the bits in a byte, i.e.
- reverseBitSignificance(byte...) - Static method in class org.apache.brooklyn.util.math.BitUtils
-
returns an array of bytes where the bits in each byte have been reversed;
note however the order of the arguments is not reversed;
useful e.g.
- reverseBitSignificanceInByte(int) - Static method in class org.apache.brooklyn.util.math.BitUtils
-
- reverseBitSignificanceInBytes(int...) - Static method in class org.apache.brooklyn.util.math.BitUtils
-
- reversed() - Method in class org.apache.brooklyn.util.math.BitList
-
- REWRITES - Static variable in interface org.apache.brooklyn.entity.proxy.nginx.UrlMapping
-
- RIAK_APP_CONFIG_TEMPLATE_URL - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- RIAK_CLUSTER_NODES - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakCluster
-
- RIAK_CONF_ADDITIONAL_CONTENT - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- RIAK_CONF_TEMPLATE_URL_LINUX - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- RIAK_CONF_TEMPLATE_URL_MAC - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- RIAK_CONSISTENT_GET_TIME_MEAN - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- RIAK_CONSISTENT_PUT_TIME_MEAN - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- RIAK_CONSOLE_URI - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakCluster
-
- RIAK_CONSOLE_URI - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- RIAK_MAX_OPEN_FILES - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- RIAK_NODE_GET_FSM_TIME_MEAN - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- RIAK_NODE_HAS_JOINED_CLUSTER - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- RIAK_NODE_NAME - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- RIAK_NODE_PUT_FSM_TIME_MEAN - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- RIAK_OBJECT_COUNTER_MERGE_TIME_MEAN - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- RIAK_OBJECT_MAP_MERGE_TIME_MEAN - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- RIAK_OBJECT_SET_MERGE_TIME_MEAN - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- RIAK_ON_PATH - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- RIAK_PACKAGE_INSTALL - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- RIAK_PB_PORT - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- RIAK_VM_ARGS_TEMPLATE_URL - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- RIAK_WEB_PORT - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- RiakCluster - Interface in org.apache.brooklyn.entity.nosql.riak
-
- RiakClusterImpl - Class in org.apache.brooklyn.entity.nosql.riak
-
- RiakClusterImpl() - Constructor for class org.apache.brooklyn.entity.nosql.riak.RiakClusterImpl
-
- RiakClusterImpl.MemberTrackingPolicy - Class in org.apache.brooklyn.entity.nosql.riak
-
- RiakNode - Interface in org.apache.brooklyn.entity.nosql.riak
-
- RiakNodeDriver - Interface in org.apache.brooklyn.entity.nosql.riak
-
- RiakNodeImpl - Class in org.apache.brooklyn.entity.nosql.riak
-
- RiakNodeImpl() - Constructor for class org.apache.brooklyn.entity.nosql.riak.RiakNodeImpl
-
- RiakNodeSshDriver - Class in org.apache.brooklyn.entity.nosql.riak
-
- RiakNodeSshDriver(RiakNodeImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.nosql.riak.RiakNodeSshDriver
-
- RIGHT_DATABASE - Static variable in interface org.apache.brooklyn.entity.database.rubyrep.RubyRepNode
-
- RIGHT_DATABASE_NAME - Static variable in interface org.apache.brooklyn.entity.database.rubyrep.RubyRepNode
-
- RIGHT_DATASTORE_URL - Static variable in interface org.apache.brooklyn.entity.database.rubyrep.RubyRepNode
-
- RIGHT_PASSWORD - Static variable in interface org.apache.brooklyn.entity.database.rubyrep.RubyRepNode
-
- RIGHT_USERNAME - Static variable in interface org.apache.brooklyn.entity.database.rubyrep.RubyRepNode
-
- RING_MEMBERS - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- RMI_HOSTNAME_PROPERTY - Static variable in class org.apache.brooklyn.util.jmx.jmxmp.JmxmpAgent
-
- RMI_HOSTNAME_PROPERTY - Static variable in class org.apache.brooklyn.util.jmx.jmxrmi.JmxRmiAgent
-
- RMI_JMX_URL_FORMAT - Static variable in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- RMI_REGISTRY_DEFAULT_PORT - Static variable in class org.apache.brooklyn.util.jmx.jmxrmi.JmxRmiAgent
-
- RMI_REGISTRY_PORT - Static variable in interface org.apache.brooklyn.entity.java.UsesJmx
-
Well-known port used by Java itself to start the RMI registry where JMX private port can be discovered, ignored if using JMXMP agent.
- RMI_REGISTRY_PORT - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- RMI_REGISTRY_PORT - Static variable in interface org.apache.brooklyn.entity.osgi.karaf.KarafContainer
-
- RMI_REGISTRY_PORT_PROPERTY - Static variable in class org.apache.brooklyn.util.jmx.jmxmp.JmxmpAgent
-
optional port for RMI registry to listen on; if not supplied, RMI is disabled.
- RMI_REGISTRY_PORT_PROPERTY - Static variable in class org.apache.brooklyn.util.jmx.jmxrmi.JmxRmiAgent
-
Port for RMI registry to listen on.
- ROLE - Static variable in interface org.apache.brooklyn.entity.messaging.storm.Storm
-
- ROLE_PRIVILEGES_KEY - Static variable in interface org.apache.brooklyn.entity.database.postgresql.PostgreSqlNode
-
- ROLE_PROPERTIES_KEY - Static variable in interface org.apache.brooklyn.entity.database.postgresql.PostgreSqlNode
-
- ROLES - Static variable in interface org.apache.brooklyn.entity.database.postgresql.PostgreSqlNode
-
- RollingMeanEnricher<T extends java.lang.Number> - Class in org.apache.brooklyn.policy.enricher
-
Transforms a sensor into a rolling average based on a fixed window size.
- RollingMeanEnricher() - Constructor for class org.apache.brooklyn.policy.enricher.RollingMeanEnricher
-
- RollingMeanEnricher(Entity, AttributeSensor<T>, AttributeSensor<Double>, int) - Constructor for class org.apache.brooklyn.policy.enricher.RollingMeanEnricher
-
- RollingTimeWindowMeanEnricher<T extends java.lang.Number> - Class in org.apache.brooklyn.policy.enricher
-
Transforms
Sensor
data into a rolling average based on a time window.
- RollingTimeWindowMeanEnricher() - Constructor for class org.apache.brooklyn.policy.enricher.RollingTimeWindowMeanEnricher
-
- RollingTimeWindowMeanEnricher(Entity, AttributeSensor<T>, AttributeSensor<Double>, Duration) - Constructor for class org.apache.brooklyn.policy.enricher.RollingTimeWindowMeanEnricher
-
- RollingTimeWindowMeanEnricher.ConfidenceQualifiedNumber - Class in org.apache.brooklyn.policy.enricher
-
- rollup(Duration) - Method in class org.apache.brooklyn.policy.enricher.HttpLatencyDetector.Builder
-
- rollup(int, TimeUnit) - Method in class org.apache.brooklyn.policy.enricher.HttpLatencyDetector.Builder
-
- ROLLUP_WINDOW_SIZE - Static variable in class org.apache.brooklyn.policy.enricher.HttpLatencyDetector
-
- rollupOff() - Method in class org.apache.brooklyn.policy.enricher.HttpLatencyDetector.Builder
-
specifies that a rolled-up average should _not_ be calculated and emitted
(defaults to true)
- root() - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon
-
- root() - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
- root() - Method in class org.apache.brooklyn.camp.CampPlatform
-
- ROOT - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
Permission to run untrusted code or embedded scripts at the server.
- root() - Static method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- root() - Method in class org.apache.brooklyn.util.collections.Jsonya.Navigator
-
- root(String, String) - Static method in class org.apache.brooklyn.util.git.GithubUrls
-
returns URL for the root of the given repo
- ROOT_ALIASES - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationPublic
-
these userNames are known to be the preferred/required logins in some common/default images
where root@ is not allowed to log in
- ROOT_PASSWORD - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBAuthenticationMixins
-
- ROOT_URL - Static variable in class org.apache.brooklyn.demo.WebClusterDatabaseExampleApp
-
- ROOT_URL - Static variable in interface org.apache.brooklyn.entity.dns.geoscaling.GeoscalingDnsService
-
- ROOT_URL - Static variable in interface org.apache.brooklyn.entity.proxy.LoadBalancer
-
- ROOT_URL - Static variable in interface org.apache.brooklyn.entity.webapp.WebAppServiceConstants
-
- ROOT_USERNAME - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBAuthenticationMixins
-
- ROOT_USERNAME - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationPublic
-
- ROOT_WAR - Static variable in interface org.apache.brooklyn.entity.webapp.JavaWebAppService
-
- ROOT_WAR - Static variable in interface org.apache.brooklyn.entity.webapp.tomcat.TomcatServer
-
- RootUsernameReducer() - Constructor for class org.apache.brooklyn.entity.nosql.mongodb.MongoDBReplicaSetImpl.RootUsernameReducer
-
- roundFromMillis(long, TimeUnit) - Static method in class org.apache.brooklyn.util.time.Time
-
- roundFromMillis(long, long) - Static method in class org.apache.brooklyn.util.time.Time
-
- ROUTER - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.CoLocatedMongoDBRouter
-
- ROUTER_CLUSTER - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardedDeployment
-
- ROUTER_UP_TIMEOUT - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardedDeployment
-
- RPC_ADDRESS_SENSOR - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- RubyRepDriver - Interface in org.apache.brooklyn.entity.database.rubyrep
-
- RubyRepNode - Interface in org.apache.brooklyn.entity.database.rubyrep
-
- RubyRepNodeImpl - Class in org.apache.brooklyn.entity.database.rubyrep
-
- RubyRepNodeImpl() - Constructor for class org.apache.brooklyn.entity.database.rubyrep.RubyRepNodeImpl
-
- RubyRepSshDriver - Class in org.apache.brooklyn.entity.database.rubyrep
-
- RubyRepSshDriver(EntityLocal, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.database.rubyrep.RubyRepSshDriver
-
- run() - Method in class org.apache.brooklyn.core.mgmt.internal.BrooklynShutdownHooks.BrooklynShutdownHookJob
-
- run() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindIteration
-
- run() - Method in class org.apache.brooklyn.enricher.stock.aggregator.AggregationJob
-
- run() - Method in class org.apache.brooklyn.entity.database.mysql.InitSlaveTaskBody
-
- run() - Method in class org.apache.brooklyn.entity.system_service.EntityLaunchListener
-
- run() - Method in class org.apache.brooklyn.policy.action.AbstractScheduledEffectorPolicy
-
- run() - Method in class org.apache.brooklyn.policy.action.PeriodicEffectorPolicy
-
- run(HttpServletRequest, ManagementContext) - Method in class org.apache.brooklyn.rest.filter.BrooklynSecurityProviderFilterHelper
-
- run(PerformanceTestDescriptor) - Static method in class org.apache.brooklyn.test.performance.PerformanceMeasurer
-
Runs a performance test.
- run() - Method in class org.apache.brooklyn.test.WebAppMonitor
-
- run() - Method in class org.apache.brooklyn.util.repeat.Repeater
-
Run the loop.
- run() - Method in class org.apache.brooklyn.util.stream.StreamGobbler
-
- RUN_AS_ROOT - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- RUN_DIR - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- RUN_DIR - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- RUN_DIR - Static variable in interface org.apache.brooklyn.entity.software.base.VanillaWindowsProcess
-
- RUN_DIR - Static variable in interface org.apache.brooklyn.test.framework.TestSshCommand
-
The working directory that the script will be run from on the target machine.
- RUN_DIR - Static variable in interface org.apache.brooklyn.test.framework.TestWinrmCommand
-
The working directory that the script will be run from on the target machine.
- RUN_SCRIPT - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBClient
-
- runAnsible(String, Object, String) - Static method in class org.apache.brooklyn.entity.cm.ansible.AnsiblePlaybookTasks
-
- runAsCommand() - Method in class org.apache.brooklyn.util.core.task.system.internal.AbstractProcessTaskFactory
-
- runAsCommand() - Method in interface org.apache.brooklyn.util.core.task.system.ProcessTaskFactory
-
- runAsRoot() - Static method in class org.apache.brooklyn.location.jclouds.templates.customize.TemplateOptionCustomizers
-
- runAsRoot() - Method in class org.apache.brooklyn.util.core.task.system.internal.AbstractProcessTaskFactory
-
- runAsRoot() - Method in interface org.apache.brooklyn.util.core.task.system.ProcessTaskFactory
-
- runAsScript() - Method in class org.apache.brooklyn.util.core.task.system.internal.AbstractProcessTaskFactory
-
- runAsScript() - Method in interface org.apache.brooklyn.util.core.task.system.ProcessTaskFactory
-
- runChef(String, String) - Static method in class org.apache.brooklyn.entity.chef.ChefSoloTasks
-
- runChef(String, String, Boolean) - Static method in class org.apache.brooklyn.entity.chef.ChefSoloTasks
-
- runChef(String, String) - Static method in class org.apache.brooklyn.entity.chef.ChefTasks
-
- runDBCommand(String, String) - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBClientSupport
-
- runKeepingError() - Method in class org.apache.brooklyn.util.repeat.Repeater
-
- runListeners() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- runListeners() - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- runListeners() - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
On task completion runs the listeners which have been registered using
#addListener(Runnable, java.util.concurrent.Executor)
.
- runnable(<any>) - Static method in class org.apache.brooklyn.util.guava.Functionals
-
- RUNNING - Static variable in interface org.apache.brooklyn.entity.group.DynamicGroup
-
- RUNNING - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBRouter
-
- RUNNING - Static variable in class org.apache.brooklyn.policy.action.AbstractScheduledEffectorPolicy
-
- RUNNING_QUORUM_CHECK - Static variable in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ComputeServiceIndicatorsFromChildrenAndMembers
-
- RUNNING_QUORUM_CHECK - Static variable in interface org.apache.brooklyn.core.entity.StartableApplication
-
- RUNNING_QUORUM_CHECK - Static variable in interface org.apache.brooklyn.entity.group.AbstractGroup
-
- RUNNING_QUORUM_CHECK - Static variable in interface org.apache.brooklyn.entity.software.base.SameServerEntity
-
- RUNNING_QUORUM_CHECK - Static variable in class org.apache.brooklyn.entity.stock.AsyncApplicationImpl.ServiceStateComputer
-
- runNow() - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.Builder
-
- runPostCustomizeCommand() - 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.
- runPostCustomizeCommand() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- runPostCustomizeCommand() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessWinRmDriver
-
- runPostInstallCommand() - 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.
- runPostInstallCommand() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- runPostInstallCommand() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessWinRmDriver
-
- runPostLaunchCommand() - Method in class org.apache.brooklyn.entity.cm.salt.SaltEntitySshDriver
-
- runPostLaunchCommand() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
Only run if launch is run (if start is not skipped).
- runPostLaunchCommand() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- runPostLaunchCommand() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessWinRmDriver
-
- runPreCustomizeCommand() - 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.
- runPreCustomizeCommand() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- runPreCustomizeCommand() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessWinRmDriver
-
- runPreInstallCommand() - 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.
- runPreInstallCommand() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- runPreInstallCommand() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessWinRmDriver
-
- runPreLaunchCommand() - 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.
- runPreLaunchCommand() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- runPreLaunchCommand() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessWinRmDriver
-
- runRequiringTrue() - Method in class org.apache.brooklyn.util.repeat.Repeater
-
- runScript(String, String) - Method in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBClient
-
- runScript(String, String) - Method in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBClientDriver
-
- runScript(String, String) - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBClientImpl
-
- runScript(String, String) - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBClientSshDriver
-
- runShutdownHooks() - Static method in class org.apache.brooklyn.util.javalang.Threads
-
- RUNTIME_FILES - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
Files to be copied to the server after customisation.
- RUNTIME_RESOURCES_LATCH - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- RUNTIME_RESOURCES_LATCH - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- RUNTIME_TEMPLATES - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
Templates to be filled in and then copied to the server after customisation.
- runtimeInheritance(ConfigInheritance) - Method in class org.apache.brooklyn.core.config.BasicConfigKey.Builder
-
- RuntimeInterruptedException - Exception in org.apache.brooklyn.util.exceptions
-
A RuntimeException
that is thrown when a Thread is interrupted.
- RuntimeInterruptedException(InterruptedException) - Constructor for exception org.apache.brooklyn.util.exceptions.RuntimeInterruptedException
-
- RuntimeInterruptedException(String, InterruptedException) - Constructor for exception org.apache.brooklyn.util.exceptions.RuntimeInterruptedException
-
- RuntimeInterruptedException(String, RuntimeInterruptedException) - Constructor for exception org.apache.brooklyn.util.exceptions.RuntimeInterruptedException
-
- RuntimeTimeoutException - Exception in org.apache.brooklyn.util.exceptions
-
- RuntimeTimeoutException() - Constructor for exception org.apache.brooklyn.util.exceptions.RuntimeTimeoutException
-
- RuntimeTimeoutException(String) - Constructor for exception org.apache.brooklyn.util.exceptions.RuntimeTimeoutException
-
- RuntimeTimeoutException(String, Throwable) - Constructor for exception org.apache.brooklyn.util.exceptions.RuntimeTimeoutException
-
- s(int) - Static method in class org.apache.brooklyn.util.text.Strings
-
returns "s" if the argument is not 1, empty string otherwise; useful when constructing plurals
- s(Map<?, ?>) - Static method in class org.apache.brooklyn.util.text.Strings
-
- s(Iterable<?>) - Static method in class org.apache.brooklyn.util.text.Strings
-
- s(Iterator<?>) - Static method in class org.apache.brooklyn.util.text.Strings
-
- safeGroovyIsCase(Object, Class) - Static method in class org.apache.brooklyn.util.groovy.GroovyJavaMethods
-
Deprecated.
Alternative implementation of ScriptBytecodeAdapter.isCase(Object, Object)
Stripped down to work only for caseExpression of type java.lang.Class
.
It behaves the same way only for cases when caseExpression java.lang.Class
does not implement isCase
method.
It goes directly to DefaultGroovyMethods.isCase(Object, Object)
method instead of using Groovy dynamic invocation.
This saves extra operations and avoids the locks used in Groovy dynamic invocation.
- SALT_CALL - Static variable in interface org.apache.brooklyn.entity.cm.salt.SaltEntity
-
- SALT_FOR_USER(String) - Static method in class org.apache.brooklyn.rest.BrooklynWebConfig
-
- SALT_FORMULAS - Static variable in interface org.apache.brooklyn.entity.cm.salt.SaltConfig
-
- SALT_INFRASTRUCTURE - Static variable in class org.apache.brooklyn.entity.cm.salt.SaltAttributes
-
- SALT_MODE - Static variable in interface org.apache.brooklyn.entity.cm.salt.SaltConfig
-
- SALT_PILLAR_URLS - Static variable in interface org.apache.brooklyn.entity.cm.salt.SaltConfig
-
- SALT_PILLARS - Static variable in interface org.apache.brooklyn.entity.cm.salt.SaltConfig
-
- SALT_SSH_LAUNCH_ATTRIBUTES - Static variable in interface org.apache.brooklyn.entity.cm.salt.SaltConfig
-
- SaltAttributes - Class in org.apache.brooklyn.entity.cm.salt
-
- saltCall(String) - Method in interface org.apache.brooklyn.entity.cm.salt.SaltEntity
-
- saltCall(String) - Method in interface org.apache.brooklyn.entity.cm.salt.SaltEntityDriver
-
- saltCall(String) - Method in class org.apache.brooklyn.entity.cm.salt.SaltEntityImpl
-
- saltCall(String) - Method in class org.apache.brooklyn.entity.cm.salt.SaltEntitySshDriver
-
- saltCall(String) - Static method in class org.apache.brooklyn.entity.cm.salt.SaltSshTasks
-
- SaltConfig - Interface in org.apache.brooklyn.entity.cm.salt
-
- SaltConfig.SaltMode - Enum in org.apache.brooklyn.entity.cm.salt
-
- SaltConfigs - Class in org.apache.brooklyn.entity.cm.salt
-
Conveniences for configuring Brooklyn Salt entities
- SaltConfigs() - Constructor for class org.apache.brooklyn.entity.cm.salt.SaltConfigs
-
- SaltEntity - Interface in org.apache.brooklyn.entity.cm.salt
-
- SaltEntityDriver - Interface in org.apache.brooklyn.entity.cm.salt
-
- SaltEntityImpl - Class in org.apache.brooklyn.entity.cm.salt
-
- SaltEntityImpl() - Constructor for class org.apache.brooklyn.entity.cm.salt.SaltEntityImpl
-
- SaltEntitySshDriver - Class in org.apache.brooklyn.entity.cm.salt
-
- SaltEntitySshDriver(SaltEntityImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.cm.salt.SaltEntitySshDriver
-
- SaltHighstate - Class in org.apache.brooklyn.entity.cm.salt
-
Utility for setting a Salt highstate description on entity sensors.
- SaltPostgreSqlLifecycle() - Constructor for class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeSaltImpl.SaltPostgreSqlLifecycle
-
- SaltSshTasks - Class in org.apache.brooklyn.entity.cm.salt
-
- SaltUtils - Class in org.apache.brooklyn.entity.cm.salt
-
- sameInstance(Effector<?>, Effector<?>) - Static method in class org.apache.brooklyn.core.effector.Effectors
-
- sameName(SpecParameter<?>) - Static method in class org.apache.brooklyn.core.objs.SpecParameterPredicates
-
Returns true if the
parameter name
is the same as
that on the specified paramater.
- SameServerDriverLifecycleEffectorTasks - Class in org.apache.brooklyn.entity.software.base
-
- SameServerDriverLifecycleEffectorTasks() - Constructor for class org.apache.brooklyn.entity.software.base.SameServerDriverLifecycleEffectorTasks
-
- SameServerEntity - Interface in org.apache.brooklyn.entity.software.base
-
- SameServerEntityImpl - Class in org.apache.brooklyn.entity.software.base
-
- SameServerEntityImpl() - Constructor for class org.apache.brooklyn.entity.software.base.SameServerEntityImpl
-
- sameSignature(Effector<?>, Effector<?>) - Static method in class org.apache.brooklyn.core.effector.Effectors
-
- sample(<any>) - Method in class org.apache.brooklyn.core.objs.ConstraintSerialization.PredicateSerializationRuleAdder
-
- sampleArg(T) - Method in class org.apache.brooklyn.core.objs.ConstraintSerialization.PredicateSerializationRuleAdder
-
- sampleCpuInterval - Variable in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
- sampleCpuInterval(Duration) - Method in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
How often to calculate + record the fraction of CPU being used.
- sampleProcessCpuTime(Duration, String) - Static method in class org.apache.brooklyn.test.performance.PerformanceTestUtils
-
Creates a background thread that will log.info the CPU fraction usage repeatedly, sampling at the given period.
- sampleProcessCpuTime(Duration, String, List<Double>) - Static method in class org.apache.brooklyn.test.performance.PerformanceTestUtils
-
- sanitize(ConfigBag) - Static method in class org.apache.brooklyn.core.config.Sanitizer
-
- sanitize(Map<K, ?>) - Static method in class org.apache.brooklyn.core.config.Sanitizer
-
- sanitize(String) - Static method in class org.apache.brooklyn.core.location.cloud.names.AbstractCloudMachineNamer
-
- Sanitizer - Class in org.apache.brooklyn.core.config
-
- satisfies(RegisteredTypeLoadingContext) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- satisfying(<any>) - Method in class org.apache.brooklyn.util.core.osgi.Osgis.BundleFinder
-
- saveIptablesRules() - Static method in class org.apache.brooklyn.util.ssh.IptablesCommands
-
Returns the command that saves iptables rules on file.
- SAY_HI - Static variable in interface org.apache.brooklyn.test.osgi.entities.more.MoreEntity
-
- sayHI(String) - Method in interface org.apache.brooklyn.test.osgi.entities.more.MoreEntity
-
Makes a string saying hi to the given name, in uppercase, for testing.
- sayHI(String) - Method in class org.apache.brooklyn.test.osgi.entities.more.MoreEntityImpl
-
Unlike v1, this returns "HI " rather than "Hi "
- sayHI(String) - Method in class org.apache.brooklyn.test.osgi.entities.more.MorePolicy
-
- sbinPath() - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- scanForCatalog(Bundle, boolean, boolean) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogBundleLoader
-
- scanForCatalog(Bundle, boolean, boolean, Map<RegisteredType, RegisteredType>) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogBundleLoader
-
- scanForCatalogLegacy(Bundle, boolean) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogBundleLoader
-
- ScannerInjectHelper - Class in org.apache.brooklyn.rest.util
-
- ScannerInjectHelper() - Constructor for class org.apache.brooklyn.rest.util.ScannerInjectHelper
-
- scheduleAtFixedRate(Callable<V>, PollHandler<? super V>, long) - Method in class org.apache.brooklyn.core.feed.Poller
-
- scheduleAtFixedRate(Callable<V>, PollHandler<? super V>, Duration) - Method in class org.apache.brooklyn.core.feed.Poller
-
- SCHEDULED - Static variable in class org.apache.brooklyn.policy.action.AbstractScheduledEffectorPolicy
-
- ScheduledEffectorPolicy - Class in org.apache.brooklyn.policy.action
-
- ScheduledEffectorPolicy() - Constructor for class org.apache.brooklyn.policy.action.ScheduledEffectorPolicy
-
- ScheduledTask - Class in org.apache.brooklyn.util.core.task
-
A task which runs with a fixed period.
- ScheduledTask(Callable<Task<?>>) - Constructor for class org.apache.brooklyn.util.core.task.ScheduledTask
-
- ScheduledTask(Task<?>) - Constructor for class org.apache.brooklyn.util.core.task.ScheduledTask
-
- ScheduledTask(Map<?, ?>, Task<?>) - Constructor for class org.apache.brooklyn.util.core.task.ScheduledTask
-
- ScheduledTask(Map<?, ?>, Callable<Task<?>>) - Constructor for class org.apache.brooklyn.util.core.task.ScheduledTask
-
- ScheduledTask.Builder - Class in org.apache.brooklyn.util.core.task
-
- scheduleWith(Task<T>) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
- scheduleWith(Map<?, ?>, Task<T>) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
- Schema - Interface in org.apache.brooklyn.entity.database
-
Intended to represent a SQL database schema.
- SCHEMA_DEPTH - Static variable in class org.apache.brooklyn.entity.database.derby.DerbySchema
-
- SCHEMA_NAME - Static variable in interface org.apache.brooklyn.entity.database.Schema
-
- SCHEMA_VERSION_COUNT - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
- SCOPE - Static variable in interface org.apache.brooklyn.core.location.access.PortForwardManager
-
The intention is that there is one PortForwardManager instance per "scope".
- SCOPE - Static variable in class org.apache.brooklyn.core.location.access.PortForwardManagerLocationResolver.PortForwardManagerConstructor
-
- SCOPE_TIMEOUT - Static variable in class org.apache.brooklyn.location.jclouds.softlayer.SoftLayerSameVlanLocationCustomizer
-
- SCOPE_UID - Static variable in class org.apache.brooklyn.location.jclouds.softlayer.SoftLayerSameVlanLocationCustomizer
-
- scopeRoot() - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon
-
- scopeRoot() - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
- score(Image) - Method in class org.apache.brooklyn.location.jclouds.BrooklynImageChooser
-
- ScoredRecord() - Constructor for class org.apache.brooklyn.core.mgmt.ha.BasicMasterChooser.ScoredRecord
-
- scoreForType(RegisteredType, RegisteredTypeLoadingContext) - Method in class org.apache.brooklyn.core.typereg.AbstractTypePlanTransformer
-
- scoreForType(RegisteredType, RegisteredTypeLoadingContext) - Method in interface org.apache.brooklyn.core.typereg.BrooklynTypePlanTransformer
-
- scoreForTypeDefinition(String, Object) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.CampTypePlanTransformer
-
- scoreForTypeDefinition(String, Object) - Method in interface org.apache.brooklyn.core.typereg.BrooklynTypePlanTransformer
-
- scoreForTypeDefinition(String, Object) - Method in class org.apache.brooklyn.core.typereg.JavaClassNameTypePlanTransformer
-
- SCP_EXECUTABLE - Static variable in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- scpExecutable(String) - Method in class org.apache.brooklyn.util.core.internal.ssh.cli.SshCliTool.Builder
-
- Scratchpad - Interface in org.apache.brooklyn.api.mgmt
-
- script - Variable in class org.apache.brooklyn.cli.Main.LaunchCommand
-
- SCRIPT - Static variable in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeChefImplFromScratch.ExecuteScriptEffectorBody
-
- SCRIPT - Static variable in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlNodeSaltImpl.ExecuteScriptEffectorBody
-
- SCRIPT_DIR - Static variable in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- SCRIPT_DIR - Static variable in interface org.apache.brooklyn.test.framework.TestSshCommand
-
Where the script will be downloaded on the target machine.
- ScriptApi - Interface in org.apache.brooklyn.rest.api
-
- ScriptExecutionSummary - Class in org.apache.brooklyn.rest.domain
-
- ScriptExecutionSummary(Object, String, String, String) - Constructor for class org.apache.brooklyn.rest.domain.ScriptExecutionSummary
-
- ScriptHelper - Class in org.apache.brooklyn.entity.software.base.lifecycle
-
- ScriptHelper(NaiveScriptRunner, String) - Constructor for class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
- ScriptPart - Class in org.apache.brooklyn.entity.software.base.lifecycle
-
- ScriptPart(ScriptHelper) - Constructor for class org.apache.brooklyn.entity.software.base.lifecycle.ScriptPart
-
- ScriptResource - Class in org.apache.brooklyn.rest.resources
-
- ScriptResource() - Constructor for class org.apache.brooklyn.rest.resources.ScriptResource
-
- seal() - Method in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
- seal() - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
makes this config bag immutable; any attempts to change subsequently
(apart from marking fields as used) will throw an exception
- sealed - Variable in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
- SEARCH_ENABLED - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- SEARCH_QUERY_TIME_IN_MILLIS - Static variable in interface org.apache.brooklyn.entity.nosql.elasticsearch.ElasticSearchNode
-
- SEARCH_QUERY_TOTAL - Static variable in interface org.apache.brooklyn.entity.nosql.elasticsearch.ElasticSearchNode
-
- SEARCH_SOLR_JMX_PORT - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- SEARCH_SOLR_PORT - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
http://docs.basho.com/riak/latest/dev/using/search/
Solr is powered by Riak's Yokozuna engine and it is used through the riak webport
So SEARCH_SOLR_PORT shouldn't be exposed
- searchForEntityNamed(Entity, String) - Method in class org.apache.brooklyn.rest.util.BrooklynRestResourceUtils
-
walks the hierarchy (depth-first) at root (often an Application) looking for
an entity matching the given ID or name; returns the first such entity, or null if none found
- SearchingClassPathInDevMode(String, String, String) - Constructor for class org.apache.brooklyn.launcher.config.CustomResourceLocator.SearchingClassPathInDevMode
-
- searchLog(File, String) - Static method in class org.apache.brooklyn.qa.longevity.MonitorUtils
-
- searchLog(File, String, Set<String>) - Static method in class org.apache.brooklyn.qa.longevity.MonitorUtils
-
Find lines in the given file that match given given regex.
- seconds(Number) - Static method in class org.apache.brooklyn.util.time.Duration
-
creates new
Duration
instance of the given length of time
- secondsToStringRounded() - Static method in class org.apache.brooklyn.util.time.Duration
-
- SECRET - Static variable in interface org.apache.brooklyn.container.entity.kubernetes.KubernetesResource
-
- SECRET_ACCESS_KEY - Static variable in class org.apache.brooklyn.location.jclouds.AwsEc2SessionAwareComputeServiceRegistry
-
- SECRET_NAMES - Static variable in class org.apache.brooklyn.core.config.Sanitizer
-
Names that, if they appear anywhere in an attribute/config/field
indicates that it may be private, so should not be logged etc.
- SECRETS - Static variable in interface org.apache.brooklyn.container.entity.kubernetes.KubernetesPod
-
- SecureKeys - Class in org.apache.brooklyn.util.core.crypto
-
Utility methods for generating and working with keys,
extending the parent class with useful things provided by BouncyCastle crypto library.
- SecureKeys.PassphraseProblem - Exception in org.apache.brooklyn.util.core.crypto
-
- SecureKeysWithoutBouncyCastle - Class in org.apache.brooklyn.util.crypto
-
Utility methods for generating and working with keys, with no BC dependencies
- SECURITY_GROUPS - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- SECURITY_PROVIDER_BUNDLE - Static variable in class org.apache.brooklyn.rest.BrooklynWebConfig
-
- SECURITY_PROVIDER_BUNDLE_VERSION - Static variable in class org.apache.brooklyn.rest.BrooklynWebConfig
-
- SECURITY_PROVIDER_CLASSNAME - Static variable in class org.apache.brooklyn.rest.BrooklynWebConfig
-
- SECURITY_PROVIDER_INSTANCE - Static variable in class org.apache.brooklyn.rest.BrooklynWebConfig
-
- SecurityGroupDefinition - Class in org.apache.brooklyn.location.jclouds.networking
-
WIP to define a security group in an up-front way, where subsequently it can be applied to a jclouds location
- SecurityGroupDefinition() - Constructor for class org.apache.brooklyn.location.jclouds.networking.SecurityGroupDefinition
-
- SecurityGroupEditor - Class in org.apache.brooklyn.location.jclouds.networking
-
Utility for manipulating security groups.
- SecurityGroupEditor(Location, SecurityGroupExtension) - Constructor for class org.apache.brooklyn.location.jclouds.networking.SecurityGroupEditor
-
Constructor for editor that never retries requests if the attempted operation fails.
- SecurityGroupEditor(Location, SecurityGroupExtension, <any>) - Constructor for class org.apache.brooklyn.location.jclouds.networking.SecurityGroupEditor
-
- SecurityGroupEditor.AmbiguousGroupName - Exception in org.apache.brooklyn.location.jclouds.networking
-
- securityGroups() - Static method in class org.apache.brooklyn.location.jclouds.templates.customize.TemplateOptionCustomizers
-
- SecurityGroupTool - Class in org.apache.brooklyn.location.jclouds.networking
-
WIP to apply a security group to a jclouds endpoint.
- SecurityGroupTool(JcloudsLocation, SecurityGroupDefinition) - Constructor for class org.apache.brooklyn.location.jclouds.networking.SecurityGroupTool
-
- SecurityProvider - Interface in org.apache.brooklyn.rest.security.provider
-
The SecurityProvider is responsible for doing authentication.
- SecurityProvider.SecurityProviderDeniedAuthentication - Exception in org.apache.brooklyn.rest.security.provider
-
- SecurityProviderDeniedAuthentication() - Constructor for exception org.apache.brooklyn.rest.security.provider.SecurityProvider.SecurityProviderDeniedAuthentication
-
- SecurityProviderDeniedAuthentication(Response) - Constructor for exception org.apache.brooklyn.rest.security.provider.SecurityProvider.SecurityProviderDeniedAuthentication
-
- SEE_ACTIVITY_STREAMS - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- SEE_ALL_SERVER_INFO - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
Catch-all for catalog, locations, scripting, usage, etc - exporting persistence, shutting down, etc;
this is significantly more powerful than
Entitlements.SERVER_STATUS
.
- SEE_CATALOG_ITEM - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- SEE_CONFIG - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- SEE_ENTITY - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- SEE_LOCATION - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- SEE_SENSOR - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- SEED_SUPPLIER - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
- seeNonSecretConfig() - Static method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements.FineGrainedEntitlements
-
- seeNonSecretSensors() - Static method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements.FineGrainedEntitlements
-
- SELECT_MASTER - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynCluster
-
- SELECT_MASTER - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynCluster.SelectMasterEffector
-
- SELECT_MASTER - Static variable in class org.apache.brooklyn.entity.brooklynnode.effector.SelectMasterEffectorBody
-
- SELECTION_MODE - Static variable in interface org.apache.brooklyn.policy.failover.ElectPrimaryConfig
-
- SelectMasterEffectorBody - Class in org.apache.brooklyn.entity.brooklynnode.effector
-
- SelectMasterEffectorBody() - Constructor for class org.apache.brooklyn.entity.brooklynnode.effector.SelectMasterEffectorBody
-
- self() - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon
-
- self() - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
- self() - Method in class org.apache.brooklyn.core.config.ListConfigKey.Builder
-
Deprecated.
- self() - Method in class org.apache.brooklyn.core.config.MapConfigKey.Builder
-
- self() - Method in class org.apache.brooklyn.core.config.SetConfigKey.Builder
-
- self() - Method in class org.apache.brooklyn.feed.ssh.SshPollConfig
-
Deprecated.
- selfsign() - Method in class org.apache.brooklyn.util.core.crypto.FluentKeySigner
-
- SemaphoreForTasks - Class in org.apache.brooklyn.util.core.mutex
-
- SemaphoreForTasks(String, ManagementContext) - Constructor for class org.apache.brooklyn.util.core.mutex.SemaphoreForTasks
-
- SemaphoreForTasks(String, int, boolean, ManagementContext) - Constructor for class org.apache.brooklyn.util.core.mutex.SemaphoreForTasks
-
- SemaphoreWithOwners - Class in org.apache.brooklyn.util.core.mutex
-
a subclass of Semaphore
which tracks who created and released the semaphores,
and which requires the same thread to release as created it.
- SemaphoreWithOwners(String) - Constructor for class org.apache.brooklyn.util.core.mutex.SemaphoreWithOwners
-
- SemaphoreWithOwners(String, int, boolean) - Constructor for class org.apache.brooklyn.util.core.mutex.SemaphoreWithOwners
-
- Sensor<T> - Interface in org.apache.brooklyn.api.sensor
-
The interface implemented by concrete sensors.
- sensor(Object) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon
-
Returns a
Sensor
, looking up the sensor on the context if available and using that,
or else defining an untyped (Object) sensor
- sensor(String, String) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon
-
Returns a
Sensor
declared on the type (e.g.
- sensor(Object) - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
- SENSOR - Static variable in class org.apache.brooklyn.entity.group.SensorMatchingRemovalStrategy
-
- SENSOR - Static variable in class org.apache.brooklyn.policy.InvokeEffectorOnSensorChange
-
- SENSOR_ADDED - Static variable in class org.apache.brooklyn.core.entity.AbstractEntity
-
- SENSOR_COMMAND - Static variable in class org.apache.brooklyn.core.sensor.ssh.SshCommandSensor
-
- SENSOR_COMMAND - Static variable in class org.apache.brooklyn.core.sensor.windows.WinRmCommandSensor
-
- SENSOR_ENVIRONMENT - Static variable in class org.apache.brooklyn.core.sensor.windows.WinRmCommandSensor
-
- SENSOR_EXECUTION_DIR - Static variable in class org.apache.brooklyn.core.sensor.ssh.SshCommandSensor
-
- SENSOR_EXECUTION_DIR - Static variable in class org.apache.brooklyn.core.sensor.windows.WinRmCommandSensor
-
- SENSOR_FAILED - Static variable in class org.apache.brooklyn.policy.ha.AbstractFailureDetector
-
- SENSOR_MAPPING - Static variable in class org.apache.brooklyn.enricher.stock.Propagator
-
- SENSOR_NAME - Static variable in class org.apache.brooklyn.core.effector.AddSensor
-
- SENSOR_NAME - Static variable in class org.apache.brooklyn.core.sensor.MaxConcurrencySensor
-
- SENSOR_NAME - Static variable in interface org.apache.brooklyn.test.framework.TestSensor
-
- SENSOR_NAME_CONVERTER - Static variable in class org.apache.brooklyn.core.network.AbstractOnNetworkEnricher
-
- SENSOR_NAME_CONVERTER - Static variable in class org.apache.brooklyn.core.network.OnPublicNetworkEnricher
-
- SENSOR_NAME_CONVERTER - Static variable in class org.apache.brooklyn.core.network.OnSubnetNetworkEnricher
-
- SENSOR_PERIOD - Static variable in class org.apache.brooklyn.core.effector.AddSensor
-
- SENSOR_RECOVERED - Static variable in class org.apache.brooklyn.policy.ha.AbstractFailureDetector
-
- SENSOR_REMOVED - Static variable in class org.apache.brooklyn.core.entity.AbstractEntity
-
- SENSOR_SHELL_ENVIRONMENT - Static variable in class org.apache.brooklyn.core.sensor.ssh.SshCommandSensor
-
- SENSOR_SUPPLIER_MAP - Static variable in interface org.apache.brooklyn.entity.stock.DataEntity
-
- SENSOR_TAG - Static variable in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
Tag for a task which represents a sensor being published
- SENSOR_TYPE - Static variable in class org.apache.brooklyn.core.effector.AddSensor
-
- SENSOR_TYPE - Static variable in class org.apache.brooklyn.core.sensor.MaxConcurrencySensor
-
- SENSOR_URI - Static variable in class org.apache.brooklyn.core.sensor.http.HttpRequestSensor
-
- SensorApi - Interface in org.apache.brooklyn.rest.api
-
- sensorEqualTo(Sensor<?>) - Static method in class org.apache.brooklyn.core.sensor.SensorEventPredicates
-
- SensorEvent<T> - Interface in org.apache.brooklyn.api.sensor
-
A tuple representing a piece of data from a
Sensor
on an
Entity
.
- SensorEventListener<T> - Interface in org.apache.brooklyn.api.sensor
-
- SensorEventPredicates - Class in org.apache.brooklyn.core.sensor
-
- SensorEventPredicates() - Constructor for class org.apache.brooklyn.core.sensor.SensorEventPredicates
-
- SensorMatchingRemovalStrategy<T> - Class in org.apache.brooklyn.entity.group
-
- SensorMatchingRemovalStrategy() - Constructor for class org.apache.brooklyn.entity.group.SensorMatchingRemovalStrategy
-
- SensorNameConverter(String) - Constructor for class org.apache.brooklyn.core.network.AbstractOnNetworkEnricher.SensorNameConverter
-
- SensorPredicates - Class in org.apache.brooklyn.util.core.sensor
-
- SensorResource - Class in org.apache.brooklyn.rest.resources
-
- SensorResource() - Constructor for class org.apache.brooklyn.rest.resources.SensorResource
-
- sensors() - Method in interface org.apache.brooklyn.api.entity.Entity
-
- sensors() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- sensors() - Method in interface org.apache.brooklyn.core.entity.EntityInternal
-
- SENSORS - Static variable in class org.apache.brooklyn.core.network.AbstractOnNetworkEnricher
-
- Sensors - Class in org.apache.brooklyn.core.sensor
-
- Sensors() - Constructor for class org.apache.brooklyn.core.sensor.Sensors
-
- Sensors.Builder<T> - Class in org.apache.brooklyn.core.sensor
-
- SENSORS_NOT_USUALLY_PROPAGATED - Static variable in class org.apache.brooklyn.enricher.stock.Propagator
-
- SENSORS_TO_TRACK - Static variable in class org.apache.brooklyn.entity.group.AbstractMembershipTrackingPolicy
-
- sensorSatisfies(<any>) - Static method in class org.apache.brooklyn.core.sensor.SensorEventPredicates
-
- SensorSummary - Class in org.apache.brooklyn.rest.domain
-
- SensorSummary(String, String, String, Map<String, URI>) - Constructor for class org.apache.brooklyn.rest.domain.SensorSummary
-
- sensorSummary(Entity, Sensor<?>, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.SensorTransformer
-
- sensorSummaryForCatalog(Sensor<?>) - Static method in class org.apache.brooklyn.rest.transform.SensorTransformer
-
- SensorTransformer - Class in org.apache.brooklyn.rest.transform
-
- SensorTransformer() - Constructor for class org.apache.brooklyn.rest.transform.SensorTransformer
-
- SEPARATOR - Static variable in class org.apache.brooklyn.enricher.stock.Joiner
-
- separator(String) - Method in class org.apache.brooklyn.util.text.StringShortener
-
- SEQUENCE_CACHE - Static variable in interface org.apache.brooklyn.entity.group.SequenceGroup
-
- SEQUENCE_CURRENT - Static variable in interface org.apache.brooklyn.entity.group.SequenceGroup
-
- SEQUENCE_FORMAT - Static variable in interface org.apache.brooklyn.entity.group.SequenceGroup
-
- SEQUENCE_INCREMENT - Static variable in interface org.apache.brooklyn.entity.group.SequenceGroup
-
- SEQUENCE_INCREMENT - Static variable in interface org.apache.brooklyn.entity.stock.SequenceEntity
-
- SEQUENCE_START - Static variable in interface org.apache.brooklyn.entity.group.SequenceGroup
-
- SEQUENCE_START - Static variable in interface org.apache.brooklyn.entity.stock.SequenceEntity
-
- SEQUENCE_STATE - Static variable in interface org.apache.brooklyn.entity.group.SequenceGroup
-
- SEQUENCE_STATE - Static variable in interface org.apache.brooklyn.entity.stock.SequenceEntity
-
- SEQUENCE_STRING - Static variable in interface org.apache.brooklyn.entity.group.SequenceGroup
-
- SEQUENCE_STRING_SENSOR - Static variable in interface org.apache.brooklyn.entity.group.SequenceGroup
-
- SEQUENCE_VALUE - Static variable in interface org.apache.brooklyn.entity.group.SequenceGroup
-
- SEQUENCE_VALUE - Static variable in interface org.apache.brooklyn.entity.stock.SequenceEntity
-
- SEQUENCE_VALUE_SENSOR - Static variable in interface org.apache.brooklyn.entity.group.SequenceGroup
-
- SequenceEntity - Interface in org.apache.brooklyn.entity.stock
-
An entity that supplies a sequence of values through an effector.
- SequenceEntityImpl - Class in org.apache.brooklyn.entity.stock
-
- SequenceEntityImpl() - Constructor for class org.apache.brooklyn.entity.stock.SequenceEntityImpl
-
- SequenceGroup - Interface in org.apache.brooklyn.entity.group
-
A group that sets a sequence of values as sensors on its member entities
- SequenceGroupImpl - Class in org.apache.brooklyn.entity.group
-
- SequenceGroupImpl() - Constructor for class org.apache.brooklyn.entity.group.SequenceGroupImpl
-
- sequential(TaskAdaptable<?>...) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- sequential(String, TaskAdaptable<?>...) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- sequential(TaskFactory<?>...) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- sequential(String, TaskFactory<?>...) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- sequential(List<? extends TaskAdaptable<?>>) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- sequential(String, List<? extends TaskAdaptable<?>>) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- SequentialTask<T> - Class in org.apache.brooklyn.util.core.task
-
runs tasks in order, waiting for one to finish before starting the next; return value here is TBD;
(currently is all the return values of individual tasks, but we
might want some pipeline support and eventually only to return final value...)
- SequentialTask(Object...) - Constructor for class org.apache.brooklyn.util.core.task.SequentialTask
-
- SequentialTask(Map<String, ?>, Collection<?>) - Constructor for class org.apache.brooklyn.util.core.task.SequentialTask
-
- SequentialTask(Collection<?>) - Constructor for class org.apache.brooklyn.util.core.task.SequentialTask
-
- SequentialTask(Map<String, ?>, Iterable<?>) - Constructor for class org.apache.brooklyn.util.core.task.SequentialTask
-
- SequentialTask(Iterable<?>) - Constructor for class org.apache.brooklyn.util.core.task.SequentialTask
-
- SERIAL - Static variable in interface org.apache.brooklyn.entity.network.bind.BindDnsServer
-
- SerializablePredicate<T> - Interface in org.apache.brooklyn.util.guava
-
- serialization() - Static method in class org.apache.brooklyn.core.config.ConfigConstraints
-
Convenience method to get the serialization routines.
- serialize(Object, Writer) - Method in class org.apache.brooklyn.core.mgmt.persist.XmlMementoSerializer
-
- serialize(T, JsonGenerator, SerializerProvider) - Method in class org.apache.brooklyn.util.core.json.BidiSerialization.AbstractWithManagementContextSerialization
-
- serialize(Object, JsonGenerator, SerializerProvider) - Method in class org.apache.brooklyn.util.core.json.DurationSerializer
-
- serialize(Object, JsonGenerator, SerializerProvider) - Method in class org.apache.brooklyn.util.core.json.ErrorAndToStringUnknownTypeSerializer
-
- serialize(<any>, JsonGenerator, SerializerProvider) - Method in class org.apache.brooklyn.util.core.json.MultimapSerializer
-
- serialize(Object) - Method in class org.apache.brooklyn.util.core.json.ShellEnvironmentSerializer
-
- serialize(Map<?, ?>) - Method in class org.apache.brooklyn.util.core.json.ShellEnvironmentSerializer
-
- serialize(Object, Writer) - Method in class org.apache.brooklyn.util.core.xstream.XmlSerializer
-
- serializedClass(Class) - Method in class org.apache.brooklyn.core.mgmt.persist.UnwantedStateLoggingMapper
-
- serializedClass(Class) - Method in class org.apache.brooklyn.core.mgmt.persist.XmlMementoSerializer.CustomMapper
-
- serializedClass(Class) - Method in class org.apache.brooklyn.util.core.xstream.OsgiClassnameMapper
-
- serializeFromError(JsonStreamContext, Exception, Object, JsonGenerator, SerializerProvider) - Method in class org.apache.brooklyn.util.core.json.ErrorAndToStringUnknownTypeSerializer
-
- Serializers - Class in org.apache.brooklyn.util.javalang
-
- Serializers() - Constructor for class org.apache.brooklyn.util.javalang.Serializers
-
- Serializers.ClassLoaderObjectInputStream - Class in org.apache.brooklyn.util.javalang
-
Follows pattern in org.apache.commons.io.input.ClassLoaderObjectInputStream
- Serializers.ObjectReplacer - Interface in org.apache.brooklyn.util.javalang
-
- serialNumber(BigInteger) - Method in class org.apache.brooklyn.util.core.crypto.FluentKeySigner
-
use a hard-coded serial number; or make one up, if null
- server(ZabbixServer) - Method in class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixFeed.Builder
-
- SERVER - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBClient
-
- SERVER_ADD - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- SERVER_ADD_AND_REBALANCE - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- SERVER_BUILD_HASH - Static variable in interface org.apache.brooklyn.entity.database.crate.CrateNode
-
- SERVER_BUILD_TIMESTAMP - Static variable in interface org.apache.brooklyn.entity.database.crate.CrateNode
-
- SERVER_CONF_GENERATOR - Static variable in interface org.apache.brooklyn.entity.proxy.nginx.NginxController
-
- SERVER_CONF_TEMPLATE_URL - Static variable in interface org.apache.brooklyn.entity.proxy.nginx.NginxController
-
- SERVER_CONF_TEMPLATE_URL - Static variable in class org.apache.brooklyn.entity.proxy.nginx.NginxTemplateConfigGenerator
-
- SERVER_CONFIG_URL - Static variable in interface org.apache.brooklyn.entity.database.crate.CrateNode
-
- SERVER_ES_VERSION - Static variable in interface org.apache.brooklyn.entity.database.crate.CrateNode
-
- SERVER_IS_BUILD_SNAPSHOT - Static variable in interface org.apache.brooklyn.entity.database.crate.CrateNode
-
- SERVER_LUCENE_VERSION - Static variable in interface org.apache.brooklyn.entity.database.crate.CrateNode
-
- SERVER_NAME - Static variable in interface org.apache.brooklyn.entity.database.crate.CrateNode
-
- SERVER_OK - Static variable in interface org.apache.brooklyn.entity.database.crate.CrateNode
-
- SERVER_POOL - Static variable in interface org.apache.brooklyn.entity.proxy.LoadBalancer
-
- SERVER_POOL_TARGETS - Static variable in interface org.apache.brooklyn.entity.proxy.LoadBalancer
-
- SERVER_STATUS - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- SERVER_STATUS - Static variable in interface org.apache.brooklyn.entity.database.crate.CrateNode
-
- SERVER_TYPE - Static variable in class org.apache.brooklyn.entity.webapp.jboss.JBoss6SshDriver
-
Deprecated.
- SERVER_TYPE - Static variable in class org.apache.brooklyn.entity.webapp.jboss.JBoss7SshDriver
-
Deprecated.
- SERVER_XML_RESOURCE - Static variable in interface org.apache.brooklyn.entity.webapp.tomcat.Tomcat8Server
-
- SERVER_XML_RESOURCE - Static variable in interface org.apache.brooklyn.entity.webapp.tomcat.TomcatServer
-
- serverAdd(String, String, String) - Method in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- serverAdd(String, String, String) - Method in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeDriver
-
- serverAdd(String, String, String) - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeImpl
-
- serverAdd(String, String, String) - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeSshDriver
-
- serverAddAndRebalance(String, String, String) - Method in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- serverAddAndRebalance(String, String, String) - Method in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeDriver
-
- serverAddAndRebalance(String, String, String) - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeImpl
-
- serverAddAndRebalance(String, String, String) - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeSshDriver
-
- ServerApi - Interface in org.apache.brooklyn.rest.api
-
- serverError() - Static method in class org.apache.brooklyn.entity.brooklynnode.EntityHttpClient.ResponseCodePredicates
-
- serverError(String, Object...) - Static method in class org.apache.brooklyn.rest.util.WebResourceUtils
-
- ServerPool - Interface in org.apache.brooklyn.entity.machine.pool
-
A preallocated server pool is an entity that other applications can deploy to.
- ServerPoolImpl - Class in org.apache.brooklyn.entity.machine.pool
-
The normal usage pattern is to instantiate this entity to create your cluster, which will
automatically create a
ServerPoolLocation
.
- ServerPoolImpl() - Constructor for class org.apache.brooklyn.entity.machine.pool.ServerPoolImpl
-
- ServerPoolImpl.MemberTrackingPolicy - Class in org.apache.brooklyn.entity.machine.pool
-
- ServerPoolLocation - Class in org.apache.brooklyn.entity.machine.pool
-
- ServerPoolLocation() - Constructor for class org.apache.brooklyn.entity.machine.pool.ServerPoolLocation
-
- ServerPoolLocationResolver - Class in org.apache.brooklyn.entity.machine.pool
-
- ServerPoolLocationResolver() - Constructor for class org.apache.brooklyn.entity.machine.pool.ServerPoolLocationResolver
-
- ServerPoolLocationResolver.LocationConstructor - Class in org.apache.brooklyn.entity.machine.pool
-
- ServerPoolMemberTrackerPolicy() - Constructor for class org.apache.brooklyn.entity.proxy.AbstractControllerImpl.ServerPoolMemberTrackerPolicy
-
- ServerPoolMemberTrackerPolicy() - Constructor for class org.apache.brooklyn.entity.proxy.AbstractNonProvisionedControllerImpl.ServerPoolMemberTrackerPolicy
-
- ServerResource - Class in org.apache.brooklyn.rest.resources
-
- ServerResource() - Constructor for class org.apache.brooklyn.rest.resources.ServerResource
-
- serverStatusOnly() - Static method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
allow healthcheck
- Service - Class in org.apache.brooklyn.camp.spi.pdp
-
- Service() - Constructor for class org.apache.brooklyn.camp.spi.pdp.Service
-
- SERVICE - Static variable in interface org.apache.brooklyn.container.entity.kubernetes.KubernetesResource
-
- SERVICE_NAME - Static variable in interface org.apache.brooklyn.entity.chef.ChefConfig
-
- SERVICE_NAME - Static variable in interface org.apache.brooklyn.entity.cm.ansible.AnsibleConfig
-
- SERVICE_NAME - Static variable in class org.apache.brooklyn.entity.system_service.SystemServiceEnricher
-
- SERVICE_NOT_UP_DIAGNOSTICS - Static variable in interface org.apache.brooklyn.core.entity.Attributes
-
- SERVICE_NOT_UP_DIAGNOSTICS - Static variable in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic
-
- SERVICE_NOT_UP_INDICATORS - Static variable in interface org.apache.brooklyn.core.entity.Attributes
-
- SERVICE_NOT_UP_INDICATORS - Static variable in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic
-
- SERVICE_ON_FIRE_STABILIZATION_DELAY - Static variable in class org.apache.brooklyn.policy.ha.ServiceFailureDetector
-
- SERVICE_PROBLEMS - Static variable in interface org.apache.brooklyn.core.entity.Attributes
-
- SERVICE_PROBLEMS - Static variable in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic
-
- SERVICE_PROCESS_IS_RUNNING - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- SERVICE_PROCESS_IS_RUNNING_POLL_PERIOD - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- SERVICE_STATE_ACTUAL - Static variable in interface org.apache.brooklyn.core.entity.Attributes
-
- SERVICE_STATE_ACTUAL - Static variable in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic
-
- SERVICE_STATE_ACTUAL - Static variable in interface org.apache.brooklyn.entity.dns.AbstractGeoDnsService
-
- SERVICE_STATE_ACTUAL - Static variable in interface org.apache.brooklyn.entity.group.DynamicCluster
-
- SERVICE_STATE_ACTUAL - Static variable in interface org.apache.brooklyn.entity.group.DynamicFabric
-
- SERVICE_STATE_ACTUAL - Static variable in interface org.apache.brooklyn.entity.software.base.SameServerEntity
-
- SERVICE_STATE_ACTUAL - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- SERVICE_STATE_ACTUAL - Static variable in interface org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppCluster
-
- SERVICE_STATE_EXPECTED - Static variable in interface org.apache.brooklyn.core.entity.Attributes
-
- SERVICE_STATE_EXPECTED - Static variable in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic
-
- SERVICE_STATE_EXPECTED - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- SERVICE_UP - Static variable in interface org.apache.brooklyn.core.entity.Attributes
-
- SERVICE_UP - Static variable in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic
-
- SERVICE_UP - Static variable in interface org.apache.brooklyn.core.entity.trait.Startable
-
- SERVICE_UP - Static variable in interface org.apache.brooklyn.entity.dns.AbstractGeoDnsService
-
- SERVICE_UP - Static variable in interface org.apache.brooklyn.qa.load.SimulatedExternalMonitor
-
- SERVICE_UP_JMX - Static variable in interface org.apache.brooklyn.entity.messaging.storm.Storm
-
- SERVICE_UP_JMX - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- SERVICE_UP_PATH - Static variable in interface org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppService
-
- SERVICE_UP_URL_PATH - Static variable in interface org.apache.brooklyn.entity.proxy.AbstractController
-
- serviceAbsoluteUriBuilder(UriBuilder, Class<?>, String) - Static method in class org.apache.brooklyn.rest.util.WebResourceUtils
-
Provides a builder with the absolute REST URI of a service provided by a resource.
- ServiceCharacteristic - Class in org.apache.brooklyn.camp.spi.pdp
-
- ServiceCharacteristic() - Constructor for class org.apache.brooklyn.camp.spi.pdp.ServiceCharacteristic
-
- ServiceFailureDetector - Class in org.apache.brooklyn.policy.ha
-
- ServiceFailureDetector() - Constructor for class org.apache.brooklyn.policy.ha.ServiceFailureDetector
-
- ServiceFailureDetector.LastPublished - Enum in org.apache.brooklyn.policy.ha
-
- ServiceMatcher(String) - Constructor for class org.apache.brooklyn.camp.spi.resolve.PdpMatcher.ServiceMatcher
-
- ServiceNotUpDiagnosticsCollector() - Constructor for class org.apache.brooklyn.entity.software.base.SoftwareProcessImpl.ServiceNotUpDiagnosticsCollector
-
- ServiceReplacer - Class in org.apache.brooklyn.policy.ha
-
attaches to a DynamicCluster and replaces a failed member in response to HASensors.ENTITY_FAILED or other sensor;
if this fails, it sets the Cluster state to on-fire
- ServiceReplacer() - Constructor for class org.apache.brooklyn.policy.ha.ServiceReplacer
-
- ServiceRestarter - Class in org.apache.brooklyn.policy.ha
-
attaches to a SoftwareProcess (or anything Startable, emitting ENTITY_FAILED or other configurable sensor),
and invokes restart on failure;
if there is a subsequent failure within a configurable time interval, or if the restart fails,
this gives up and emits
ServiceRestarter.ENTITY_RESTART_FAILED
- ServiceRestarter() - Constructor for class org.apache.brooklyn.policy.ha.ServiceRestarter
-
- ServiceStateComputer() - Constructor for class org.apache.brooklyn.entity.stock.AsyncApplicationImpl.ServiceStateComputer
-
- ServiceStateLogic - Class in org.apache.brooklyn.core.entity.lifecycle
-
Logic, sensors and enrichers, and conveniences, for computing service status
- ServiceStateLogic.ComputeServiceIndicatorsFromChildrenAndMembers - Class in org.apache.brooklyn.core.entity.lifecycle
-
- ServiceStateLogic.ComputeServiceIndicatorsFromChildrenAndMembersSpec - Class in org.apache.brooklyn.core.entity.lifecycle
-
- ServiceStateLogic.ComputeServiceState - Class in org.apache.brooklyn.core.entity.lifecycle
-
- ServiceStateLogic.ServiceNotUpLogic - Class in org.apache.brooklyn.core.entity.lifecycle
-
- ServiceStateLogic.ServiceProblemsLogic - Class in org.apache.brooklyn.core.entity.lifecycle
-
- serviceUriBuilder(UriBuilder, Class<?>, String) - Static method in class org.apache.brooklyn.rest.util.WebResourceUtils
-
Provides a builder with the REST URI of a service provided by a resource.
- sessionTimeout(Integer) - Method in class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixFeed.Builder
-
- sessionTimeout(long) - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjClientConnection.Builder
-
- sessionTimeout(int) - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjTool.Builder
-
- set(AttributeSensor<T>, T) - Method in interface org.apache.brooklyn.api.entity.Entity.SensorSupport
-
Sets the
AttributeSensor
data for the given attribute to the specified value.
- set(ConfigKey<T>, T) - Method in interface org.apache.brooklyn.api.objs.Configurable.ConfigurationSupport
-
Sets the config to the given value.
- set(ConfigKey.HasConfigKey<T>, T) - Method in interface org.apache.brooklyn.api.objs.Configurable.ConfigurationSupport
-
- set(ConfigKey<T>, Task<T>) - Method in interface org.apache.brooklyn.api.objs.Configurable.ConfigurationSupport
-
- set(ConfigKey.HasConfigKey<T>, Task<T>) - Method in interface org.apache.brooklyn.api.objs.Configurable.ConfigurationSupport
-
- set(Collection<T>) - Static method in class org.apache.brooklyn.core.config.ListConfigKey.ListModifications
-
Deprecated.
when passed as a value to a ListConfigKey, causes the list to be cleared and these items added
- set(Map<String, V>) - Static method in class org.apache.brooklyn.core.config.MapConfigKey.MapModifications
-
when passed as a value to a MapConfigKey, causes the map to be cleared and these items added
- set(Collection<T>) - Static method in class org.apache.brooklyn.core.config.SetConfigKey.SetModifications
-
when passed as a value to a SetConfigKey, causes the set to be cleared and these items added
- set(AttributeSensor<T>, T) - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicSensorSupport
-
- set(T) - Method in class org.apache.brooklyn.core.internal.storage.impl.BasicReference
-
- set(T) - Method in interface org.apache.brooklyn.core.internal.storage.Reference
-
- set(ConfigKey.HasConfigKey<T>, Task<T>) - Method in class org.apache.brooklyn.core.objs.AbstractConfigurationSupportInternal
-
- set(ConfigKey.HasConfigKey<T>, T) - Method in class org.apache.brooklyn.core.objs.AbstractConfigurationSupportInternal
-
- set(ConfigKey<T>, T) - Method in class org.apache.brooklyn.core.objs.AbstractConfigurationSupportInternal
-
- set(ConfigKey<T>, Task<T>) - Method in class org.apache.brooklyn.core.objs.AbstractConfigurationSupportInternal
-
- set(Map<?, ?>) - Method in class org.apache.brooklyn.core.objs.AbstractConfigurationSupportInternal
-
Deprecated.
- set(ConfigKey<T>, T) - Method in class org.apache.brooklyn.core.objs.BasicConfigurableObject.BasicConfigurationSupport
-
- set(ConfigKey.HasConfigKey<T>, T) - Method in class org.apache.brooklyn.core.objs.BasicConfigurableObject.BasicConfigurationSupport
-
- set(ConfigKey<T>, Task<T>) - Method in class org.apache.brooklyn.core.objs.BasicConfigurableObject.BasicConfigurationSupport
-
- set(ConfigKey.HasConfigKey<T>, Task<T>) - Method in class org.apache.brooklyn.core.objs.BasicConfigurableObject.BasicConfigurationSupport
-
- set(Map<?, ?>) - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal.ConfigurationSupportInternal
-
- set(String, String, String, Boolean, Object) - Method in interface org.apache.brooklyn.rest.api.EntityConfigApi
-
- set(String, String, String, String, Object) - Method in interface org.apache.brooklyn.rest.api.PolicyConfigApi
-
Deprecated.
- set(String, String, String, Object) - Method in interface org.apache.brooklyn.rest.api.SensorApi
-
- set(String, String, String, Boolean, Object) - Method in class org.apache.brooklyn.rest.resources.EntityConfigResource
-
- set(String, String, String, String, Object) - Method in class org.apache.brooklyn.rest.resources.PolicyConfigResource
-
Deprecated.
- set(String, String, String, Object) - Method in class org.apache.brooklyn.rest.resources.SensorResource
-
- SET_HIGH_AVAILABILITY_MODE - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- SET_HIGH_AVAILABILITY_MODE - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode.SetHighAvailabilityModeEffector
-
- SET_HIGH_AVAILABILITY_MODE - Static variable in class org.apache.brooklyn.entity.brooklynnode.effector.SetHighAvailabilityModeEffectorBody
-
- SET_HIGH_AVAILABILITY_PRIORITY - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- SET_HIGH_AVAILABILITY_PRIORITY - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode.SetHighAvailabilityPriorityEffector
-
- SET_HIGH_AVAILABILITY_PRIORITY - Static variable in class org.apache.brooklyn.entity.brooklynnode.effector.SetHighAvailabilityPriorityEffectorBody
-
- SET_INTEGER - Static variable in class org.apache.brooklyn.util.GenericTypes
-
- SET_ON_FIRE_ON_FAILURE - Static variable in class org.apache.brooklyn.policy.ha.ServiceReplacer
-
- SET_ON_FIRE_ON_FAILURE - Static variable in class org.apache.brooklyn.policy.ha.ServiceRestarter
-
- SET_REUSE_ADDRESS - Static variable in class org.apache.brooklyn.util.net.Networking
-
- SET_STRING - Static variable in class org.apache.brooklyn.util.GenericTypes
-
- setActions(List<UiModuleAction>) - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleImpl
-
- setAllConfigKeys(Map<?, ?>, Iterable<? extends ConfigKey<?>>, Configurable) - Static method in class org.apache.brooklyn.core.entity.internal.ConfigUtilsInternal
-
- setAllConfigKeys(Map<String, ?>, Configurable, boolean) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
- setAllConfigKeys(Configurable, ConfigBag, boolean) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
- setAllowedCharacters(String) - Method in class org.apache.brooklyn.util.text.StringShortener
-
- setAllowHeaders(String) - Method in class org.apache.brooklyn.rest.filter.CorsImplSupplierFilter
-
- setAllowOrigins(String) - Method in class org.apache.brooklyn.rest.filter.CorsImplSupplierFilter
-
- setAllReadOnly() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- setAttribute(String, String, Object) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- setAttribute(ObjectName, String, Object) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- setAttribute(String, Object) - Method in class org.apache.brooklyn.launcher.BrooklynWebServer
-
- setAttribute(String, Object) - Method in class org.apache.brooklyn.rest.util.MultiSessionAttributeAdapter
-
- setAuthenticationConfig(EntitySpec<?>, Entity) - Static method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBAuthenticationUtils
-
Configures the spec
with authentication configuration from source
- setAuthenticationConfig(Entity, Entity) - Static method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBAuthenticationUtils
-
Configures the spec
with authentication configuration from source
- setAvailabilityZone(String) - Method in class org.apache.brooklyn.location.jclouds.aws.AbstractEbsVolumeCustomizer
-
- setAwaitingInitialRebind(boolean) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- setAWSEC2Properties() - Method in class org.apache.brooklyn.location.jclouds.JCloudsPropertiesBuilder
-
- setAzureComputeArmProperties() - Method in class org.apache.brooklyn.location.jclouds.JCloudsPropertiesBuilder
-
- setBaseClassLoader(ClassLoader) - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- setBaseClassPathForScanning(Iterable<URL>) - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
Optional mechanism for setting the classpath which should be scanned by the catalog, if the catalog
is scanning the default classpath.
- setBaseClassPathForScanning(Iterable<URL>) - Method in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
- setBaseClassPathForScanning(Iterable<URL>) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- setBindAddress(InetAddress) - Method in class org.apache.brooklyn.launcher.BrooklynWebServer
-
InetAddress to which server should bind;
defaults to 0.0.0.0 (although common call path is to set to 127.0.0.1 when security is not set)
- setBinLogName(String) - Method in class org.apache.brooklyn.entity.database.mysql.ReplicationSnapshot
-
- setBinLogPosition(int) - Method in class org.apache.brooklyn.entity.database.mysql.ReplicationSnapshot
-
- setBlockingDetails(String) - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
allows a task user to specify why a task is blocked; for use immediately before a blocking/wait,
and typically cleared immediately afterwards; referenced by management api to inspect a task
which is blocking
- setBlockingDetails(String) - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- setBlockingDetails(String) - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
allows a task user to specify why a task is blocked; for use immediately before a blocking/wait,
and typically cleared immediately afterwards; referenced by management api to inspect a task
which is blocking
- setBlockingDetails(String) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
convenience for setting "blocking details" on any task where the current thread is running;
typically invoked prior to a wait, for transparency to a user;
then invoked with 'null' just after the wait
- setBlockingTask(Task<?>) - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- setBlockingTask(Task<?>) - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- setBlockingTask(Task<?>) - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
- setBlockingTask(Task<?>) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- setBreak(boolean) - Method in class org.apache.brooklyn.entity.proxy.nginx.UrlRewriteRule
-
- setBreak() - Method in class org.apache.brooklyn.entity.proxy.nginx.UrlRewriteRule
-
- setBrokerUrl() - Method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQBrokerImpl
-
- setBrokerUrl() - Method in class org.apache.brooklyn.entity.messaging.jms.JMSBrokerImpl
-
- setBrokerUrl() - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaBrokerImpl
-
Use the
zookeeper
details if available, otherwise use our own host and port.
- setBrokerUrl() - Method in interface org.apache.brooklyn.entity.messaging.MessageBroker
-
Setup the URL for external connections to the broker.
- setBrokerUrl() - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidBrokerImpl
-
- setBrokerUrl() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitBrokerImpl
-
- setBrooklynProperties(BrooklynProperties) - Method in class org.apache.brooklyn.launcher.osgi.OsgiLauncherImpl
-
- setBrooklynPropertiesBuilder(BrooklynProperties.Factory.Builder) - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
- setBrooklynVersion(BrooklynVersionService) - Method in class org.apache.brooklyn.launcher.osgi.OsgiLauncherImpl
-
- setBytesPerMetricUnit(int) - Method in class org.apache.brooklyn.util.text.ByteSizeStrings
-
- setCatalogInitialization(CatalogInitialization) - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- setCatalogInitialization(CatalogInitialization) - Method in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
- setCatalogInitialization(CatalogInitialization) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- setCatalogItemId(String) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- setCatalogItemId(String) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
Deprecated.
- setCatalogItemId(String) - Method in interface org.apache.brooklyn.core.entity.internal.EntityTransientCopyInternal
-
- setCatalogItemId(String) - Method in class org.apache.brooklyn.core.objs.AbstractBrooklynObject
-
- setCatalogItemId(String) - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal
-
- setCatalogItemIdAndSearchPath(String, List<String>) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- setCatalogItemIdAndSearchPath(String, List<String>) - Method in class org.apache.brooklyn.core.objs.AbstractBrooklynObject
-
- setCatalogItemIdAndSearchPath(String, List<String>) - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal
-
- setCatalogItemIdOnAddition(Entity, BrooklynObject) - Static method in class org.apache.brooklyn.core.catalog.internal.CatalogUtils
-
- setCertificateDestination(String) - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig
-
- setCertificateSourceUrl(String) - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig
-
- setChecksum(String) - Method in class org.apache.brooklyn.core.typereg.BasicManagedBundle
-
- setCidr(String) - Method in class org.apache.brooklyn.location.jclouds.networking.SharedLocationSecurityGroupCustomizer
-
Set to restict the range that the ports that are to be opened can be accessed from
- setClassifierFileNameMarker(String) - Method in class org.apache.brooklyn.util.maven.MavenArtifact
-
- setClasspathScanForEntities(CatalogClasspathDo.CatalogScanningModes) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogDo
-
- setClientCertificateDestination(String) - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig
-
- setClientCertificateSourceUrl(String) - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig
-
- setCommand(String) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.WinRmExecuteHelper
-
- setCommonJcloudsProperties() - Method in class org.apache.brooklyn.location.jclouds.JCloudsPropertiesBuilder
-
- setConfig(ConfigKey<?>, Object) - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
- setConfig(String, String, String, String, Object) - Method in interface org.apache.brooklyn.rest.api.AdjunctApi
-
- setConfig(String, String, String, String, Object) - Method in class org.apache.brooklyn.rest.resources.AdjunctResource
-
- setConfig(Object, ConfigKey<?>, Object, SetFromFlag) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
- setConfigAdmin(ConfigurationAdmin) - Method in class org.apache.brooklyn.launcher.osgi.OsgiConfigLoader
-
- setConfigAdmin(ConfigurationAdmin) - Method in class org.apache.brooklyn.launcher.osgi.OsgiLauncherImpl
-
- setConfigEvenIfOwned(ConfigKey<T>, T) - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- setConfigEvenIfOwned(ConfigKey.HasConfigKey<T>, T) - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- SetConfigKey<V> - Class in org.apache.brooklyn.core.config
-
A config key representing a set of values.
- SetConfigKey(SetConfigKey.Builder<V>) - Constructor for class org.apache.brooklyn.core.config.SetConfigKey
-
- SetConfigKey(<any>, String) - Constructor for class org.apache.brooklyn.core.config.SetConfigKey
-
- SetConfigKey(<any>, String, String) - Constructor for class org.apache.brooklyn.core.config.SetConfigKey
-
- SetConfigKey(<any>, String, String, Set<? extends V>) - Constructor for class org.apache.brooklyn.core.config.SetConfigKey
-
- SetConfigKey.Builder<V> - Class in org.apache.brooklyn.core.config
-
- SetConfigKey.SetModification<T> - Interface in org.apache.brooklyn.core.config
-
- SetConfigKey.SetModificationBase<T> - Class in org.apache.brooklyn.core.config
-
- SetConfigKey.SetModifications - Class in org.apache.brooklyn.core.config
-
- setConfigKeyAtManagmentContext() - Method in class org.apache.brooklyn.camp.brooklyn.BrooklynCampPlatform
-
- setContainer(TContainer) - Method in class org.apache.brooklyn.config.ConfigInheritances.BasicConfigValueAtContainer
-
- setContainers(Group) - Method in interface org.apache.brooklyn.policy.loadbalancing.ItemsInContainersGroup
-
- setContainers(Group) - Method in class org.apache.brooklyn.policy.loadbalancing.ItemsInContainersGroupImpl
-
- setContainingBundle(VersionedName) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
- setContainingBundle(RegisteredType, ManagedBundle) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- setContents(Group, Group) - Method in interface org.apache.brooklyn.policy.followthesun.FollowTheSunPool
-
- setContents(Group, Group) - Method in class org.apache.brooklyn.policy.followthesun.FollowTheSunPoolImpl
-
- setContents(Group, Group) - Method in interface org.apache.brooklyn.policy.loadbalancing.BalanceableWorkerPool
-
- setContents(Group, Group) - Method in class org.apache.brooklyn.policy.loadbalancing.BalanceableWorkerPoolImpl
-
- setCopyPersistedState(String) - Method in class org.apache.brooklyn.launcher.osgi.OsgiLauncherImpl
-
- setCredential(String) - Method in class org.apache.brooklyn.location.jclouds.domain.JcloudsContext
-
- setCustomAttribute(String, Object) - Method in class org.apache.brooklyn.camp.spi.AbstractResource
-
- setCustomFileNameAfterArtifactMarker(String) - Method in class org.apache.brooklyn.util.maven.MavenArtifact
-
- setCustomJcloudsProperties() - Method in class org.apache.brooklyn.location.jclouds.JCloudsPropertiesBuilder
-
- setDefault(String, boolean) - Static method in class org.apache.brooklyn.core.BrooklynFeatureEnablement
-
- setDefaultCatalogLocation(String) - Method in class org.apache.brooklyn.launcher.osgi.OsgiLauncherImpl
-
- setDefaultClassForLoading(Class<?>) - Method in class org.apache.brooklyn.util.core.osgi.BundleMaker
-
if set, this will be used to resolve relative classpath fragments;
the
ResourceUtils
supplied in the constructor must also be with respect to the given class
- setDefaultImageId(String) - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- setDefaultMachineNameMaxLength(int) - Method in class org.apache.brooklyn.core.location.cloud.names.AbstractCloudMachineNamer
-
- setDefaultMachineNameSeparatorAndSaltLength(String, int) - Method in class org.apache.brooklyn.core.location.cloud.names.AbstractCloudMachineNamer
-
Number of chars to use or reserve for the machine identifier when constructing a group identifier;
jclouds for instance uses "-" plus 8
- setDelayMillis(long) - Method in class org.apache.brooklyn.test.WebAppMonitor
-
- setDelegate(AbstractSubscriptionManager) - Method in class org.apache.brooklyn.core.mgmt.internal.QueueingSubscriptionManager
-
- setDeleteOnTermination(boolean) - Method in class org.apache.brooklyn.location.jclouds.aws.EbsVolumeCustomizers.WithExistingSnapshot
-
- setDeleteOnTermination(boolean) - Method in class org.apache.brooklyn.location.jclouds.aws.EbsVolumeCustomizers.WithNewVolume
-
- setDeprecated(boolean) - Method in interface org.apache.brooklyn.api.catalog.CatalogItem
-
- setDeprecated(boolean) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- setDeprecated(boolean) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
- setDeprecated(ManagementContext, String, boolean) - Static method in class org.apache.brooklyn.core.catalog.internal.CatalogUtils
-
- setDeprecated(ManagementContext, String, String, boolean) - Static method in class org.apache.brooklyn.core.catalog.internal.CatalogUtils
-
- setDeprecated(RegisteredType, boolean) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- setDeprecated(String, boolean) - Method in interface org.apache.brooklyn.rest.api.CatalogApi
-
- setDeprecated(String, boolean) - Method in class org.apache.brooklyn.rest.resources.CatalogResource
-
Deprecated.
- setDescription(String) - Method in class org.apache.brooklyn.api.objs.HighlightTuple
-
- setDescription(String) - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- setDescription(String) - Method in class org.apache.brooklyn.util.core.mutex.SemaphoreWithOwners
-
- setDisabled(boolean) - Method in interface org.apache.brooklyn.api.catalog.CatalogItem
-
- setDisabled(boolean) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- setDisabled(boolean) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
- setDisabled(ManagementContext, String, boolean) - Static method in class org.apache.brooklyn.core.catalog.internal.CatalogUtils
-
- setDisabled(ManagementContext, String, String, boolean) - Static method in class org.apache.brooklyn.core.catalog.internal.CatalogUtils
-
- setDisabled(RegisteredType, boolean) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- setDisabled(String, boolean) - Method in interface org.apache.brooklyn.rest.api.CatalogApi
-
- setDisabled(String, boolean) - Method in class org.apache.brooklyn.rest.resources.CatalogResource
-
Deprecated.
- setDisplayName(String) - Method in interface org.apache.brooklyn.api.entity.Entity
-
Sets the entity's display name.
- setDisplayName(String) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
- setDisplayName(String) - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- setDisplayName(String) - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- setDisplayName(String) - Method in class org.apache.brooklyn.core.objs.AbstractBrooklynObject
-
- setDisplayName(String) - Method in class org.apache.brooklyn.core.objs.AbstractEntityAdjunct
-
- setDisplayName(String) - Method in class org.apache.brooklyn.core.typereg.BasicManagedBundle
-
- setEc2DeviceName(String) - Method in class org.apache.brooklyn.location.jclouds.aws.AbstractEbsVolumeCustomizer
-
- setEffectorParameters(Task<?>, ConfigBag) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- setEnableCors(boolean) - Method in class org.apache.brooklyn.rest.filter.CorsImplSupplierFilter
-
- setEnabled(boolean) - Method in class org.apache.brooklyn.location.jclouds.networking.SharedLocationSecurityGroupCustomizer
-
- setEnablement(String, boolean) - Static method in class org.apache.brooklyn.core.BrooklynFeatureEnablement
-
- setEndpointProperty() - Method in class org.apache.brooklyn.location.jclouds.JCloudsPropertiesBuilder
-
- setEndTimeUtc(long) - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- setEndTimeUtc(long) - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- setEndTimeUtc(long) - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
- setEntitlementContext(EntitlementContext) - Static method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.core.enricher.AbstractEnricher
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ComputeServiceIndicatorsFromChildrenAndMembers
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ComputeServiceState
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.core.feed.AbstractFeed
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.core.network.AbstractOnNetworkEnricher
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.core.network.OnPublicNetworkEnricher
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.core.objs.AbstractEntityAdjunct
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.enricher.stock.AbstractAggregator
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.enricher.stock.AbstractTransformer
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.enricher.stock.AbstractTypeTransformingEnricher
-
Deprecated.
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.enricher.stock.aggregator.DashboardAggregator
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.enricher.stock.Combiner
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.enricher.stock.Joiner
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.enricher.stock.PercentageEnricher
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.enricher.stock.Propagator
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.enricher.stock.reducer.Reducer
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.enricher.stock.UpdatingMap
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.enricher.stock.YamlRollingTimeWindowMeanEnricher
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.enricher.stock.YamlTimeWeightedDeltaEnricher
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.entity.group.AbstractMembershipTrackingPolicy
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.entity.software.base.SoftwareProcessImpl.ServiceNotUpDiagnosticsCollector
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.entity.software.base.SoftwareProcessImpl.UpdatingNotUpFromServiceProcessIsRunning
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.entity.stock.AsyncApplicationImpl.ServiceStateComputer
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.entity.system_service.SystemServiceEnricher
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.feed.jmx.JmxFeed
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.location.winrm.AdvertiseWinrmLoginPolicy
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.policy.AbstractInvokeEffectorPolicy
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.policy.action.AbstractScheduledEffectorPolicy
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.policy.action.ScheduledEffectorPolicy
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.policy.action.StopAfterDurationPolicy
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.policy.enricher.HttpLatencyDetector
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.policy.failover.ElectPrimaryPolicy
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.policy.failover.PrimaryRunningEnricher
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.policy.failover.PropagatePrimaryEnricher
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.policy.followthesun.FollowTheSunPolicy
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.policy.ha.AbstractFailureDetector
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.policy.ha.ConditionalSuspendPolicy
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.policy.ha.ServiceReplacer
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.policy.ha.ServiceRestarter
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.policy.InvokeEffectorOnCollectionSensorChange
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.policy.InvokeEffectorOnSensorChange
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.policy.jclouds.os.CreateUserPolicy
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.policy.loadbalancing.LoadBalancingPolicy
-
- setEntity(EntityLocal) - Method in class org.apache.brooklyn.ui.modularity.enricher.BrooklynExternalUiModuleEnricher
-
- setEntityFilter(<any>) - Method in interface org.apache.brooklyn.entity.group.DynamicGroup
-
- setEntityFilter(<any>) - Method in class org.apache.brooklyn.entity.group.DynamicGroupImpl
-
- setEntityId(String) - Method in class org.apache.brooklyn.entity.database.mysql.ReplicationSnapshot
-
- setEntityManagementAllowed(boolean) - Method in interface org.apache.brooklyn.core.mgmt.internal.AccessManager
-
- setEntityManagementAllowed(boolean) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalAccessManager
-
- setEntityManagementAllowed(boolean) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentAccessManager
-
- setEnv(Map<String, String>) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.WinRmExecuteHelper
-
- setEventAdmin(EventAdmin) - Method in class org.apache.brooklyn.ui.proxy.UiProxy
-
- setExpandedInstallDir(String) - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- setExpectedState(Entity, Lifecycle) - Static method in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic
-
- setExpectedStateRunningWithErrors(Entity) - Static method in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic
-
- setExposeHeaders(String) - Method in class org.apache.brooklyn.rest.filter.CorsImplSupplierFilter
-
- setExtraField(String, Object) - Method in class org.apache.brooklyn.rest.domain.BundleSummary
-
- setExtraField(String, Object) - Method in class org.apache.brooklyn.rest.domain.EntitySummary
-
- setExtraField(String, Object) - Method in class org.apache.brooklyn.rest.domain.TypeSummary
-
- setExtraStatusDetails(String) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
sets extra status details on the current task, if possible (otherwise does nothing).
- setExtraStatusText(Object) - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- setExtraStatusText(Object) - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- setExtraStatusText(Object) - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
- setFailOnStartupErrors(boolean) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogInitialization
-
- setFailureHandlingConfig(DynamicSequentialTask.FailureHandlingConfig) - Method in class org.apache.brooklyn.util.core.task.DynamicSequentialTask
-
- setField(Object, Field, Object, SetFromFlag) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
sets the field to the value, after checking whether the given value can be set
respecting the constraints of the annotation
- setFieldFromFlag(Object, String, Object) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
Sets the field with the given flag (if it exists) to the given value.
- setFieldsFromFlags(Map<?, ?>, Object) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
- setFieldsFromFlags(Object, ConfigBag) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
sets all fields (including private and static, local and inherited) annotated
SetFromFlag
on the given object,
from the given flags map, returning just those flag-value pairs passed in which do not correspond to SetFromFlags fields
annotated ConfigKey and HasConfigKey fields are _configured_ (and we assume the object in that case is
Configurable
);
keys should be ConfigKey, HasConfigKey, or String;
default values are also applied unless that is specified false on one of the variants of this method which takes such an argument
- setFieldsFromFlags(Object, ConfigBag, boolean) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
- setFieldsFromFlagsWithBag(Object, Map<?, ?>, ConfigBag, boolean) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
- setFilePermissionsTo600(File) - Static method in class org.apache.brooklyn.util.io.FileUtil
-
- setFilePermissionsTo700(File) - Static method in class org.apache.brooklyn.util.io.FileUtil
-
- setFilesystemType(String) - Method in class org.apache.brooklyn.location.jclouds.aws.EbsVolumeCustomizers.WithNewVolume
-
- setFinalizer(BasicTask.TaskFinalizer) - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- setFlag(String, Object) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
- setFlag(ConfigKey<T>, T) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
- setFrom(String) - Method in class org.apache.brooklyn.entity.proxy.nginx.UrlRewriteRule
-
- SetFromFlag - Annotation Type in org.apache.brooklyn.util.core.flags
-
Annotation to indicate that a variable may be set through the use of a named argument,
looking for the name specified here or inferred from the annotated field/argument/object.
- SetFromLiveMap<E> - Class in org.apache.brooklyn.util.collections
-
Creates a Set backed by a given map (using the map's Map.keySet()
for the contents of the set).
- setFromMap(String, String, Boolean, Map) - Method in interface org.apache.brooklyn.rest.api.EntityConfigApi
-
- setFromMap(String, String, Map) - Method in interface org.apache.brooklyn.rest.api.SensorApi
-
- setFromMap(String, String, Boolean, Map) - Method in class org.apache.brooklyn.rest.resources.EntityConfigResource
-
- setFromMap(String, String, Map) - Method in class org.apache.brooklyn.rest.resources.SensorResource
-
- setGlobalBrooklynProperties(String) - Method in class org.apache.brooklyn.launcher.osgi.OsgiLauncherImpl
-
- setHaHeartbeatPeriod(String) - Method in class org.apache.brooklyn.launcher.osgi.OsgiLauncherImpl
-
- setHaHeartbeatTimeout(String) - Method in class org.apache.brooklyn.launcher.osgi.OsgiLauncherImpl
-
- setHeartbeatTimeout(Duration) - Method in class org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl
-
- setHighAvailabilityMode(HighAvailabilityMode) - Method in class org.apache.brooklyn.launcher.osgi.OsgiLauncherImpl
-
- SetHighAvailabilityModeEffectorBody - Class in org.apache.brooklyn.entity.brooklynnode.effector
-
- SetHighAvailabilityModeEffectorBody() - Constructor for class org.apache.brooklyn.entity.brooklynnode.effector.SetHighAvailabilityModeEffectorBody
-
- setHighAvailabilityNodeState(HighAvailabilityMode) - Method in interface org.apache.brooklyn.rest.api.ServerApi
-
- setHighAvailabilityNodeState(HighAvailabilityMode) - Method in class org.apache.brooklyn.rest.resources.ServerResource
-
- setHighAvailabilityPriority(long) - Method in interface org.apache.brooklyn.rest.api.ServerApi
-
- setHighAvailabilityPriority(long) - Method in class org.apache.brooklyn.rest.resources.ServerResource
-
- SetHighAvailabilityPriorityEffectorBody - Class in org.apache.brooklyn.entity.brooklynnode.effector
-
- SetHighAvailabilityPriorityEffectorBody() - Constructor for class org.apache.brooklyn.entity.brooklynnode.effector.SetHighAvailabilityPriorityEffectorBody
-
- setHighlights(Map<String, HighlightTuple>) - Method in class org.apache.brooklyn.core.objs.AbstractEntityAdjunct
-
Should only be used for rebind
- setHostGeoInfo(HostGeoInfo) - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- setHostname(String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
Sets the hostname, splitting the given hostname if it contains a dot to include the unqualified and fully qualified names.
- setHostname(String, String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
Sets the hostname to hostPart + "." + domainPart
, or if domainPart is null/empty then {code hostPart}.
- SetHostnameCustomizer - Class in org.apache.brooklyn.entity.machine
-
Sets the hostname on an ssh'able machine.
- SetHostnameCustomizer(ConfigBag) - Constructor for class org.apache.brooklyn.entity.machine.SetHostnameCustomizer
-
- setHttpsEnabled(Boolean) - Method in class org.apache.brooklyn.launcher.BrooklynWebServer
-
- setIcon(String) - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleActionImpl
-
- setIcon(String) - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleImpl
-
- setIconUrl(String) - Method in class org.apache.brooklyn.rest.domain.TypeSummary
-
- setId(String) - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleImpl
-
- setIdentity(String) - Method in class org.apache.brooklyn.location.jclouds.domain.JcloudsContext
-
- setIfDifferent(AtomicBoolean, boolean) - Static method in class org.apache.brooklyn.util.javalang.AtomicReferences
-
sets the atomic reference to the given value, and returns whether there is any change
- setIfDifferent(AtomicReference<T>, T) - Static method in class org.apache.brooklyn.util.javalang.AtomicReferences
-
sets the atomic reference to the given value, and returns whether there is any change
- setIgnoreAppErrors(boolean) - Method in class org.apache.brooklyn.launcher.osgi.OsgiLauncherImpl
-
- setIgnoreCatalogErrors(boolean) - Method in class org.apache.brooklyn.launcher.osgi.OsgiLauncherImpl
-
- setIgnorePersistenceErrors(boolean) - Method in class org.apache.brooklyn.launcher.osgi.OsgiLauncherImpl
-
- setInArray(Object, int, Object, Class<?>) - Static method in class org.apache.brooklyn.util.javalang.Boxing
-
sets the given element in an array to the indicated value;
if the type is a primitive type, the appropriate primitive method is used
- setInboundPortsList(String) - Method in class org.apache.brooklyn.location.jclouds.networking.InboundPortsJcloudsLocationCustomizer
-
Deprecated.
- setInboundPortsListProtocol(String) - Method in class org.apache.brooklyn.location.jclouds.networking.InboundPortsJcloudsLocationCustomizer
-
Deprecated.
- setInessential(Task<?>) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- setInessential() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
- setJarContent(ByteSource) - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.ManagedBundleMemento
-
- setJarContent(ByteSource) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicManagedBundleMemento
-
- setJitterThreads(boolean) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
- setJitterThreadsMaxDelay(int) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
- setJmxUrl() - Method in class org.apache.brooklyn.entity.java.JmxSupport
-
- setJob(Callable<T>) - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- setJob(Callable<T>) - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- setJob(Callable<T>) - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
- setKey(ConfigKey<? extends TValue>) - Method in class org.apache.brooklyn.config.ConfigInheritances.BasicConfigValueAtContainer
-
- setKeyDestination(String) - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig
-
- setKeySourceUrl(String) - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig
-
- setLaunchAttribute(EntitySpec<?>, String, Object) - Static method in class org.apache.brooklyn.entity.chef.ChefConfigs
-
replaces the attributes underneath the rootAttribute parameter with the given value;
see #addLaunchAttributesMap(EntitySpec, Map)
for richer functionality
- setLaunchAttribute(EntityInternal, String, Object) - Static method in class org.apache.brooklyn.entity.chef.ChefConfigs
-
replaces the attributes underneath the rootAttribute parameter with the given value;
see #addLaunchAttributesMap(EntitySpec, Map)
for richer functionality
- setLauncher(OsgiLauncher) - Method in class org.apache.brooklyn.launcher.osgi.start.OsgiLauncherCompleter
-
- SetLimitsCustomizer - Class in org.apache.brooklyn.entity.machine
-
Sets the limits (such as 'nofile' and 'nproc') on an ssh'able machine.
- SetLimitsCustomizer() - Constructor for class org.apache.brooklyn.entity.machine.SetLimitsCustomizer
-
- setLoader(BrooklynClassLoadingContext) - Static method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog.BrooklynLoaderTracker
-
- setLocalBrooklynProperties(String) - Method in class org.apache.brooklyn.launcher.osgi.OsgiLauncherImpl
-
- setLocalConfig(Map<ConfigKey<?>, ?>) - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
- setLocalHostname(SshMachineLocation) - Method in class org.apache.brooklyn.entity.machine.SetHostnameCustomizer
-
Sets the machine's hostname to the value controlled by fixed_hostname and hostname_template.
- setLocalHostname(SshMachineLocation, String, String) - Method in class org.apache.brooklyn.entity.machine.SetHostnameCustomizer
-
Sets the machine's hostname to the given value, ensuring /etc/hosts and /etc/sysconfig/network are both
correctly updated.
- setLocalTempDir(Map<String, ?>, ConfigBag) - Static method in class org.apache.brooklyn.core.location.LocationPropertiesFromBrooklynProperties
-
allow the temp dir where ssh temporary files on the brooklyn server side are placed
- setLocalTicker(Ticker) - Method in class org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl
-
A ticker that reads in milliseconds, for populating local timestamps.
- setLocationManagementAllowed(boolean) - Method in interface org.apache.brooklyn.core.mgmt.internal.AccessManager
-
- setLocationManagementAllowed(boolean) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalAccessManager
-
- setLocationManagementAllowed(boolean) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentAccessManager
-
- setLocationName(String) - Method in class org.apache.brooklyn.location.jclouds.networking.SharedLocationSecurityGroupCustomizer
-
The location name is appended to the name of the shared SG - use if you need distinct shared SGs within the same location
- setLocationProvisioningAllowed(boolean) - Method in interface org.apache.brooklyn.core.mgmt.internal.AccessManager
-
- setLocationProvisioningAllowed(boolean) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalAccessManager
-
- setLocationProvisioningAllowed(boolean) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentAccessManager
-
- setLogPrefix(String) - Method in class org.apache.brooklyn.util.stream.StreamGobbler
-
- setLookupContext(BrooklynMementoPersister.LookupContext) - Method in interface org.apache.brooklyn.core.mgmt.persist.MementoSerializer
-
- setLookupContext(BrooklynMementoPersister.LookupContext) - Method in class org.apache.brooklyn.core.mgmt.persist.RetryingMementoSerializer
-
- setLookupContext(BrooklynMementoPersister.LookupContext) - Method in class org.apache.brooklyn.core.mgmt.persist.XmlMementoSerializer
-
- setLowerLimit(int) - Method in class org.apache.brooklyn.util.text.ByteSizeStrings
-
- setManagementContext(ManagementContext) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.CampToSpecTransformer
-
Deprecated.
- setManagementContext(ManagementContext) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.service.UrlServiceSpecResolver
-
- setManagementContext(ManagementContext) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogInitialization
-
- setManagementContext(ManagementContext) - Method in class org.apache.brooklyn.core.catalog.internal.JavaCatalogToSpecTransformer
-
- setManagementContext(ManagementContextInternal) - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- setManagementContext(ManagementContextInternal) - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- setManagementContext(ManagementContext) - Method in class org.apache.brooklyn.core.mgmt.classloading.ClassLoaderFromStackOfBrooklynClassLoadingContext
-
- setManagementContext(ManagementContextInternal) - Method in class org.apache.brooklyn.core.mgmt.internal.EntityManagementSupport
-
- setManagementContext(ManagementContextInternal) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- setManagementContext(ManagementContext) - Method in interface org.apache.brooklyn.core.mgmt.ManagementContextInjectable
-
- setManagementContext(ManagementContextInternal) - Method in class org.apache.brooklyn.core.objs.AbstractBrooklynObject
-
- setManagementContext(ManagementContext) - Method in class org.apache.brooklyn.core.objs.BasicConfigurableObject
-
- setManagementContext(ManagementContext) - Method in class org.apache.brooklyn.core.resolve.entity.AbstractEntitySpecResolver
-
- setManagementContext(ManagementContext) - Method in class org.apache.brooklyn.core.typereg.AbstractTypePlanTransformer
-
- setManagementContext(ManagementContextInternal) - Method in class org.apache.brooklyn.entity.group.AbstractGroupImpl
-
- setManagementContext(ManagementContext) - Method in class org.apache.brooklyn.karaf.commands.cloud.explorer.AbstractCloudExplorerCommand
-
- setManagementContext(ManagementContext) - Method in class org.apache.brooklyn.rest.resources.AbstractBrooklynRestResource
-
- setManagementContext(ManagementContext) - Method in class org.apache.brooklyn.util.core.internal.winrm.winrm4j.Winrm4jTool
-
- setManagementNodeUri(URI) - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- setManagementNodeUri(URI) - Method in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
- setManagementNodeUri(URI) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- setManagementPlaneId(String) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- setManagementTransitionMode(T, ManagementTransitionMode) - Method in interface org.apache.brooklyn.core.mgmt.internal.BrooklynObjectManagerInternal
-
- setManagementTransitionMode(Entity, ManagementTransitionMode) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalEntityManager
-
- setManagementTransitionMode(Location, ManagementTransitionMode) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalLocationManager
-
- setManagementTransitionMode(Entity, ManagementTransitionMode) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentEntityManager
-
- setManagementTransitionMode(Location, ManagementTransitionMode) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentLocationManager
-
- setMaster(String) - Method in class org.apache.brooklyn.core.mgmt.ha.ManagementPlaneSyncRecordDeltaImpl.Builder
-
- setMasterChooser(MasterChooser) - Method in class org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl
-
- setMaxAge(Integer) - Method in class org.apache.brooklyn.rest.filter.CorsImplSupplierFilter
-
- setMaxLen(int) - Method in class org.apache.brooklyn.util.text.ByteSizeStrings
-
- setMaxPoolSize(int) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- setMembers(Collection<Entity>) - Method in interface org.apache.brooklyn.entity.group.AbstractGroup
-
- setMembers(Collection<Entity>, <any>) - Method in interface org.apache.brooklyn.entity.group.AbstractGroup
-
Removes any existing members that do not match the given filter, and adds those entities in
the given collection that match the predicate.
- setMembers(Collection<Entity>) - Method in class org.apache.brooklyn.entity.group.AbstractGroupImpl
-
- setMembers(Collection<Entity>, <any>) - Method in class org.apache.brooklyn.entity.group.AbstractGroupImpl
-
- setMemberSpec(EntitySpec<?>) - Method in interface org.apache.brooklyn.entity.group.DynamicCluster
-
- setMemberSpec(EntitySpec<?>) - Method in class org.apache.brooklyn.entity.group.DynamicClusterImpl
-
- setMemberSpec(EntitySpec<?>) - Method in interface org.apache.brooklyn.entity.group.DynamicFabric
-
- setMemberSpec(EntitySpec<?>) - Method in class org.apache.brooklyn.entity.group.DynamicFabricImpl
-
- setMetadataRegistry(UiMetadataRegistry) - Method in class org.apache.brooklyn.ui.modularity.metadata.registry.RestUiMetadataRegistry
-
- setMetricLowerBound(Number) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- setMetricUpperBound(Number) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- setMinionId(String) - Static method in class org.apache.brooklyn.entity.cm.salt.SaltSshTasks
-
- setMinPeriodBetweenExecs(Duration) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- setMinPoolSize(int) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- setMinTimeBetweenReconnectAttempts(int) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
- setMode(NonDeploymentManagementContext.NonDeploymentManagementContextMode) - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- SetModificationBase(Collection<T>, boolean) - Constructor for class org.apache.brooklyn.core.config.SetConfigKey.SetModificationBase
-
- SetModifications() - Constructor for class org.apache.brooklyn.core.config.SetConfigKey.SetModifications
-
- setMountPoint(String) - Method in class org.apache.brooklyn.location.jclouds.aws.AbstractEbsVolumeCustomizer
-
- setName(String) - Method in class org.apache.brooklyn.core.objs.BrooklynDynamicType
-
- setName(String) - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleActionImpl
-
- setName(String) - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleImpl
-
- setName(String) - Method in interface org.apache.brooklyn.util.core.task.CanSetName
-
- setName(String) - Method in class org.apache.brooklyn.util.core.task.SingleThreadedScheduler
-
- setNewValue(Object) - Method in class org.apache.brooklyn.camp.spi.resolve.interpret.PlanInterpretationNode
-
- setNtDomain(String) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.WinRmExecuteHelper
-
- setObjectIterator(Iterator<BrooklynObject>) - Method in class org.apache.brooklyn.core.mgmt.rebind.ActivePartialRebindIteration
-
- setOnException(T) - Method in class org.apache.brooklyn.core.feed.FeedConfig
-
- setOnFailure(T) - Method in class org.apache.brooklyn.core.feed.FeedConfig
-
- setOnFailureOrException(T) - Method in class org.apache.brooklyn.core.feed.FeedConfig
-
- setOnResult(T) - Method in class org.apache.brooklyn.core.feed.FeedConfig
-
- setOnSuccess(T) - Method in class org.apache.brooklyn.core.feed.FeedConfig
-
- setOpenIcmp(Boolean) - Method in class org.apache.brooklyn.location.jclouds.networking.SharedLocationSecurityGroupCustomizer
-
- setOrigin(BigInteger) - Method in interface org.apache.brooklyn.entity.nosql.cassandra.TokenGenerator
-
Deprecated.
- setOrigin(BigInteger) - Method in class org.apache.brooklyn.entity.nosql.cassandra.TokenGenerators.AbstractTokenGenerator
-
Deprecated.
- setOsDeviceName(String) - Method in class org.apache.brooklyn.location.jclouds.aws.AbstractEbsVolumeCustomizer
-
- setOwner(String) - Method in class org.apache.brooklyn.location.jclouds.aws.AbstractEbsVolumeCustomizer
-
- setParameters(ConfigBag) - Method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags.EffectorCallTag
-
- setParent(Entity) - Method in interface org.apache.brooklyn.api.entity.Entity
-
Sets the parent (i.e.
- setParent(Location) - Method in interface org.apache.brooklyn.api.location.Location
-
Set the 'parent' of this location.
- setParent(Entity) - Method in class org.apache.brooklyn.core.entity.AbstractApplication
-
- setParent(Entity) - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
Adds this as a child of the given entity; registers with application if necessary.
- setParent(Location) - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- setParent(Location, boolean) - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- setParent(Location) - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
- setPath(String) - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleActionImpl
-
- setPath(String) - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleImpl
-
- setPeriodicPersistPeriod(Duration) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
Must be called before setPerister()
- setPermissions(Integer) - Method in class org.apache.brooklyn.location.jclouds.aws.AbstractEbsVolumeCustomizer
-
- setPersistenceDir(String) - Method in class org.apache.brooklyn.launcher.osgi.OsgiLauncherImpl
-
- setPersistenceLocation(String) - Method in class org.apache.brooklyn.launcher.osgi.OsgiLauncherImpl
-
- setPersistenceNeeded(boolean) - Method in class org.apache.brooklyn.core.typereg.BasicManagedBundle
-
- setPersister(ManagementPlaneSyncRecordPersister) - Method in interface org.apache.brooklyn.api.mgmt.ha.HighAvailabilityManager
-
- setPersister(BrooklynMementoPersister) - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindManager
-
- setPersister(BrooklynMementoPersister, PersistenceExceptionHandler) - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindManager
-
- setPersister(ManagementPlaneSyncRecordPersister) - Method in class org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl
-
- setPersister(BrooklynMementoPersister) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- setPersister(BrooklynMementoPersister, PersistenceExceptionHandler) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- setPersistMode(PersistMode) - Method in class org.apache.brooklyn.launcher.osgi.OsgiLauncherImpl
-
- setPersistPeriod(String) - Method in class org.apache.brooklyn.launcher.osgi.OsgiLauncherImpl
-
- setPerThreadExecutionContext(BasicExecutionContext) - Static method in class org.apache.brooklyn.util.core.task.BasicExecutionContext
-
For use if external code wants to subsequently use an
ExecutionContext
but cannot submit via one.
- setPollPeriod(Duration) - Method in class org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl
-
- setPort(Object) - Method in class org.apache.brooklyn.launcher.BrooklynWebServer
-
- setPrecision(int) - Method in class org.apache.brooklyn.util.text.ByteSizeStrings
-
- setPrefix(String) - Method in class org.apache.brooklyn.util.stream.StreamGobbler
-
- setPrintPrefix(String) - Method in class org.apache.brooklyn.util.stream.StreamGobbler
-
- setPriority(long) - Method in interface org.apache.brooklyn.api.mgmt.ha.HighAvailabilityManager
-
sets the priority, and publishes it synchronously so it is canonical
- setPriority(long) - Method in class org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl
-
- setPromotionListener(HighAvailabilityManagerImpl.PromotionListener) - Method in class org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl
-
- setProperties(Map<String, String>) - Method in class org.apache.brooklyn.location.jclouds.domain.JcloudsContext
-
- setProviderOrApi(String) - Method in class org.apache.brooklyn.location.jclouds.domain.JcloudsContext
-
- setProxy(Entity) - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
internal use only
- setPsCommand(String) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.WinRmExecuteHelper
-
- setPublicAddress(InetAddress) - Method in class org.apache.brooklyn.launcher.BrooklynWebServer
-
Sets the public address that the server's management context's REST API will be available on
- setPublicFieldsFromFlags(Map<?, ?>, Object) - Static method in class org.apache.brooklyn.util.core.flags.FlagUtils
-
- setReadOnly(boolean) - Method in class org.apache.brooklyn.core.mgmt.internal.EntityManagementSupport
-
- setRegion(String) - Method in class org.apache.brooklyn.location.jclouds.aws.EbsVolumeCustomizers.WithExistingVolume
-
- setReleaseUrlGenerator(<any>) - Method in class org.apache.brooklyn.util.maven.MavenRetriever
-
- setRemoteTicker(Ticker) - Method in class org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl
-
A ticker that reads in milliseconds, for overriding remote timestamps.
- setRemoteTimestamp(Long) - Method in class org.apache.brooklyn.core.mgmt.ha.dto.BasicManagementNodeSyncRecord
-
used here for store to inject remote timestamp
- setRemovalStrategy(<any>) - Method in interface org.apache.brooklyn.entity.group.DynamicCluster
-
- setRemovalStrategy(<any>) - Method in class org.apache.brooklyn.entity.group.DynamicClusterImpl
-
- setResizable(Resizable) - Method in interface org.apache.brooklyn.policy.loadbalancing.BalanceableWorkerPool
-
- setResizable(Resizable) - Method in class org.apache.brooklyn.policy.loadbalancing.BalanceableWorkerPoolImpl
-
- setResizeDownIterationIncrement(Integer) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- setResizeDownIterationMax(Integer) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- setResizeDownStabilizationDelay(Duration) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- setResizeUpIterationIncrement(Integer) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- setResizeUpIterationMax(Integer) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- setResizeUpStabilizationDelay(Duration) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- setRetryExceptionPredicate(<any>) - Method in class org.apache.brooklyn.location.jclouds.networking.JcloudsLocationSecurityGroupCustomizer
-
- setReuseSessions(boolean) - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig
-
- setServer(JAXRSServerFactoryBean) - Method in class org.apache.brooklyn.rest.util.ScannerInjectHelper
-
- setServiceState(Lifecycle) - Method in interface org.apache.brooklyn.entity.dns.AbstractGeoDnsService
-
- setServiceState(Lifecycle) - Method in class org.apache.brooklyn.entity.dns.AbstractGeoDnsServiceImpl
-
- setShutdownAppsOnExit(boolean) - Method in class org.apache.brooklyn.camp.brooklyn.YamlLauncherAbstract
-
- setShutdownHandler(ShutdownHandler) - Method in class org.apache.brooklyn.launcher.BrooklynWebServer
-
- setShutdownTimeout(Duration) - Static method in class org.apache.brooklyn.core.mgmt.internal.BrooklynShutdownHooks
-
- setSizeInGib(int) - Method in class org.apache.brooklyn.location.jclouds.aws.EbsVolumeCustomizers.WithExistingSnapshot
-
- setSizeInGib(int) - Method in class org.apache.brooklyn.location.jclouds.aws.EbsVolumeCustomizers.WithNewVolume
-
- setSlug(String) - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleImpl
-
- setSnapshotId(String) - Method in class org.apache.brooklyn.location.jclouds.aws.EbsVolumeCustomizers.WithExistingSnapshot
-
- setSnapshotPath(String) - Method in class org.apache.brooklyn.entity.database.mysql.ReplicationSnapshot
-
- setSnapshotUrlGenerator(<any>) - Method in class org.apache.brooklyn.util.maven.MavenRetriever
-
- setSpecConfiguration(Map<String, Object>) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.EntitySpecConfiguration
-
Allows BrooklynComponentTemplateResolver to traverse the configuration and resolve any entity specs
- setSshCidrSupplier(<any>) - Method in class org.apache.brooklyn.location.jclouds.networking.JcloudsLocationSecurityGroupCustomizer
-
- setSslEnvFromProperties(Map<String, Object>, Properties) - Method in class org.apache.brooklyn.util.jmx.jmxmp.JmxmpAgent
-
- setStartBrooklynNode(boolean) - Method in class org.apache.brooklyn.launcher.osgi.OsgiLauncherImpl
-
- setStartingUp(boolean) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogInitialization
-
Called by the framework to set true while starting up, and false afterwards,
in order to assist in appropriate logging and error handling.
- setStartTimeUtc(long) - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- setStartTimeUtc(long) - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- setStartTimeUtc(long) - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
- setStopExisting(boolean) - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleImpl
-
- setStrictSerialization(Boolean) - Static method in class org.apache.brooklyn.util.core.json.BidiSerialization
-
Sets strict serialization on, or off (the default), for the current thread.
- setSubmittedByTask(Task<?>) - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- setSubmittedByTask(Maybe<Task<?>>, String) - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- setSubmittedByTask(Task<?>) - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- setSubmittedByTask(Maybe<Task<?>>, String) - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- setSubmittedByTask(Task<?>) - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
- setSubmittedByTask(Maybe<Task<?>>, String) - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
- setSubmitTimeUtc(long) - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- setSubmitTimeUtc(long) - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- setSubmitTimeUtc(long) - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
- setSuffixBytes(String) - Method in class org.apache.brooklyn.util.text.ByteSizeStrings
-
- setSuffixGiga(String) - Method in class org.apache.brooklyn.util.text.ByteSizeStrings
-
- setSuffixKilo(String) - Method in class org.apache.brooklyn.util.text.ByteSizeStrings
-
- setSuffixMega(String) - Method in class org.apache.brooklyn.util.text.ByteSizeStrings
-
- setSuffixTera(String) - Method in class org.apache.brooklyn.util.text.ByteSizeStrings
-
- setSupersedesBundles(Set<String>) - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleImpl
-
- setSymbolicName(String) - Method in class org.apache.brooklyn.core.typereg.BasicManagedBundle
-
- setTagMapping(Map<String, Map<String, ? extends Object>>) - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- setTarget(Entity) - Method in interface org.apache.brooklyn.entity.proxy.nginx.UrlMapping
-
- setTarget(Entity) - Method in class org.apache.brooklyn.entity.proxy.nginx.UrlMappingImpl
-
- setTargetEntityProvider(Group) - Method in interface org.apache.brooklyn.entity.dns.AbstractGeoDnsService
-
sets target to be a group whose *members* will be searched (non-Group items not supported)
- setTargetEntityProvider(Group) - Method in class org.apache.brooklyn.entity.dns.AbstractGeoDnsServiceImpl
-
- setTargetIsSsl(boolean) - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig
-
- setTaskId(String) - Method in class org.apache.brooklyn.api.objs.HighlightTuple
-
- setTaskQueueingContext(TaskQueueingContext) - Static method in class org.apache.brooklyn.util.core.task.DynamicTasks
-
- setTaskSchedulerForTag(Object, Class<? extends TaskScheduler>) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
- setTaskSchedulerForTag(Object, TaskScheduler) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
Defines a
TaskScheduler
to run on all subsequently submitted jobs with the given tag.
- setTcpPortRanges(List<String>) - Method in class org.apache.brooklyn.location.jclouds.networking.SharedLocationSecurityGroupCustomizer
-
Extra ports to be opened on the entities in the SG
- setThread(Thread) - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- setThread(Thread) - Method in class org.apache.brooklyn.util.core.task.ForwardingTask
-
- setThread(Thread) - Method in interface org.apache.brooklyn.util.core.task.TaskInternal
-
- setThreadLocalPrintStream(OutputStream) - Method in class org.apache.brooklyn.util.stream.ThreadLocalPrintStream
-
sets the PrintStream that callers from this thread should see;
returns any previously custom PrintStream for this thread
- setTime(long) - Method in class org.apache.brooklyn.api.objs.HighlightTuple
-
- setTimePeriod(Duration) - Method in class org.apache.brooklyn.util.collections.TimeWindowedList
-
- settingSensorsConstant(Map<AttributeSensor<?>, Object>) - Static method in class org.apache.brooklyn.core.entity.EntityFunctions
-
- settingSensorsConstant(Entity, Map<AttributeSensor<?>, Object>) - Static method in class org.apache.brooklyn.core.entity.EntityFunctions
-
- setTo(String) - Method in class org.apache.brooklyn.entity.proxy.nginx.UrlRewriteRule
-
- setToken(String) - Method in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- setToken(String) - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeImpl
-
Deprecated.
- setTransient(Task<?>) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- setTransient() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
indicates explicitly that the task can be safely forgotten about after it runs; useful for things like
check_running which run repeatedly
- setTypes(Set<String>) - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleImpl
-
- setUdpPortRanges(List<String>) - Method in class org.apache.brooklyn.location.jclouds.networking.SharedLocationSecurityGroupCustomizer
-
- setUiModuleRegistry(UiModuleRegistry) - Method in class org.apache.brooklyn.ui.modularity.module.registry.RestUiModuleRegistry
-
- setUniqueTag(String) - Method in class org.apache.brooklyn.core.objs.AbstractEntityAdjunct.AdjunctTagSupport
-
- setup() - Method in class org.apache.brooklyn.entity.java.JavaSoftwareProcessSshDriver
-
- setup() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeSshDriver
-
- setup() - 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.
- setup() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- setup() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessWinRmDriver
-
- setup() - Method in class org.apache.brooklyn.policy.action.AbstractScheduledEffectorPolicy
-
- SETUP_LATCH - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- SETUP_LATCH - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- setUpHostsFile(boolean) - Static method in class org.apache.brooklyn.entity.cm.ansible.AnsiblePlaybookTasks
-
- setUrl(String) - Method in class org.apache.brooklyn.core.typereg.BasicManagedBundle
-
- setUrl(String) - Method in class org.apache.brooklyn.test.WebAppMonitor
-
- setVal(String) - Method in class org.apache.brooklyn.test.osgi.entities.more.MoreObject
-
- setVal(String) - Method in class org.apache.brooklyn.test.osgi.entities.SimpleObject
-
- setValue(Maybe<? extends TValue>) - Method in class org.apache.brooklyn.config.ConfigInheritances.BasicConfigValueAtContainer
-
- setValue(T) - Method in class org.apache.brooklyn.core.entity.EntityAndAttribute
-
- setValueWasExplicitlySet(boolean) - Method in class org.apache.brooklyn.config.ConfigInheritances.BasicConfigValueAtContainer
-
- setVerifyClient(boolean) - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig
-
- setVersion(String) - Method in class org.apache.brooklyn.core.typereg.BasicManagedBundle
-
- setVolumeId(String) - Method in class org.apache.brooklyn.location.jclouds.aws.EbsVolumeCustomizers.WithExistingVolume
-
- setWar(String) - Method in class org.apache.brooklyn.launcher.BrooklynWebServer
-
sets the WAR to use as the root context (only if server not yet started);
cf deploy("/", url)
- setWindowSize(Duration) - Method in class org.apache.brooklyn.policy.autoscaling.SizeHistory
-
- setWithoutPublishing(AttributeSensor<T>, T) - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicSensorSupport
-
- setWithoutPublishing(AttributeSensor<T>, T) - Method in interface org.apache.brooklyn.core.entity.EntityInternal.SensorSupportInternal
-
- setZoneFailureDetector(DynamicCluster.ZoneFailureDetector) - Method in interface org.apache.brooklyn.entity.group.DynamicCluster
-
- setZoneFailureDetector(DynamicCluster.ZoneFailureDetector) - Method in class org.apache.brooklyn.entity.group.DynamicClusterImpl
-
- setZonePlacementStrategy(DynamicCluster.NodePlacementStrategy) - Method in interface org.apache.brooklyn.entity.group.DynamicCluster
-
- setZonePlacementStrategy(DynamicCluster.NodePlacementStrategy) - Method in class org.apache.brooklyn.entity.group.DynamicClusterImpl
-
- sha256(String, String) - Static method in class org.apache.brooklyn.rest.security.PasswordHasher
-
- SHA256_FOR_USER(String) - Static method in class org.apache.brooklyn.rest.BrooklynWebConfig
-
- SHARD_CLUSTER - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardedDeployment
-
- SHARD_COUNT - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBRouter
-
- SHARD_REPLICASET_SIZE - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardedDeployment
-
- SHARDED_DEPLOYMENT - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBClient
-
- SHARDED_DEPLOYMENT - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.CoLocatedMongoDBRouter
-
- SHARED_MEMORY - Static variable in interface org.apache.brooklyn.entity.database.postgresql.PostgreSqlNode
-
- SharedLocationSecurityGroupCustomizer - Class in org.apache.brooklyn.location.jclouds.networking
-
Configures a shared security group on Jclouds locations
- SharedLocationSecurityGroupCustomizer() - Constructor for class org.apache.brooklyn.location.jclouds.networking.SharedLocationSecurityGroupCustomizer
-
- shell(ManagementContext, String) - Static method in class org.apache.brooklyn.core.entity.Entities
-
Convenience for creating and submitted a given shell command against the given mgmt context,
primarily intended for use in the groovy GUI console.
- SHELL_ENVIRONMENT - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- SHELL_ENVIRONMENT - Static variable in class org.apache.brooklyn.entity.group.SshCommandMembershipTrackingPolicy
-
Deprecated.
- SHELL_ENVIRONMENT - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- SHELL_ENVIRONMENT - Static variable in interface org.apache.brooklyn.test.framework.TestSshCommand
-
- ShellAbstractTool - Class in org.apache.brooklyn.util.core.internal.ssh
-
- ShellAbstractTool(String) - Constructor for class org.apache.brooklyn.util.core.internal.ssh.ShellAbstractTool
-
- ShellAbstractTool(File) - Constructor for class org.apache.brooklyn.util.core.internal.ssh.ShellAbstractTool
-
- ShellAbstractTool() - Constructor for class org.apache.brooklyn.util.core.internal.ssh.ShellAbstractTool
-
- ShellEnvironmentSerializer - Class in org.apache.brooklyn.util.core.json
-
- ShellEnvironmentSerializer(ManagementContext) - Constructor for class org.apache.brooklyn.util.core.json.ShellEnvironmentSerializer
-
- ShellFeed - Class in org.apache.brooklyn.feed.shell
-
Provides a feed of attribute values, by executing shell commands (on the local machine where
this instance of brooklyn is running).
- ShellFeed() - Constructor for class org.apache.brooklyn.feed.shell.ShellFeed
-
For rebind; do not call directly; use builder
- ShellFeed.Builder - Class in org.apache.brooklyn.feed.shell
-
- ShellPollConfig<T> - Class in org.apache.brooklyn.feed.shell
-
- ShellPollConfig(AttributeSensor<T>) - Constructor for class org.apache.brooklyn.feed.shell.ShellPollConfig
-
- ShellPollConfig(ShellPollConfig<T>) - Constructor for class org.apache.brooklyn.feed.shell.ShellPollConfig
-
- ShellTool - Interface in org.apache.brooklyn.util.core.internal.ssh
-
Methods for executing things in an environment (localhost process, or ssh)
- shortener() - Static method in class org.apache.brooklyn.util.text.Strings
-
returns a configurable shortener
- shorterThan(Duration) - Static method in class org.apache.brooklyn.util.time.DurationPredicates
-
- shorterThanDuration(Duration) - Static method in class org.apache.brooklyn.util.time.DurationPredicates
-
- shouldHaveFailedPreviously() - Static method in class org.apache.brooklyn.test.Asserts
-
- shouldHaveFailedPreviously(String) - Static method in class org.apache.brooklyn.test.Asserts
-
- ShouldHaveFailedPreviouslyAssertionError() - Constructor for error org.apache.brooklyn.test.Asserts.ShouldHaveFailedPreviouslyAssertionError
-
- ShouldHaveFailedPreviouslyAssertionError(String) - Constructor for error org.apache.brooklyn.test.Asserts.ShouldHaveFailedPreviouslyAssertionError
-
- shouldSanitize() - Method in class org.apache.brooklyn.rest.domain.EffectorSummary.ParameterSummary
-
- showCaller - Variable in class org.apache.brooklyn.util.logging.SimpleOneLineLogFormatter
-
- showLevel - Variable in class org.apache.brooklyn.util.logging.SimpleOneLineLogFormatter
-
- showThread - Variable in class org.apache.brooklyn.util.logging.SimpleOneLineLogFormatter
-
- shrinkingCluster(Set<BigInteger>) - Method in interface org.apache.brooklyn.entity.nosql.cassandra.TokenGenerator
-
Deprecated.
- shrinkingCluster(Set<BigInteger>) - Method in class org.apache.brooklyn.entity.nosql.cassandra.TokenGenerators.AbstractTokenGenerator
-
Deprecated.
- SHUTDOWN - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- SHUTDOWN - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- SHUTDOWN - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode.ShutdownEffector
-
- SHUTDOWN - Static variable in class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeImpl.ShutdownEffectorBody
-
- shutdown(boolean, boolean, String, String, String, Long) - Method in interface org.apache.brooklyn.rest.api.ServerApi
-
- shutdown(boolean, boolean, String, String, String, Long) - Method in class org.apache.brooklyn.rest.resources.ServerResource
-
- shutdown() - Static method in class org.apache.brooklyn.util.osgi.OsgiUtil
-
run all previously registered shutdown hooks
- shutdown() - Method in class org.apache.brooklyn.util.stream.StreamGobbler
-
Deprecated.
- SHUTDOWN_PORT - Static variable in interface org.apache.brooklyn.entity.webapp.tomcat.TomcatServer
-
Tomcat insists on having a port you can connect to for the sole purpose of shutting it down.
- SHUTDOWN_TIMEOUT - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode.ShutdownEffector
-
- ShutdownEffectorBody() - Constructor for class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeImpl.ShutdownEffectorBody
-
- ShutdownHandler - Interface in org.apache.brooklyn.core.mgmt
-
- shutdownHandler(ShutdownHandler) - Method in class org.apache.brooklyn.launcher.BrooklynLauncher
-
A listener to call when the user requests a shutdown (i.e.
- ShutdownHandlerProvider - Class in org.apache.brooklyn.rest.util
-
- ShutdownHandlerProvider(ShutdownHandler) - Constructor for class org.apache.brooklyn.rest.util.ShutdownHandlerProvider
-
- shutdownNow() - Method in class org.apache.brooklyn.core.mgmt.internal.BrooklynGarbageCollector
-
- shutdownNow() - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
- shutdownNow(Duration) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
shuts down the executor, and if a duration is supplied awaits termination for that long.
- shutdownOnExit(boolean) - Method in class org.apache.brooklyn.launcher.BrooklynLauncher
-
- sibling(Object) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon
-
- sibling(Object) - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
- SIBLING_SPECS - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.sharding.CoLocatedMongoDBRouter
-
- signatureAlgorithm(String) - Method in class org.apache.brooklyn.util.core.crypto.FluentKeySigner
-
- SIMPLE_CONFIG - Static variable in interface org.apache.brooklyn.test.osgi.entities.SimpleEntity
-
- SIMPLE_SENSOR - Static variable in interface org.apache.brooklyn.test.osgi.entities.SimpleEntity
-
- SimpleApplication - Interface in org.apache.brooklyn.test.osgi.entities
-
- SimpleApplicationImpl - Class in org.apache.brooklyn.test.osgi.entities
-
- SimpleApplicationImpl() - Constructor for class org.apache.brooklyn.test.osgi.entities.SimpleApplicationImpl
-
- simpleClassName(Class<?>) - Static method in class org.apache.brooklyn.util.javalang.JavaClassNames
-
returns a simplified name of the class, just the simple name if it seems useful, else the full name
- simpleClassName(Object) - Static method in class org.apache.brooklyn.util.javalang.JavaClassNames
-
as
JavaClassNames.simpleClassName(Class)
but taking the type of the object if it is not already a class
or a type-token; callers should usually do the getClass themselves, unless they aren't sure whether
it is already a Class-type object
- simpleDownloadUrlAs(List<String>, String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
Same as downloadUrlAs(List, String)
, except does not install curl, and does not exit on failure,
and if saveAs is null it downloads it so stdout.
- simpleDownloadUrlAs(List<String>, String, String, String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- SimpleEffectorInitializer - Class in org.apache.brooklyn.test.osgi.entities
-
- SimpleEffectorInitializer() - Constructor for class org.apache.brooklyn.test.osgi.entities.SimpleEffectorInitializer
-
- SimpleEffectorInitializer.Body - Class in org.apache.brooklyn.test.osgi.entities
-
- SimpleEntity - Interface in org.apache.brooklyn.test.osgi.entities
-
- SimpleEntityImpl - Class in org.apache.brooklyn.test.osgi.entities
-
- SimpleEntityImpl() - Constructor for class org.apache.brooklyn.test.osgi.entities.SimpleEntityImpl
-
- SimpleLocation - Class in org.apache.brooklyn.test.osgi.entities
-
- SimpleLocation() - Constructor for class org.apache.brooklyn.test.osgi.entities.SimpleLocation
-
- SimpleObject - Class in org.apache.brooklyn.test.osgi.entities
-
- SimpleObject() - Constructor for class org.apache.brooklyn.test.osgi.entities.SimpleObject
-
- SimpleObject(String) - Constructor for class org.apache.brooklyn.test.osgi.entities.SimpleObject
-
- SimpleOneLineLogFormatter - Class in org.apache.brooklyn.util.logging
-
- SimpleOneLineLogFormatter() - Constructor for class org.apache.brooklyn.util.logging.SimpleOneLineLogFormatter
-
- SimpleOneLineLogFormatter(boolean, boolean, boolean) - Constructor for class org.apache.brooklyn.util.logging.SimpleOneLineLogFormatter
-
- SimpleOneLineLogFormatter.LogFormatterWithThreadAndCaller - Class in org.apache.brooklyn.util.logging
-
- SimplePolicy - Class in org.apache.brooklyn.test.osgi.entities
-
- SimplePolicy() - Constructor for class org.apache.brooklyn.test.osgi.entities.SimplePolicy
-
- SimpleShellCommandTest - Interface in org.apache.brooklyn.test.framework
-
- SimpleShellCommandTestImpl - Class in org.apache.brooklyn.test.framework
-
- SimpleShellCommandTestImpl() - Constructor for class org.apache.brooklyn.test.framework.SimpleShellCommandTestImpl
-
Deprecated.
- SimpleYamlLauncher - Class in org.apache.brooklyn.launcher.camp
-
convenience for launching YAML files directly
- SimpleYamlLauncher() - Constructor for class org.apache.brooklyn.launcher.camp.SimpleYamlLauncher
-
- simplifyClassName(String) - Static method in class org.apache.brooklyn.util.javalang.JavaClassNames
-
- SIMULATE_ENTITY - Static variable in class org.apache.brooklyn.qa.load.SimulatedJBoss7ServerImpl
-
- SIMULATE_ENTITY - Static variable in class org.apache.brooklyn.qa.load.SimulatedMySqlNodeImpl
-
- SIMULATE_ENTITY - Static variable in class org.apache.brooklyn.qa.load.SimulatedNginxControllerImpl
-
- SIMULATE_ENTITY - Static variable in class org.apache.brooklyn.qa.load.SimulatedTheeTierApp
-
- SIMULATE_EXTERNAL_MONITORING - Static variable in class org.apache.brooklyn.qa.load.SimulatedJBoss7ServerImpl
-
- SIMULATE_EXTERNAL_MONITORING - Static variable in class org.apache.brooklyn.qa.load.SimulatedMySqlNodeImpl
-
- SIMULATE_EXTERNAL_MONITORING - Static variable in class org.apache.brooklyn.qa.load.SimulatedNginxControllerImpl
-
- SIMULATE_EXTERNAL_MONITORING - Static variable in class org.apache.brooklyn.qa.load.SimulatedTheeTierApp
-
- SimulatedExternalMonitor - Interface in org.apache.brooklyn.qa.load
-
- SimulatedExternalMonitorImpl - Class in org.apache.brooklyn.qa.load
-
- SimulatedExternalMonitorImpl() - Constructor for class org.apache.brooklyn.qa.load.SimulatedExternalMonitorImpl
-
- SimulatedJBoss7ServerImpl - Class in org.apache.brooklyn.qa.load
-
For simulating various aspects of the JBoss 7 app-server entity.
- SimulatedJBoss7ServerImpl() - Constructor for class org.apache.brooklyn.qa.load.SimulatedJBoss7ServerImpl
-
- SimulatedJBoss7ServerImpl.SimulatedJBoss7SshDriver - Class in org.apache.brooklyn.qa.load
-
- SimulatedJBoss7SshDriver(SimulatedJBoss7ServerImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.qa.load.SimulatedJBoss7ServerImpl.SimulatedJBoss7SshDriver
-
- SimulatedMySqlNodeImpl - Class in org.apache.brooklyn.qa.load
-
- SimulatedMySqlNodeImpl() - Constructor for class org.apache.brooklyn.qa.load.SimulatedMySqlNodeImpl
-
- SimulatedMySqlNodeImpl.SimulatedMySqlSshDriver - Class in org.apache.brooklyn.qa.load
-
- SimulatedMySqlSshDriver(SimulatedMySqlNodeImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.qa.load.SimulatedMySqlNodeImpl.SimulatedMySqlSshDriver
-
- SimulatedNginxControllerImpl - Class in org.apache.brooklyn.qa.load
-
- SimulatedNginxControllerImpl() - Constructor for class org.apache.brooklyn.qa.load.SimulatedNginxControllerImpl
-
- SimulatedNginxControllerImpl.SimulatedNginxSshDriver - Class in org.apache.brooklyn.qa.load
-
- SimulatedNginxSshDriver(SimulatedNginxControllerImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.qa.load.SimulatedNginxControllerImpl.SimulatedNginxSshDriver
-
- SimulatedTheeTierApp - Class in org.apache.brooklyn.qa.load
-
A 3-tier app where all components are just "simulated" - they don't actually run
real app-servers or databases, instead just executing a "sleep" command to simulate
the running process.
- SimulatedTheeTierApp() - Constructor for class org.apache.brooklyn.qa.load.SimulatedTheeTierApp
-
- SimulatedVanillaSoftwareProcessImpl - Class in org.apache.brooklyn.qa.load
-
- SimulatedVanillaSoftwareProcessImpl() - Constructor for class org.apache.brooklyn.qa.load.SimulatedVanillaSoftwareProcessImpl
-
- SimulatedVanillaSoftwareProcessImpl.SimulatedVanillaSoftwareProcessSshDriver - Class in org.apache.brooklyn.qa.load
-
- SimulatedVanillaSoftwareProcessSshDriver(SimulatedVanillaSoftwareProcessImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.qa.load.SimulatedVanillaSoftwareProcessImpl.SimulatedVanillaSoftwareProcessSshDriver
-
- sinceUtc(long) - Static method in class org.apache.brooklyn.util.time.Duration
-
- SingleMachineLocationResolver - Class in org.apache.brooklyn.location.byon
-
- SingleMachineLocationResolver() - Constructor for class org.apache.brooklyn.location.byon.SingleMachineLocationResolver
-
- SingleMachineProvisioningLocation<T extends MachineLocation> - Class in org.apache.brooklyn.location.byon
-
- SingleMachineProvisioningLocation() - Constructor for class org.apache.brooklyn.location.byon.SingleMachineProvisioningLocation
-
- SingleMachineProvisioningLocation(String, Map) - Constructor for class org.apache.brooklyn.location.byon.SingleMachineProvisioningLocation
-
- SingleThreadedScheduler - Class in org.apache.brooklyn.util.core.task
-
Instances of this class ensures that
Task
s execute with in-order
single-threaded semantics.
- SingleThreadedScheduler() - Constructor for class org.apache.brooklyn.util.core.task.SingleThreadedScheduler
-
- singleton(Object) - Method in class org.apache.brooklyn.rest.BrooklynRestApp
-
- SingleWebServerExample - Class in org.apache.brooklyn.demo
-
This example starts one web app on 8080, waits for a keypress, then stops it.
- SingleWebServerExample() - Constructor for class org.apache.brooklyn.demo.SingleWebServerExample
-
- size() - Method in interface org.apache.brooklyn.api.entity.Entity.AdjunctSupport
-
- size() - Method in interface org.apache.brooklyn.api.entity.Entity.GroupSupport
-
- size() - Method in interface org.apache.brooklyn.config.ConfigMap
-
- size() - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
- size() - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicEnricherSupport
-
- size() - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicGroupSupport
-
- size() - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicPolicySupport
-
- size() - Method in class org.apache.brooklyn.core.entity.internal.ConfigMapViewWithStringKeys
-
Deprecated.
- size() - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- size() - Method in class org.apache.brooklyn.core.internal.storage.impl.ConcurrentMapAcceptingNullVals
-
- size() - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- size() - Method in class org.apache.brooklyn.location.jclouds.pool.MachineSet
-
- size() - Method in class org.apache.brooklyn.util.collections.SetFromLiveMap
-
- size() - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- size() - Method in class org.apache.brooklyn.util.core.text.TemplateProcessor.DotSplittingTemplateModel
-
- size() - Method in class org.apache.brooklyn.util.guava.KeyTransformingLoadingCache
-
- sizeEquals(int) - Static method in class org.apache.brooklyn.util.collections.CollectionFunctionals
-
- sizeFunction() - Static method in class org.apache.brooklyn.util.collections.CollectionFunctionals
-
- sizeFunction(Integer) - Static method in class org.apache.brooklyn.util.collections.CollectionFunctionals
-
- sizeFunction() - Static method in class org.apache.brooklyn.util.stream.Streams
-
- SizeHistory - Class in org.apache.brooklyn.policy.autoscaling
-
Using a
TimeWindowedList
, tracks the recent history of values to allow a summary of
those values to be obtained.
- SizeHistory(long) - Constructor for class org.apache.brooklyn.policy.autoscaling.SizeHistory
-
- SizeHistory.WindowSummary - Class in org.apache.brooklyn.policy.autoscaling
-
- sizeRange(int, int) - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy.Builder
-
- sizeSupplier(Iterable<?>) - Static method in class org.apache.brooklyn.util.collections.CollectionFunctionals
-
- sizeSupplier(ByteArrayOutputStream) - Static method in class org.apache.brooklyn.util.stream.Streams
-
- skip(long) - Method in class org.apache.brooklyn.util.stream.KnownSizeInputStream
-
- SKIP_CHECK_HEADER - Static variable in class org.apache.brooklyn.rest.filter.HaHotCheckHelperAbstract
-
- SKIP_CHECK_HEADER - Static variable in class org.apache.brooklyn.rest.filter.HaHotCheckResourceFilter
-
- SKIP_ENTITY_INSTALLATION - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
Set this configuration value to true if the entity installation is to be skipped entirely.
- SKIP_ENTITY_START - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
Set this configuration value to true if the entity installation, customization and launch process is to be skipped entirely.
- SKIP_ENTITY_START_IF_RUNNING - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
Set this configuration value to true to skip the entity startup process as with #ENTITY_STARTED
if the process or
service represented by the entity is already running, otherwise proceed normally.
- SKIP_ENTITY_START_IF_RUNNING - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- SKIP_INSTALLATION - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- SKIP_ON_BOX_BASE_DIR_RESOLUTION - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- SKIP_ON_BOX_BASE_DIR_RESOLUTION - Static variable in class org.apache.brooklyn.location.localhost.LocalhostMachineProvisioningLocation.LocalhostMachine
-
- SKIP_ON_BOX_BASE_DIR_RESOLUTION - Static variable in class org.apache.brooklyn.location.localhost.LocalhostMachineProvisioningLocation
-
- SKIP_SSH_ON_START - Static variable in class org.apache.brooklyn.qa.load.SimulatedJBoss7ServerImpl
-
- SKIP_SSH_ON_START - Static variable in class org.apache.brooklyn.qa.load.SimulatedMySqlNodeImpl
-
- SKIP_SSH_ON_START - Static variable in class org.apache.brooklyn.qa.load.SimulatedNginxControllerImpl
-
- SKIP_SSH_ON_START - Static variable in class org.apache.brooklyn.qa.load.SimulatedTheeTierApp
-
- skipIfBodyEmpty() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
- skipJcloudsSshing(boolean) - Method in class org.apache.brooklyn.location.jclouds.ConnectivityResolverOptions.Builder
-
- skipJcloudsSshing() - Method in class org.apache.brooklyn.location.jclouds.ConnectivityResolverOptions
-
- skipSecurity() - Method in class org.apache.brooklyn.launcher.BrooklynWebServer
-
- skipSecurity(boolean) - Method in class org.apache.brooklyn.launcher.BrooklynWebServer
-
- SLAVE_DATASTORE_URL_LIST - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlCluster
-
- SLAVE_HEALTHY - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlCluster.MySqlSlave
-
- SLAVE_PASSWORD - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlCluster
-
- SLAVE_REPLICATE_DO_DB - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlCluster
-
- SLAVE_REPLICATE_DO_TABLE - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlCluster
-
- SLAVE_REPLICATE_DUMP_DB - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlCluster
-
- SLAVE_REPLICATE_IGNORE_DB - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlCluster
-
- SLAVE_REPLICATE_IGNORE_TABLE - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlCluster
-
- SLAVE_REPLICATE_WILD_DO_TABLE - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlCluster
-
- SLAVE_REPLICATE_WILD_IGNORE_TABLE - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlCluster
-
- SLAVE_SECONDS_BEHIND_MASTER - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlCluster.MySqlSlave
-
- SLAVE_USERNAME - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlCluster
-
- SlaveStateCallable(MySqlNode) - Constructor for class org.apache.brooklyn.entity.database.mysql.MySqlClusterImpl.SlaveStateCallable
-
- SlaveStateParser(Entity) - Constructor for class org.apache.brooklyn.entity.database.mysql.MySqlClusterImpl.SlaveStateParser
-
- sleep(Duration) - Static method in class org.apache.brooklyn.util.time.Duration
-
- sleep(long) - Static method in class org.apache.brooklyn.util.time.Time
-
sleep which propagates Interrupted as unchecked
- sleep(Duration) - Static method in class org.apache.brooklyn.util.time.Time
-
- slug(String) - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleImpl
-
- smallest() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- SmartSubdomain(GeoscalingWebClient.Domain, int, String) - Constructor for class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient.SmartSubdomain
-
- SMTP_PORT - Static variable in interface org.apache.brooklyn.core.entity.Attributes
-
- SNITCH_PROPERTIES_FILENAME - Static variable in class org.apache.brooklyn.entity.nosql.cassandra.customsnitch.MultiCloudSnitch
-
- SOCKET_UID - Static variable in interface org.apache.brooklyn.entity.database.mariadb.MariaDbNode
-
- SOCKET_UID - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlNode
-
- socketFactory(SchemeSocketFactory) - Method in class org.apache.brooklyn.util.http.HttpTool.HttpClientBuilder
-
- socketTimeout(Duration) - Method in class org.apache.brooklyn.feed.http.HttpPollConfig
-
- socketTimeout(Duration) - Method in class org.apache.brooklyn.util.http.HttpTool.HttpClientBuilder
-
- soft(T) - Static method in class org.apache.brooklyn.util.guava.Maybe
-
creates an instance wrapping a SoftReference
, so it might go absent later on.
- SOFT_REFERENCES - Static variable in class org.apache.brooklyn.util.javalang.MemoryUsageTracker
-
Shared instance for use for tracking memory used by SoftReference
.
- SoftLayerSameVlanLocationCustomizer - Class in org.apache.brooklyn.location.jclouds.softlayer
-
Customizes
machines
in SoftLayer to use
the same VLANs across an application, or other named scope
- SoftLayerSameVlanLocationCustomizer() - Constructor for class org.apache.brooklyn.location.jclouds.softlayer.SoftLayerSameVlanLocationCustomizer
-
- softThen(T, Maybe<T>) - Static method in class org.apache.brooklyn.util.guava.Maybe
-
creates an instance wrapping a SoftReference
, using the second item given
if the first argument is dereferenced.
- SoftUsageTracker() - Constructor for class org.apache.brooklyn.util.javalang.MemoryUsageTracker.SoftUsageTracker
-
- SoftwareProcess - Interface in org.apache.brooklyn.entity.software.base
-
- SoftwareProcess.ChildStartableMode - Enum in org.apache.brooklyn.entity.software.base
-
Controls the behavior when starting (stop, restart)
Startable
children as part of the start (stop, restart) effector on this entity
- SoftwareProcess.RestartSoftwareParameters - Class in org.apache.brooklyn.entity.software.base
-
- SoftwareProcess.RestartSoftwareParameters.RestartMachineMode - Enum in org.apache.brooklyn.entity.software.base
-
- SoftwareProcess.StopSoftwareParameters - Class in org.apache.brooklyn.entity.software.base
-
- SoftwareProcess.StopSoftwareParameters.StopMode - Enum in org.apache.brooklyn.entity.software.base
-
- SoftwareProcessDriver - Interface in org.apache.brooklyn.entity.software.base
-
- SoftwareProcessDriverLifecycleEffectorTasks - Class in org.apache.brooklyn.entity.software.base
-
Thin shim delegating to driver to do start/stop/restart, wrapping as tasks,
with common code pulled up to
MachineLifecycleEffectorTasks
for non-driver usage
- SoftwareProcessDriverLifecycleEffectorTasks() - Constructor for class org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks
-
- SoftwareProcessImpl - Class in org.apache.brooklyn.entity.software.base
-
An
Entity
representing a piece of software which can be installed, run, and controlled.
- SoftwareProcessImpl() - Constructor for class org.apache.brooklyn.entity.software.base.SoftwareProcessImpl
-
- SoftwareProcessImpl.ServiceNotUpDiagnosticsCollector - Class in org.apache.brooklyn.entity.software.base
-
This class should be considered internal, and not instantiated directly.
- SoftwareProcessImpl.UpdatingNotUpFromServiceProcessIsRunning - Class in org.apache.brooklyn.entity.software.base
-
Subscribes to SERVICE_PROCESS_IS_RUNNING and SERVICE_UP; the latter has no effect if the former is set,
but to support entities which set SERVICE_UP directly we want to make sure that the absence of
SERVICE_PROCESS_IS_RUNNING does not trigger any not-up indicators.
- solidify() - Method in class org.apache.brooklyn.util.guava.Maybe.SoftlyPresent
-
- SOLR_CONFIG_TEMPLATE_URL - Static variable in interface org.apache.brooklyn.entity.nosql.solr.SolrServer
-
- SOLR_CORE_CONFIG - Static variable in interface org.apache.brooklyn.entity.nosql.solr.SolrServer
-
- SOLR_PORT - Static variable in interface org.apache.brooklyn.entity.nosql.solr.SolrServer
-
- SolrServer - Interface in org.apache.brooklyn.entity.nosql.solr
-
An
Entity
that represents a Solr node.
- SolrServerDriver - Interface in org.apache.brooklyn.entity.nosql.solr
-
- SolrServerImpl - Class in org.apache.brooklyn.entity.nosql.solr
-
- SolrServerImpl() - Constructor for class org.apache.brooklyn.entity.nosql.solr.SolrServerImpl
-
- SolrServerSshDriver - Class in org.apache.brooklyn.entity.nosql.solr
-
- SolrServerSshDriver(SolrServerImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.nosql.solr.SolrServerSshDriver
-
- SONATYPE_SNAPSHOT_URL_GENERATOR - Static variable in class org.apache.brooklyn.util.maven.MavenRetriever
-
- sortConfigKeys(Set<ConfigKey<?>>) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- sortMap(Map<String, T>) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- sortSensors(Set<Sensor<?>>) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- SOURCE_CURRENT_SENSOR - Static variable in class org.apache.brooklyn.enricher.stock.PercentageEnricher
-
- SOURCE_SENSOR - Static variable in class org.apache.brooklyn.enricher.stock.AbstractTransformer
-
- SOURCE_SENSOR - Static variable in class org.apache.brooklyn.enricher.stock.Aggregator
-
- SOURCE_SENSOR - Static variable in class org.apache.brooklyn.enricher.stock.Joiner
-
- SOURCE_SENSOR - Static variable in class org.apache.brooklyn.enricher.stock.UpdatingMap
-
- SOURCE_SENSORS - Static variable in class org.apache.brooklyn.enricher.stock.Combiner
-
- SOURCE_SENSORS - Static variable in class org.apache.brooklyn.enricher.stock.reducer.Reducer
-
- SOURCE_TOTAL_SENSOR - Static variable in class org.apache.brooklyn.enricher.stock.PercentageEnricher
-
- sourceCode(String) - Method in class org.apache.brooklyn.camp.spi.AbstractResource.Builder
-
- sourceCode(String) - Method in class org.apache.brooklyn.camp.spi.pdp.AssemblyTemplateConstructor
-
- sourceIp() - Method in class org.apache.brooklyn.core.mgmt.entitlement.WebEntitlementContext
-
- spec(Class<? extends BrooklynObject>) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypeLoadingContexts
-
- spec(String, String, RegisteredType.TypeImplementationPlan) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- spec(String, String, RegisteredType.TypeImplementationPlan, Class<?>) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- spec() - Static method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlSpecs
-
- spec() - Static method in class org.apache.brooklyn.location.localhost.LocalhostMachineProvisioningLocation
-
- specChef() - Static method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlSpecs
-
Requires knife
.
- specFromApplication(Application) - Static method in class org.apache.brooklyn.rest.transform.ApplicationTransformer
-
- SPECIAL_CONSTRUCTOR - Static variable in class org.apache.brooklyn.core.objs.proxy.SpecialBrooklynObjectConstructor.Config
-
- SpecialBrooklynObjectConstructor - Interface in org.apache.brooklyn.core.objs.proxy
-
Marker interface for use when a spec needs something special to create the object under management.
- SpecialBrooklynObjectConstructor.Config - Class in org.apache.brooklyn.core.objs.proxy
-
- SpecialFlagsTransformer(BrooklynClassLoadingContext, Set<String>) - Constructor for class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynComponentTemplateResolver.SpecialFlagsTransformer
-
- SpecialistGlobExpander(boolean, WildcardGlobs.PhraseTreatment, WildcardGlobs.PhraseTreatment) - Constructor for class org.apache.brooklyn.util.text.WildcardGlobs.SpecialistGlobExpander
-
- SpecParameter<T> - Interface in org.apache.brooklyn.api.objs
-
A wrapper around a
ConfigKey
which will be added to an
Entity
,
providing additional information for rendering in a UI
- SpecParameterPredicates - Class in org.apache.brooklyn.core.objs
-
- SpecParameterPredicates() - Constructor for class org.apache.brooklyn.core.objs.SpecParameterPredicates
-
- specType(Class<?>) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento.Builder
-
- SQL_VERSION - Static variable in interface org.apache.brooklyn.entity.database.Database
-
- ssh(SshMachineLocation, String...) - Static method in class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks
-
- ssh(String...) - Static method in class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks
-
- ssh(List<String>) - Static method in class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks
-
- ssh(String...) - Method in class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks.SshEffectorBody
-
convenience for generating an
PlainSshExecTaskFactory
which can be further customised if desired, and then (it must be explicitly) queued
- SSH_ADDRESS - Static variable in interface org.apache.brooklyn.core.entity.Attributes
-
- SSH_CACHE_EXPIRY_DURATION - Static variable in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- SSH_CONFIG_DIRECT_HEADER - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- SSH_CONFIG_DIRECT_HEADER - Static variable in class org.apache.brooklyn.launcher.config.BrooklynGlobalConfig
-
Deprecated.
- SSH_CONFIG_GIVEN_TO_PROPS - Static variable in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
The set of config keys on this location which become default values for properties when invoking an SSH
operation.
- SSH_CONFIG_HOST - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- SSH_CONFIG_NO_DELETE_SCRIPT - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- SSH_CONFIG_NO_DELETE_SCRIPT - Static variable in class org.apache.brooklyn.launcher.config.BrooklynGlobalConfig
-
Deprecated.
- SSH_CONFIG_PASSWORD - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- SSH_CONFIG_PORT - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- SSH_CONFIG_SCRIPT_DIR - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- SSH_CONFIG_SCRIPT_DIR - Static variable in class org.apache.brooklyn.launcher.config.BrooklynGlobalConfig
-
Deprecated.
- SSH_CONFIG_SCRIPT_HEADER - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- SSH_CONFIG_SCRIPT_HEADER - Static variable in class org.apache.brooklyn.launcher.config.BrooklynGlobalConfig
-
Deprecated.
- SSH_CONFIG_USER - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- SSH_ENV_MAP - Static variable in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- SSH_EXECUTABLE - Static variable in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- SSH_HOST - Static variable in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- SSH_IO - Static variable in class org.apache.brooklyn.core.BrooklynLogging
-
- SSH_PORT - Static variable in interface org.apache.brooklyn.core.entity.Attributes
-
- SSH_PORT - Static variable in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- SSH_TOOL_CLASS - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- SSH_TOOL_CLASS - Static variable in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- SSH_TOOL_CLASS_PROPERTIES_PREFIX - Static variable in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
Prefix for config key:values to be passed to the ssh tool on construction.
- SSHABLE_CONTAINER - Static variable in class org.apache.brooklyn.container.location.kubernetes.KubernetesLocation
-
- SshAbstractTool - Class in org.apache.brooklyn.util.core.internal.ssh
-
- SshAbstractTool.AbstractSshToolBuilder<T extends SshTool,B extends SshAbstractTool.AbstractSshToolBuilder<T,B>> - Class in org.apache.brooklyn.util.core.internal.ssh
-
- SshAbstractTool.SshAction<T> - Interface in org.apache.brooklyn.util.core.internal.ssh
-
- SshCliTool - Class in org.apache.brooklyn.util.core.internal.ssh.cli
-
For ssh and scp commands, delegating to system calls.
- SshCliTool(Map<String, ?>) - Constructor for class org.apache.brooklyn.util.core.internal.ssh.cli.SshCliTool
-
- SshCliTool.Builder<T extends SshCliTool,B extends SshCliTool.Builder<T,B>> - Class in org.apache.brooklyn.util.core.internal.ssh.cli
-
- SshCommandEffector - Class in org.apache.brooklyn.core.effector.ssh
-
- SshCommandEffector(ConfigBag) - Constructor for class org.apache.brooklyn.core.effector.ssh.SshCommandEffector
-
- SshCommandEffector(Map<String, String>) - Constructor for class org.apache.brooklyn.core.effector.ssh.SshCommandEffector
-
- SshCommandEffector.ExecutionTarget - Enum in org.apache.brooklyn.core.effector.ssh
-
- SshCommandMembershipTrackingPolicy - Class in org.apache.brooklyn.entity.group
-
- SshCommandMembershipTrackingPolicy() - Constructor for class org.apache.brooklyn.entity.group.SshCommandMembershipTrackingPolicy
-
Deprecated.
- SshCommandMembershipTrackingPolicy.ExecutionTarget - Enum in org.apache.brooklyn.entity.group
-
Deprecated.
- sshCommands(String, String...) - Static method in class org.apache.brooklyn.entity.cm.salt.SaltSshTasks
-
- SshCommandSensor<T> - Class in org.apache.brooklyn.core.sensor.ssh
-
Configurable
EntityInitializer
which adds an SSH sensor feed running the
command
supplied
in order to populate the sensor with the indicated
name
.
- SshCommandSensor(ConfigBag) - Constructor for class org.apache.brooklyn.core.sensor.ssh.SshCommandSensor
-
- SshEffectorBody() - Constructor for class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks.SshEffectorBody
-
- SshEffectorTaskFactory(String...) - Constructor for class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks.SshEffectorTaskFactory
-
- SshEffectorTaskFactory(SshMachineLocation, String...) - Constructor for class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks.SshEffectorTaskFactory
-
- SshEffectorTasks - Class in org.apache.brooklyn.core.effector.ssh
-
Conveniences for generating
Task
instances to perform SSH activities.
- SshEffectorTasks() - Constructor for class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks
-
- SshEffectorTasks.SshEffectorBody<T> - Class in org.apache.brooklyn.core.effector.ssh
-
Like
EffectorBody
but providing conveniences when in an entity with a single machine location.
- SshEffectorTasks.SshEffectorTaskFactory<RET> - Class in org.apache.brooklyn.core.effector.ssh
-
variant of
PlainSshExecTaskFactory
which fulfills the
EffectorTasks.EffectorTaskFactory
signature so can be used directly as an impl for an effector,
also injects the machine automatically; can also be used outwith effector contexts, and machine is still injected if it is
run from inside a task at an entity with a single SshMachineLocation
- SshEffectorTasks.SshFetchEffectorTaskFactory - Class in org.apache.brooklyn.core.effector.ssh
-
- SshEffectorTasks.SshPutEffectorTaskFactory - Class in org.apache.brooklyn.core.effector.ssh
-
- SshException - Exception in org.apache.brooklyn.util.core.internal.ssh
-
- SshException(String) - Constructor for exception org.apache.brooklyn.util.core.internal.ssh.SshException
-
- SshException(String, Throwable) - Constructor for exception org.apache.brooklyn.util.core.internal.ssh.SshException
-
- sshExecutable(String) - Method in class org.apache.brooklyn.util.core.internal.ssh.cli.SshCliTool.Builder
-
- SshFeed - Class in org.apache.brooklyn.feed.ssh
-
Provides a feed of attribute values, by polling over ssh.
- SshFeed() - Constructor for class org.apache.brooklyn.feed.ssh.SshFeed
-
For rebind; do not call directly; use builder
- SshFeed(SshFeed.Builder) - Constructor for class org.apache.brooklyn.feed.ssh.SshFeed
-
- SshFeed.Builder - Class in org.apache.brooklyn.feed.ssh
-
- SshFetchEffectorTaskFactory(String) - Constructor for class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks.SshFetchEffectorTaskFactory
-
- SshFetchEffectorTaskFactory(SshMachineLocation, String) - Constructor for class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks.SshFetchEffectorTaskFactory
-
- SshFetchTaskFactory - Class in org.apache.brooklyn.util.core.task.ssh
-
- SshFetchTaskFactory(String) - Constructor for class org.apache.brooklyn.util.core.task.ssh.SshFetchTaskFactory
-
constructor where machine will be added later
- SshFetchTaskFactory(SshMachineLocation, String) - Constructor for class org.apache.brooklyn.util.core.task.ssh.SshFetchTaskFactory
-
convenience constructor to supply machine immediately
- SshFetchTaskWrapper - Class in org.apache.brooklyn.util.core.task.ssh
-
- SshjClientConnection - Class in org.apache.brooklyn.util.core.internal.ssh.sshj
-
based on code from jclouds
- SshjClientConnection.Builder - Class in org.apache.brooklyn.util.core.internal.ssh.sshj
-
- SshjTool - Class in org.apache.brooklyn.util.core.internal.ssh.sshj
-
For ssh and scp-style commands, using the sshj library.
- SshjTool(Map<String, ?>) - Constructor for class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjTool
-
- SshjTool.Builder<T extends SshjTool,B extends SshjTool.Builder<T,B>> - Class in org.apache.brooklyn.util.core.internal.ssh.sshj
-
- SshjTool.SshjToolBuilder - Class in org.apache.brooklyn.util.core.internal.ssh.sshj
-
- SshjToolBuilder() - Constructor for class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjTool.SshjToolBuilder
-
- SshMachineFailureDetector - Class in org.apache.brooklyn.policy.ha
-
- SshMachineFailureDetector() - Constructor for class org.apache.brooklyn.policy.ha.SshMachineFailureDetector
-
- SshMachineLocation - Class in org.apache.brooklyn.location.ssh
-
Operations on a machine that is accessible via ssh.
- SshMachineLocation() - Constructor for class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- SshMachineLocation(Map<?, ?>) - Constructor for class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- SshPollConfig<T> - Class in org.apache.brooklyn.feed.ssh
-
- SshPollConfig(AttributeSensor<T>) - Constructor for class org.apache.brooklyn.feed.ssh.SshPollConfig
-
Deprecated.
- SshPollConfig(CommandPollConfig<T>) - Constructor for class org.apache.brooklyn.feed.ssh.SshPollConfig
-
Deprecated.
- SshPollValue - Class in org.apache.brooklyn.feed.ssh
-
- SshPollValue(SshMachineLocation, int, String, String) - Constructor for class org.apache.brooklyn.feed.ssh.SshPollValue
-
- SshPutEffectorTaskFactory(String) - Constructor for class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks.SshPutEffectorTaskFactory
-
- SshPutEffectorTaskFactory(SshMachineLocation, String) - Constructor for class org.apache.brooklyn.core.effector.ssh.SshEffectorTasks.SshPutEffectorTaskFactory
-
- SshPutTaskFactory - Class in org.apache.brooklyn.util.core.task.ssh
-
- SshPutTaskFactory(String) - Constructor for class org.apache.brooklyn.util.core.task.ssh.SshPutTaskFactory
-
constructor where machine will be added later
- SshPutTaskFactory(SshMachineLocation, String) - Constructor for class org.apache.brooklyn.util.core.task.ssh.SshPutTaskFactory
-
convenience constructor to supply machine immediately
- SshPutTaskStub - Class in org.apache.brooklyn.util.core.task.ssh
-
- SshPutTaskWrapper - Class in org.apache.brooklyn.util.core.task.ssh
-
- sshRetries(int) - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjTool.Builder
-
- sshRetriesTimeout(int) - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjTool.Builder
-
- sshRetryDelay(long) - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjTool.Builder
-
- SshTasks - Class in org.apache.brooklyn.util.core.task.ssh
-
- SshTasks() - Constructor for class org.apache.brooklyn.util.core.task.ssh.SshTasks
-
- SshTasks.OnFailingTask - Enum in org.apache.brooklyn.util.core.task.ssh
-
- SshTool - Interface in org.apache.brooklyn.util.core.internal.ssh
-
Defines the methods available on the various different implementations of SSH,
and configuration options which are also generally available.
- SshValueFunctions - Class in org.apache.brooklyn.feed.ssh
-
- SshValueFunctions() - Constructor for class org.apache.brooklyn.feed.ssh.SshValueFunctions
-
- SSL_CONFIG - Static variable in interface org.apache.brooklyn.entity.proxy.AbstractController
-
- SSL_CONFIG - Static variable in interface org.apache.brooklyn.entity.proxy.nginx.UrlMapping
-
- SSL_GOSSIP_PORT - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- SSL_TRUST_ALL - Static variable in interface org.apache.brooklyn.entity.dns.geoscaling.GeoscalingDnsService
-
- SslTrustUtils - Class in org.apache.brooklyn.util.crypto
-
- SslTrustUtils() - Constructor for class org.apache.brooklyn.util.crypto.SslTrustUtils
-
- SslTrustUtils.DelegatingTrustManager - Class in org.apache.brooklyn.util.crypto
-
- stableForGrowth - Variable in class org.apache.brooklyn.policy.autoscaling.SizeHistory.WindowSummary
-
true if, since that max value, there have not been any higher values
- stableForShrinking - Variable in class org.apache.brooklyn.policy.autoscaling.SizeHistory.WindowSummary
-
true if, since that low value, there have not been any lower values
- stackCatalogItemId(String) - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
Adds (stacks) the catalog item id of a wrapping specification.
- stackCatalogItemId(String) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- stackCatalogItemId(String) - Method in class org.apache.brooklyn.core.objs.AbstractBrooklynObject
-
- stackCatalogItemId(String) - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal
-
Moves the current catalog item id onto the start of the search path,
then sets the catalog item id to the supplied value.
- StackTraceSimplifier - Class in org.apache.brooklyn.util.javalang
-
Utility class for cleaning up stacktraces.
- STANDARD_BROOKLYN_OBJECT_TYPE_PERSISTENCE_ORDER - Static variable in class org.apache.brooklyn.core.mgmt.persist.BrooklynPersistenceUtils
-
- start(HighAvailabilityMode) - Method in interface org.apache.brooklyn.api.mgmt.ha.HighAvailabilityManager
-
Starts the monitoring of other nodes (and thus potential promotion of this node from standby to master).
- start() - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindManager
-
- start() - Method in interface org.apache.brooklyn.api.sensor.Feed
-
- start() - Method in class org.apache.brooklyn.camp.server.rest.CampServer
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.core.entity.AbstractApplication
-
Default start will start all Startable children (child.start(Collection extends Location>)),
calling preStart(locations) first and postStart(locations) afterwards.
- start(Entity, Collection<? extends Location>) - Static method in class org.apache.brooklyn.core.entity.Entities
-
convenience for starting an entity, esp a new Startable instance which has been created dynamically
(after the application is started)
- START - Static variable in interface org.apache.brooklyn.core.entity.trait.Startable
-
- start(Collection<? extends Location>) - Method in interface org.apache.brooklyn.core.entity.trait.Startable
-
Start the entity in the given collection of locations.
- start(Entity, Collection<? extends Location>) - Static method in class org.apache.brooklyn.core.entity.trait.StartableMethods
-
Common implementation for start in parent nodes; just invokes start on all children of the entity
- start() - Method in class org.apache.brooklyn.core.feed.AbstractFeed
-
- start() - Method in class org.apache.brooklyn.core.feed.Poller
-
- start(T) - Static method in class org.apache.brooklyn.core.mgmt.EntityManagementUtils
-
- start(HighAvailabilityMode) - Method in class org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl
-
- start() - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiManager
-
- start() - Method in class org.apache.brooklyn.core.mgmt.rebind.PeriodicDeltaChangeListener
-
- start() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.entity.group.DynamicClusterImpl
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.entity.group.DynamicFabricImpl
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.entity.machine.pool.ServerPoolImpl
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaClusterImpl
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenterImpl
-
Deprecated.
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraFabricImpl
-
Deprecated.
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.entity.nosql.hazelcast.HazelcastClusterImpl
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBReplicaSetImpl
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBConfigServerClusterImpl
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBRouterClusterImpl
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardClusterImpl
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardedDeploymentImpl
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.entity.nosql.redis.RedisClusterImpl
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.entity.proxy.AbstractNonProvisionedControllerImpl
-
- start() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
Start the entity.
- start() - Method in class org.apache.brooklyn.entity.software.base.EmptyWindowsProcessWinRmDriver
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.MachineLifecycleEffectorTasks
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.entity.software.base.SameServerEntityImpl
-
Starts the entity and its children in the given locations.
- start() - Method in interface org.apache.brooklyn.entity.software.base.SoftwareProcessDriver
-
Performs software start (or queues tasks to do this)
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.entity.software.base.SoftwareProcessImpl
-
- start() - Method in class org.apache.brooklyn.entity.software.base.VanillaWindowsProcessWinRmDriver
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.entity.stock.AsyncApplicationImpl
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.entity.stock.BasicStartableImpl
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.entity.stock.ConditionalEntityImpl
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.entity.stock.DataEntityImpl
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.entity.stock.EffectorStartableImpl
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.entity.stock.LocationEntityImpl
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.entity.stock.SequenceEntityImpl
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppClusterImpl
-
- start() - Method in class org.apache.brooklyn.launcher.BrooklynWebServer
-
Starts the embedded web application server.
- start() - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
Starts the web server (with web console) and Brooklyn applications, as per the specifications configured.
- start() - Method in class org.apache.brooklyn.policy.action.AbstractScheduledEffectorPolicy
-
- start() - Method in class org.apache.brooklyn.policy.action.PeriodicEffectorPolicy
-
- start() - Method in class org.apache.brooklyn.policy.action.ScheduledEffectorPolicy
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.qa.load.SimulatedExternalMonitorImpl
-
- start(String, String, String) - Method in interface org.apache.brooklyn.rest.api.AdjunctApi
-
- start(String, String, String) - Method in interface org.apache.brooklyn.rest.api.PolicyApi
-
Deprecated.
- start(String, String, String) - Method in class org.apache.brooklyn.rest.resources.AdjunctResource
-
- start(String, String, String) - Method in class org.apache.brooklyn.rest.resources.PolicyResource
-
Deprecated.
- start(Application, ApplicationSpec) - Method in class org.apache.brooklyn.rest.util.BrooklynRestResourceUtils
-
- start(Application, List<? extends Location>) - Method in class org.apache.brooklyn.rest.util.BrooklynRestResourceUtils
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.test.framework.InfrastructureDeploymentTestCaseImpl
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.test.framework.LoopOverGroupMembersTestCaseImpl
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.test.framework.ParallelTestCaseImpl
-
Start the entity in the given collection of locations.
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.test.framework.RelativeEntityTestCaseImpl
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.test.framework.TestCaseImpl
-
Start the entity in the given collection of locations.
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.test.framework.TestEffectorImpl
-
Start the entity in the given collection of locations.
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.test.framework.TestEndpointReachableImpl
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.test.framework.TestHttpCallImpl
-
Start the entity in the given collection of locations.
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.test.framework.TestSensorImpl
-
Start the entity in the given collection of locations.
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.test.framework.TestSshCommandImpl
-
- start(Collection<? extends Location>) - Method in class org.apache.brooklyn.test.framework.TestWinrmCommandImpl
-
- start() - Method in class org.apache.brooklyn.test.http.TestHttpServer
-
- start() - Method in class org.apache.brooklyn.test.LogWatcher
-
- start() - Method in class org.apache.brooklyn.util.logback.JcloudsPersistenceThreadDiscriminator
-
- start(BundleContext) - Method in class org.apache.brooklyn.util.osgi.OsgiActivator
-
- start() - Method in class org.apache.brooklyn.util.time.CountdownTimer
-
- START_LATCH - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- START_LATCH - Static variable in interface org.apache.brooklyn.core.entity.StartableApplication
-
- START_LATCH - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- START_LATCH - Static variable in interface org.apache.brooklyn.entity.stock.BasicStartable
-
- START_MUTEX - Static variable in interface org.apache.brooklyn.entity.messaging.storm.Storm
-
- START_POLICY - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- START_SENSOR - Static variable in class org.apache.brooklyn.policy.action.AbstractScheduledEffectorPolicy
-
- START_STATES - Static variable in interface org.apache.brooklyn.entity.cm.salt.SaltConfig
-
- START_TIME - Static variable in interface org.apache.brooklyn.entity.java.UsesJavaMXBeans
-
- START_TIMEOUT - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- START_TIMEOUT - Static variable in interface org.apache.brooklyn.entity.group.DynamicCluster
-
- START_TIMEOUT - Static variable in interface org.apache.brooklyn.entity.messaging.activemq.ActiveMQBroker
-
- START_TIMEOUT - Static variable in interface org.apache.brooklyn.entity.messaging.kafka.KafkaBroker
-
- START_TIMEOUT - Static variable in interface org.apache.brooklyn.entity.messaging.kafka.KafkaCluster
-
- START_TIMEOUT - Static variable in interface org.apache.brooklyn.entity.messaging.kafka.KafkaZooKeeper
-
- START_TIMEOUT - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- START_TIMEOUT - Static variable in interface org.apache.brooklyn.entity.nosql.solr.SolrServer
-
- START_TIMEOUT - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- START_TIMEOUT - Static variable in interface org.apache.brooklyn.entity.webapp.jboss.JBoss6Server
-
Deprecated.
- START_TIMEOUT - Static variable in interface org.apache.brooklyn.entity.webapp.jetty.Jetty6Server
-
- START_TIMEOUT - Static variable in interface org.apache.brooklyn.entity.webapp.tomcat.TomcatServer
-
- Startable - Interface in org.apache.brooklyn.core.entity.trait
-
This interface describes an
Entity
that can be started and stopped.
- Startable.RestartEffectorBody - Class in org.apache.brooklyn.core.entity.trait
-
- Startable.StartEffectorBody - Class in org.apache.brooklyn.core.entity.trait
-
- Startable.StopEffectorBody - Class in org.apache.brooklyn.core.entity.trait
-
- StartableApplication - Interface in org.apache.brooklyn.core.entity
-
- StartableMethods - Class in org.apache.brooklyn.core.entity.trait
-
- startBrooklynNode - Variable in class org.apache.brooklyn.cli.Main.LaunchCommand
-
- startBrooklynNode(boolean) - Method in class org.apache.brooklyn.launcher.common.BasicLauncher
-
- startBundle(OsgiBundleInstallationResult) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindContextImpl
-
- startConnectors(Properties) - Method in class org.apache.brooklyn.util.jmx.jmxmp.JmxmpAgent
-
- startDelegatingForPublishing() - Method in class org.apache.brooklyn.core.mgmt.internal.QueueingSubscriptionManager
-
- startDelegatingForSubscribing() - Method in class org.apache.brooklyn.core.mgmt.internal.QueueingSubscriptionManager
-
- StartEffectorBody() - Constructor for class org.apache.brooklyn.core.entity.trait.Startable.StartEffectorBody
-
- startingChildren(Entity) - Static method in class org.apache.brooklyn.core.entity.trait.StartableMethods
-
unsubmitted task for starting children of the given entity at the same location as the entity
- startingChildren(Entity, Location) - Static method in class org.apache.brooklyn.core.entity.trait.StartableMethods
-
unsubmitted task for starting children of the given entity at the given location
- startingChildren(Entity, Iterable<? extends Location>) - Static method in class org.apache.brooklyn.core.entity.trait.StartableMethods
-
unsubmitted task for starting children of the given entity at the given locations
- startJmxmpConnector(Properties) - Method in class org.apache.brooklyn.util.jmx.jmxmp.JmxmpAgent
-
- startManagement(Entity) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- startManagement(Application, ManagementContext) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- startManagement(Application, BrooklynProperties) - Static method in class org.apache.brooklyn.core.entity.Entities
-
- startNormalJmxRmiConnectorIfRequested(Properties) - Method in class org.apache.brooklyn.util.jmx.jmxmp.JmxmpAgent
-
optionally starts a normal JMXRMI connector in addition
- startOsgi() - Method in interface org.apache.brooklyn.launcher.osgi.OsgiLauncher
-
Called by blueprint container of brooklyn-karaf-start.
- startOsgi() - Method in class org.apache.brooklyn.launcher.osgi.OsgiLauncherImpl
-
- StartParameters() - Constructor for class org.apache.brooklyn.entity.stock.EffectorStartableImpl.StartParameters
-
- startPartOne() - Method in class org.apache.brooklyn.launcher.osgi.OsgiLauncherImpl
-
- startPersistence() - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindManager
-
Starts the background persisting of state
(if persister is set; otherwise will start persisting as soon as persister is set).
- startPersistence() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- startReadOnly(ManagementNodeState) - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindManager
-
Perform an initial load of state read-only and starts a background process
reading (mirroring) state periodically.
- startReadOnly(ManagementNodeState) - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- startServer(ContextHandler, String) - Static method in class org.apache.brooklyn.camp.server.rest.CampServer.CampServerUtils
-
- startServer(Properties) - Method in class org.apache.brooklyn.util.jmx.jmxrmi.JmxRmiAgent
-
- startsWith(String) - Static method in class org.apache.brooklyn.util.text.StringPredicates
-
- STARTUP_JS_SCRIPTS - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBClient
-
- startupContinueOnWebErrors - Variable in class org.apache.brooklyn.cli.Main.LaunchCommand
-
- startupFailOnCatalogErrors - Variable in class org.apache.brooklyn.cli.Main.LaunchCommand
-
- startupFailOnManagedAppsErrors - Variable in class org.apache.brooklyn.cli.Main.LaunchCommand
-
- startupFailOnPersistenceErrors - Variable in class org.apache.brooklyn.cli.Main.LaunchCommand
-
- STATE - Static variable in class org.apache.brooklyn.policy.action.StopAfterDurationPolicy
-
- state(Status) - Method in class org.apache.brooklyn.rest.domain.AdjunctSummary
-
- STATE_FUNCTION_TYPE - Static variable in class org.apache.brooklyn.entity.cm.salt.SaltHighstate
-
- statements() - Method in class org.apache.brooklyn.location.jclouds.CreateUserStatements
-
- STATES - Static variable in interface org.apache.brooklyn.entity.cm.salt.SaltEntity
-
- STATIC_CONTENT_ARCHIVE_URL - Static variable in interface org.apache.brooklyn.entity.proxy.nginx.NginxController
-
- STATIC_VALUE - Static variable in class org.apache.brooklyn.core.sensor.StaticSensor
-
- StaticSensor<T> - Class in org.apache.brooklyn.core.sensor
-
Provides an initializer/feed which simply sets a given value.
- StaticSensor(ConfigBag) - Constructor for class org.apache.brooklyn.core.sensor.StaticSensor
-
- stats() - Method in class org.apache.brooklyn.util.guava.KeyTransformingLoadingCache
-
- status(ManagementNodeState) - Method in class org.apache.brooklyn.core.mgmt.ha.dto.BasicManagementNodeSyncRecord.Builder
-
- Status - Enum in org.apache.brooklyn.rest.domain
-
Canonical set, similar to
Lifecycle
, but cleaned up for outside consumption
and more appropriate for adjunct types
- STATUS_BSON - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.MongoDBServer
-
- statusFromApplication(Application) - Static method in class org.apache.brooklyn.rest.transform.ApplicationTransformer
-
- statusFromLifecycle(Lifecycle) - Static method in class org.apache.brooklyn.rest.transform.ApplicationTransformer
-
- StatusListener - Class in org.apache.brooklyn.test.support
-
adapted from the following class:
- StatusListener() - Constructor for class org.apache.brooklyn.test.support.StatusListener
-
- StatusRecorder - Interface in org.apache.brooklyn.qa.longevity
-
- StatusRecorder.ChainingStatusRecorder - Class in org.apache.brooklyn.qa.longevity
-
- StatusRecorder.Factory - Class in org.apache.brooklyn.qa.longevity
-
- StatusRecorder.FileBasedStatusRecorder - Class in org.apache.brooklyn.qa.longevity
-
- StatusRecorder.LogBasedStatusRecorder - Class in org.apache.brooklyn.qa.longevity
-
- StatusRecorder.Record - Class in org.apache.brooklyn.qa.longevity
-
- StatusRecorder.SysoutBasedStatusRecorder - Class in org.apache.brooklyn.qa.longevity
-
- stderr() - Static method in class org.apache.brooklyn.feed.ssh.SshValueFunctions
-
- STDERR - Static variable in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- STDERR - Static variable in class org.apache.brooklyn.util.core.task.system.internal.ExecWithLoggingHelpers
-
- stderr() - Static method in class org.apache.brooklyn.util.stream.ThreadLocalPrintStream
-
installs a thread local print stream to System.err if one is not already set;
caller may then #capture and #captureTee on it.
- stdout() - Static method in class org.apache.brooklyn.feed.ssh.SshValueFunctions
-
- STDOUT - Static variable in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- STDOUT - Static variable in class org.apache.brooklyn.util.core.task.system.internal.ExecWithLoggingHelpers
-
- stdout() - Static method in class org.apache.brooklyn.util.stream.ThreadLocalPrintStream
-
installs a thread local print stream to System.out if one is not already set;
caller may then #capture and #captureTee on it.
- STICKY - Static variable in interface org.apache.brooklyn.entity.proxy.nginx.NginxController
-
- STICKY_VERSION - Static variable in interface org.apache.brooklyn.entity.proxy.nginx.NginxController
-
- stop() - Method in interface org.apache.brooklyn.api.mgmt.ha.HighAvailabilityManager
-
- stop() - Method in interface org.apache.brooklyn.api.mgmt.ha.ManagementPlaneSyncRecordPersister
-
- stop(boolean) - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.BrooklynMementoPersister
-
permanently shuts down all access to the remote store
- stop() - Method in interface org.apache.brooklyn.api.mgmt.rebind.PersistenceExceptionHandler
-
- stop() - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindManager
-
- stop() - Method in interface org.apache.brooklyn.api.sensor.Feed
-
- stop() - Method in class org.apache.brooklyn.camp.server.rest.CampServer
-
- stop() - Method in class org.apache.brooklyn.core.entity.AbstractApplication
-
Default stop will stop all Startable children
- STOP - Static variable in interface org.apache.brooklyn.core.entity.trait.Startable
-
- stop() - Method in interface org.apache.brooklyn.core.entity.trait.Startable
-
Stop the entity.
- stop(Entity) - Static method in class org.apache.brooklyn.core.entity.trait.StartableMethods
-
Common implementation for stop in parent nodes; just invokes stop on all children of the entity
- stop() - Method in class org.apache.brooklyn.core.feed.AbstractFeed
-
- stop() - Method in class org.apache.brooklyn.core.feed.Poller
-
- stop() - Method in class org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl
-
- stop() - Method in class org.apache.brooklyn.core.mgmt.ha.ManagementPlaneSyncRecordPersisterToObjectStore
-
- stop() - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiManager
-
- stop(boolean) - Method in class org.apache.brooklyn.core.mgmt.persist.BrooklynMementoPersisterToObjectStore
-
- stop() - Method in class org.apache.brooklyn.core.mgmt.rebind.PersistenceExceptionHandlerImpl
-
- stop() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- stop() - Method in class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.chef.ChefSoloDriver
-
Deprecated.
- stop() - Method in class org.apache.brooklyn.entity.cm.ansible.AnsibleEntitySshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.cm.salt.SaltEntitySshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.database.crate.CrateNodeSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.database.derby.DerbyDatabaseSshDriver
-
Restarts redis with the current configuration.
- stop() - Method in class org.apache.brooklyn.entity.database.mariadb.MariaDbSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.database.mysql.MySqlSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.database.postgresql.PostgreSqlSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.database.rubyrep.RubyRepSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.group.DynamicClusterImpl
-
- stop() - Method in class org.apache.brooklyn.entity.group.DynamicFabricImpl
-
- stop() - Method in interface org.apache.brooklyn.entity.group.DynamicGroup
-
- stop() - Method in class org.apache.brooklyn.entity.group.DynamicGroupImpl
-
- stop() - Method in class org.apache.brooklyn.entity.group.DynamicMultiGroupImpl
-
- stop() - Method in class org.apache.brooklyn.entity.java.VanillaJavaAppSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.machine.pool.ServerPoolImpl
-
- stop() - Method in class org.apache.brooklyn.entity.messaging.activemq.ActiveMQSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.messaging.kafka.AbstractfKafkaSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.messaging.kafka.KafkaClusterImpl
-
- stop() - Method in class org.apache.brooklyn.entity.messaging.qpid.QpidSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.messaging.rabbit.RabbitSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.messaging.storm.StormSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.monitoring.monit.MonitSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.network.bind.BindDnsServerSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenterImpl
-
Deprecated.
- stop() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraFabricImpl
-
Deprecated.
- stop() - Method in class org.apache.brooklyn.entity.nosql.cassandra.CassandraNodeSshDriver
-
Deprecated.
- stop() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseClusterImpl
-
- stop() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNodeSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.nosql.couchbase.CouchbaseSyncGatewaySshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.nosql.couchdb.CouchDBNodeSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.nosql.elasticsearch.ElasticSearchNodeSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNodeSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.nosql.infinispan.Infinispan5SshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.nosql.mongodb.AbstractMongoDBSshDriver
-
Kills the server with SIGINT.
- stop() - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBClientSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBReplicaSetImpl
-
- stop() - Method in class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardClusterImpl
-
- stop() - Method in class org.apache.brooklyn.entity.nosql.mongodb.sharding.MongoDBShardedDeploymentImpl
-
- stop() - Method in class org.apache.brooklyn.entity.nosql.redis.RedisClusterImpl
-
- stop() - Method in class org.apache.brooklyn.entity.nosql.redis.RedisStoreSshDriver
-
Restarts redis with the current configuration.
- stop() - Method in class org.apache.brooklyn.entity.nosql.riak.RiakNodeSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.nosql.solr.SolrServerSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.osgi.karaf.KarafSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.proxy.AbstractNonProvisionedControllerImpl
-
- stop() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessDriver
-
- stop() - Method in class org.apache.brooklyn.entity.software.base.EmptySoftwareProcessSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.software.base.EmptyWindowsProcessWinRmDriver
-
- stop(ConfigBag) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.MachineLifecycleEffectorTasks
-
Default stop implementation for an entity.
- stop() - Method in class org.apache.brooklyn.entity.software.base.SameServerEntityImpl
-
Stops the entity and its children.
- stop() - Method in interface org.apache.brooklyn.entity.software.base.SoftwareProcessDriver
-
Performs software stop (or queues tasks to do this)
- stop() - Method in class org.apache.brooklyn.entity.software.base.SoftwareProcessImpl
-
- stop() - Method in class org.apache.brooklyn.entity.software.base.VanillaSoftwareProcessSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.software.base.VanillaWindowsProcessWinRmDriver
-
- stop() - Method in class org.apache.brooklyn.entity.stock.BasicStartableImpl
-
- stop() - Method in class org.apache.brooklyn.entity.stock.DataEntityImpl
-
- stop() - Method in class org.apache.brooklyn.entity.stock.EffectorStartableImpl
-
- stop() - Method in class org.apache.brooklyn.entity.stock.SequenceEntityImpl
-
- stop() - Method in class org.apache.brooklyn.entity.webapp.ControlledDynamicWebAppClusterImpl
-
- stop() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss6SshDriver
-
Deprecated.
- stop() - Method in class org.apache.brooklyn.entity.webapp.jboss.JBoss7SshDriver
-
Deprecated.
- stop() - Method in class org.apache.brooklyn.entity.webapp.jetty.Jetty6SshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.webapp.tomcat.TomcatSshDriver
-
- stop() - Method in class org.apache.brooklyn.entity.zookeeper.ZooKeeperSshDriver
-
- stop() - Method in class org.apache.brooklyn.launcher.BrooklynWebServer
-
Asks the app server to stop and waits for it to finish up.
- stop() - Method in class org.apache.brooklyn.qa.load.SimulatedExternalMonitorImpl
-
- stop() - Method in class org.apache.brooklyn.qa.load.SimulatedNginxControllerImpl.SimulatedNginxSshDriver
-
- stop(String, String, String) - Method in interface org.apache.brooklyn.rest.api.AdjunctApi
-
- stop(String, String, String) - Method in interface org.apache.brooklyn.rest.api.PolicyApi
-
Deprecated.
- stop(String, String, String) - Method in class org.apache.brooklyn.rest.resources.AdjunctResource
-
- stop(String, String, String) - Method in class org.apache.brooklyn.rest.resources.PolicyResource
-
Deprecated.
- stop() - Method in class org.apache.brooklyn.test.framework.LoopOverGroupMembersTestCaseImpl
-
- stop() - Method in class org.apache.brooklyn.test.framework.ParallelTestCaseImpl
-
Stop the entity.
- stop() - Method in class org.apache.brooklyn.test.framework.RelativeEntityTestCaseImpl
-
- stop() - Method in class org.apache.brooklyn.test.framework.TestCaseImpl
-
Stop the entity.
- stop() - Method in class org.apache.brooklyn.test.framework.TestEffectorImpl
-
Stop the entity.
- stop() - Method in class org.apache.brooklyn.test.framework.TestEndpointReachableImpl
-
Stop the entity.
- stop() - Method in class org.apache.brooklyn.test.framework.TestHttpCallImpl
-
Stop the entity.
- stop() - Method in class org.apache.brooklyn.test.framework.TestSensorImpl
-
Stop the entity.
- stop() - Method in class org.apache.brooklyn.test.framework.TestSshCommandImpl
-
- stop() - Method in class org.apache.brooklyn.test.framework.TestWinrmCommandImpl
-
- stop() - Method in class org.apache.brooklyn.test.http.TestHttpServer
-
- stop() - Method in class org.apache.brooklyn.util.logback.JcloudsPersistenceThreadDiscriminator
-
- stop(BundleContext) - Method in class org.apache.brooklyn.util.osgi.OsgiActivator
-
- STOP_APPS_FIRST - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode.ShutdownEffector
-
- STOP_COMMAND - Static variable in interface org.apache.brooklyn.entity.software.base.AbstractVanillaProcess
-
- STOP_COMMAND - Static variable in interface org.apache.brooklyn.entity.software.base.VanillaWindowsProcess
-
- STOP_EXISTING - Static variable in class org.apache.brooklyn.ui.modularity.enricher.BrooklynExternalUiModuleEnricher
-
- STOP_IPTABLES - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- STOP_IPTABLES - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- STOP_LATCH - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- STOP_LATCH - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- STOP_MACHINE_MODE - Static variable in class org.apache.brooklyn.entity.software.base.SoftwareProcess.StopSoftwareParameters
-
- STOP_NODE_AND_KILL_APPS - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- STOP_NODE_AND_KILL_APPS - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode.StopNodeAndKillAppsEffector
-
- STOP_NODE_AND_KILL_APPS - Static variable in class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeImpl.StopNodeAndKillAppsEffectorBody
-
- STOP_NODE_BUT_LEAVE_APPS - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- STOP_NODE_BUT_LEAVE_APPS - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode.StopNodeButLeaveAppsEffector
-
- STOP_NODE_BUT_LEAVE_APPS - Static variable in class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeImpl.StopNodeButLeaveAppsEffectorBody
-
- STOP_POLICY - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- STOP_POWERSHELL_COMMAND - Static variable in interface org.apache.brooklyn.entity.software.base.VanillaWindowsProcess
-
- STOP_PROCESS_MODE - Static variable in class org.apache.brooklyn.entity.software.base.SoftwareProcess.StopSoftwareParameters
-
- STOP_PROCESS_TIMEOUT - Static variable in class org.apache.brooklyn.entity.software.base.lifecycle.MachineLifecycleEffectorTasks
-
- STOP_STATES - Static variable in interface org.apache.brooklyn.entity.cm.salt.SaltConfig
-
- STOP_TASK - Static variable in class org.apache.brooklyn.entity.chef.ChefSoloDriver
-
Deprecated.
- STOP_WAIT_PROVISIONING_TIMEOUT - Static variable in class org.apache.brooklyn.entity.software.base.lifecycle.MachineLifecycleEffectorTasks
-
- StopAfterDurationPolicy - Class in org.apache.brooklyn.policy.action
-
- StopAfterDurationPolicy() - Constructor for class org.apache.brooklyn.policy.action.StopAfterDurationPolicy
-
- stopDelegatingForPublishing() - Method in class org.apache.brooklyn.core.mgmt.internal.QueueingSubscriptionManager
-
- stopDelegatingForSubscribing() - Method in class org.apache.brooklyn.core.mgmt.internal.QueueingSubscriptionManager
-
- StopEffectorBody() - Constructor for class org.apache.brooklyn.core.entity.trait.Startable.StopEffectorBody
-
- StopFailedRuntimeException - Exception in org.apache.brooklyn.entity.group
-
Indicates that a stop operation has failed - e.g.
- StopFailedRuntimeException(String) - Constructor for exception org.apache.brooklyn.entity.group.StopFailedRuntimeException
-
- StopFailedRuntimeException(String, Throwable) - Constructor for exception org.apache.brooklyn.entity.group.StopFailedRuntimeException
-
- stopFramework(Framework) - Static method in class org.apache.brooklyn.rt.felix.EmbeddedFelixFramework
-
- stopIptablesAsync(SshMachineLocation) - Method in class org.apache.brooklyn.entity.machine.MachineInitTasks
-
Returns a queued
Task
which stops iptables on the given machine.
- StopNodeAndKillAppsEffectorBody() - Constructor for class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeImpl.StopNodeAndKillAppsEffectorBody
-
- StopNodeButLeaveAppsEffectorBody() - Constructor for class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeImpl.StopNodeButLeaveAppsEffectorBody
-
- stopOnKeyPress - Variable in class org.apache.brooklyn.cli.Main.LaunchCommand
-
- stopPersistence() - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindManager
-
Stops the background persistence of state.
- stopPersistence() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- STOPPING - Static variable in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- stoppingChildren(Entity) - Static method in class org.apache.brooklyn.core.entity.trait.StartableMethods
-
unsubmitted task for stopping children of the given entity
- stopReadOnly() - Method in interface org.apache.brooklyn.api.mgmt.rebind.RebindManager
-
Stops the background reading (mirroring) of state.
- stopReadOnly() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- stopSequentially(Iterable<? extends Startable>) - Static method in class org.apache.brooklyn.core.entity.trait.StartableMethods
-
- stopServers() - Method in class org.apache.brooklyn.camp.brooklyn.BrooklynCampPlatformLauncherAbstract
-
stops any servers (camp and brooklyn) launched by this launcher
- stopServers() - Method in class org.apache.brooklyn.camp.brooklyn.BrooklynCampPlatformLauncherNoServer
-
- stopServers() - Method in class org.apache.brooklyn.launcher.camp.BrooklynCampPlatformLauncher
-
- StopSoftwareParameters() - Constructor for class org.apache.brooklyn.entity.software.base.SoftwareProcess.StopSoftwareParameters
-
- stopTasks(Entity, Duration) - Method in class org.apache.brooklyn.core.mgmt.internal.LocalEntityManager
-
stops all tasks (apart from any current one or its descendants) on this entity,
optionally -- if a timeout is given -- waiting for completion and warning on incomplete tasks
- stopWhichAppsOnShutdown - Variable in class org.apache.brooklyn.cli.Main.LaunchCommand
-
- stopWhichAppsOnShutdown(StopWhichAppsOnShutdown) - Method in class org.apache.brooklyn.launcher.BrooklynLauncher
-
- StopWhichAppsOnShutdown - Enum in org.apache.brooklyn.launcher.config
-
- STORE_BYTES - Static variable in interface org.apache.brooklyn.entity.nosql.elasticsearch.ElasticSearchNode
-
- storeCatalogUpgradesInstructions(BundleUpgradeParser.CatalogUpgrades) - Method in class org.apache.brooklyn.core.typereg.BasicBrooklynTypeRegistry
-
- storeInManagementContext(BundleUpgradeParser.CatalogUpgrades, ManagementContext) - Static method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades
-
- StoreObjectAccessorLocking - Class in org.apache.brooklyn.core.mgmt.persist
-
Wraps access to an object (the delegate
PersistenceObjectStore.StoreObjectAccessor
in a guarded read-write context such that callers will be blocked if another thread
is accessing the object in an incompatible way (e.g.
- StoreObjectAccessorLocking(PersistenceObjectStore.StoreObjectAccessor) - Constructor for class org.apache.brooklyn.core.mgmt.persist.StoreObjectAccessorLocking
-
- Storm - Interface in org.apache.brooklyn.entity.messaging.storm
-
An
Entity
that represents a Storm node (UI, Nimbus or Supervisor).
- Storm.Role - Enum in org.apache.brooklyn.entity.messaging.storm
-
- Storm.StormUiUrl - Class in org.apache.brooklyn.entity.messaging.storm
-
- STORM_CONFIG_TEMPLATE_URL - Static variable in interface org.apache.brooklyn.entity.messaging.storm.Storm
-
- STORM_MBEAN - Static variable in class org.apache.brooklyn.entity.messaging.storm.StormImpl
-
- STORM_UI_URL - Static variable in interface org.apache.brooklyn.entity.messaging.storm.Storm
-
- STORM_UI_URL - Static variable in class org.apache.brooklyn.entity.messaging.storm.Storm.StormUiUrl
-
- StormDeployment - Interface in org.apache.brooklyn.entity.messaging.storm
-
- StormDeploymentImpl - Class in org.apache.brooklyn.entity.messaging.storm
-
- StormDeploymentImpl() - Constructor for class org.apache.brooklyn.entity.messaging.storm.StormDeploymentImpl
-
- StormDriver - Interface in org.apache.brooklyn.entity.messaging.storm
-
- StormImpl - Class in org.apache.brooklyn.entity.messaging.storm
-
- StormImpl() - Constructor for class org.apache.brooklyn.entity.messaging.storm.StormImpl
-
- StormSshDriver - Class in org.apache.brooklyn.entity.messaging.storm
-
- StormSshDriver(EntityLocal, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.messaging.storm.StormSshDriver
-
- StormUiUrl() - Constructor for class org.apache.brooklyn.entity.messaging.storm.Storm.StormUiUrl
-
- STRATEGIES - Static variable in class org.apache.brooklyn.entity.group.FirstFromRemovalStrategy
-
- stream(Task<?>, String) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
returns the tag for the indicated stream, or null
- stream(String, String) - Method in interface org.apache.brooklyn.rest.api.ActivityApi
-
- stream(String, String) - Method in class org.apache.brooklyn.rest.resources.ActivityResource
-
- stream(OutputStream) - Method in class org.apache.brooklyn.util.core.file.ArchiveBuilder
-
Generates the archive and outputs it to the given stream, ignoring any file name.
- STREAM_ENV - Static variable in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
not a stream, but inserted with the same mechanism
- STREAM_STDERR - Static variable in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- STREAM_STDIN - Static variable in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- STREAM_STDOUT - Static variable in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- streamContents - Variable in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags.WrappedStream
-
- StreamGobbler - Class in org.apache.brooklyn.util.stream
-
- StreamGobbler(InputStream, OutputStream, Logger) - Constructor for class org.apache.brooklyn.util.stream.StreamGobbler
-
- StreamGobbler(InputStream, PrintStream, Logger) - Constructor for class org.apache.brooklyn.util.stream.StreamGobbler
-
- streams(Task<?>) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
returns the set of tags indicating the streams available on a task
- Streams - Class in org.apache.brooklyn.util.stream
-
Methods to manage byte and character streams.
- Streams() - Constructor for class org.apache.brooklyn.util.stream.Streams
-
- streamSize - Variable in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags.WrappedStream
-
- streamType - Variable in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags.WrappedStream
-
- strict() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindExceptionHandlerImpl.Builder
-
- strict(boolean) - Method in class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
whether this template only matches machines instances created from this template;
defaults true if a name is set, otherwise false.
- strictHostKeyChecking(boolean) - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjClientConnection.Builder
-
- string() - Method in class org.apache.brooklyn.cli.AbstractMain.BrooklynCommand
-
- string() - Method in class org.apache.brooklyn.cli.AbstractMain.BrooklynCommandCollectingArgs
-
- string() - Method in class org.apache.brooklyn.cli.AbstractMain.BrooklynCommandWithSystemDefines
-
- string() - Method in class org.apache.brooklyn.cli.CloudExplorer.BlobstoreGetBlobCommand
-
- string() - Method in class org.apache.brooklyn.cli.CloudExplorer.BlobstoreListContainerCommand
-
- string() - Method in class org.apache.brooklyn.cli.CloudExplorer.ComputeGetImageCommand
-
- string() - Method in class org.apache.brooklyn.cli.CloudExplorer.ComputeTerminateInstancesCommand
-
- string() - Method in class org.apache.brooklyn.cli.CloudExplorer.JcloudsCommand
-
- string() - Method in class org.apache.brooklyn.cli.Main.CopyStateCommand
-
- string() - Method in class org.apache.brooklyn.cli.Main.LaunchCommand
-
- STRING_TAGS - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- StringAndArgument(String, Object) - Constructor for class org.apache.brooklyn.core.mgmt.entitlement.Entitlements.StringAndArgument
-
- StringAttributeSensorAndConfigKey(AttributeSensorAndConfigKey<String, String>, String) - Constructor for class org.apache.brooklyn.core.sensor.BasicAttributeSensorAndConfigKey.StringAttributeSensorAndConfigKey
-
- StringAttributeSensorAndConfigKey(String, String, String) - Constructor for class org.apache.brooklyn.core.sensor.BasicAttributeSensorAndConfigKey.StringAttributeSensorAndConfigKey
-
- StringAttributeSensorAndConfigKey(String, String) - Constructor for class org.apache.brooklyn.core.sensor.BasicAttributeSensorAndConfigKey.StringAttributeSensorAndConfigKey
-
- StringAttributeSensorAndConfigKey(String) - Constructor for class org.apache.brooklyn.core.sensor.BasicAttributeSensorAndConfigKey.StringAttributeSensorAndConfigKey
-
- StringConfigMap - Interface in org.apache.brooklyn.config
-
convenience extension where map is principally strings or converted to strings
(supporting BrooklynProperties)
- stringConstructor(Function<String, <any>>) - Static method in class org.apache.brooklyn.core.objs.ConstraintSerialization.PredicateSerializationRuleAdder
-
- stringContentsFunction() - Static method in class org.apache.brooklyn.feed.http.HttpValueFunctions
-
- StringEscapes - Class in org.apache.brooklyn.util.text
-
- StringEscapes() - Constructor for class org.apache.brooklyn.util.text.StringEscapes
-
- StringEscapes.BashStringEscapes - Class in org.apache.brooklyn.util.text
-
- StringEscapes.BashStringEscapes.WrapBashFunction - Class in org.apache.brooklyn.util.text
-
- StringEscapes.JavaStringEscapes - Class in org.apache.brooklyn.util.text
-
- StringFunctions - Class in org.apache.brooklyn.util.text
-
- StringFunctions() - Constructor for class org.apache.brooklyn.util.text.StringFunctions
-
- StringFunctions.RegexReplacer - Class in org.apache.brooklyn.util.text
-
- StringKeyMapConverter - Class in org.apache.brooklyn.util.core.xstream
-
converter which simplifies representation of a map for string-based keys,
to value, or value
- StringKeyMapConverter(Mapper) - Constructor for class org.apache.brooklyn.util.core.xstream.StringKeyMapConverter
-
- StringPredicates - Class in org.apache.brooklyn.util.text
-
- StringPredicates() - Constructor for class org.apache.brooklyn.util.text.StringPredicates
-
- stringRepresentationMatches(<any>) - Static method in class org.apache.brooklyn.core.catalog.CatalogPredicates
-
- stringRepresentationMatches(<any>) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- Strings - Class in org.apache.brooklyn.util.text
-
- Strings() - Constructor for class org.apache.brooklyn.util.text.Strings
-
- StringShortener - Class in org.apache.brooklyn.util.text
-
utility which takes a bunch of segments and applies shortening rules to them
- StringShortener() - Constructor for class org.apache.brooklyn.util.text.StringShortener
-
- StringSystemProperty - Class in org.apache.brooklyn.util.internal
-
- StringSystemProperty(String) - Constructor for class org.apache.brooklyn.util.internal.StringSystemProperty
-
- stringTags() - Static method in class org.apache.brooklyn.location.jclouds.templates.customize.TemplateOptionCustomizers
-
- stringToEnum(Class<E>, E) - Static method in class org.apache.brooklyn.util.core.flags.TypeCoercions
-
- stringToEnum(Class<E>, E) - Static method in class org.apache.brooklyn.util.javalang.coerce.EnumTypeCoercions
-
Type coercion function
for enums
.
- stringToEnumUntyped(Class<? super T>, T) - Static method in class org.apache.brooklyn.util.javalang.coerce.EnumTypeCoercions
-
- stringToPrimitive(String, Class<T>) - Static method in class org.apache.brooklyn.util.core.flags.TypeCoercions
-
- stringToPrimitive(String, Class<T>) - Static method in class org.apache.brooklyn.util.javalang.coerce.PrimitiveStringTypeCoercions
-
- stringToPrimitiveMaybe(String, Class<T>) - Static method in class org.apache.brooklyn.util.javalang.coerce.PrimitiveStringTypeCoercions
-
- stringToUriFunction() - Static method in class org.apache.brooklyn.util.net.Urls
-
- stringToUrlFunction() - Static method in class org.apache.brooklyn.util.net.Urls
-
- stripMatchingPrefix(Bundle, String) - Method in class org.apache.brooklyn.util.core.xstream.OsgiClassPrefixer
-
- stripSnapshot(String) - Static method in class org.apache.brooklyn.util.text.BrooklynVersionSyntax
-
Returns the version without "SNAPSHOT" (normally this will return the next expected release version).
- StructuredConfigKey - Interface in org.apache.brooklyn.core.config
-
- StructuredConfigKey.StructuredModification<T extends StructuredConfigKey> - Interface in org.apache.brooklyn.core.config
-
- StructuredConfigKey.StructuredModifications - Class in org.apache.brooklyn.core.config
-
- StructuredModifications() - Constructor for class org.apache.brooklyn.core.config.StructuredConfigKey.StructuredModifications
-
- SUB_BEST_CLASS_COMPARATOR - Static variable in class org.apache.brooklyn.util.javalang.FieldOrderings
-
- SUB_BEST_FIELD_FIRST_THEN_ALPHABETICAL - Static variable in class org.apache.brooklyn.util.javalang.FieldOrderings
-
Puts fields that are lower down the hierarchy first, and then sorts those alphabetically
- SUB_BEST_FIELD_FIST_THEN_DEFAULT - Static variable in class org.apache.brooklyn.util.javalang.FieldOrderings
-
Puts fields lower in the hierarchy first, and otherwise leaves fields in order
- SUB_BEST_FIELD_LAST_THEN_ALPHABETICAL - Static variable in class org.apache.brooklyn.util.javalang.FieldOrderings
-
Puts fields that are higher up in the hierarchy first, and then sorts those alphabetically
- SUB_BEST_FIELD_LAST_THEN_DEFAULT - Static variable in class org.apache.brooklyn.util.javalang.FieldOrderings
-
Puts fields higher in the hierarchy first, and otherwise leaves fields in order
- SUB_LOCATION_SPECS - Static variable in class org.apache.brooklyn.location.multi.MultiLocation
-
The subLocationSpecs allows
MultiLocationResolver
to work with just LocationSpecs, rather than
having to instantiate the sub-locations immediately (which would be bad, because the caller
might not use the spec and thus might not unmanage the sub-location instances).
- SUB_LOCATIONS - Static variable in interface org.apache.brooklyn.entity.group.DynamicCluster
-
- SUB_LOCATIONS - Static variable in class org.apache.brooklyn.location.multi.MultiLocation
-
- SUB_TASK_TAG - Static variable in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
- SUB_TASK_TAG - Static variable in class org.apache.brooklyn.util.core.task.TaskTags
-
marks a task which is a subtask of another
- SubElementConfigKey<T> - Class in org.apache.brooklyn.core.config
-
- SubElementConfigKey(ConfigKey, <any>, String) - Constructor for class org.apache.brooklyn.core.config.SubElementConfigKey
-
- SubElementConfigKey(ConfigKey, <any>, String, String) - Constructor for class org.apache.brooklyn.core.config.SubElementConfigKey
-
- SubElementConfigKey(ConfigKey, <any>, String, String, T) - Constructor for class org.apache.brooklyn.core.config.SubElementConfigKey
-
- subKey() - Method in class org.apache.brooklyn.core.config.internal.AbstractCollectionConfigKey
-
- subKey(String) - Method in class org.apache.brooklyn.core.config.MapConfigKey
-
- subKey(String, String) - Method in class org.apache.brooklyn.core.config.MapConfigKey
-
- submap(<any>) - Method in interface org.apache.brooklyn.config.ConfigMap
-
- submap(<any>) - Method in interface org.apache.brooklyn.config.StringConfigMap
-
returns submap matching the given filter predicate; see ConfigPredicates for common predicates
- submap(<any>) - Method in class org.apache.brooklyn.core.entity.internal.EntityConfigMap
-
Deprecated.
- submap(<any>) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- submap(<any>) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- submap(<any>) - Method in class org.apache.brooklyn.core.location.internal.LocationConfigMap
-
- submap(<any>) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- submap(<any>) - Method in class org.apache.brooklyn.core.objs.AdjunctConfigMap
-
- submapByName(<any>) - Method in interface org.apache.brooklyn.core.internal.BrooklynProperties
-
- submapByName(<any>) - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- submapByName(<any>) - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- SubmissionErrorCatchingExecutor(Executor) - Constructor for class org.apache.brooklyn.util.core.task.BasicTask.SubmissionErrorCatchingExecutor
-
- submit(Map<?, ?>, Runnable) - Method in interface org.apache.brooklyn.api.mgmt.ExecutionContext
-
- submit(Map<?, ?>, Callable<T>) - Method in interface org.apache.brooklyn.api.mgmt.ExecutionContext
-
- submit(Runnable) - Method in interface org.apache.brooklyn.api.mgmt.ExecutionContext
-
- submit(Callable<T>) - Method in interface org.apache.brooklyn.api.mgmt.ExecutionContext
-
- submit(String, Runnable) - Method in interface org.apache.brooklyn.api.mgmt.ExecutionContext
-
{@link ExecutionManager#submit(String, Runnable)
- submit(String, Callable<T>) - Method in interface org.apache.brooklyn.api.mgmt.ExecutionContext
-
{@link ExecutionManager#submit(String, Callable)
- submit(TaskAdaptable<T>) - Method in interface org.apache.brooklyn.api.mgmt.ExecutionContext
-
- submit(Map<?, ?>, TaskAdaptable<T>) - Method in interface org.apache.brooklyn.api.mgmt.ExecutionContext
-
- submit(Runnable) - Method in interface org.apache.brooklyn.api.mgmt.ExecutionManager
-
- submit(Callable<T>) - Method in interface org.apache.brooklyn.api.mgmt.ExecutionManager
-
- submit(String, Runnable) - Method in interface org.apache.brooklyn.api.mgmt.ExecutionManager
-
- submit(String, Callable<T>) - Method in interface org.apache.brooklyn.api.mgmt.ExecutionManager
-
- submit(TaskAdaptable<T>) - Method in interface org.apache.brooklyn.api.mgmt.ExecutionManager
-
- submit(Map<?, ?>, Runnable) - Method in interface org.apache.brooklyn.api.mgmt.ExecutionManager
-
- submit(Map<?, ?>, Callable<T>) - Method in interface org.apache.brooklyn.api.mgmt.ExecutionManager
-
- submit(Map<?, ?>, TaskAdaptable<T>) - Method in interface org.apache.brooklyn.api.mgmt.ExecutionManager
-
Submits the given
Task
for execution in the context associated with this manager.
- submit(Entity, TaskFactory<T>) - Static method in class org.apache.brooklyn.core.entity.Entities
-
Submits a
TaskFactory
to construct its task at the entity (in a precursor task) and then to submit it.
- submit(Entity, T) - Static method in class org.apache.brooklyn.core.entity.Entities
-
Submits a task to run at the entity.
- submit(Callable<?>) - Method in class org.apache.brooklyn.core.feed.Poller
-
Submits a one-off poll job; recommended that callers supply to-String so that task has a decent description
- submit(Map<?, ?>, Runnable) - Method in class org.apache.brooklyn.util.core.task.AbstractExecutionContext
-
Submits the given runnable/callable/task for execution (in a separate thread);
supported keys in the map include: tags (add'l tags to put on the resulting task),
description (string), and others as described in the reference below
- submit(String, Runnable) - Method in class org.apache.brooklyn.util.core.task.AbstractExecutionContext
-
- submit(Runnable) - Method in class org.apache.brooklyn.util.core.task.AbstractExecutionContext
-
Deprecated.
- submit(String, Callable<T>) - Method in class org.apache.brooklyn.util.core.task.AbstractExecutionContext
-
- submit(Callable<T>) - Method in class org.apache.brooklyn.util.core.task.AbstractExecutionContext
-
Deprecated.
- submit(Map<?, ?>, Callable<T>) - Method in class org.apache.brooklyn.util.core.task.AbstractExecutionContext
-
- submit(TaskAdaptable<T>) - Method in class org.apache.brooklyn.util.core.task.AbstractExecutionContext
-
- submit(Map<?, ?>, TaskAdaptable<T>) - Method in class org.apache.brooklyn.util.core.task.AbstractExecutionContext
-
- submit(Runnable) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
Deprecated.
- submit(String, Runnable) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
- submit(Map<?, ?>, Runnable) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
- submit(Callable<T>) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
Deprecated.
- submit(String, Callable<T>) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
- submit(Map<?, ?>, Callable<T>) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
- submit(TaskAdaptable<T>) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
- submit(Map<?, ?>, TaskAdaptable<T>) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
- submit(TaskAdaptable<T>, Entity) - Static method in class org.apache.brooklyn.util.core.task.DynamicTasks
-
- submit(Callable<T>) - Method in class org.apache.brooklyn.util.core.task.SingleThreadedScheduler
-
- submit(Callable<T>) - Method in interface org.apache.brooklyn.util.core.task.TaskScheduler
-
- submitPlan(String) - Method in class org.apache.brooklyn.entity.brooklynnode.BrooklynNodeImpl.DeployBlueprintEffectorBody
-
- submitTopLevelTask(TaskAdaptable<T>, Entity) - Static method in class org.apache.brooklyn.util.core.task.DynamicTasks
-
Breaks the parent-child relation between Tasks.current() and the task passed,
making the new task a top-level one at the target entity.
- subnet(int...) - Method in class org.apache.brooklyn.util.net.Cidr
-
- SUBNET_ADDRESS - Static variable in interface org.apache.brooklyn.core.entity.Attributes
-
- SUBNET_ADDRESS - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- SUBNET_HOSTNAME - Static variable in interface org.apache.brooklyn.core.entity.Attributes
-
- SUBNET_HOSTNAME - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- SUBPATH_IN_ARCHIVE - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- subscribe(Map<String, ?>, Entity, Sensor<T>, SensorEventListener<? super T>) - Method in interface org.apache.brooklyn.api.mgmt.SubscriptionContext
-
- subscribe(Entity, Sensor<T>, SensorEventListener<? super T>) - Method in interface org.apache.brooklyn.api.mgmt.SubscriptionContext
-
- subscribe(Map<String, Object>, Entity, Sensor<T>, SensorEventListener<? super T>) - Method in interface org.apache.brooklyn.api.mgmt.SubscriptionManager
-
- subscribe(Entity, Sensor<T>, SensorEventListener<? super T>) - Method in interface org.apache.brooklyn.api.mgmt.SubscriptionManager
-
- subscribe(Entity, Sensor<T>, SensorEventListener<? super T>) - Method in interface org.apache.brooklyn.api.objs.BrooklynObject.SubscriptionSupport
-
Allow us to subscribe to data from a
Sensor
on another entity.
- subscribe(Map<String, ?>, Entity, Sensor<T>, SensorEventListener<? super T>) - Method in interface org.apache.brooklyn.api.objs.BrooklynObject.SubscriptionSupport
-
Allow us to subscribe to data from a
Sensor
on another entity.
- subscribe(Entity, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicSubscriptionSupport
-
- subscribe(Map<String, ?>, Entity, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicSubscriptionSupport
-
- subscribe(Entity, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.location.AbstractLocation.BasicSubscriptionSupport
-
- subscribe(Map<String, ?>, Entity, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.location.AbstractLocation.BasicSubscriptionSupport
-
- subscribe(Entity, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractSubscriptionManager
-
- subscribe(Map<String, Object>, Entity, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractSubscriptionManager
-
This implementation handles the following flags, in addition to those described in the
SubscriptionManager
interface:
subscriberExecutionManagerTag - a tag to pass to execution manager (without setting any execution semantics / TaskPreprocessor);
if not supplied and there is a subscriber, this will be inferred from the subscriber and set up with SingleThreadedScheduler
eventFilter - a Predicate<SensorEvent> instance to filter what events are delivered
- subscribe(Entity, Sensor<T>, Closure) - Method in class org.apache.brooklyn.core.mgmt.internal.BasicSubscriptionContext
-
- subscribe(Map<String, ?>, Entity, Sensor<T>, Closure) - Method in class org.apache.brooklyn.core.mgmt.internal.BasicSubscriptionContext
-
- subscribe(Entity, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.mgmt.internal.BasicSubscriptionContext
-
- subscribe(Map<String, ?>, Entity, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.mgmt.internal.BasicSubscriptionContext
-
- subscribe(Entity, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.mgmt.internal.SubscriptionTracker
-
- subscribe(Map<String, ?>, Entity, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.mgmt.internal.SubscriptionTracker
-
- subscribe(Entity, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.objs.AbstractEntityAdjunct.BasicSubscriptionSupport
-
- subscribe(Map<String, ?>, Entity, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.objs.AbstractEntityAdjunct.BasicSubscriptionSupport
-
- subscribeToChildren(Map<String, Object>, Entity, Sensor<T>, SensorEventListener<? super T>) - Method in interface org.apache.brooklyn.api.mgmt.SubscriptionContext
-
- subscribeToChildren(Entity, Sensor<T>, SensorEventListener<? super T>) - Method in interface org.apache.brooklyn.api.mgmt.SubscriptionContext
-
- subscribeToChildren(Map<String, Object>, Entity, Sensor<T>, SensorEventListener<? super T>) - Method in interface org.apache.brooklyn.api.mgmt.SubscriptionManager
-
- subscribeToChildren(Entity, Sensor<T>, SensorEventListener<? super T>) - Method in interface org.apache.brooklyn.api.mgmt.SubscriptionManager
-
- subscribeToChildren(Entity, Sensor<T>, SensorEventListener<? super T>) - Method in interface org.apache.brooklyn.api.objs.BrooklynObject.SubscriptionSupport
-
- subscribeToChildren(Entity, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicSubscriptionSupport
-
- subscribeToChildren(Entity, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.location.AbstractLocation.BasicSubscriptionSupport
-
- subscribeToChildren(Entity, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractSubscriptionManager
-
- subscribeToChildren(Map<String, Object>, Entity, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractSubscriptionManager
-
- subscribeToChildren(Entity, Sensor<T>, Closure) - Method in class org.apache.brooklyn.core.mgmt.internal.BasicSubscriptionContext
-
- subscribeToChildren(Map<String, Object>, Entity, Sensor<T>, Closure) - Method in class org.apache.brooklyn.core.mgmt.internal.BasicSubscriptionContext
-
- subscribeToChildren(Entity, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.mgmt.internal.BasicSubscriptionContext
-
- subscribeToChildren(Map<String, Object>, Entity, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.mgmt.internal.BasicSubscriptionContext
-
- subscribeToChildren(Entity, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.mgmt.internal.SubscriptionTracker
-
- subscribeToChildren(Entity, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.objs.AbstractEntityAdjunct.BasicSubscriptionSupport
-
- subscribeToMembers(Map<String, Object>, Group, Sensor<T>, SensorEventListener<? super T>) - Method in interface org.apache.brooklyn.api.mgmt.SubscriptionContext
-
- subscribeToMembers(Group, Sensor<T>, SensorEventListener<? super T>) - Method in interface org.apache.brooklyn.api.mgmt.SubscriptionContext
-
- subscribeToMembers(Map<String, Object>, Group, Sensor<T>, SensorEventListener<? super T>) - Method in interface org.apache.brooklyn.api.mgmt.SubscriptionManager
-
- subscribeToMembers(Group, Sensor<T>, SensorEventListener<? super T>) - Method in interface org.apache.brooklyn.api.mgmt.SubscriptionManager
-
- subscribeToMembers(Group, Sensor<T>, SensorEventListener<? super T>) - Method in interface org.apache.brooklyn.api.objs.BrooklynObject.SubscriptionSupport
-
- subscribeToMembers(Group, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.entity.AbstractEntity.BasicSubscriptionSupport
-
- subscribeToMembers(Group, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.location.AbstractLocation.BasicSubscriptionSupport
-
- subscribeToMembers(Group, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractSubscriptionManager
-
- subscribeToMembers(Map<String, Object>, Group, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractSubscriptionManager
-
- subscribeToMembers(Group, Sensor<T>, Closure) - Method in class org.apache.brooklyn.core.mgmt.internal.BasicSubscriptionContext
-
- subscribeToMembers(Map<String, Object>, Group, Sensor<T>, Closure) - Method in class org.apache.brooklyn.core.mgmt.internal.BasicSubscriptionContext
-
- subscribeToMembers(Group, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.mgmt.internal.BasicSubscriptionContext
-
- subscribeToMembers(Map<String, Object>, Group, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.mgmt.internal.BasicSubscriptionContext
-
- subscribeToMembers(Group, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.mgmt.internal.SubscriptionTracker
-
- subscribeToMembers(Group, Sensor<T>, SensorEventListener<? super T>) - Method in class org.apache.brooklyn.core.objs.AbstractEntityAdjunct.BasicSubscriptionSupport
-
- subscribeToNotification(JmxNotificationSubscriptionConfig<?>) - Method in class org.apache.brooklyn.feed.jmx.JmxFeed.Builder
-
- SubscriptionContext - Interface in org.apache.brooklyn.api.mgmt
-
This is the context through which an
Entity
can manage its subscriptions.
- SubscriptionHandle - Interface in org.apache.brooklyn.api.mgmt
-
- SubscriptionManager - Interface in org.apache.brooklyn.api.mgmt
-
The management interface for subscriptions.
- subscriptions() - Method in interface org.apache.brooklyn.api.catalog.CatalogItem
-
- subscriptions() - Method in interface org.apache.brooklyn.api.objs.BrooklynObject
-
Subscriptions are the mechanism for receiving notifications of sensor-events (e.g.
- subscriptions() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- subscriptions() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
- subscriptions() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- subscriptions() - Method in interface org.apache.brooklyn.core.entity.EntityInternal
-
- subscriptions() - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- subscriptions() - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
- subscriptions() - Method in class org.apache.brooklyn.core.objs.AbstractEntityAdjunct
-
- subscriptions() - Method in interface org.apache.brooklyn.core.objs.BrooklynObjectInternal
-
- subscriptions() - Method in class org.apache.brooklyn.core.typereg.BasicManagedBundle
-
- SubscriptionTracker - Class in org.apache.brooklyn.core.mgmt.internal
-
Tracks subscriptions associated that are registered with particular entities.
- SubscriptionTracker(SubscriptionContext) - Constructor for class org.apache.brooklyn.core.mgmt.internal.SubscriptionTracker
-
- substitute(DownloadResolverManager.DownloadRequirement, String) - Static method in class org.apache.brooklyn.core.entity.drivers.downloads.DownloadSubstituters
-
Converts the basevalue by substituting things in the form ${key} for values specific
to a given entity driver.
- substitute(String, Map<String, ?>) - Static method in class org.apache.brooklyn.core.entity.drivers.downloads.DownloadSubstituters
-
- substituter(<any>, <any>) - Static method in class org.apache.brooklyn.core.entity.drivers.downloads.DownloadSubstituters
-
- subtract(Duration) - Method in class org.apache.brooklyn.util.time.Duration
-
- subtypeOf(RegisteredType) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- subtypeOf(Class<?>) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
True for any
RegisteredType
which has a type ancestor
class which is equal to or a subtype of the given class
- subtypeOf(String) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
True for any
RegisteredType
which has a type ancestor (or self)
whose registered type name or ID equals the string, or class name equals the string
- suburl(String) - Method in class org.apache.brooklyn.feed.http.HttpPollConfig
-
- succeedsContinually(Runnable) - Static method in class org.apache.brooklyn.test.Asserts
-
- succeedsContinually(Map<?, ?>, Runnable) - Static method in class org.apache.brooklyn.test.Asserts
-
- succeedsContinually(Callable<T>) - Static method in class org.apache.brooklyn.test.Asserts
-
- succeedsContinually(Map<?, ?>, Callable<T>) - Static method in class org.apache.brooklyn.test.Asserts
-
- succeedsEventually(Runnable) - Static method in class org.apache.brooklyn.test.Asserts
-
- succeedsEventually(Map<String, ?>, Runnable) - Static method in class org.apache.brooklyn.test.Asserts
-
- succeedsEventually(Callable<T>) - Static method in class org.apache.brooklyn.test.Asserts
-
- succeedsEventually(Map<String, ?>, Callable<T>) - Static method in class org.apache.brooklyn.test.Asserts
-
Convenience method for cases where we need to test until something is true.
- SUCCESS - Static variable in class org.apache.brooklyn.cli.AbstractMain
-
- success() - Static method in class org.apache.brooklyn.entity.brooklynnode.EntityHttpClient.ResponseCodePredicates
-
- successes - Variable in class org.apache.brooklyn.entity.group.zoneaware.AbstractZoneFailureDetector.ZoneHistory
-
- sudo(String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
Returns a command for safely running as root, using sudo
.
- sudoAsUser(String, String) - Static method in class org.apache.brooklyn.util.ssh.BashCommands
-
- sudoBashCIfPrivilegedPort(int, String) - Static method in class org.apache.brooklyn.entity.proxy.nginx.NginxSshDriver
-
- sudoIfPrivilegedPort(int, String) - Static method in class org.apache.brooklyn.entity.proxy.nginx.NginxSshDriver
-
- SudoTtyFixingCustomizer - Class in org.apache.brooklyn.location.jclouds
-
- SudoTtyFixingCustomizer() - Constructor for class org.apache.brooklyn.location.jclouds.SudoTtyFixingCustomizer
-
- suffixBytes(String) - Method in class org.apache.brooklyn.util.text.ByteSizeStrings.Builder
-
The suffix to use when printing bytes.
- suffixGiga(String) - Method in class org.apache.brooklyn.util.text.ByteSizeStrings.Builder
-
The suffix to use when printing Gigabytes.
- suffixKilo(String) - Method in class org.apache.brooklyn.util.text.ByteSizeStrings.Builder
-
The suffix to use when printing Kilobytes.
- suffixMega(String) - Method in class org.apache.brooklyn.util.text.ByteSizeStrings.Builder
-
The suffix to use when printing Megabytes.
- suffixTera(String) - Method in class org.apache.brooklyn.util.text.ByteSizeStrings.Builder
-
The suffix to use when printing Terabytes.
- SUGGESTED_VERSION - Static variable in class org.apache.brooklyn.core.entity.BrooklynConfigKeys
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.cm.salt.SaltEntity
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.database.crate.CrateNode
-
- SUGGESTED_VERSION - Static variable in class org.apache.brooklyn.entity.database.derby.DerbyDatabase
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.database.mariadb.MariaDbNode
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlNode
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.database.postgresql.PostgreSqlNode
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.database.rubyrep.RubyRepNode
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.messaging.activemq.ActiveMQBroker
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.messaging.kafka.Kafka
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.messaging.kafka.KafkaBroker
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.messaging.kafka.KafkaZooKeeper
-
The Kafka version, not the Zookeeper version.
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.messaging.qpid.QpidBroker
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.messaging.rabbit.RabbitBroker
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.messaging.storm.Storm
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.monitoring.monit.MonitNode
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseSyncGateway
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.nosql.couchdb.CouchDBNode
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.nosql.elasticsearch.ElasticSearchNode
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.nosql.hazelcast.HazelcastNode
-
- SUGGESTED_VERSION - Static variable in class org.apache.brooklyn.entity.nosql.infinispan.Infinispan5Server
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.nosql.mongodb.AbstractMongoDBServer
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.nosql.redis.RedisStore
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.nosql.solr.SolrServer
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.osgi.karaf.KarafContainer
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.proxy.nginx.NginxController
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.software.base.AbstractVanillaProcess
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.webapp.jboss.JBoss6Server
-
Deprecated.
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.webapp.jboss.JBoss7Server
-
Deprecated.
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.webapp.jetty.Jetty6Server
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppService
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.webapp.tomcat.Tomcat8Server
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.webapp.tomcat.TomcatServer
-
- SUGGESTED_VERSION - Static variable in interface org.apache.brooklyn.entity.zookeeper.ZooKeeperNode
-
- sum(Iterable<? extends Number>, Number, Number, <any>) - Static method in class org.apache.brooklyn.enricher.stock.Enrichers
-
- sum(Collection<? extends Number>) - Static method in class org.apache.brooklyn.policy.followthesun.DefaultFollowTheSunModel
-
- summarizeWindow(Duration) - Method in class org.apache.brooklyn.policy.autoscaling.SizeHistory
-
Summarises the history of values in this time window, with a few special things:
If entire time-window is not covered by the given values, then min is Integer.MIN_VALUE and max is Integer.MAX_VALUE
If no values, then latest is -1
If no recent values, then keeps last-seen value (no matter how old), to use that
"stable for growth" means that since that max value, there have not been any higher values
"stable for shrinking" means that since that low value, there have not been any lower values
- summary - Variable in class org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelper
-
- summary - Variable in class org.apache.brooklyn.entity.software.base.lifecycle.WinRmExecuteHelper
-
- summary(BrooklynRestResourceUtils, RegisteredType, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.TypeTransformer
-
- summary - Variable in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
- summary(String) - Method in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
- summary - Variable in class org.apache.brooklyn.test.performance.PerformanceTestResult
-
- summary(String) - Method in class org.apache.brooklyn.util.core.task.ssh.SshPutTaskFactory
-
- summary(String) - Method in class org.apache.brooklyn.util.core.task.system.internal.AbstractProcessTaskFactory
-
- summary(String) - Method in interface org.apache.brooklyn.util.core.task.system.ProcessTaskFactory
-
- SummaryComparators - Class in org.apache.brooklyn.rest.domain
-
Useful comparators for domain objects
- summaryFromApplication(Application, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.ApplicationTransformer
-
- SUPERSEDES_BUNDLES - Static variable in class org.apache.brooklyn.ui.modularity.enricher.BrooklynExternalUiModuleEnricher
-
- superSimpleClassName(Class<?>) - Static method in class org.apache.brooklyn.util.javalang.JavaClassNames
-
- superSimpleClassName(Object) - Static method in class org.apache.brooklyn.util.javalang.JavaClassNames
-
- SUPERVISORS_COUNT - Static variable in interface org.apache.brooklyn.entity.messaging.storm.StormDeployment
-
- supplier(<any>) - Method in class org.apache.brooklyn.feed.function.FunctionPollConfig
-
Supplies the value to be returned by each poll.
- supplier(<any>) - Method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions.AssertionOptions
-
- supplier(TaskAdaptable<T>) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- supplier(AtomicReference<T>) - Static method in class org.apache.brooklyn.util.javalang.AtomicReferences
-
returns the given atomic as a Supplier
- supplier(<any>) - Method in class org.apache.brooklyn.util.pool.BasicPool.Builder
-
- supplier() - Method in class org.apache.brooklyn.util.text.FormattedString
-
- Suppliers - Class in org.apache.brooklyn.util.guava
-
- SUPPORTED_TEMPLATE_BUILDER_PROPERTIES - Static variable in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
properties which cause customization of the TemplateBuilder
- SUPPORTED_TEMPLATE_OPTIONS_PROPERTIES - Static variable in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
properties which cause customization of the TemplateOptions
- supportsDeepResolution(Object) - Static method in class org.apache.brooklyn.util.core.task.ValueResolver
-
- SupportsPortForwarding - Interface in org.apache.brooklyn.core.location
-
- SupportsPortForwarding.RequiresPortForwarding - Interface in org.apache.brooklyn.core.location
-
marker on a location to indicate that port forwarding should be done automatically
for attempts to access from Brooklyn
- SUPPRESS_DUPLICATES - Static variable in class org.apache.brooklyn.core.enricher.AbstractEnricher
-
- SUPPRESS_DUPLICATES - Static variable in class org.apache.brooklyn.core.sensor.AbstractAddSensorFeed
-
- suppressDuplicates(boolean) - Method in class org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic.ComputeServiceIndicatorsFromChildrenAndMembersSpec
-
- suppressDuplicates(boolean) - Method in class org.apache.brooklyn.core.feed.FeedConfig
-
- suppressDuplicates(Boolean) - Method in class org.apache.brooklyn.enricher.stock.Enrichers.AbstractEnricherBuilder
-
- suppressWarnings() - Method in class org.apache.brooklyn.util.repeat.Repeater
-
- surround(String, String) - Static method in class org.apache.brooklyn.util.text.StringFunctions
-
Surrounds an input string with the given prefix and suffix
- suspend() - Method in interface org.apache.brooklyn.api.policy.Policy
-
Suspend the policy
- suspend() - Method in interface org.apache.brooklyn.api.sensor.Feed
-
suspends this feed (stops the poller, or indicates that the feed should start in a state where the poller is stopped)
- suspend() - Method in class org.apache.brooklyn.core.feed.AbstractFeed
-
- suspend() - Method in class org.apache.brooklyn.core.policy.AbstractPolicy
-
- suspend() - Method in class org.apache.brooklyn.entity.group.AbstractMembershipTrackingPolicy
-
- suspend(ConfigBag) - Method in class org.apache.brooklyn.entity.software.base.lifecycle.MachineLifecycleEffectorTasks
-
- suspend() - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- suspend() - Method in class org.apache.brooklyn.policy.followthesun.FollowTheSunPolicy
-
- suspend() - Method in class org.apache.brooklyn.policy.ha.AbstractFailureDetector
-
- suspend() - Method in class org.apache.brooklyn.policy.loadbalancing.LoadBalancingPolicy
-
- SUSPEND_SENSOR - Static variable in class org.apache.brooklyn.policy.ha.ConditionalSuspendPolicy
-
- SUSPEND_TARGET - Static variable in class org.apache.brooklyn.policy.ha.ConditionalSuspendPolicy
-
- suspended() - Method in class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixFeed.Builder
-
- suspended(boolean) - Method in class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixFeed.Builder
-
- suspended() - Method in class org.apache.brooklyn.feed.http.HttpFeed.Builder
-
- suspended(boolean) - Method in class org.apache.brooklyn.feed.http.HttpFeed.Builder
-
- suspendMachine(MachineLocation) - Method in interface org.apache.brooklyn.api.location.MachineManagementMixins.SuspendsMachines
-
Suspend the indicated machine.
- suspendMachine(MachineLocation) - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
Suspends the given location.
- swallowChildrenFailures() - Method in interface org.apache.brooklyn.api.mgmt.TaskQueueingContext
-
causes subsequent children failures not to fail the parent
- swallowChildrenFailures() - Method in class org.apache.brooklyn.util.core.task.DynamicSequentialTask
-
- swallowChildrenFailures() - Static method in class org.apache.brooklyn.util.core.task.DynamicTasks
-
- swallowChildrenFailures(boolean) - Method in class org.apache.brooklyn.util.core.task.TaskBuilder
-
sets up a dynamic task not to fail even if children fail
- swallowChildrenFailures() - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
causes failures in subtasks of the current task not to fail the parent;
no-op if not in a
TaskQueueingContext
.
- swallowExceptions() - Method in class org.apache.brooklyn.util.core.task.ValueResolver
-
- SWALLOWING_CHILDREN_FAILURES - Static variable in class org.apache.brooklyn.util.core.task.DynamicSequentialTask.FailureHandlingConfig
-
- symbolicName(<any>) - Static method in class org.apache.brooklyn.core.catalog.CatalogPredicates
-
- symbolicName(String) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemBuilder
-
- symbolicName(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento.Builder
-
- symbolicName(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicManagedBundleMemento.Builder
-
- symbolicName(String) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- symbolicName(<any>) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- symbolicName(String) - Method in class org.apache.brooklyn.util.core.osgi.Osgis.BundleFinder
-
- SYNC_REST_API_PORT - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseSyncGateway
-
- SYS_PROCESS_COUNT - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- SysoutBasedStatusRecorder() - Constructor for class org.apache.brooklyn.qa.longevity.StatusRecorder.SysoutBasedStatusRecorder
-
- SYSTEM_ADMIN - Static variable in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements
-
- SYSTEM_ENRICHER_UNIQUE_TAGS - Static variable in class org.apache.brooklyn.core.entity.EntityAdjuncts
-
- SYSTEM_LOAD_AVERAGE - Static variable in interface org.apache.brooklyn.entity.java.UsesJavaMXBeans
-
- SystemFramework - Interface in org.apache.brooklyn.util.osgi
-
- SystemFrameworkLoader - Class in org.apache.brooklyn.util.core.osgi
-
- SystemFrameworkLoader() - Constructor for class org.apache.brooklyn.util.core.osgi.SystemFrameworkLoader
-
- SystemProcessTaskFactory<T extends SystemProcessTaskFactory<T,RET>,RET> - Class in org.apache.brooklyn.util.core.task.system.internal
-
- SystemProcessTaskFactory(String...) - Constructor for class org.apache.brooklyn.util.core.task.system.internal.SystemProcessTaskFactory
-
- SystemProcessTaskFactory.ConcreteSystemProcessTaskFactory<RET> - Class in org.apache.brooklyn.util.core.task.system.internal
-
concrete instance (for generics)
- SystemServiceEnricher - Class in org.apache.brooklyn.entity.system_service
-
- SystemServiceEnricher() - Constructor for class org.apache.brooklyn.entity.system_service.SystemServiceEnricher
-
- SystemServiceInstaller - Interface in org.apache.brooklyn.entity.system_service
-
- SystemServiceInstallerFactory - Class in org.apache.brooklyn.entity.system_service
-
- SystemServiceInstallerFactory() - Constructor for class org.apache.brooklyn.entity.system_service.SystemServiceInstallerFactory
-
- SystemTasks - Class in org.apache.brooklyn.util.core.task.system
-
- SystemTasks() - Constructor for class org.apache.brooklyn.util.core.task.system.SystemTasks
-
- TABLE_REGEXP - Static variable in interface org.apache.brooklyn.entity.database.rubyrep.RubyRepNode
-
- tabularDataToMap() - Static method in class org.apache.brooklyn.feed.jmx.JmxValueFunctions
-
- tabularDataToMap(TabularData) - Static method in class org.apache.brooklyn.feed.jmx.JmxValueFunctions
-
- tabularDataToMapOfMaps() - Static method in class org.apache.brooklyn.feed.jmx.JmxValueFunctions
-
- tabularDataToMapOfMaps(TabularData) - Static method in class org.apache.brooklyn.feed.jmx.JmxValueFunctions
-
- tag(Object) - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
- tag(Object) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemBuilder
-
- tag(Object) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- tag(String) - Method in class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
- tag(Object) - Method in class org.apache.brooklyn.util.core.task.ScheduledTask.Builder
-
- tag(Object) - Method in class org.apache.brooklyn.util.core.task.TaskBuilder
-
adds a tag to the given task
- tag(Task<?>, Class<T>, boolean) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
returns the first tag found on the given task which matches the given type, looking up the submission hierarachy if necessary
- tagForCallerEntity(Entity) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- tagForContextAdjunct(EntityAdjunct) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- tagForContextEntity(Entity) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
Marks a task as running in the context of the entity.
- tagForEffectorCall(Entity, String, ConfigBag) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- tagForEntitlement(EntitlementContext) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- tagForEnvStream(String, Map<?, ?>) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
creates a tag suitable for attaching a snapshot of an environment var map as a "stream" on a task;
mainly for use with STREAM_ENV
- tagForStream(String, ByteArrayOutputStream) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
creates a tag suitable for marking a stream available on a task
- tagForStream(String, <any>, <any>) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
creates a tag suitable for marking a stream available on a task
- tagForStreamSoft(String, ByteArrayOutputStream) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
creates a tag suitable for marking a stream available on a task, but which might be GC'd
- tagForTargetEntity(Entity) - Static method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- tagIfNotNull(Object) - Method in class org.apache.brooklyn.util.core.task.TaskBuilder
-
adds a tag to the given task
- tagOptional(String) - Method in class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
- tags(Iterable<? extends Object>) - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
adds the given tags
- tags() - Method in interface org.apache.brooklyn.api.objs.BrooklynObject
-
Tags are arbitrary objects which can be attached to an entity for subsequent reference.
- tags(List<String>) - Method in class org.apache.brooklyn.camp.spi.AbstractResource.Builder
-
- tags() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- tags() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
- tags - Variable in class org.apache.brooklyn.core.entity.EntityInitializers.AddTags
-
- tags() - Method in interface org.apache.brooklyn.core.entity.internal.EntityTransientCopyInternal
-
- tags() - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
- tags() - Method in class org.apache.brooklyn.core.objs.AbstractBrooklynObject
-
- tags() - Method in class org.apache.brooklyn.core.objs.AbstractEntityAdjunct
-
- tags(<any>) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- tags(String...) - Method in class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
- tagsAdd(Iterable<? extends Object>) - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
adds the given tags
- tagsOptional(String...) - Method in class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
- tagsReplace(Iterable<? extends Object>) - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
replaces tags with the given
- tagTransient() - Method in class org.apache.brooklyn.util.core.task.ScheduledTask.Builder
-
- target(String) - Method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions.AssertionOptions
-
- TARGET_ADDRESSES - Static variable in interface org.apache.brooklyn.entity.proxy.nginx.UrlMapping
-
- TARGET_BODY - Static variable in interface org.apache.brooklyn.test.framework.TestHttpCall
-
- TARGET_EFFECTOR_NAME - Static variable in class org.apache.brooklyn.core.effector.ProxyEffector
-
- TARGET_ENTITY - Static variable in class org.apache.brooklyn.core.effector.ProxyEffector
-
- TARGET_ENTITY - Static variable in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
- TARGET_ENTITY - Static variable in interface org.apache.brooklyn.test.framework.TargetableTestComponent
-
The target entity to test.
- TARGET_ENTITY_ID - Static variable in interface org.apache.brooklyn.test.framework.TargetableTestComponent
-
- TARGET_ENTITY_NAME - Static variable in interface org.apache.brooklyn.test.framework.TargetableTestComponent
-
- TARGET_ENTITY_TYPE - Static variable in interface org.apache.brooklyn.test.framework.TargetableTestComponent
-
- TARGET_HEADERS - Static variable in interface org.apache.brooklyn.test.framework.TestHttpCall
-
- TARGET_ID - Static variable in interface org.apache.brooklyn.test.framework.TargetableTestComponent
-
Id of the target entity to test.
- TARGET_METHOD - Static variable in interface org.apache.brooklyn.test.framework.TestHttpCall
-
- TARGET_MODE - Static variable in interface org.apache.brooklyn.policy.failover.ElectPrimaryConfig
-
- TARGET_PARENT - Static variable in interface org.apache.brooklyn.entity.proxy.nginx.UrlMapping
-
- TARGET_RESOLUTION_TIMEOUT - Static variable in interface org.apache.brooklyn.test.framework.TargetableTestComponent
-
The duration to wait for an entity with the given targetId to exist, before throwing an exception.
- TARGET_SENSOR - Static variable in class org.apache.brooklyn.enricher.stock.AbstractAggregator
-
- TARGET_SENSOR - Static variable in class org.apache.brooklyn.enricher.stock.AbstractTransformer
-
- TARGET_SENSOR - Static variable in class org.apache.brooklyn.enricher.stock.Combiner
-
- TARGET_SENSOR - Static variable in class org.apache.brooklyn.enricher.stock.Joiner
-
- TARGET_SENSOR - Static variable in class org.apache.brooklyn.enricher.stock.PercentageEnricher
-
- TARGET_SENSOR - Static variable in class org.apache.brooklyn.enricher.stock.reducer.Reducer
-
- TARGET_SENSOR - Static variable in class org.apache.brooklyn.enricher.stock.UpdatingMap
-
- TARGET_URL - Static variable in interface org.apache.brooklyn.test.framework.TestHttpCall
-
- TARGET_VALUE - Static variable in class org.apache.brooklyn.enricher.stock.Transformer
-
- TargetableTestComponent - Interface in org.apache.brooklyn.test.framework
-
Entity that can target another entity for the purpose of testing
- TargetableTestComponentImpl - Class in org.apache.brooklyn.test.framework
-
Class that can resolve the target for a test component
- TargetableTestComponentImpl() - Constructor for class org.apache.brooklyn.test.framework.TargetableTestComponentImpl
-
- targetIsSsl(boolean) - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig.Builder
-
- TARGETS - Static variable in interface org.apache.brooklyn.entity.dns.AbstractGeoDnsService
-
- TARGETTED_BY - Static variable in class org.apache.brooklyn.core.entity.EntityRelations
-
- Task<T> - Interface in org.apache.brooklyn.api.mgmt
-
Represents a unit of work for execution.
- task() - Method in class org.apache.brooklyn.core.mgmt.EntityManagementUtils.CreationResult
-
associated task, ie the one doing the creation/starting
- TASK_ID - Static variable in class org.apache.brooklyn.util.core.task.BasicExecutionContext
-
- TaskAdaptable<T> - Interface in org.apache.brooklyn.api.mgmt
-
marker interface for something which can be adapted to a task
- TaskAndItem(Task<?>, T) - Constructor for class org.apache.brooklyn.core.mgmt.entitlement.Entitlements.TaskAndItem
-
- TaskBuilder<T> - Class in org.apache.brooklyn.util.core.task
-
Convenience for creating tasks; note that DynamicSequentialTask is the default
- TaskBuilder() - Constructor for class org.apache.brooklyn.util.core.task.TaskBuilder
-
- TaskFactory<T extends TaskAdaptable<?>> - Interface in org.apache.brooklyn.api.mgmt
-
Interface for something which can generate tasks (or task wrappers)
- taskForSshMachineLocation(SshMachineLocation) - Static method in class org.apache.brooklyn.core.location.BasicMachineDetails
-
- TaskInternal<T> - Interface in org.apache.brooklyn.util.core.task
-
- TaskInternal.TaskCancellationMode - Class in org.apache.brooklyn.util.core.task
-
- TaskInternalCancellableWithMode - Interface in org.apache.brooklyn.util.core.task
-
clearer semantics around cancellation; may be promoted to
Task
- taskName - Variable in class org.apache.brooklyn.entity.chef.KnifeTaskFactory
-
- TaskPredicates - Class in org.apache.brooklyn.util.core.task
-
- TaskPredicates() - Constructor for class org.apache.brooklyn.util.core.task.TaskPredicates
-
- TaskQueueingContext - Interface in org.apache.brooklyn.api.mgmt
-
Marks a place where tasks can be added, e.g.
- Tasks - Class in org.apache.brooklyn.util.core.task
-
- Tasks() - Constructor for class org.apache.brooklyn.util.core.task.Tasks
-
- TaskScheduler - Interface in org.apache.brooklyn.util.core.task
-
The scheduler is an internal mechanism to decorate
Task
s.
- TaskSerialization(ManagementContext) - Constructor for class org.apache.brooklyn.util.core.json.BidiSerialization.TaskSerialization
-
- TaskSummary - Class in org.apache.brooklyn.rest.domain
-
- TaskSummary(String, String, String, String, String, Set<Object>, Long, Long, Long, String, Object, boolean, boolean, List<LinkWithMetadata>, LinkWithMetadata, LinkWithMetadata, String, String, Map<String, LinkWithMetadata>, Map<String, URI>) - Constructor for class org.apache.brooklyn.rest.domain.TaskSummary
-
- taskSummary(Task<?>, UriBuilder) - Static method in class org.apache.brooklyn.rest.transform.TaskTransformer
-
- tasksWithTagLiveOrNull(Object) - Method in class org.apache.brooklyn.util.core.task.BasicExecutionManager
-
exposes live view, for internal use only
- TaskTags - Class in org.apache.brooklyn.util.core.task
-
- TaskTags() - Constructor for class org.apache.brooklyn.util.core.task.TaskTags
-
- TaskTransformer - Class in org.apache.brooklyn.rest.transform
-
- TaskTransformer() - Constructor for class org.apache.brooklyn.rest.transform.TaskTransformer
-
- TaskWrapper<T> - Interface in org.apache.brooklyn.api.mgmt
-
Interface for something which is not a task, but which is closely linked to one, ie.
- TCP_PORT_MAPPINGS - Static variable in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- TCP_PORT_MAPPINGS - Static variable in class org.apache.brooklyn.location.winrm.WinRmMachineLocation
-
- template(Object) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon
-
- template(Object, Map<?, ?>) - Static method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon
-
- template(Object) - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
- template(Object, Map<?, ?>) - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
- TEMPLATE - Static variable in interface org.apache.brooklyn.container.entity.openshift.OpenShiftResource
-
- template(boolean) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- TEMPLATE_BUILDER - Static variable in interface org.apache.brooklyn.location.jclouds.JcloudsLocationConfig
-
- TEMPLATE_CONFIGURATION_URL - Static variable in interface org.apache.brooklyn.entity.database.mariadb.MariaDbNode
-
- TEMPLATE_CONFIGURATION_URL - Static variable in interface org.apache.brooklyn.entity.database.mysql.MySqlNode
-
- TEMPLATE_CONFIGURATION_URL - Static variable in interface org.apache.brooklyn.entity.database.rubyrep.RubyRepNode
-
- TEMPLATE_CONFIGURATION_URL - Static variable in interface org.apache.brooklyn.entity.messaging.activemq.ActiveMQBroker
-
- TEMPLATE_CONFIGURATION_URL - Static variable in interface org.apache.brooklyn.entity.nosql.elasticsearch.ElasticSearchNode
-
- TEMPLATE_CONFIGURATION_URL - Static variable in interface org.apache.brooklyn.entity.webapp.jboss.JBoss7Server
-
Deprecated.
- TEMPLATE_ID - Static variable in class org.apache.brooklyn.camp.brooklyn.BrooklynCampConstants
-
- TEMPLATE_ID - Static variable in class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixFeed
-
- TEMPLATE_OPTIONS - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- TEMPLATE_OWNER_METADATA_KEY - Static variable in class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
- TEMPLATE_SPEC - Static variable in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationConfigPublic
-
- TEMPLATE_SUBSTITUTIONS - Static variable in interface org.apache.brooklyn.entity.software.base.SoftwareProcess
-
- TemplateBuilderCustomizer - Interface in org.apache.brooklyn.location.jclouds.templates.customize
-
- TemplateBuilderCustomizers - Class in org.apache.brooklyn.location.jclouds.templates.customize
-
- TemplatedStringAttributeSensorAndConfigKey - Class in org.apache.brooklyn.core.sensor
-
A
ConfigKey
which takes a freemarker-templated string,
and whose value is converted to a sensor by processing the template
with access to config and methods on the entity where it is set.
- TemplatedStringAttributeSensorAndConfigKey(String) - Constructor for class org.apache.brooklyn.core.sensor.TemplatedStringAttributeSensorAndConfigKey
-
- TemplatedStringAttributeSensorAndConfigKey(String, String) - Constructor for class org.apache.brooklyn.core.sensor.TemplatedStringAttributeSensorAndConfigKey
-
- TemplatedStringAttributeSensorAndConfigKey(String, String, String) - Constructor for class org.apache.brooklyn.core.sensor.TemplatedStringAttributeSensorAndConfigKey
-
- TemplatedStringAttributeSensorAndConfigKey(TemplatedStringAttributeSensorAndConfigKey, String) - Constructor for class org.apache.brooklyn.core.sensor.TemplatedStringAttributeSensorAndConfigKey
-
- templateId(Integer) - Method in class org.apache.brooklyn.entity.monitoring.zabbix.ZabbixFeed.Builder
-
- TemplateOptionCustomizer - Interface in org.apache.brooklyn.location.jclouds.templates.customize
-
- TemplateOptionCustomizers - Class in org.apache.brooklyn.location.jclouds.templates.customize
-
- templateOptions() - Static method in class org.apache.brooklyn.location.jclouds.templates.customize.TemplateOptionCustomizers
-
- TemplateOptionsOption - Class in org.apache.brooklyn.location.jclouds.templates.customize
-
- TemplateOptionsOption() - Constructor for class org.apache.brooklyn.location.jclouds.templates.customize.TemplateOptionsOption
-
- templateOwnedByMe() - Method in class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
adds user.name as owner of this template
- templateOwner(String) - Method in class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
adds an owner tag to this template
- TemplateProcessor - Class in org.apache.brooklyn.util.core.text
-
A variety of methods to assist in Freemarker template processing,
including passing in maps with keys flattened (dot-separated namespace),
and accessing
ManagementContext
brooklyn.properties
and
Entity
,
EntityDriver
, and
Location
methods and config.
- TemplateProcessor() - Constructor for class org.apache.brooklyn.util.core.text.TemplateProcessor
-
- TemplateProcessor.DotSplittingTemplateModel - Class in org.apache.brooklyn.util.core.text
-
A Freemarker TemplateHashModel
which will correctly handle entries of the form "a.b" in this map,
matching against template requests for "${a.b}".
- templateSpec() - Static method in class org.apache.brooklyn.location.jclouds.templates.customize.TemplateBuilderCustomizers
-
- templateUnowned() - Method in class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
no owner, means anyone can pick this up (default)
- TEMPORARY_LOCATION - Static variable in class org.apache.brooklyn.core.location.AbstractLocation
-
- TEN_SECONDS - Static variable in class org.apache.brooklyn.util.time.Duration
-
- terminate() - Method in interface org.apache.brooklyn.core.internal.storage.BrooklynStorage
-
Terminates the BrooklynStorage.
- terminate() - Method in class org.apache.brooklyn.core.internal.storage.impl.BrooklynStorageImpl
-
- terminate() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractManagementContext
-
- terminate() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- terminate() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalUsageManager
-
- terminate() - Method in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
- terminate() - Method in class org.apache.brooklyn.core.mgmt.internal.ManagementNodeStateListenerManager
-
- terminate() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- terminate() - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
Disconnects, preventing subsequent connections to be made.
- terminate() - Method in class org.apache.brooklyn.launcher.BrooklynLauncher
-
Terminates this launch, but does not stop the applications (i.e.
- terminate() - Method in class org.apache.brooklyn.test.WebAppMonitor
-
- terminateAll() - Static method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
terminates all (best effort); returns count of sessions closed; if exceptions thrown, returns negative number.
- TerminateInstances(ManagementContext, boolean, String, boolean, List<String>) - Constructor for class org.apache.brooklyn.launcher.command.support.CloudExplorerSupport.TerminateInstances
-
- TerminateInstancesCommand - Class in org.apache.brooklyn.karaf.commands.cloud.explorer
-
- TerminateInstancesCommand() - Constructor for class org.apache.brooklyn.karaf.commands.cloud.explorer.TerminateInstancesCommand
-
- TEST_SPEC - Static variable in interface org.apache.brooklyn.test.framework.LoopOverGroupMembersTestCase
-
The test spec that will be run against each member of the group
- TestCase - Interface in org.apache.brooklyn.test.framework
-
Entity that logically groups other test entities
- TestCaseImpl - Class in org.apache.brooklyn.test.framework
-
Class that can resolve the target for a test component
- TestCaseImpl() - Constructor for class org.apache.brooklyn.test.framework.TestCaseImpl
-
- TestEffector - Interface in org.apache.brooklyn.test.framework
-
Entity that invokes an effector on another entity
- TestEffectorImpl - Class in org.apache.brooklyn.test.framework
-
- TestEffectorImpl() - Constructor for class org.apache.brooklyn.test.framework.TestEffectorImpl
-
- TestEndpointReachable - Interface in org.apache.brooklyn.test.framework
-
Entity that checks if a TCP endpoint is reachable.
- TestEndpointReachableImpl - Class in org.apache.brooklyn.test.framework
-
Class that can resolve the target for a test component
- TestEndpointReachableImpl() - Constructor for class org.apache.brooklyn.test.framework.TestEndpointReachableImpl
-
- TestFrameworkAssertions - Class in org.apache.brooklyn.test.framework
-
Utility class to evaluate test-framework assertions
- TestFrameworkAssertions.AssertionOptions - Class in org.apache.brooklyn.test.framework
-
- TestFrameworkAssertions.AssertionSupport - Class in org.apache.brooklyn.test.framework
-
A convenience to collect multiple assertion failures.
- TestHttpCall - Interface in org.apache.brooklyn.test.framework
-
Entity that makes a HTTP Request and tests the response
- TestHttpCall.HttpAssertionTarget - Enum in org.apache.brooklyn.test.framework
-
- TestHttpCall.HttpMethod - Enum in org.apache.brooklyn.test.framework
-
- TestHttpCallImpl - Class in org.apache.brooklyn.test.framework
-
Class that can resolve the target for a test component
- TestHttpCallImpl() - Constructor for class org.apache.brooklyn.test.framework.TestHttpCallImpl
-
- TestHttpRecordingRequestInterceptor - Class in org.apache.brooklyn.test.http
-
- TestHttpRecordingRequestInterceptor() - Constructor for class org.apache.brooklyn.test.http.TestHttpRecordingRequestInterceptor
-
- TestHttpRequestHandler - Class in org.apache.brooklyn.test.http
-
- TestHttpRequestHandler() - Constructor for class org.apache.brooklyn.test.http.TestHttpRequestHandler
-
- TestHttpServer - Class in org.apache.brooklyn.test.http
-
- TestHttpServer() - Constructor for class org.apache.brooklyn.test.http.TestHttpServer
-
- testing(Repeater) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
- testingAttributeEventually(Entity, AttributeSensor<T>, <any>, Duration) - Static method in class org.apache.brooklyn.core.entity.EntityTasks
-
creates an (unsubmitted) task which waits for the attribute to satisfy the given predicate,
returning false if it times out or becomes unmanaged
- testingAttributeEventually(Iterable<Entity>, AttributeSensor<T>, <any>, Duration) - Static method in class org.apache.brooklyn.core.entity.EntityTasks
-
as {@link #testingAttributeEventually(Entity, AttributeSensor, Predicate, Duration) for multiple entities
- TestResourceUnavailableException - Class in org.apache.brooklyn.test.support
-
Indicates that a test cannot be run as a necessary resource is not available.
- TestResourceUnavailableException(String) - Constructor for class org.apache.brooklyn.test.support.TestResourceUnavailableException
-
Instantiate an exception, giving the name of the unavailable resource.
- TestResourceUnavailableException(String, Throwable) - Constructor for class org.apache.brooklyn.test.support.TestResourceUnavailableException
-
Instantiate an exception, giving the name of the unavailable resource.
- TestResourceUnavailableException(String, String) - Constructor for class org.apache.brooklyn.test.support.TestResourceUnavailableException
-
Instantiate an exception, giving the name of the unavailable resource.
- TestResourceUnavailableException(String, String, Throwable) - Constructor for class org.apache.brooklyn.test.support.TestResourceUnavailableException
-
Instantiate an exception, giving the name of the unavailable resource.
- TestSensor - Interface in org.apache.brooklyn.test.framework
-
Entity that tests a sensor value on another entity
- TestSensorImpl - Class in org.apache.brooklyn.test.framework
-
Class that can resolve the target for a test component
- TestSensorImpl() - Constructor for class org.apache.brooklyn.test.framework.TestSensorImpl
-
- TestSshCommand - Interface in org.apache.brooklyn.test.framework
-
- TestSshCommandImpl - Class in org.apache.brooklyn.test.framework
-
- TestSshCommandImpl() - Constructor for class org.apache.brooklyn.test.framework.TestSshCommandImpl
-
- TestWinrmCommand - Interface in org.apache.brooklyn.test.framework
-
- TestWinrmCommandImpl - Class in org.apache.brooklyn.test.framework
-
- TestWinrmCommandImpl() - Constructor for class org.apache.brooklyn.test.framework.TestWinrmCommandImpl
-
- tgz(String, String, String) - Static method in class org.apache.brooklyn.util.git.GithubUrls
-
returns URL for downloading a .tar.gz version of a tag of a repository
- TGZ_URL - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- THIRTY_SECONDS - Static variable in class org.apache.brooklyn.util.time.Duration
-
- THIRTY_SECONDS_TIMEOUT_MS - Static variable in class org.apache.brooklyn.test.Asserts
-
- threaded() - Method in class org.apache.brooklyn.util.repeat.Repeater
-
Use a new thread for every iteration of the loop.
- threaded(ExecutorService) - Method in class org.apache.brooklyn.util.repeat.Repeater
-
Use the passed in executor
to generate threads for every iteration
of the loop.
- ThreadLocalPrintStream - Class in org.apache.brooklyn.util.stream
-
- ThreadLocalPrintStream(PrintStream) - Constructor for class org.apache.brooklyn.util.stream.ThreadLocalPrintStream
-
- ThreadLocalPrintStream.OutputCapturingContext - Class in org.apache.brooklyn.util.stream
-
- Threads - Class in org.apache.brooklyn.util.javalang
-
- Threads() - Constructor for class org.apache.brooklyn.util.javalang.Threads
-
- THRIFT_PORT - Static variable in interface org.apache.brooklyn.entity.messaging.storm.Storm
-
- THRIFT_PORT - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
- THRIFT_PORT - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraFabric
-
Deprecated.
- THRIFT_PORT - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- THRIFT_PORT_LATENCY - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- THRIFT_PORT_LATENCY_IN_WINDOW - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- THRIFT_PORT_LATENCY_IN_WINDOW_PER_NODE - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
- THRIFT_PORT_LATENCY_PER_NODE - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
- throwIfFailed() - Method in class org.apache.brooklyn.util.os.Os.DeletionResult
-
- throwIfResourceUnavailable(Class<?>, String) - Static method in class org.apache.brooklyn.test.support.TestResourceUnavailableException
-
Asserts that a resource is available on the classpath; otherwise, throws
TestResourceUnavailableException
Note that this will use the same classloader that was used to load this class.
- throwOnErrors(boolean) - Method in class org.apache.brooklyn.core.location.LocationConfigUtils.OsCredential
-
whether to throw on problems
- throwWebApplicationException(Response.Status, String, Object...) - Static method in class org.apache.brooklyn.rest.util.WebResourceUtils
-
- throwWebApplicationException(Response.Status, Throwable) - Static method in class org.apache.brooklyn.rest.util.WebResourceUtils
-
- throwWebApplicationException(Response.Status, Throwable, String, Object...) - Static method in class org.apache.brooklyn.rest.util.WebResourceUtils
-
- TICKER - Static variable in class org.apache.brooklyn.policy.ha.ServiceReplacer
-
- tidy(URL) - Static method in class org.apache.brooklyn.util.core.ResourceUtils
-
- tidyFileUrl(String) - Static method in class org.apache.brooklyn.util.core.ResourceUtils
-
- tidyPath(String) - Static method in class org.apache.brooklyn.util.os.Os
-
Tidy up a file path.
- Tier - Interface in org.apache.brooklyn.entity.group
-
Intended to represent a "layer" of an application; this could be within a single location
or in multiple locations (see
Fabric
).
- TIME - Static variable in class org.apache.brooklyn.policy.action.AbstractScheduledEffectorPolicy
-
- Time - Class in org.apache.brooklyn.util.time
-
- Time() - Constructor for class org.apache.brooklyn.util.time.Time
-
- TIME_FORMAT - Static variable in class org.apache.brooklyn.policy.action.AbstractScheduledEffectorPolicy
-
- TIME_SUPPLIER - Static variable in class org.apache.brooklyn.core.sensor.DurationSinceSensor
-
- TIME_ZONE_UTC - Static variable in class org.apache.brooklyn.util.time.Time
-
GMT/UTC/Z time zone constant
- TimeFractionDeltaEnricher<T extends java.lang.Number> - Class in org.apache.brooklyn.policy.enricher
-
Converts an absolute measure of time into a fraction of time, based on the delta between consecutive values
and the elapsed time between those values.
- TimeFractionDeltaEnricher() - Constructor for class org.apache.brooklyn.policy.enricher.TimeFractionDeltaEnricher
-
- TimeFractionDeltaEnricher(Entity, Sensor<T>, Sensor<Double>, TimeUnit) - Constructor for class org.apache.brooklyn.policy.enricher.TimeFractionDeltaEnricher
-
- TimeFractionDeltaEnricher(Entity, Sensor<T>, Sensor<Double>, long) - Constructor for class org.apache.brooklyn.policy.enricher.TimeFractionDeltaEnricher
-
- timeout(Duration) - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.Builder
-
specifies an optional timeout; by default it waits forever, or until unmanaged or other abort condition
- timeout(Duration) - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.MultiBuilder
-
- TIMEOUT - Static variable in class org.apache.brooklyn.core.sensor.StaticSensor
-
- TIMEOUT - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode.StopNodeAndKillAppsEffector
-
- TIMEOUT - Static variable in interface org.apache.brooklyn.entity.brooklynnode.BrooklynNode.StopNodeButLeaveAppsEffector
-
- timeout(long) - Method in class org.apache.brooklyn.feed.shell.ShellPollConfig
-
- timeout(long, TimeUnit) - Method in class org.apache.brooklyn.feed.shell.ShellPollConfig
-
- timeout(Duration) - Method in class org.apache.brooklyn.rest.resources.AbstractBrooklynRestResource.RestValueResolver
-
- TIMEOUT - Static variable in interface org.apache.brooklyn.test.framework.BaseTest
-
The duration to wait for an assertion to succeed or fail before throwing an exception.
- timeout(Duration) - Method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions.AssertionOptions
-
- timeout(Duration) - Method in class org.apache.brooklyn.util.core.task.ValueResolver
-
sets a time limit on executions
- timeoutIf(Entity, AttributeSensor<T2>, <any>, Duration) - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.Builder
-
specifies the supplied timeout if the condition is met
- timeoutIfStoppingOrDestroyed(Duration) - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.Builder
-
- timeRemaining(long, long) - Static method in class org.apache.brooklyn.util.time.Time
-
Calculates how long until maxTime has passed since the given startTime.
- times(int) - Static method in class org.apache.brooklyn.util.math.MathFunctions
-
- times(long) - Static method in class org.apache.brooklyn.util.math.MathFunctions
-
- times(double) - Static method in class org.apache.brooklyn.util.math.MathFunctions
-
- times(long) - Method in class org.apache.brooklyn.util.time.Duration
-
- TimestampedValue<T> - Class in org.apache.brooklyn.util.collections
-
- TimestampedValue(T, long) - Constructor for class org.apache.brooklyn.util.collections.TimestampedValue
-
- TimeWeightedDeltaEnricher<T extends java.lang.Number> - Class in org.apache.brooklyn.policy.enricher
-
Converts an absolute sensor into a delta sensor (i.e.
- TimeWeightedDeltaEnricher() - Constructor for class org.apache.brooklyn.policy.enricher.TimeWeightedDeltaEnricher
-
- TimeWeightedDeltaEnricher(Entity, Sensor<T>, Sensor<Double>, int) - Constructor for class org.apache.brooklyn.policy.enricher.TimeWeightedDeltaEnricher
-
- TimeWeightedDeltaEnricher(Entity, Sensor<T>, Sensor<Double>, int, Closure<Double>) - Constructor for class org.apache.brooklyn.policy.enricher.TimeWeightedDeltaEnricher
-
- TimeWeightedDeltaEnricher(Entity, Sensor<T>, Sensor<Double>, int, <any>) - Constructor for class org.apache.brooklyn.policy.enricher.TimeWeightedDeltaEnricher
-
- timeWindow(long) - Method in class org.apache.brooklyn.policy.autoscaling.MaxPoolSizeReachedEvent.Builder
-
- TimeWindowedList<T> - Class in org.apache.brooklyn.util.collections
-
Keeps a list of timestamped values that are in the given time-period (millis).
- TimeWindowedList(Duration) - Constructor for class org.apache.brooklyn.util.collections.TimeWindowedList
-
- TimeWindowedList(Map<String, ?>) - Constructor for class org.apache.brooklyn.util.collections.TimeWindowedList
-
- TLS_JMX_REMOTE_PROFILES - Static variable in class org.apache.brooklyn.util.jmx.jmxmp.JmxmpAgent
-
- TLS_NEED_AUTHENTICATE_CLIENTS_PROPERTY - Static variable in class org.apache.brooklyn.util.jmx.jmxmp.JmxmpAgent
-
- TLS_SOCKET_FACTORY_PROPERTY - Static variable in class org.apache.brooklyn.util.jmx.jmxmp.JmxmpAgent
-
- TLS_WANT_AUTHENTICATE_CLIENTS_PROPERTY - Static variable in class org.apache.brooklyn.util.jmx.jmxmp.JmxmpAgent
-
- tmp() - Static method in class org.apache.brooklyn.util.os.Os
-
returns the best tmp dir to use; see
Os.TmpDirFinder
for the logic
(and the explanation why this is needed!)
- TMP_DEFAULT - Static variable in interface org.apache.brooklyn.test.framework.TestSshCommand
-
Default location for temporary files.
- TmpDirFinder() - Constructor for class org.apache.brooklyn.util.os.Os.TmpDirFinder
-
- toArray() - Method in class org.apache.brooklyn.util.collections.SetFromLiveMap
-
- toArray(T[]) - Method in class org.apache.brooklyn.util.collections.SetFromLiveMap
-
- toBasicAuthorizationValue(UsernamePasswordCredentials) - Static method in class org.apache.brooklyn.util.http.HttpTool
-
- toBuilder() - Method in class org.apache.brooklyn.location.jclouds.ConnectivityResolverOptions
-
- toBytes(String) - Static method in class org.apache.brooklyn.util.core.text.DataUriSchemeParser
-
- toCallable(Runnable) - Static method in class org.apache.brooklyn.util.JavaGroovyEquivalents
-
- toCamelCase() - Method in enum org.apache.brooklyn.api.objs.BrooklynObjectType
-
- toDateStampString() - Static method in class org.apache.brooklyn.util.time.Time
-
- toDateString() - Static method in class org.apache.brooklyn.util.time.Time
-
- toExactJsonList(<any>) - Method in class org.apache.brooklyn.core.objs.ConstraintSerialization
-
- toFile(File) - Static method in class org.apache.brooklyn.qa.longevity.StatusRecorder.Factory
-
- toFile(String) - Static method in class org.apache.brooklyn.util.net.Urls
-
- toGoodBrooklynVersion(String) - Static method in class org.apache.brooklyn.util.text.BrooklynVersionSyntax
-
- toInitialCapOnly(String) - Static method in class org.apache.brooklyn.util.text.Strings
-
- toItemDescriptor(Class<? extends BrooklynObject>, boolean) - Static method in class org.apache.brooklyn.cli.lister.ItemDescriptors
-
- toItemDescriptor(LocationResolver) - Static method in class org.apache.brooklyn.cli.lister.ItemDescriptors
-
- toItemDescriptor(BrooklynCatalog, CatalogItem<?, ?>, boolean) - Static method in class org.apache.brooklyn.cli.lister.ItemDescriptors
-
- toItemDescriptors(Iterable<? extends Class<? extends BrooklynObject>>, boolean) - Static method in class org.apache.brooklyn.cli.lister.ItemDescriptors
-
- toItemDescriptors(Iterable<? extends Class<? extends BrooklynObject>>, boolean, String) - Static method in class org.apache.brooklyn.cli.lister.ItemDescriptors
-
- toItemDescriptors(List<LocationResolver>) - Static method in class org.apache.brooklyn.cli.lister.ItemDescriptors
-
- toItemDescriptors(List<LocationResolver>, Boolean) - Static method in class org.apache.brooklyn.cli.lister.ItemDescriptors
-
- toJarUrls(String) - Static method in class org.apache.brooklyn.cli.lister.ClassFinder
-
finds a jar at a url, or for directories, jars under a path
- toJmxmpUrl(String, Integer) - Static method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
constructs a JMXMP URL for connecting to the given host and port
- toJmxUrl(Entity) - Static method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
constructs a JMX URL suitable for connecting to the given entity, being smart about JMX/RMI vs JMXMP
- toJsonList(ConfigKey<?>) - Method in class org.apache.brooklyn.core.objs.ConstraintSerialization
-
- toJsonList(<any>) - Method in class org.apache.brooklyn.core.objs.ConstraintSerialization
-
- TOKEN - Static variable in class org.apache.brooklyn.location.jclouds.AwsEc2SessionAwareComputeServiceRegistry
-
- TOKEN_GENERATOR_CLASS - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
- TOKEN_SHIFT - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraDatacenter
-
Deprecated.
- TokenGenerator - Interface in org.apache.brooklyn.entity.nosql.cassandra
-
- TokenGenerators - Class in org.apache.brooklyn.entity.nosql.cassandra
-
- TokenGenerators() - Constructor for class org.apache.brooklyn.entity.nosql.cassandra.TokenGenerators
-
Deprecated.
- TokenGenerators.AbstractTokenGenerator - Class in org.apache.brooklyn.entity.nosql.cassandra
-
Deprecated.
- TokenGenerators.NonNeg127TokenGenerator - Class in org.apache.brooklyn.entity.nosql.cassandra
-
Deprecated.
token generator used by cassandra pre v1.2
- TokenGenerators.PosNeg63TokenGenerator - Class in org.apache.brooklyn.entity.nosql.cassandra
-
Deprecated.
- TOKENS - Static variable in interface org.apache.brooklyn.entity.nosql.cassandra.CassandraNode
-
Deprecated.
- toLine(Map<String, String>) - Static method in class org.apache.brooklyn.util.text.KeyValueParser
-
- toLine(Collection<String>) - Static method in class org.apache.brooklyn.util.text.KeyValueParser
-
- toLiteralObjectName(ObjectName) - Method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
Converts from an object name pattern to a real object name, by querying with findMBean;
if no matching MBean can be found (or if more than one match found) then returns null.
- toLog(Logger) - Static method in class org.apache.brooklyn.qa.longevity.StatusRecorder.Factory
-
- toLowerCase() - Static method in class org.apache.brooklyn.util.text.StringFunctions
-
- toLowerCase(String) - Static method in class org.apache.brooklyn.util.text.Strings
-
- Tomcat7Driver - Interface in org.apache.brooklyn.entity.webapp.tomcat
-
Deprecated.
- Tomcat7SshDriver - Class in org.apache.brooklyn.entity.webapp.tomcat
-
Deprecated.
- Tomcat7SshDriver(TomcatServerImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.webapp.tomcat.Tomcat7SshDriver
-
Deprecated.
- Tomcat8Server - Interface in org.apache.brooklyn.entity.webapp.tomcat
-
An
Entity
that represents a single Tomcat instance.
- Tomcat8ServerImpl - Class in org.apache.brooklyn.entity.webapp.tomcat
-
An
Entity
that represents a single Tomcat instance.
- Tomcat8ServerImpl() - Constructor for class org.apache.brooklyn.entity.webapp.tomcat.Tomcat8ServerImpl
-
- TomcatDriver - Interface in org.apache.brooklyn.entity.webapp.tomcat
-
- TomcatServer - Interface in org.apache.brooklyn.entity.webapp.tomcat
-
An
Entity
that represents a single Tomcat instance.
- TomcatServerImpl - Class in org.apache.brooklyn.entity.webapp.tomcat
-
An
Entity
that represents a single Tomcat instance.
- TomcatServerImpl() - Constructor for class org.apache.brooklyn.entity.webapp.tomcat.TomcatServerImpl
-
- TomcatSshDriver - Class in org.apache.brooklyn.entity.webapp.tomcat
-
- TomcatSshDriver(TomcatServerImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.webapp.tomcat.TomcatSshDriver
-
- toMetadataRecord() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
- toMetadataRecord() - Method in interface org.apache.brooklyn.core.entity.EntityInternal
-
- toMetadataRecord() - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- toMetadataRecord() - Method in interface org.apache.brooklyn.core.location.internal.LocationInternal
-
Get a record of the metadata of this location.
- toMetadataRecord() - Method in class org.apache.brooklyn.location.jclouds.JcloudsSshMachineLocation
-
- toMilliseconds() - Method in class org.apache.brooklyn.util.time.Duration
-
- toMillisecondsRoundingUp() - Method in class org.apache.brooklyn.util.time.Duration
-
- toNanoseconds() - Method in class org.apache.brooklyn.util.time.Duration
-
- toOptional() - Method in class org.apache.brooklyn.util.guava.Maybe
-
Converts the given
Maybe
to
Optional
, failing if this
Maybe
contains null.
- toOsgiString() - Method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.VersionRangedName
-
- toOsgiString() - Method in class org.apache.brooklyn.util.osgi.VersionedName
-
- toOsgiVersion(String) - Static method in class org.apache.brooklyn.util.osgi.OsgiUtils
-
- toOsgiVersionedName(VersionedName) - Static method in class org.apache.brooklyn.util.osgi.VersionedName
-
- toPartialCatalogItem(RegisteredType) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
- toPem(KeyPair) - Static method in class org.apache.brooklyn.util.core.crypto.SecureKeys
-
returns the PEM (base64, ie for id_rsa) string for the private key / key pair;
this starts -----BEGIN PRIVATE KEY----- and ends similarly, like id_rsa.
- TOPIC - Static variable in interface org.apache.brooklyn.entity.messaging.amqp.AmqpExchange
-
- Topic - Interface in org.apache.brooklyn.entity.messaging
-
An interface that describes a messaging topic.
- TOPIC_NAME - Static variable in interface org.apache.brooklyn.entity.messaging.Topic
-
- topLevelLocationId(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl.Builder
-
- topLevelLocationIds(Collection<String>) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BrooklynMementoImpl.Builder
-
- toPredicate(Closure<Boolean>) - Static method in class org.apache.brooklyn.util.JavaGroovyEquivalents
-
- toPredicateFromJson(Object) - Method in class org.apache.brooklyn.core.objs.ConstraintSerialization
-
- toPredicateListFromJsonList(Collection<?>) - Method in class org.apache.brooklyn.core.objs.ConstraintSerialization
-
- toPub(KeyPair) - Static method in class org.apache.brooklyn.util.core.crypto.SecureKeys
-
returns id_rsa.pub style file, of public key
- toResponse(Throwable) - Method in class org.apache.brooklyn.rest.util.DefaultExceptionMapper
-
Maps a throwable to a response.
- toRmiJmxUrl(String, Integer, Integer, String) - Static method in class org.apache.brooklyn.feed.jmx.JmxHelper
-
constructs an RMI/JMX URL with the given inputs
(where the RMI Registry Port should be non-null, and at least one must be non-null)
- toSeconds() - Method in class org.apache.brooklyn.util.time.Duration
-
- toString() - Method in enum org.apache.brooklyn.api.catalog.CatalogItem.CatalogItemType
-
- toString() - Method in class org.apache.brooklyn.api.internal.AbstractBrooklynObjectSpec
-
- toString() - Method in class org.apache.brooklyn.api.objs.HighlightTuple
-
- toString() - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.DslDeferredFunctionCall
-
- toString() - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.BrooklynDslCommon.DslBrooklynObjectConfigSupplier
-
- toString() - Method in enum org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent.Scope
-
- toString() - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent
-
- toString() - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.parse.FunctionWithArgs
-
- toString() - Method in class org.apache.brooklyn.camp.brooklyn.spi.dsl.parse.QuotedString
-
- toString() - Method in class org.apache.brooklyn.camp.server.dto.ApiErrorDto
-
- toString() - Method in class org.apache.brooklyn.camp.server.dto.DtoBase
-
- toString() - Method in class org.apache.brooklyn.camp.spi.AbstractResource
-
- toString() - Method in class org.apache.brooklyn.camp.spi.pdp.Artifact
-
- toString() - Method in class org.apache.brooklyn.camp.spi.pdp.ArtifactContent
-
- toString() - Method in class org.apache.brooklyn.camp.spi.pdp.ArtifactRequirement
-
- toString() - Method in class org.apache.brooklyn.camp.spi.pdp.DeploymentPlan
-
- toString() - Method in class org.apache.brooklyn.camp.spi.pdp.Service
-
- toString() - Method in class org.apache.brooklyn.camp.spi.pdp.ServiceCharacteristic
-
- toString() - Method in class org.apache.brooklyn.cli.AbstractMain.BrooklynCommand
-
- toString() - Method in class org.apache.brooklyn.config.ConfigInheritances.BasicConfigValueAtContainer
-
- toString() - Method in class org.apache.brooklyn.core.BrooklynVersion.BrooklynFeature
-
- toString() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogBundleDto
-
- toString() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogDo
-
- toString() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogDto
-
- toString() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDo
-
- toString() - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemDtoAbstract
-
- toString() - Method in class org.apache.brooklyn.core.config.BasicConfigInheritance
-
- toString() - Method in class org.apache.brooklyn.core.config.BasicConfigKey
-
- toString() - Method in class org.apache.brooklyn.core.config.ConfigConstraints.RequiredPredicate
-
- toString() - Method in class org.apache.brooklyn.core.config.external.UrlsExternalConfigSupplier
-
- toString() - Method in class org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl
-
- toString() - Method in class org.apache.brooklyn.core.config.internal.LazyContainerAndKeyValue
-
- toString() - Method in class org.apache.brooklyn.core.config.ListConfigKey
-
Deprecated.
- toString() - Method in class org.apache.brooklyn.core.config.MapConfigKey
-
- toString() - Method in class org.apache.brooklyn.core.config.SetConfigKey
-
- toString() - Method in class org.apache.brooklyn.core.config.WrappedConfigKey
-
- toString() - Method in class org.apache.brooklyn.core.effector.BasicParameterType
-
- toString() - Method in class org.apache.brooklyn.core.effector.EffectorBase
-
- toString() - Method in class org.apache.brooklyn.core.entity.AbstractEntity
-
Default String representation is simplified name of class, together with selected fields.
- toString() - Method in class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadRequirement
-
- toString() - Method in class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadResolver
-
- toString() - Method in class org.apache.brooklyn.core.entity.drivers.downloads.BasicDownloadTargets
-
- toString() - Method in class org.apache.brooklyn.core.entity.drivers.ReflectiveEntityDriverFactory.AbstractDriverInferenceRenamingInferenceRule
-
- toString() - Method in class org.apache.brooklyn.core.entity.EntityAndAttribute
-
- toString() - Method in enum org.apache.brooklyn.core.entity.lifecycle.Lifecycle
-
- toString() - Method in class org.apache.brooklyn.core.entity.lifecycle.Lifecycle.Transition
-
- toString() - Method in class org.apache.brooklyn.core.entity.lifecycle.PolicyDescriptor
-
- toString() - Method in class org.apache.brooklyn.core.feed.AttributePollHandler
-
- toString() - Method in class org.apache.brooklyn.core.feed.DelegatingPollHandler
-
- toString() - Method in class org.apache.brooklyn.core.feed.FeedConfig
-
- toString() - Method in class org.apache.brooklyn.core.feed.Poller
-
- toString() - Method in class org.apache.brooklyn.core.internal.BrooklynProperties.Factory.Builder
-
- toString() - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl.Factory.Builder
-
- toString() - Method in class org.apache.brooklyn.core.internal.BrooklynPropertiesImpl
-
- toString() - Method in class org.apache.brooklyn.core.internal.storage.impl.BasicReference
-
- toString() - Method in class org.apache.brooklyn.core.internal.storage.impl.BrooklynStorageImpl
-
- toString() - Method in class org.apache.brooklyn.core.internal.storage.impl.ConcurrentMapAcceptingNullVals
-
- toString() - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
Default String representation is simplified name of class, together with selected fields.
- toString() - Method in class org.apache.brooklyn.core.location.access.PortForwardManager.AssociationMetadata
-
- toString() - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
- toString() - Method in class org.apache.brooklyn.core.location.access.PortMapping
-
- toString() - Method in class org.apache.brooklyn.core.location.BasicHardwareDetails
-
- toString() - Method in class org.apache.brooklyn.core.location.BasicLocationDefinition
-
- toString() - Method in class org.apache.brooklyn.core.location.BasicMachineDetails
-
- toString() - Method in class org.apache.brooklyn.core.location.BasicMachineMetadata
-
- toString() - Method in class org.apache.brooklyn.core.location.BasicOsDetails
-
- toString() - Method in class org.apache.brooklyn.core.location.geo.HostGeoInfo
-
- toString() - Method in class org.apache.brooklyn.core.location.LocationConfigUtils.OsCredential
-
- toString() - Method in class org.apache.brooklyn.core.location.PortRanges.AggregatePortRange
-
- toString() - Method in class org.apache.brooklyn.core.location.PortRanges.LinearPortRange
-
- toString() - Method in class org.apache.brooklyn.core.location.PortRanges.SinglePort
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.BrooklynTags.NamedStringTag
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags.EffectorCallTag
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags.WrappedItem
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags.WrappedStream
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.classloading.AbstractBrooklynClassLoadingContext
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.classloading.BrooklynClassLoadingContextSequential
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.classloading.JavaBrooklynClassLoadingContext
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.classloading.OsgiBrooklynClassLoadingContext
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.entitlement.BasicEntitlementClassDefinition
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements.FineGrainedEntitlements.SinglePermissionEntitlementChecker
-
- toString() - Method in exception org.apache.brooklyn.core.mgmt.entitlement.NotEntitledException
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.entitlement.WebEntitlementContext
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.ha.dto.BasicManagementNodeSyncRecord
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.ha.dto.ManagementPlaneSyncRecordImpl
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.ha.HighAvailabilityManagerImpl
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.ha.ManagementPlaneSyncRecordDeltaImpl
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiBundleInstallationResult
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.internal.AbstractSubscriptionManager.EntitySensorToken
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.internal.DeferredBrooklynProperties
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.internal.EntityManagementSupport
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalManagementContext
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.internal.LocalSubscriptionManager
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.internal.ManagementTransitionInfo
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.internal.ManagementTransitionMode
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext
-
- toString() - Method in enum org.apache.brooklyn.core.mgmt.persist.BrooklynPersistenceUtils.CreateBackupMode
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.persist.FileBasedObjectStore
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.persist.FileBasedStoreObjectAccessor
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.persist.jclouds.JcloudsBlobStoreBasedObjectStore
-
- toString(T) - Method in interface org.apache.brooklyn.core.mgmt.persist.MementoSerializer
-
- toString(T) - Method in class org.apache.brooklyn.core.mgmt.persist.RetryingMementoSerializer
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.persist.StoreObjectAccessorLocking
-
- toString(Object) - Method in class org.apache.brooklyn.core.mgmt.persist.XmlMementoSerializer.IdentifiableConverter
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.AbstractMemento
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.rebind.RebindManagerImpl
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.usage.ApplicationUsage.ApplicationEvent
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.usage.LocationUsage.LocationEvent
-
- toString() - Method in class org.apache.brooklyn.core.mgmt.usage.LocationUsage
-
- toString() - Method in class org.apache.brooklyn.core.network.AbstractOnNetworkEnricher.SensorNameConverter
-
- toString() - Method in class org.apache.brooklyn.core.objs.AbstractEntityAdjunct
-
- toString() - Method in class org.apache.brooklyn.core.objs.AdjunctType
-
- toString() - Method in class org.apache.brooklyn.core.objs.BasicSpecParameter
-
- toString() - Method in class org.apache.brooklyn.core.objs.BrooklynTypeSnapshot
-
- toString() - Method in class org.apache.brooklyn.core.objs.proxy.EntityProxyImpl
-
- toString() - Method in class org.apache.brooklyn.core.policy.AbstractPolicy
-
- toString() - Method in class org.apache.brooklyn.core.resolve.entity.DelegatingEntitySpecResolver
-
- toString() - Method in class org.apache.brooklyn.core.sensor.BasicSensor
-
- toString() - Method in class org.apache.brooklyn.core.sensor.BasicSensorEvent
-
- toString() - Method in class org.apache.brooklyn.core.sensor.DependentConfiguration.AttributeAndSensorCondition
-
- toString() - Method in class org.apache.brooklyn.core.typereg.AbstractTypePlanTransformer
-
- toString() - Method in class org.apache.brooklyn.core.typereg.BasicManagedBundle
-
- toString() - Method in class org.apache.brooklyn.core.typereg.BasicOsgiBundleWithUrl
-
- toString() - Method in class org.apache.brooklyn.core.typereg.BasicRegisteredType
-
- toString() - Method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.VersionRangedName
-
- toString() - Method in class org.apache.brooklyn.core.typereg.RegisteredTypeLoadingContexts.BasicRegisteredTypeLoadingContext
-
- toString() - Method in class org.apache.brooklyn.enricher.stock.Enrichers.AbstractUpdatingMapBuilder
-
- toString() - Method in class org.apache.brooklyn.enricher.stock.YamlRollingTimeWindowMeanEnricher.ConfidenceQualifiedNumber
-
- toString() - Method in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient.Domain
-
- toString() - Method in class org.apache.brooklyn.entity.dns.geoscaling.GeoscalingWebClient.SmartSubdomain
-
- toString() - Method in enum org.apache.brooklyn.entity.group.SshCommandMembershipTrackingPolicy.ExecutionTarget
-
Deprecated.
- toString() - Method in class org.apache.brooklyn.entity.group.zoneaware.BalancingNodePlacementStrategy
-
- toString() - Method in class org.apache.brooklyn.entity.group.zoneaware.ProportionalZoneFailureDetector
-
- toString() - Method in class org.apache.brooklyn.entity.nosql.mongodb.MongoDBServerImpl
-
- toString() - Method in enum org.apache.brooklyn.entity.nosql.mongodb.ReplicaSetMemberStatus
-
- toString() - Method in class org.apache.brooklyn.entity.proxy.nginx.NginxDefaultConfigGenerator
-
- toString() - Method in class org.apache.brooklyn.entity.software.base.lifecycle.MachineLifecycleEffectorTasks.StopMachineDetails
-
- toString() - Method in class org.apache.brooklyn.entity.software.base.SoftwareProcessDriverLifecycleEffectorTasks
-
- toString() - Method in class org.apache.brooklyn.feed.jmx.JmxFeed
-
- toString() - Method in class org.apache.brooklyn.launcher.WebAppContextProvider
-
- toString() - Method in class org.apache.brooklyn.location.jclouds.AbstractComputeServiceRegistry
-
- toString() - Method in class org.apache.brooklyn.location.jclouds.AwsEc2SessionAwareComputeServiceRegistry
-
- toString() - Method in class org.apache.brooklyn.location.jclouds.BrooklynImageChooser.ImageChooserFromOrdering
-
- toString() - Method in class org.apache.brooklyn.location.jclouds.BrooklynImageChooser
-
- toString() - Method in class org.apache.brooklyn.location.jclouds.ComputeServiceRegistryImpl
-
- toString() - Method in class org.apache.brooklyn.location.jclouds.DefaultConnectivityResolver
-
- toString() - Method in class org.apache.brooklyn.location.jclouds.domain.JcloudsContext
-
- toString() - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- toString() - Method in class org.apache.brooklyn.location.jclouds.ManagementAddressResolveResult
-
- toString() - Method in class org.apache.brooklyn.location.jclouds.networking.SecurityGroupEditor
-
- toString() - Method in class org.apache.brooklyn.location.jclouds.pool.MachineSet
-
- toString() - Method in class org.apache.brooklyn.location.jclouds.pool.ReusableMachineTemplate
-
- toString() - Method in class org.apache.brooklyn.location.jclouds.templates.AbstractPortableTemplateBuilder
-
- toString() - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- toString() - Method in class org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
-
- toString() - Method in class org.apache.brooklyn.policy.autoscaling.MaxPoolSizeReachedEvent
-
- toString() - Method in class org.apache.brooklyn.policy.autoscaling.SizeHistory.WindowSummary
-
- toString() - Method in class org.apache.brooklyn.policy.enricher.RollingTimeWindowMeanEnricher.ConfidenceQualifiedNumber
-
- toString() - Method in class org.apache.brooklyn.policy.followthesun.FollowTheSunParameters
-
- toString() - Method in class org.apache.brooklyn.policy.followthesun.FollowTheSunPolicy
-
- toString() - Method in class org.apache.brooklyn.policy.followthesun.FollowTheSunPool.ContainerItemPair
-
- toString() - Method in class org.apache.brooklyn.policy.followthesun.WeightedObject
-
- toString() - Method in class org.apache.brooklyn.policy.ha.HASensors.FailureDescriptor
-
- toString() - Method in class org.apache.brooklyn.policy.loadbalancing.BalanceableWorkerPool.ContainerItemPair
-
- toString() - Method in class org.apache.brooklyn.policy.loadbalancing.LoadBalancingPolicy
-
- toString() - Method in class org.apache.brooklyn.qa.longevity.MonitorPrefs
-
- toString() - Method in class org.apache.brooklyn.qa.longevity.MonitorUtils.MemoryUsage
-
- toString() - Method in class org.apache.brooklyn.qa.longevity.StatusRecorder.Record
-
- toString() - Method in class org.apache.brooklyn.rest.client.util.http.BuiltResponsePreservingError
-
- toString() - Method in class org.apache.brooklyn.rest.domain.AccessSummary
-
- toString() - Method in class org.apache.brooklyn.rest.domain.AdjunctSummary
-
- toString() - Method in class org.apache.brooklyn.rest.domain.ApiError
-
- toString() - Method in class org.apache.brooklyn.rest.domain.ApplicationSpec
-
- toString() - Method in class org.apache.brooklyn.rest.domain.ApplicationSummary
-
- toString() - Method in class org.apache.brooklyn.rest.domain.BrooklynFeatureSummary
-
- toString() - Method in class org.apache.brooklyn.rest.domain.BundleSummary
-
- toString() - Method in class org.apache.brooklyn.rest.domain.CatalogEnricherSummary
-
Deprecated.
- toString() - Method in class org.apache.brooklyn.rest.domain.CatalogEntitySummary
-
Deprecated.
- toString() - Method in class org.apache.brooklyn.rest.domain.CatalogItemSummary
-
Deprecated.
- toString() - Method in class org.apache.brooklyn.rest.domain.CatalogLocationSummary
-
Deprecated.
- toString() - Method in class org.apache.brooklyn.rest.domain.CatalogPolicySummary
-
Deprecated.
- toString() - Method in class org.apache.brooklyn.rest.domain.ConfigSummary
-
- toString() - Method in class org.apache.brooklyn.rest.domain.EffectorSummary.ParameterSummary
-
- toString() - Method in class org.apache.brooklyn.rest.domain.EffectorSummary
-
- toString() - Method in class org.apache.brooklyn.rest.domain.EntitySpec
-
- toString() - Method in class org.apache.brooklyn.rest.domain.EntitySummary
-
- toString() - Method in class org.apache.brooklyn.rest.domain.HighAvailabilitySummary.HaNodeSummary
-
- toString() - Method in class org.apache.brooklyn.rest.domain.HighAvailabilitySummary
-
- toString() - Method in class org.apache.brooklyn.rest.domain.LinkWithMetadata
-
- toString() - Method in class org.apache.brooklyn.rest.domain.LocationSpec
-
Deprecated.
- toString() - Method in class org.apache.brooklyn.rest.domain.LocationSummary
-
- toString() - Method in class org.apache.brooklyn.rest.domain.ScriptExecutionSummary
-
- toString() - Method in class org.apache.brooklyn.rest.domain.SensorSummary
-
- toString() - Method in class org.apache.brooklyn.rest.domain.TaskSummary
-
- toString() - Method in class org.apache.brooklyn.rest.domain.TypeSummary
-
- toString() - Method in class org.apache.brooklyn.rest.domain.UsageStatistic
-
- toString() - Method in class org.apache.brooklyn.rest.domain.UsageStatistics
-
- toString() - Method in class org.apache.brooklyn.rest.domain.VersionSummary
-
- toString() - Method in class org.apache.brooklyn.rest.security.provider.BrooklynUserWithRandomPasswordSecurityProvider
-
- toString() - Method in class org.apache.brooklyn.rest.security.provider.DelegatingSecurityProvider
-
- toString() - Method in class org.apache.brooklyn.test.Asserts.BooleanWithMessage
-
- toString() - Method in enum org.apache.brooklyn.test.framework.TestHttpCall.HttpAssertionTarget
-
- toString() - Method in enum org.apache.brooklyn.test.framework.TestHttpCall.HttpMethod
-
- toString() - Method in class org.apache.brooklyn.test.osgi.entities.more.MoreObject
-
- toString() - Method in class org.apache.brooklyn.test.osgi.entities.SimpleObject
-
- toString() - Method in class org.apache.brooklyn.test.performance.Histogram
-
- toString() - Method in class org.apache.brooklyn.test.performance.PerformanceTestDescriptor
-
- toString() - Method in class org.apache.brooklyn.test.performance.PerformanceTestResult
-
- toString() - Method in class org.apache.brooklyn.test.support.VerboseReporter
-
- toString() - Method in class org.apache.brooklyn.util.collections.CollectionFunctionals.FirstElementFunction
-
- toString() - Method in class org.apache.brooklyn.util.collections.CollectionFunctionals.SizeFunction
-
- toString() - Method in class org.apache.brooklyn.util.collections.Jsonya.Navigator
-
Returns JSON serialized output for given focus in the given jsonya;
applies a naive toString for specialized types
- toString() - Method in class org.apache.brooklyn.util.collections.QuorumCheck.LinearRangeQuorumCheck
-
- toString() - Method in class org.apache.brooklyn.util.collections.QuorumCheck.NumericQuorumCheck
-
- toString() - Method in class org.apache.brooklyn.util.collections.SetFromLiveMap
-
- toString() - Method in class org.apache.brooklyn.util.collections.TimestampedValue
-
- toString() - Method in class org.apache.brooklyn.util.collections.TimeWindowedList
-
- toString() - Method in class org.apache.brooklyn.util.concurrent.CallableFromRunnable
-
- toString() - Method in class org.apache.brooklyn.util.core.ClassLoaderUtils
-
- toString() - Method in class org.apache.brooklyn.util.core.config.ConfigBag
-
- toString() - Method in class org.apache.brooklyn.util.core.config.ResolvingConfigBag
-
- toString() - Method in enum org.apache.brooklyn.util.core.file.ArchiveUtils.ArchiveType
-
- toString() - Method in class org.apache.brooklyn.util.core.flags.FlagUtils.FlagConfigKeyAndValueRecord
-
- toString() - Method in class org.apache.brooklyn.util.core.internal.ssh.SshAbstractTool
-
- toString() - Method in class org.apache.brooklyn.util.core.internal.ssh.sshj.SshjClientConnection
-
- toString() - Method in class org.apache.brooklyn.util.core.internal.winrm.winrm4j.Winrm4jTool
-
- toString() - Method in class org.apache.brooklyn.util.core.javalang.UrlClassLoader
-
- toString() - Method in class org.apache.brooklyn.util.core.mutex.MutexSupport
-
- toString() - Method in class org.apache.brooklyn.util.core.mutex.SemaphoreForTasks
-
- toString() - Method in class org.apache.brooklyn.util.core.mutex.SemaphoreWithOwners
-
- toString() - Method in class org.apache.brooklyn.util.core.osgi.Osgis.BundleFinder
-
- toString() - Method in class org.apache.brooklyn.util.core.task.BasicExecutionContext
-
- toString() - Method in class org.apache.brooklyn.util.core.task.BasicTask
-
- toString() - Method in class org.apache.brooklyn.util.core.task.SingleThreadedScheduler
-
- toString() - Method in class org.apache.brooklyn.util.core.task.ssh.SshFetchTaskWrapper
-
- toString() - Method in class org.apache.brooklyn.util.core.task.ssh.SshPutTaskWrapper
-
- toString() - Method in class org.apache.brooklyn.util.core.task.system.ProcessTaskStub
-
- toString() - Method in class org.apache.brooklyn.util.core.task.system.ProcessTaskWrapper
-
- toString() - Method in class org.apache.brooklyn.util.core.task.TaskBuilder
-
- toString() - Method in class org.apache.brooklyn.util.core.task.TaskInternal.TaskCancellationMode
-
- toString() - Method in class org.apache.brooklyn.util.core.task.ValueResolver
-
- toString(String) - Static method in class org.apache.brooklyn.util.core.text.DataUriSchemeParser
-
- toString() - Method in class org.apache.brooklyn.util.core.text.TemplateProcessor.DotSplittingTemplateModel
-
- toString(T) - Method in class org.apache.brooklyn.util.core.xstream.XmlSerializer
-
- toString() - Method in exception org.apache.brooklyn.util.exceptions.PropagatedRuntimeException
-
- toString() - Method in class org.apache.brooklyn.util.exceptions.ReferenceWithError
-
- toString() - Method in class org.apache.brooklyn.util.guava.Functionals.ConstantFunction
-
- toString() - Method in class org.apache.brooklyn.util.guava.IfFunctions.IfFunction
-
- toString() - Method in class org.apache.brooklyn.util.guava.Maybe
-
- toString() - Method in class org.apache.brooklyn.util.http.HttpToolResponse
-
- toString() - Method in class org.apache.brooklyn.util.internal.BasicDelegatingSystemProperty
-
- toString() - Method in class org.apache.brooklyn.util.internal.StringSystemProperty
-
- toString() - Method in class org.apache.brooklyn.util.io.FilePermissions
-
- toString() - Method in class org.apache.brooklyn.util.javalang.AggregateClassLoader
-
- toString(Throwable) - Static method in class org.apache.brooklyn.util.javalang.StackTraceSimplifier
-
- toString() - Method in class org.apache.brooklyn.util.math.BitList
-
- toString() - Method in class org.apache.brooklyn.util.maven.MavenArtifact
-
- toString() - Method in class org.apache.brooklyn.util.net.Cidr
-
- toString() - Method in enum org.apache.brooklyn.util.net.Protocol
-
- toString() - Method in class org.apache.brooklyn.util.net.UserAndHostAndPort
-
- toString() - Method in class org.apache.brooklyn.util.osgi.VersionedName
-
- toString() - Method in class org.apache.brooklyn.util.pool.BasicPool
-
- toString() - Method in enum org.apache.brooklyn.util.ssh.IptablesCommands.Protocol
-
Deprecated.
- toString() - Method in class org.apache.brooklyn.util.stream.DelegatingPrintStream
-
- toString() - Method in class org.apache.brooklyn.util.stream.KnownSizeInputStream
-
- toString() - Method in class org.apache.brooklyn.util.stream.ThreadLocalPrintStream.OutputCapturingContext
-
- toString() - Method in class org.apache.brooklyn.util.text.FormattedString
-
- toString(Object) - Static method in class org.apache.brooklyn.util.text.Strings
-
returns toString of the object if it is not null, otherwise null
- toString() - Method in class org.apache.brooklyn.util.time.Duration
-
- toString() - Method in class org.apache.brooklyn.util.yaml.Yamls.YamlExtract
-
- toStringFunction() - Static method in class org.apache.brooklyn.util.text.StringFunctions
-
provided here as a convenience; prefer Functions#toStringFunction()
- toStringList(List<?>, String) - Static method in class org.apache.brooklyn.util.text.Strings
-
converts a list of any objects to a list of strings, using Object.toString()
,
with the second argument used where an entry is null
- toStringList(Object) - Static method in class org.apache.brooklyn.util.text.Strings
-
Tries to convert v to a list of strings.
- toStringMap(Map<?, ?>, String) - Static method in class org.apache.brooklyn.util.text.Strings
-
converts a map of any objects to a map of strings, using Object.toString()
,
with the second argument used where a value (or key) is null
- toStringNice() - Method in interface org.apache.brooklyn.location.jclouds.api.JcloudsLocationPublic
-
return a nice string suitable for display messages
- toStringNice() - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- toStringRounded() - Method in class org.apache.brooklyn.util.time.Duration
-
- toStringSupplier(Object) - Static method in class org.apache.brooklyn.util.text.Strings
-
- toStringWithValueForNull(Object, String) - Static method in class org.apache.brooklyn.util.text.Strings
-
returns toString of the object if it is not null, otherwise the given value
- toSysout() - Static method in class org.apache.brooklyn.qa.longevity.StatusRecorder.Factory
-
- TOTAL_COMMANDS_PROCESSED - Static variable in interface org.apache.brooklyn.entity.nosql.redis.RedisStore
-
- TOTAL_CONNECTIONS_RECEIVED - Static variable in interface org.apache.brooklyn.entity.nosql.redis.RedisStore
-
- TOTAL_EFFECTORS_INVOKED - Static variable in interface org.apache.brooklyn.core.server.entity.BrooklynMetrics
-
- TOTAL_EVENTS_DELIVERED - Static variable in interface org.apache.brooklyn.core.server.entity.BrooklynMetrics
-
- TOTAL_EVENTS_PUBLISHED - Static variable in interface org.apache.brooklyn.core.server.entity.BrooklynMetrics
-
- TOTAL_FETCH_TIME - Static variable in interface org.apache.brooklyn.entity.messaging.kafka.KafkaBroker
-
- TOTAL_MEMORY - Static variable in class org.apache.brooklyn.entity.machine.MachineAttributes
-
- TOTAL_PHYSICAL_MEMORY_SIZE - Static variable in interface org.apache.brooklyn.entity.java.UsesJavaMXBeans
-
- TOTAL_PROCESSING_TIME - Static variable in interface org.apache.brooklyn.entity.webapp.WebAppServiceMetrics
-
- TOTAL_PROCESSING_TIME_PER_NODE - Static variable in class org.apache.brooklyn.entity.webapp.DynamicWebAppCluster.ApplyDisplayHints
-
- TOTAL_PROCESSING_TIME_PER_NODE - Static variable in interface org.apache.brooklyn.entity.webapp.DynamicWebAppCluster
-
- TOTAL_PROCESSING_TIME_PER_NODE - Static variable in interface org.apache.brooklyn.entity.webapp.DynamicWebAppFabric
-
- TOTAL_PRODUCE_TIME - Static variable in interface org.apache.brooklyn.entity.messaging.kafka.KafkaBroker
-
- TOTAL_TASKS_SUBMITTED - Static variable in interface org.apache.brooklyn.core.server.entity.BrooklynMetrics
-
- toTimeDuration(Object) - Static method in class org.apache.brooklyn.util.JavaGroovyEquivalents
-
- toUniqueString(Object, int) - Static method in class org.apache.brooklyn.util.text.Strings
-
Returns canonicalized string from the given object, made "unique" by:
putting sets into the toString order
appending a hash code if it's longer than the max (and the max is bigger than 0)
- toUnit(TimeUnit) - Method in class org.apache.brooklyn.util.time.Duration
-
converts to the given TimeUnit
, using TimeUnit.convert(long, TimeUnit)
which rounds _down_
(so 1 nanosecond converted to milliseconds gives 0 milliseconds, and -1 ns gives -1 ms)
- toUnit(TimeUnit, RoundingMode) - Method in class org.apache.brooklyn.util.time.Duration
-
as
Duration.toUnit(TimeUnit)
but rounding as indicated
(rather than always taking the floor which is TimeUnit's default behaviour)
- toUnitRoundingUp(TimeUnit) - Method in class org.apache.brooklyn.util.time.Duration
-
- toUpperCase() - Static method in class org.apache.brooklyn.util.text.StringFunctions
-
- toUri(String) - Static method in class org.apache.brooklyn.util.net.Urls
-
creates a URI, preserving null and propagating exceptions *unchecked*
- toUri(URL) - Static method in class org.apache.brooklyn.util.net.Urls
-
creates a URI, preserving null and propagating exceptions *unchecked*
- toUrl(String) - Static method in class org.apache.brooklyn.util.net.Urls
-
creates a URL, preserving null and propagating exceptions *unchecked*
- toUrl(URI) - Static method in class org.apache.brooklyn.util.net.Urls
-
creates a URL, preserving null and propagating exceptions *unchecked*
- toValidOsgiVersion(String) - Static method in class org.apache.brooklyn.util.text.BrooklynVersionSyntax
-
- toValidOsgiVersionRange(String) - Static method in class org.apache.brooklyn.util.text.BrooklynVersionSyntax
-
- toVerboseString() - Method in interface org.apache.brooklyn.api.location.Location
-
- toVerboseString() - Method in interface org.apache.brooklyn.api.mgmt.ha.ManagementNodeSyncRecord
-
- toVerboseString() - Method in interface org.apache.brooklyn.api.mgmt.ha.ManagementPlaneSyncRecord
-
- toVerboseString() - Method in interface org.apache.brooklyn.api.mgmt.rebind.mementos.Memento
-
- toVerboseString() - Method in class org.apache.brooklyn.core.location.AbstractLocation
-
- toVerboseString() - Method in interface org.apache.brooklyn.core.location.access.PortForwardManager
-
- toVerboseString() - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerClient
-
Deprecated.
- toVerboseString() - Method in class org.apache.brooklyn.core.location.access.PortForwardManagerImpl
-
- toVerboseString() - Method in class org.apache.brooklyn.core.location.AggregatingMachineProvisioningLocation
-
- toVerboseString() - Method in class org.apache.brooklyn.core.mgmt.ha.dto.BasicManagementNodeSyncRecord
-
- toVerboseString() - Method in class org.apache.brooklyn.core.mgmt.ha.dto.ManagementPlaneSyncRecordImpl
-
- toVerboseString() - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.AbstractMemento
-
- toVerboseString() - Method in class org.apache.brooklyn.location.byon.FixedListMachineProvisioningLocation
-
- toVerboseString() - Method in class org.apache.brooklyn.location.jclouds.JcloudsLocation
-
- toVerboseString() - Method in class org.apache.brooklyn.location.jclouds.JcloudsSshMachineLocation
-
- toVerboseString() - Method in class org.apache.brooklyn.location.jclouds.JcloudsWinRmMachineLocation
-
- toVerboseString() - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- track(Object, SoftReference<?>) - Method in class org.apache.brooklyn.util.javalang.MemoryUsageTracker.SoftUsageTracker
-
- track(Object, long) - Method in class org.apache.brooklyn.util.javalang.MemoryUsageTracker
-
- TRACK_SOFT_MAYBE_USAGE - Static variable in class org.apache.brooklyn.core.mgmt.internal.BrooklynGarbageCollector
-
- TraitsTag(List<Class<?>>) - Constructor for class org.apache.brooklyn.core.mgmt.BrooklynTags.TraitsTag
-
- transaction() - Method in class org.apache.brooklyn.camp.AggregatingCampPlatform
-
- transaction() - Method in class org.apache.brooklyn.camp.BasicCampPlatform
-
- transaction() - Method in class org.apache.brooklyn.camp.brooklyn.spi.platform.BrooklynImmutableCampPlatform
-
- transaction() - Method in class org.apache.brooklyn.camp.CampPlatform
-
returns object where changes to a PDP can be made; note all changes must be committed
- transform(ManagementContext, AttributeSensorAndConfigKey<?, T>) - Static method in class org.apache.brooklyn.core.feed.ConfigToAttributes
-
Convenience for transforming a config value (e.g.
- transform(BrooklynMemento) - Method in interface org.apache.brooklyn.core.mgmt.rebind.transformer.BrooklynMementoTransformer
-
- transform(BrooklynMementoPersister, RebindExceptionHandler) - Method in class org.apache.brooklyn.core.mgmt.rebind.transformer.CompoundTransformer
-
- transform(BrooklynMementoRawData) - Method in class org.apache.brooklyn.core.mgmt.rebind.transformer.CompoundTransformer
-
- transform(BrooklynMementoRawData) - Method in class org.apache.brooklyn.core.mgmt.rebind.transformer.impl.DeleteOrphanedStateTransformer
-
We inspect the state in two different ways to find the entities that will be deleted:
belt-and-braces! Only if the state is not referenced by either of those two approaches
will we delete it.
- transform(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.transformer.impl.XsltTransformer
-
- transform(String) - Method in interface org.apache.brooklyn.core.mgmt.rebind.transformer.RawDataTransformer
-
- transform(Task<U>, <any>) - Static method in class org.apache.brooklyn.core.sensor.DependentConfiguration
-
Returns a
Task
which waits for the result of first parameter, then applies the function in the second
parameter to it, returning that result.
- transform(Map, TaskAdaptable<U>, <any>) - Static method in class org.apache.brooklyn.core.sensor.DependentConfiguration
-
- transform(ManagementContext, RegisteredType, RegisteredTypeLoadingContext) - Static method in class org.apache.brooklyn.core.typereg.TypePlanTransformers
-
transforms the given type to an instance, if possible
- transform() - Method in class org.apache.brooklyn.rest.transform.ConfigTransformer
-
- transform(ITestAnnotation, Class, Constructor, Method) - Method in class org.apache.brooklyn.test.DisableOnWindowsListener
-
- transform(<any>) - Method in class org.apache.brooklyn.util.guava.Maybe
-
- TRANSFORMATION - Static variable in class org.apache.brooklyn.enricher.stock.Aggregator
-
- TRANSFORMATION - Static variable in class org.apache.brooklyn.enricher.stock.Combiner
-
- TRANSFORMATION_FROM_EVENT - Static variable in class org.apache.brooklyn.enricher.stock.Transformer
-
- TRANSFORMATION_FROM_VALUE - Static variable in class org.apache.brooklyn.enricher.stock.Transformer
-
- TRANSFORMATION_UNTYPED - Static variable in class org.apache.brooklyn.enricher.stock.Aggregator
-
- transformations - Variable in class org.apache.brooklyn.cli.Main.CopyStateCommand
-
- Transformer<T,U> - Class in org.apache.brooklyn.enricher.stock
-
- Transformer() - Constructor for class org.apache.brooklyn.enricher.stock.Transformer
-
- TransformerBuilder(AttributeSensor<S>) - Constructor for class org.apache.brooklyn.enricher.stock.Enrichers.TransformerBuilder
-
- transformLegacyEnricherConfig() - Method in class org.apache.brooklyn.rest.transform.ConfigTransformer
-
Deprecated.
- transformLegacyEntityConfig() - Method in class org.apache.brooklyn.rest.transform.ConfigTransformer
-
Deprecated.
- transformLegacyPolicyConfig() - Method in class org.apache.brooklyn.rest.transform.ConfigTransformer
-
Deprecated.
- transformMultiple(<any>, TaskAdaptable<U>...) - Static method in class org.apache.brooklyn.core.sensor.DependentConfiguration
-
Returns a task which waits for multiple other tasks (submitting if necessary)
and performs arbitrary computation over the List of results.
- transformMultiple(Map, Closure, TaskAdaptable<U>...) - Static method in class org.apache.brooklyn.core.sensor.DependentConfiguration
-
- transformMultiple(Map, <any>, TaskAdaptable<U>...) - Static method in class org.apache.brooklyn.core.sensor.DependentConfiguration
-
- transformMultiple(Map, <any>, Collection<? extends TaskAdaptable<U>>) - Static method in class org.apache.brooklyn.core.sensor.DependentConfiguration
-
- TRANSIENT_TASK_TAG - Static variable in class org.apache.brooklyn.core.mgmt.BrooklynTaskTags
-
indicates a task is transient, roughly that is to say it is uninteresting --
specifically this means it can be GC'd as soon as it is completed,
and that it need not appear in some task lists;
often used for framework lifecycle events and sensor polling
- TRANSIENT_TASK_TAG - Static variable in interface org.apache.brooklyn.core.mgmt.internal.ManagementContextInternal
-
- transientTask(boolean) - Method in class org.apache.brooklyn.util.core.task.ValueResolver
-
whether the task should be marked as transient; defaults true
- Transition(Lifecycle, Date) - Constructor for class org.apache.brooklyn.core.entity.lifecycle.Lifecycle.Transition
-
- transitioning(BrooklynObjectManagementMode, BrooklynObjectManagementMode) - Static method in class org.apache.brooklyn.core.mgmt.internal.ManagementTransitionMode
-
- transitionTo(Status) - Method in class org.apache.brooklyn.rest.domain.ApplicationSummary
-
- TRANSPORT_CIPHERS - Static variable in class org.apache.brooklyn.rest.BrooklynWebConfig
-
- TRANSPORT_PROTOCOLS - Static variable in class org.apache.brooklyn.rest.BrooklynWebConfig
-
- TreeNode - Interface in org.apache.brooklyn.api.mgmt.rebind.mementos
-
A simple tree structure, where a node references a parent and children using their ids.
- TreeUtils - Class in org.apache.brooklyn.core.mgmt.rebind
-
- TreeUtils() - Constructor for class org.apache.brooklyn.core.mgmt.rebind.TreeUtils
-
- TRIGGER_SENSOR - Static variable in class org.apache.brooklyn.policy.InvokeEffectorOnCollectionSensorChange
-
- TRIGGER_SENSORS - Static variable in class org.apache.brooklyn.enricher.stock.AbstractTransformer
-
- triggerAbsoluteMajority - Variable in class org.apache.brooklyn.policy.followthesun.FollowTheSunParameters
-
as corresponding majority and total fields, with x_A-x_B on the LHS of inequality
- triggerAbsoluteTotal - Variable in class org.apache.brooklyn.policy.followthesun.FollowTheSunParameters
-
fields as above,
this parameter T defines a number such that x_A > T in order for X to be migrated to A
- triggerDeltaAbovePercentMajority - Variable in class org.apache.brooklyn.policy.followthesun.FollowTheSunParameters
-
as corresponding majority and total fields, with x_A-x_B on the LHS of inequality
- triggerDeltaAbovePercentTotal - Variable in class org.apache.brooklyn.policy.followthesun.FollowTheSunParameters
-
fields as above, and T as above,
this parameter T' defines a number such that x_A > T*x + T' in order for X to be migrated to A
- triggerPercentMajority - Variable in class org.apache.brooklyn.policy.followthesun.FollowTheSunParameters
-
fields as above, with X_B the number from a different geography B,
where A and B are the two most prolific requesters of X, and X_A >= X_B;
this parameter T defines a number such that x_A-x_B > T*x in order for X to be migrated to A
- triggerPercentTotal - Variable in class org.apache.brooklyn.policy.followthesun.FollowTheSunParameters
-
trigger for moving segment X from geo A to geo B:
where x is total number of requests submitted in X across the CDM network,
and x_A is number of reqs from geo A, with A the most prolific geography
(arbitrarily chosen in case of ties so recommended to choose at least a small percent_majority or delta_above_percent_majority, in addition to this field);
this parameter T defines a number such that x_A > T*x in order for X to be migrated to A
(but see also DELTA_ABOVE_PERCENT_TOTAL, below)
- trim() - Static method in class org.apache.brooklyn.util.text.StringFunctions
-
- trim(String) - Static method in class org.apache.brooklyn.util.text.Strings
-
- trimAll(String[]) - Static method in class org.apache.brooklyn.util.text.Strings
-
- trimEnd() - Static method in class org.apache.brooklyn.util.text.StringFunctions
-
- trimEnd(String) - Static method in class org.apache.brooklyn.util.text.Strings
-
- trimOlderThan(long) - Method in class org.apache.brooklyn.entity.group.zoneaware.AbstractZoneFailureDetector.ZoneHistory
-
- truncate(String, int) - Method in class org.apache.brooklyn.util.text.StringShortener
-
- TRUST_ALL - Static variable in interface org.apache.brooklyn.test.framework.TestHttpCall
-
- TRUST_ALL - Static variable in class org.apache.brooklyn.util.crypto.SslTrustUtils
-
trusts all SSL certificates
- TRUST_ALL - Static variable in class org.apache.brooklyn.util.http.TrustingSslSocketFactory
-
trusts all SSL certificates
- TRUST_CERTS - Static variable in interface org.apache.brooklyn.container.location.kubernetes.KubernetesLocationConfig
-
- TRUST_NONE - Static variable in class org.apache.brooklyn.util.crypto.SslTrustUtils
-
trusts no SSL certificates
- trustAll(T) - Static method in class org.apache.brooklyn.util.crypto.SslTrustUtils
-
configures a connection to accept all certificates, if it is for https
- trustAll(boolean) - Method in class org.apache.brooklyn.util.http.executor.HttpConfig.Builder
-
- trustAll() - Method in class org.apache.brooklyn.util.http.executor.HttpConfig
-
- trustAll() - Method in class org.apache.brooklyn.util.http.HttpTool.HttpClientBuilder
-
- trustAll(boolean) - Method in class org.apache.brooklyn.util.http.HttpTool.HttpClientBuilder
-
- TrustAllStrategy() - Constructor for class org.apache.brooklyn.util.http.HttpTool.TrustAllStrategy
-
- TrustingSslSocketFactory - Class in org.apache.brooklyn.util.crypto
-
An SSLSocketFactory which trusts all endpoints (ie encryption but no authentication)
- TrustingSslSocketFactory - Class in org.apache.brooklyn.util.http
-
- trustSelfSigned(boolean) - Method in class org.apache.brooklyn.util.http.executor.HttpConfig.Builder
-
- trustSelfSigned() - Method in class org.apache.brooklyn.util.http.executor.HttpConfig
-
- trustSelfSigned() - Method in class org.apache.brooklyn.util.http.HttpTool.HttpClientBuilder
-
- trustSelfSigned(boolean) - Method in class org.apache.brooklyn.util.http.HttpTool.HttpClientBuilder
-
- truth(Object) - Static method in class org.apache.brooklyn.util.groovy.GroovyJavaMethods
-
Deprecated.
- truthPredicate() - Static method in class org.apache.brooklyn.util.groovy.GroovyJavaMethods
-
Deprecated.
- tryAcquire() - Method in class org.apache.brooklyn.util.core.mutex.SemaphoreWithOwners
-
- tryAcquire(int) - Method in class org.apache.brooklyn.util.core.mutex.SemaphoreWithOwners
-
- tryAcquire(int, long, TimeUnit) - Method in class org.apache.brooklyn.util.core.mutex.SemaphoreWithOwners
-
- tryAcquire(long, TimeUnit) - Method in class org.apache.brooklyn.util.core.mutex.SemaphoreWithOwners
-
- tryAcquireMutex(String, String) - Method in class org.apache.brooklyn.location.ssh.SshMachineLocation
-
- tryAcquireMutex(String, String) - Method in class org.apache.brooklyn.util.core.mutex.MutexSupport
-
- tryAcquireMutex(String, String) - Method in interface org.apache.brooklyn.util.core.mutex.WithMutexes
-
acquires a mutex and returns true, if available; otherwise immediately returns false;
caller must release after use if this returns true
- tryCoerce(Object, Class<T>) - Static method in class org.apache.brooklyn.util.core.flags.TypeCoercions
-
- tryCoerce(Object, <any>) - Static method in class org.apache.brooklyn.util.core.flags.TypeCoercions
-
- tryCoerce(Object, <any>) - Method in class org.apache.brooklyn.util.javalang.coerce.CommonAdaptorTypeCoercions.CoerceStringToCollections
-
- tryCoerce(String, Class<E>) - Static method in class org.apache.brooklyn.util.javalang.coerce.EnumTypeCoercions
-
- tryCoerce(Object, Class<? super T>) - Static method in class org.apache.brooklyn.util.javalang.coerce.PrimitiveStringTypeCoercions
-
- tryCoerce(Object, <any>) - Method in interface org.apache.brooklyn.util.javalang.coerce.TryCoercer
-
The meaning of the return value is:
null - no errors, recommend continue with fallbacks (i.e.
- tryCoerce(Object, Class<T>) - Method in interface org.apache.brooklyn.util.javalang.coerce.TypeCoercer
-
- tryCoerce(Object, <any>) - Method in interface org.apache.brooklyn.util.javalang.coerce.TypeCoercer
-
- tryCoerce(Object, Class<T>) - Method in class org.apache.brooklyn.util.javalang.coerce.TypeCoercerExtensible
-
- tryCoerce(Object, <any>) - Method in class org.apache.brooklyn.util.javalang.coerce.TypeCoercerExtensible
-
- TryCoercer - Interface in org.apache.brooklyn.util.javalang.coerce
-
A coercer that can be registered, which will try to coerce the given input to the given type.
- tryCoerceUntyped(String, Class) - Static method in class org.apache.brooklyn.util.javalang.coerce.EnumTypeCoercions
-
- tryFindAndInvokeBestMatchingMethod(Object, String, Object) - Static method in class org.apache.brooklyn.util.core.flags.MethodCoercions
-
Tries to find a method with each parameter compatible with (can be coerced to) the corresponding argument, and invokes it.
- tryFindAndInvokeMultiParameterMethod(Object, Iterable<Method>, List<?>) - Static method in class org.apache.brooklyn.util.core.flags.MethodCoercions
-
Tries to find a multiple-parameter method with each parameter compatible with (can be coerced to) the
corresponding argument, and invokes it.
- tryFindAndInvokeMultiParameterMethod(Object, String, List<?>) - Static method in class org.apache.brooklyn.util.core.flags.MethodCoercions
-
Tries to find a multiple-parameter method with each parameter compatible with (can be coerced to) the
corresponding argument, and invokes it.
- tryFindAndInvokeSingleParameterMethod(Object, String, Object) - Static method in class org.apache.brooklyn.util.core.flags.MethodCoercions
-
Tries to find a single-parameter method with a parameter compatible with (can be coerced to) the argument, and
invokes it.
- tryFindMappedName(Map<String, String>, String) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
- tryFindWithUniqueTag(Iterable<T>, Object) - Static method in class org.apache.brooklyn.core.entity.EntityAdjuncts
-
- tryFromString(String) - Static method in enum org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent.Scope
-
- tryFromString(String) - Static method in enum org.apache.brooklyn.entity.group.SshCommandMembershipTrackingPolicy.ExecutionTarget
-
Deprecated.
- tryGetBundleForcedReplaced(ManagementContext, VersionedName) - Static method in class org.apache.brooklyn.core.typereg.BundleUpgradeParser.CatalogUpgrades
-
If the given bundle (vName) has been forcibly removed, return the bundle that
upgrades it (if any).
- tryLoadClass(String) - Method in class org.apache.brooklyn.core.mgmt.classloading.AbstractBrooklynClassLoadingContext
-
- tryLoadClass(String, Class<T>) - Method in class org.apache.brooklyn.core.mgmt.classloading.AbstractBrooklynClassLoadingContext
-
- tryLoadClass(String) - Method in class org.apache.brooklyn.core.mgmt.classloading.BrooklynClassLoadingContextSequential
-
- tryLoadClass(String) - Method in class org.apache.brooklyn.core.mgmt.classloading.JavaBrooklynClassLoadingContext
-
- tryLoadClass(String) - Method in class org.apache.brooklyn.core.mgmt.classloading.OsgiBrooklynClassLoadingContext
-
- tryLoadClass(String) - Method in interface org.apache.brooklyn.util.javalang.ClassLoadingContext
-
- tryLoadClass(String, Class<T>) - Method in interface org.apache.brooklyn.util.javalang.ClassLoadingContext
-
- tryLoadFrom(Bundle, String) - Method in class org.apache.brooklyn.util.core.LoaderDispatcher.ClassLoaderDispatcher
-
- tryLoadFrom(BrooklynClassLoadingContext, String) - Method in class org.apache.brooklyn.util.core.LoaderDispatcher.ClassLoaderDispatcher
-
- tryLoadFrom(ClassLoader, String) - Method in class org.apache.brooklyn.util.core.LoaderDispatcher.ClassLoaderDispatcher
-
- tryLoadFrom(Bundle, String) - Method in class org.apache.brooklyn.util.core.LoaderDispatcher.MultipleResourceLoaderDispatcher
-
- tryLoadFrom(BrooklynClassLoadingContext, String) - Method in class org.apache.brooklyn.util.core.LoaderDispatcher.MultipleResourceLoaderDispatcher
-
- tryLoadFrom(ClassLoader, String) - Method in class org.apache.brooklyn.util.core.LoaderDispatcher.MultipleResourceLoaderDispatcher
-
- tryLoadFrom(Bundle, String) - Method in class org.apache.brooklyn.util.core.LoaderDispatcher.ResourceLoaderDispatcher
-
- tryLoadFrom(BrooklynClassLoadingContext, String) - Method in class org.apache.brooklyn.util.core.LoaderDispatcher.ResourceLoaderDispatcher
-
- tryLoadFrom(ClassLoader, String) - Method in class org.apache.brooklyn.util.core.LoaderDispatcher.ResourceLoaderDispatcher
-
- tryLoadFrom(Bundle, String) - Method in interface org.apache.brooklyn.util.core.LoaderDispatcher
-
- tryLoadFrom(BrooklynClassLoadingContext, String) - Method in interface org.apache.brooklyn.util.core.LoaderDispatcher
-
- tryLoadFrom(ClassLoader, String) - Method in interface org.apache.brooklyn.util.core.LoaderDispatcher
-
- tryPeekFrameworkForReuse() - Static method in class org.apache.brooklyn.core.mgmt.ha.OsgiManager
-
- tryQueueing(TaskQueueingContext, TaskAdaptable<?>) - Static method in class org.apache.brooklyn.util.core.task.Tasks
-
Adds the given task to the given context.
- tryResolveClass(String, OsgiBundleWithUrl...) - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiManager
-
- tryResolveClass(String, Iterable<? extends OsgiBundleWithUrl>) - Method in class org.apache.brooklyn.core.mgmt.ha.OsgiManager
-
- trySetAccessible(Method) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
Calls AccessibleObject.setAccessible(boolean)
"safely", wrapping in a try-catch block so that
the exception is never propagated.
- tryUnwrapJsonishList(String) - Static method in class org.apache.brooklyn.util.text.StringEscapes.JavaStringEscapes
-
converts a comma separated list in a single string to a list of json primitives or maps,
falling back to returning the input.
- tryValidate(RegisteredType, RegisteredTypeLoadingContext) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
Validates that the given type matches the context (if supplied);
if not satisfied.
- tryValidate(T, RegisteredType, RegisteredTypeLoadingContext) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypes
-
validates that the given object (required) satisfies the constraints implied by the given
type and context object, using
Maybe
as the result set absent containing the error(s)
if not satisfied.
- TWO - Static variable in class org.apache.brooklyn.entity.nosql.cassandra.TokenGenerators.AbstractTokenGenerator
-
Deprecated.
- TWO_MINUTES - Static variable in class org.apache.brooklyn.util.time.Duration
-
- type(String) - Method in class org.apache.brooklyn.camp.brooklyn.spi.creation.BrooklynYamlTypeInstantiator.Factory
-
- type(String) - Method in class org.apache.brooklyn.camp.spi.AbstractResource.Builder
-
- type(Class<T>) - Method in class org.apache.brooklyn.core.config.BasicConfigKey.Builder
-
- type(<any>) - Method in class org.apache.brooklyn.core.config.BasicConfigKey.Builder
-
- type(Class<List<V>>) - Method in class org.apache.brooklyn.core.config.ListConfigKey.Builder
-
Deprecated.
- type(<any>) - Method in class org.apache.brooklyn.core.config.ListConfigKey.Builder
-
Deprecated.
- type(Class<Map<String, V>>) - Method in class org.apache.brooklyn.core.config.MapConfigKey.Builder
-
Deprecated.
- type(<any>) - Method in class org.apache.brooklyn.core.config.MapConfigKey.Builder
-
Deprecated.
- type(Class<Set<V>>) - Method in class org.apache.brooklyn.core.config.SetConfigKey.Builder
-
Deprecated.
- type(<any>) - Method in class org.apache.brooklyn.core.config.SetConfigKey.Builder
-
Deprecated.
- type(Class<T>) - Method in class org.apache.brooklyn.core.sensor.Sensors.Builder
-
- type(<any>) - Method in class org.apache.brooklyn.core.sensor.Sensors.Builder
-
- type(String) - Method in class org.apache.brooklyn.rest.domain.ApplicationSpec.Builder
-
- type(Object) - Static method in class org.apache.brooklyn.util.javalang.JavaClassNames
-
returns the Class of anything which isn't a class; if input is class it is pass-through
- TypeApi - Interface in org.apache.brooklyn.rest.api
-
- TypeCoercer - Interface in org.apache.brooklyn.util.javalang.coerce
-
- TypeCoercerExtensible - Class in org.apache.brooklyn.util.javalang.coerce
-
Attempts to coerce value
to targetType
.
- TypeCoercions - Class in org.apache.brooklyn.util.core.flags
-
Static class providing a shared
TypeCoercer
for all of Brooklyn
- TypeCoercions.BrooklynCommonAdaptorTypeCoercions - Class in org.apache.brooklyn.util.core.flags
-
- TypeDetail - Class in org.apache.brooklyn.rest.domain
-
- TypeDetail(RegisteredType) - Constructor for class org.apache.brooklyn.rest.domain.TypeDetail
-
- TypeDetail.TypeImplementationPlanSummary - Class in org.apache.brooklyn.rest.domain
-
- typeInheritance(ConfigInheritance) - Method in class org.apache.brooklyn.core.config.BasicConfigKey.Builder
-
- typeMatches(Object, Class<?>, <any>) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
true iff the initial N args match the corresponding types
- TypePlanTransformers - Class in org.apache.brooklyn.core.typereg
-
- TypePlanTransformers() - Constructor for class org.apache.brooklyn.core.typereg.TypePlanTransformers
-
- typeRegex - Variable in class org.apache.brooklyn.cli.ItemLister.ListAllCommand
-
- TypeResource - Class in org.apache.brooklyn.rest.resources
-
- TypeResource() - Constructor for class org.apache.brooklyn.rest.resources.TypeResource
-
- types(Set<String>) - Method in class org.apache.brooklyn.ui.modularity.module.api.internal.UiModuleImpl
-
- typesMatch(Object[], Class<?>[]) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
true iff all args match the corresponding types
- typesMatch(Object[], Class<?>[], <any>) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
true iff all args match the corresponding types
- typesMatchUpTo(Object[], Class<?>[], int) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
true iff the initial N args match the corresponding types
- typesMatchUpTo(Object[], Class<?>[], int, <any>) - Static method in class org.apache.brooklyn.util.javalang.Reflections
-
true iff the initial N args match the corresponding types
- TypeSummary - Class in org.apache.brooklyn.rest.domain
-
- TypeSummary(RegisteredType) - Constructor for class org.apache.brooklyn.rest.domain.TypeSummary
-
- TypeSummary(TypeSummary) - Constructor for class org.apache.brooklyn.rest.domain.TypeSummary
-
- typeToken(Class<TT>) - Static method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements.EntityAndItem
-
- typeToken(Class<TT>) - Static method in class org.apache.brooklyn.core.mgmt.entitlement.Entitlements.TaskAndItem
-
- TypeTokens - Class in org.apache.brooklyn.util.guava
-
- TypeTokens() - Constructor for class org.apache.brooklyn.util.guava.TypeTokens
-
- TypeTransformer - Class in org.apache.brooklyn.rest.transform
-
- TypeTransformer() - Constructor for class org.apache.brooklyn.rest.transform.TypeTransformer
-
- VALID_FLAGS - Static variable in class org.apache.brooklyn.entity.software.base.AbstractSoftwareProcessSshDriver
-
- VALID_IP_ADDRESS_PATTERN - Static variable in class org.apache.brooklyn.util.net.Networking
-
- VALID_IP_ADDRESS_REGEX - Static variable in class org.apache.brooklyn.util.net.Networking
-
- VALID_NON_ALPHANUM_FILE_CHARS - Static variable in class org.apache.brooklyn.util.text.Strings
-
Valid non alphanumeric characters for filenames.
- VALID_OSGI_VERSION_REGEX - Static variable in class org.apache.brooklyn.util.text.BrooklynVersionSyntax
-
- validate() - Method in class org.apache.brooklyn.test.framework.TestFrameworkAssertions.AssertionSupport
-
- validateMemento(BrooklynMemento) - Static method in class org.apache.brooklyn.core.mgmt.rebind.dto.MementoValidators
-
- validateType(RegisteredType, RegisteredTypeLoadingContext) - Method in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
Performs YAML validation on the given type, returning a collection of errors.
- validateType(RegisteredType, RegisteredTypeLoadingContext) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- validateTypes(Iterable<RegisteredType>) - Method in interface org.apache.brooklyn.api.catalog.BrooklynCatalog
-
As #validateType(RegisteredType)
but taking a set of types, returning a map whose keys are
those types where validation failed, mapped to the collection of errors validating that type.
- validateTypes(Iterable<RegisteredType>) - Method in class org.apache.brooklyn.core.catalog.internal.BasicBrooklynCatalog
-
- validForYears(long) - Method in class org.apache.brooklyn.util.core.crypto.FluentKeySigner
-
- validFrom(Date) - Method in class org.apache.brooklyn.util.core.crypto.FluentKeySigner
-
- validFromDaysAgo(long) - Method in class org.apache.brooklyn.util.core.crypto.FluentKeySigner
-
- validUntil(Date) - Method in class org.apache.brooklyn.util.core.crypto.FluentKeySigner
-
- value() - Method in enum org.apache.brooklyn.core.entity.lifecycle.Lifecycle
-
The text representation of the Enum.name()
.
- value(O) - Method in class org.apache.brooklyn.util.guava.IfFunctions.IfFunctionBuilderApplying
-
- value(O) - Method in class org.apache.brooklyn.util.guava.IfFunctions.IfFunctionBuilderApplyingFirst
-
- VALUE_FILTER - Static variable in class org.apache.brooklyn.enricher.stock.AbstractAggregator
-
- VALUE_FILTER - Static variable in class org.apache.brooklyn.enricher.stock.Combiner
-
- VALUE_ON_ERROR - Static variable in class org.apache.brooklyn.core.sensor.ssh.SshCommandSensor
-
- VALUE_SENSOR - Static variable in class org.apache.brooklyn.enricher.stock.MapAggregator
-
- valueEqualTo(T) - Static method in class org.apache.brooklyn.core.sensor.SensorEventPredicates
-
- valueOf(String) - Static method in enum org.apache.brooklyn.api.catalog.CatalogItem.CatalogItemType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.api.mgmt.ha.HighAvailabilityMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.api.mgmt.ha.ManagementNodeState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.api.mgmt.ha.ManagementPlaneSyncRecordPersister.Delta.MasterChange
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.api.mgmt.ha.MementoCopyMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.api.mgmt.rebind.RebindManager.RebindFailureMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.api.objs.BrooklynObjectType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.api.sensor.AttributeSensor.SensorPersistenceMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.api.typereg.BrooklynTypeRegistry.RegisteredTypeKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.camp.commontypes.RepresentationSkew
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.camp.spi.resolve.interpret.PlanInterpretationNode.Role
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.config.ConfigInheritance.InheritanceMode
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.core.BrooklynLogging.LoggingLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.core.catalog.internal.CatalogClasspathDo.CatalogScanningModes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.core.config.ConfigKeys.InheritanceContext
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.core.effector.ssh.SshCommandEffector.ExecutionTarget
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.core.entity.internal.AttributesInternal.ProvisioningTaskState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.core.entity.lifecycle.Lifecycle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.core.mgmt.entitlement.Entitlements.EntitlementClassesEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.core.mgmt.ha.OsgiBundleInstallationResult.ResultCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.core.mgmt.internal.BrooklynObjectManagementMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext.NonDeploymentManagementContextMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.core.mgmt.persist.BrooklynPersistenceUtils.CreateBackupMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.core.mgmt.persist.PersistMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.entity.brooklynnode.BrooklynNode.ExistingFileBehaviour
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.entity.chef.ChefConfig.ChefModes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.entity.cm.ansible.AnsibleConfig.AnsibleModes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.entity.cm.salt.SaltConfig.SaltMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.entity.group.AbstractMembershipTrackingPolicy.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.entity.group.SshCommandMembershipTrackingPolicy.ExecutionTarget
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.entity.java.UsesJmx.JmxAgentModes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.entity.messaging.storm.Storm.Role
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.entity.nosql.mongodb.ReplicaSetMemberStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.entity.software.base.SoftwareProcess.ChildStartableMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.entity.software.base.SoftwareProcess.RestartSoftwareParameters.RestartMachineMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.entity.software.base.SoftwareProcess.StopSoftwareParameters.StopMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.launcher.config.BrooklynDevelopmentModes.BrooklynDevelopmentMode
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.launcher.config.StopWhichAppsOnShutdown
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.location.jclouds.DefaultConnectivityResolver.NetworkMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.policy.failover.ElectPrimaryConfig.SelectionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.policy.failover.ElectPrimaryConfig.TargetMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.policy.failover.ElectPrimaryEffector.ResultCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.policy.ha.AbstractFailureDetector.LastPublished
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.policy.ha.ServiceFailureDetector.LastPublished
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.rest.domain.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.rest.filter.CsrfTokenFilter.CsrfTokenRequiredForRequests
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.rest.transform.LocationTransformer.LocationDetailLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.test.framework.TestHttpCall.HttpAssertionTarget
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.test.framework.TestHttpCall.HttpMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.util.core.file.ArchiveUtils.ArchiveType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.util.core.task.ssh.SshTasks.OnFailingTask
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.util.core.task.system.ProcessTaskStub.ScriptReturnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.util.net.Protocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.util.ssh.IptablesCommands.Chain
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.util.ssh.IptablesCommands.Policy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.util.ssh.IptablesCommands.Protocol
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.brooklyn.util.text.WildcardGlobs.PhraseTreatment
-
Returns the enum constant of this type with the specified name.
- valueOfIgnoreCase(Class<T>, String) - Static method in class org.apache.brooklyn.util.javalang.Enums
-
- valueOfIgnoreCase(String, T[], String) - Static method in class org.apache.brooklyn.util.javalang.Enums
-
attempts to match the givenValue against the given enum values, first looking for exact matches (against name and toString),
then matching ignoring case,
then matching with CaseFormat#UPPER_UNDERSCORE
converted to CaseFormat#LOWER_CAMEL
,
then matching with CaseFormat#LOWER_CAMEL
converted to CaseFormat#UPPER_UNDERSCORE
(including case insensitive matches for the final two)
- ValueResolver<T> - Class in org.apache.brooklyn.util.core.task
-
- ValueResolver.ResolverBuilderPretype - Class in org.apache.brooklyn.util.core.task
-
- ValueResolverIterator<T> - Class in org.apache.brooklyn.util.core.task
-
Resolve one step at a time, returning intermediate results or absent if there's a resolve error.
- ValueResolverIterator(ValueResolver<T>) - Constructor for class org.apache.brooklyn.util.core.task.ValueResolverIterator
-
- values() - Static method in enum org.apache.brooklyn.api.catalog.CatalogItem.CatalogItemType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.api.mgmt.ha.HighAvailabilityMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.api.mgmt.ha.ManagementNodeState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.api.mgmt.ha.ManagementPlaneSyncRecordPersister.Delta.MasterChange
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.api.mgmt.ha.MementoCopyMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.api.mgmt.rebind.RebindManager.RebindFailureMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.api.objs.BrooklynObjectType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.api.sensor.AttributeSensor.SensorPersistenceMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.api.typereg.BrooklynTypeRegistry.RegisteredTypeKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.camp.brooklyn.spi.dsl.methods.DslComponent.Scope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.camp.commontypes.RepresentationSkew
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.camp.spi.resolve.interpret.PlanInterpretationNode.Role
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.config.ConfigInheritance.InheritanceMode
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.core.BrooklynLogging.LoggingLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.core.catalog.internal.CatalogClasspathDo.CatalogScanningModes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.core.config.ConfigKeys.InheritanceContext
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.core.effector.ssh.SshCommandEffector.ExecutionTarget
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.core.entity.internal.AttributesInternal.ProvisioningTaskState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.apache.brooklyn.core.entity.internal.ConfigMapViewWithStringKeys
-
Deprecated.
- values() - Static method in enum org.apache.brooklyn.core.entity.lifecycle.Lifecycle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.apache.brooklyn.core.internal.storage.impl.ConcurrentMapAcceptingNullVals
-
- values() - Static method in enum org.apache.brooklyn.core.mgmt.entitlement.Entitlements.EntitlementClassesEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.core.mgmt.ha.OsgiBundleInstallationResult.ResultCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.core.mgmt.internal.BrooklynObjectManagementMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.core.mgmt.internal.NonDeploymentManagementContext.NonDeploymentManagementContextMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.core.mgmt.persist.BrooklynPersistenceUtils.CreateBackupMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.core.mgmt.persist.PersistMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.entity.brooklynnode.BrooklynNode.ExistingFileBehaviour
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.entity.chef.ChefConfig.ChefModes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.entity.cm.ansible.AnsibleConfig.AnsibleModes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.entity.cm.salt.SaltConfig.SaltMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.entity.group.AbstractMembershipTrackingPolicy.EventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.entity.group.SshCommandMembershipTrackingPolicy.ExecutionTarget
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.entity.java.UsesJmx.JmxAgentModes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.entity.messaging.storm.Storm.Role
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.entity.nosql.mongodb.ReplicaSetMemberStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.entity.software.base.SoftwareProcess.ChildStartableMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.entity.software.base.SoftwareProcess.RestartSoftwareParameters.RestartMachineMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.entity.software.base.SoftwareProcess.StopSoftwareParameters.StopMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.launcher.config.BrooklynDevelopmentModes.BrooklynDevelopmentMode
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.launcher.config.StopWhichAppsOnShutdown
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.location.jclouds.DefaultConnectivityResolver.NetworkMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.policy.failover.ElectPrimaryConfig.SelectionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.policy.failover.ElectPrimaryConfig.TargetMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.policy.failover.ElectPrimaryEffector.ResultCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.policy.ha.AbstractFailureDetector.LastPublished
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.policy.ha.ServiceFailureDetector.LastPublished
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.rest.domain.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.rest.filter.CsrfTokenFilter.CsrfTokenRequiredForRequests
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.rest.transform.LocationTransformer.LocationDetailLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.test.framework.TestHttpCall.HttpAssertionTarget
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.test.framework.TestHttpCall.HttpMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.util.core.file.ArchiveUtils.ArchiveType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.util.core.task.ssh.SshTasks.OnFailingTask
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.util.core.task.system.ProcessTaskStub.ScriptReturnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.apache.brooklyn.util.core.text.TemplateProcessor.DotSplittingTemplateModel
-
- values(Class<T>) - Static method in class org.apache.brooklyn.util.javalang.Enums
-
returns array of values in the given enum, or null if it is not an enum
- values() - Static method in enum org.apache.brooklyn.util.net.Protocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.util.ssh.IptablesCommands.Chain
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.util.ssh.IptablesCommands.Policy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.util.ssh.IptablesCommands.Protocol
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.brooklyn.util.text.WildcardGlobs.PhraseTreatment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valueSatisfies(<any>) - Static method in class org.apache.brooklyn.core.sensor.SensorEventPredicates
-
- valueWhenAttributeReady(Entity, AttributeSensor<T>, T) - Static method in class org.apache.brooklyn.core.sensor.DependentConfiguration
-
- valueWhenAttributeReady(Entity, AttributeSensor<T>, <any>) - Static method in class org.apache.brooklyn.core.sensor.DependentConfiguration
-
- VanillaJavaApp - Interface in org.apache.brooklyn.entity.java
-
- VanillaJavaAppDriver - Interface in org.apache.brooklyn.entity.java
-
- VanillaJavaAppImpl - Class in org.apache.brooklyn.entity.java
-
- VanillaJavaAppImpl() - Constructor for class org.apache.brooklyn.entity.java.VanillaJavaAppImpl
-
- VanillaJavaAppSshDriver - Class in org.apache.brooklyn.entity.java
-
- VanillaJavaAppSshDriver(VanillaJavaAppImpl, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.java.VanillaJavaAppSshDriver
-
- VanillaSoftwareProcess - Interface in org.apache.brooklyn.entity.software.base
-
- VanillaSoftwareProcessDriver - Interface in org.apache.brooklyn.entity.software.base
-
- VanillaSoftwareProcessImpl - Class in org.apache.brooklyn.entity.software.base
-
- VanillaSoftwareProcessImpl() - Constructor for class org.apache.brooklyn.entity.software.base.VanillaSoftwareProcessImpl
-
- VanillaSoftwareProcessSshDriver - Class in org.apache.brooklyn.entity.software.base
-
- VanillaSoftwareProcessSshDriver(EntityLocal, SshMachineLocation) - Constructor for class org.apache.brooklyn.entity.software.base.VanillaSoftwareProcessSshDriver
-
- VanillaWindowsProcess - Interface in org.apache.brooklyn.entity.software.base
-
- VanillaWindowsProcessDriver - Interface in org.apache.brooklyn.entity.software.base
-
- VanillaWindowsProcessImpl - Class in org.apache.brooklyn.entity.software.base
-
- VanillaWindowsProcessImpl() - Constructor for class org.apache.brooklyn.entity.software.base.VanillaWindowsProcessImpl
-
- VanillaWindowsProcessWinRmDriver - Class in org.apache.brooklyn.entity.software.base
-
- VanillaWindowsProcessWinRmDriver(EntityLocal, WinRmMachineLocation) - Constructor for class org.apache.brooklyn.entity.software.base.VanillaWindowsProcessWinRmDriver
-
- vars(Map<String, String>) - Method in class org.apache.brooklyn.feed.http.HttpPollConfig
-
- VaultAppIdExternalConfigSupplier - Class in org.apache.brooklyn.core.config.external.vault
-
- VaultAppIdExternalConfigSupplier(ManagementContext, String, Map<String, String>) - Constructor for class org.apache.brooklyn.core.config.external.vault.VaultAppIdExternalConfigSupplier
-
- VaultExternalConfigSupplier - Class in org.apache.brooklyn.core.config.external.vault
-
- VaultExternalConfigSupplier(ManagementContext, String, Map<String, String>) - Constructor for class org.apache.brooklyn.core.config.external.vault.VaultExternalConfigSupplier
-
- VaultTokenExternalConfigSupplier - Class in org.apache.brooklyn.core.config.external.vault
-
- VaultTokenExternalConfigSupplier(ManagementContext, String, Map<String, String>) - Constructor for class org.apache.brooklyn.core.config.external.vault.VaultTokenExternalConfigSupplier
-
- VaultUserPassExternalConfigSupplier - Class in org.apache.brooklyn.core.config.external.vault
-
- VaultUserPassExternalConfigSupplier(ManagementContext, String, Map<String, String>) - Constructor for class org.apache.brooklyn.core.config.external.vault.VaultUserPassExternalConfigSupplier
-
- VB_REPLICA_CURR_ITEMS - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseNode
-
- VB_REPLICA_CURR_ITEMS_PER_NODE - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseCluster
-
- verbose - Variable in class org.apache.brooklyn.cli.AbstractMain.BrooklynCommand
-
- VERBOSE - Static variable in interface org.apache.brooklyn.entity.nosql.couchbase.CouchbaseSyncGateway
-
- VerboseReporter - Class in org.apache.brooklyn.test.support
-
Reporter printing out detailed messages about what TestNG
is going to run and what is the status of what has been just run.
- VerboseReporter() - Constructor for class org.apache.brooklyn.test.support.VerboseReporter
-
Default constructor
- VerboseReporter(String) - Constructor for class org.apache.brooklyn.test.support.VerboseReporter
-
Create VerboseReporter with custom prefix
- verifyClient(boolean) - Method in class org.apache.brooklyn.entity.proxy.ProxySslConfig.Builder
-
- verifyStates(Set<String>, boolean) - Static method in class org.apache.brooklyn.entity.cm.salt.SaltSshTasks
-
- version(String) - Method in class org.apache.brooklyn.core.catalog.internal.CatalogItemBuilder
-
- version(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicCatalogItemMemento.Builder
-
- version(String) - Method in class org.apache.brooklyn.core.mgmt.rebind.dto.BasicManagedBundleMemento.Builder
-
- version(String) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- version(<any>) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- version(Integer) - Method in class org.apache.brooklyn.entity.nosql.mongodb.ReplicaSetConfig
-
Sets the version of the configuration.
- version(String) - Method in class org.apache.brooklyn.util.core.osgi.Osgis.BundleFinder
-
Accepts non-osgi version syntax, converting to OSGi version syntax
- version(<any>) - Method in class org.apache.brooklyn.util.core.osgi.Osgis.BundleFinder
-
- version - Variable in class org.apache.brooklyn.util.text.ComparableVersion
-
- VERSION_DELIMITER - Static variable in class org.apache.brooklyn.core.catalog.internal.CatalogUtils
-
- VersionComparator - Class in org.apache.brooklyn.util.text
-
Comparator
for version strings.
- VersionComparator() - Constructor for class org.apache.brooklyn.util.text.VersionComparator
-
- VersionedName - Class in org.apache.brooklyn.util.osgi
-
Records a name (string) and version (string),
with conveniences for pretty-printing and converting to OSGi format.
- VersionedName(Bundle) - Constructor for class org.apache.brooklyn.util.osgi.VersionedName
-
- VersionedName(String, String) - Constructor for class org.apache.brooklyn.util.osgi.VersionedName
-
- VersionedName(String, Version) - Constructor for class org.apache.brooklyn.util.osgi.VersionedName
-
- VersionedName.VersionedNameComparator - Class in org.apache.brooklyn.util.osgi
-
Comparator which puts a:3 < a:1 < b:2 < null
- VersionedName.VersionedNameStringComparator - Class in org.apache.brooklyn.util.osgi
-
Comparator which puts a:3 < a:1 < b:2 < null
- VersionedNameComparator() - Constructor for class org.apache.brooklyn.util.osgi.VersionedName.VersionedNameComparator
-
- VersionedNameStringComparator() - Constructor for class org.apache.brooklyn.util.osgi.VersionedName.VersionedNameStringComparator
-
- versionOsgi(String) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- versionOsgi(<any>) - Static method in class org.apache.brooklyn.core.typereg.RegisteredTypePredicates
-
- VersionRangedName(String, VersionRange) - Constructor for class org.apache.brooklyn.core.typereg.BundleUpgradeParser.VersionRangedName
-
- VersionSummary - Class in org.apache.brooklyn.rest.domain
-
- VersionSummary(String) - Constructor for class org.apache.brooklyn.rest.domain.VersionSummary
-
- VersionSummary(String, String, String) - Constructor for class org.apache.brooklyn.rest.domain.VersionSummary
-
- VersionSummary(String, String, String, List<BrooklynFeatureSummary>) - Constructor for class org.apache.brooklyn.rest.domain.VersionSummary
-
- verySimpleClassName(Class<?>) - Static method in class org.apache.brooklyn.util.javalang.JavaClassNames
-
- viabilityChecker(<any>) - Method in class org.apache.brooklyn.util.pool.BasicPool.Builder
-
- VIRTUAL_HOST_NAME - Static variable in class org.apache.brooklyn.entity.database.derby.DerbyDatabase
-
- VIRTUAL_HOST_NAME - Static variable in interface org.apache.brooklyn.entity.messaging.amqp.AmqpServer
-
- VIRTUALHOSTS_XML - Static variable in interface org.apache.brooklyn.entity.messaging.qpid.QpidBroker
-
- visit(BrooklynTypeRegistry.RegisteredTypeKind) - Method in class org.apache.brooklyn.core.typereg.RegisteredTypeKindVisitor
-
- VM_NAME_ALLOWED_CHARACTERS - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- VM_NAME_MAX_LENGTH - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- VM_NAME_SALT_LENGTH - Static variable in interface org.apache.brooklyn.core.location.cloud.CloudLocationConfig
-
- VM_USER_CREDENTIALS - Static variable in class org.apache.brooklyn.location.winrm.AdvertiseWinrmLoginPolicy
-
- VM_USER_CREDENTIALS - Static variable in class org.apache.brooklyn.policy.jclouds.os.CreateUserPolicy
-
- VM_USERNAME - Static variable in class org.apache.brooklyn.policy.jclouds.os.CreateUserPolicy
-
- VNODE_GETS - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- VNODE_GETS_TOTAL - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- VNODE_PUTS - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-
- VNODE_PUTS_TOTAL - Static variable in interface org.apache.brooklyn.entity.nosql.riak.RiakNode
-