Class 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
    • 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
      • Methods inherited from class com.newrelic.api.agent.DatastoreParameters

        getCloudResourceId, getCollection, getDatabaseName, getHost, getOperation, getPathOrId, getPort, getProduct, product
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SlowQueryWithInputDatastoreParameters

        protected SlowQueryWithInputDatastoreParameters​(SlowQueryDatastoreParameters<T> slowQueryDatastoreParameters,
                                                        java.lang.String inputQueryLabel,
                                                        I rawInputQuery,
                                                        QueryConverter<I> rawInputQueryConverter)
        Deprecated.