Class SlowQueryWithInputDatastoreParameters<T,I>
- java.lang.Object
-
- com.newrelic.api.agent.DatastoreParameters
-
- com.newrelic.api.agent.SlowQueryDatastoreParameters<T>
-
- com.newrelic.api.agent.SlowQueryWithInputDatastoreParameters<T,I>
-
- com.newrelic.agent.bridge.external.SlowQueryWithInputDatastoreParameters<T,I>
-
- All Implemented Interfaces:
ExternalParameters,com.newrelic.api.agent.ExternalParameters
@Deprecated public class SlowQueryWithInputDatastoreParameters<T,I> extends com.newrelic.api.agent.SlowQueryWithInputDatastoreParameters<T,I> implements ExternalParameters
Deprecated.- Since:
- 3.27.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.newrelic.api.agent.DatastoreParameters
com.newrelic.api.agent.DatastoreParameters.Build, com.newrelic.api.agent.DatastoreParameters.Builder, com.newrelic.api.agent.DatastoreParameters.CollectionParameter, com.newrelic.api.agent.DatastoreParameters.DatabaseParameter, com.newrelic.api.agent.DatastoreParameters.InstanceParameter, com.newrelic.api.agent.DatastoreParameters.OperationParameter, com.newrelic.api.agent.DatastoreParameters.SlowQueryParameter, com.newrelic.api.agent.DatastoreParameters.SlowQueryWithInputParameter
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSlowQueryWithInputDatastoreParameters(SlowQueryDatastoreParameters<T> slowQueryDatastoreParameters, java.lang.String inputQueryLabel, I rawInputQuery, QueryConverter<I> rawInputQueryConverter)Deprecated.
-
Method Summary
-
Methods inherited from class com.newrelic.api.agent.SlowQueryWithInputDatastoreParameters
getInputQueryLabel, getRawInputQuery, getRawInputQueryConverter
-
Methods inherited from class com.newrelic.api.agent.SlowQueryDatastoreParameters
getQueryConverter, getRawQuery
-
-
-
-
Constructor Detail
-
SlowQueryWithInputDatastoreParameters
protected SlowQueryWithInputDatastoreParameters(SlowQueryDatastoreParameters<T> slowQueryDatastoreParameters, java.lang.String inputQueryLabel, I rawInputQuery, QueryConverter<I> rawInputQueryConverter)
Deprecated.
-
-