public interface LegacyTracing
| Modifier and Type | Method and Description |
|---|---|
static LegacyTracing |
create(com.marklogic.client.DatabaseClient client)
Creates and returns a tracing object
|
void |
disable()
Disables tracing
|
void |
enable()
Enables tracing
|
boolean |
isEnabled()
Determines if the hub has tracing enabled or not
|
static LegacyTracing create(com.marklogic.client.DatabaseClient client)
client - - the databaseclient that will be usedvoid enable()
void disable()
boolean isEnabled()