Uses of Class
com.intergral.deep.agent.api.resource.Resource
-
Packages that use Resource Package Description com.intergral.deep.agent.api.plugin com.intergral.deep.agent.api.resource com.intergral.deep.agent.api.settings com.intergral.deep.agent.api.spi -
-
Uses of Resource in com.intergral.deep.agent.api.plugin
Methods in com.intergral.deep.agent.api.plugin that return Resource Modifier and Type Method Description Resource
ISnapshotDecorator. decorate(ISettings settings, ISnapshotContext snapshot)
This method is called by Deep after a snapshot is created. -
Uses of Resource in com.intergral.deep.agent.api.resource
Fields in com.intergral.deep.agent.api.resource declared as Resource Modifier and Type Field Description static Resource
Resource. DEFAULT
Methods in com.intergral.deep.agent.api.resource that return Resource Modifier and Type Method Description static Resource
Resource. create(Map<String,Object> attributes)
Returns aResource
.static Resource
Resource. create(Map<String,Object> attributes, String schemaUrl)
Returns aResource
.Resource
Resource. merge(Resource other)
Methods in com.intergral.deep.agent.api.resource with parameters of type Resource Modifier and Type Method Description Resource
Resource. merge(Resource other)
-
Uses of Resource in com.intergral.deep.agent.api.settings
Methods in com.intergral.deep.agent.api.settings that return Resource Modifier and Type Method Description Resource
ISettings. getResource()
Returns the resource that describes this client. -
Uses of Resource in com.intergral.deep.agent.api.spi
Methods in com.intergral.deep.agent.api.spi that return Resource Modifier and Type Method Description Resource
ResourceProvider. createResource(ISettings settings)
Methods in com.intergral.deep.agent.api.spi with parameters of type Resource Modifier and Type Method Description boolean
ConditionalResourceProvider. shouldApply(ISettings settings, Resource existing)
If an implementation needs to apply only under certain conditions related to the config or the existing state of the Resource being built, they can choose to override this default.
-