@Beta public interface DataTracer
Modifier and Type | Method and Description |
---|---|
int |
getMaximumTracedRecords()
Returns the maximum number of records that can be traced by the application
|
String |
getName()
Return the name of the tracer instance.
|
void |
info(String propertyName,
Object propertyValue)
Traces the data.
|
boolean |
isEnabled()
Returns
true if application is running in preview mode otherwise false is returned. |
void info(String propertyName, Object propertyValue)
propertyName
- the the name of the propertypropertyValue
- the value associated with the propertyString getName()
boolean isEnabled()
true
if application is running in preview mode otherwise false is returned.int getMaximumTracedRecords()
Copyright © 2023 Cask Data, Inc. Licensed under the Apache License, Version 2.0.