Package | Description |
---|---|
com.marklogic.client.dataservices |
Modifier and Type | Method and Description |
---|---|
SessionState |
IOEndpoint.CallContext.getSessionState()
Returns an identifier for an endpoint to use when accessing a session cache on the server.
|
SessionState |
IOEndpoint.newSessionState()
Generates an identifier for an endpoint to use when accessing a session cache
on the server.
|
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
ExecEndpoint.call(java.io.InputStream endpointState,
SessionState session,
java.io.InputStream workUnit)
Deprecated.
|
java.io.InputStream[] |
OutputEndpoint.call(java.io.InputStream endpointState,
SessionState session,
java.io.InputStream workUnit)
Deprecated.
|
java.io.InputStream |
InputEndpoint.call(java.io.InputStream endpointState,
SessionState session,
java.io.InputStream workUnit,
java.io.InputStream[] input)
Deprecated.
|
java.io.InputStream[] |
InputOutputEndpoint.call(java.io.InputStream endpointState,
SessionState session,
java.io.InputStream workUnit,
java.io.InputStream[] input)
Deprecated.
|
IOEndpoint.CallContext |
IOEndpoint.CallContext.withSessionState(SessionState sessionState)
Sets an identifier for an endpoint to use when accessing a session cache on the server.
|
Copyright © 2013-2020 MarkLogic Corporation.