Package | Description |
---|---|
net.ravendb.client | |
net.ravendb.client.connection | |
net.ravendb.client.connection.profiling |
Modifier and Type | Method and Description |
---|---|
ProfilingInformation |
DocumentStoreBase.getProfilingInformationFor(UUID id)
Get the profiling information for the given id
|
Modifier and Type | Method and Description |
---|---|
ProfilingInformation |
ServerClient.getProfilingInformation() |
Modifier and Type | Field and Description |
---|---|
static Action1<ProfilingInformation> |
ProfilingInformation.onContextCreated
A hook that allows extensions to provide additional information about the created context
|
Modifier and Type | Method and Description |
---|---|
static ProfilingInformation |
ProfilingInformation.createProfilingInformation(UUID currentSessionId)
Create a new instance of profiling information and provide additional context information
|
ProfilingInformation |
IHoldProfilingInformation.getProfilingInformation()
The profiling information
|
ProfilingInformation |
ProfilingContext.tryGet(UUID id)
Try to get a session matching the specified id.
|
Copyright © 2016. All Rights Reserved.