Package | Description |
---|---|
net.ravendb.client | |
net.ravendb.client.connection | |
net.ravendb.client.connection.profiling |
Modifier and Type | Method and Description |
---|---|
ProfilingInformation |
DocumentStoreBase.getProfilingInformationFor(java.util.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(java.util.UUID currentSessionId)
Create a new instance of profiling information and provide additional context information
|
ProfilingInformation |
IHoldProfilingInformation.getProfilingInformation()
The profiling information
|
ProfilingInformation |
ProfilingContext.tryGet(java.util.UUID id)
Try to get a session matching the specified id.
|
Copyright © 2014. All Rights Reserved.