@ApplicationScoped @Counted(name="rest_request_count", description="Total number of REST requests.", tags={"group=REST","metric=rest_request_count"}) @ConcurrentGauge(name="concurrent_request_count", description="Number of concurrent REST requests.", tags={"group=REST","metric=concurrent_request_count"}) @Timed(name="rest_response_time", description="Time of a request-response interval.", tags={"group=REST","metric=rest_response_time"}, unit="milliseconds") public class IdsResourceImpl extends Object implements IdsResource, Headers
ARTIFACT_ID, DEPRECATED, VERSION
Constructor and Description |
---|
IdsResourceImpl() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getArtifactByGlobalId(long globalId) |
ArtifactMetaData |
getArtifactMetaDataByGlobalId(long globalId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkIfDeprecated
public javax.ws.rs.core.Response getArtifactByGlobalId(long globalId)
getArtifactByGlobalId
in interface IdsResource
IdsResource.getArtifactByGlobalId(long)
public ArtifactMetaData getArtifactMetaDataByGlobalId(long globalId)
getArtifactMetaDataByGlobalId
in interface IdsResource
IdsResource.getArtifactMetaDataByGlobalId(long)
Copyright © 2020 Red Hat. All rights reserved.