Package | Description |
---|---|
net.ravendb.client.changes | |
net.ravendb.client.connection | |
net.ravendb.client.document | |
net.ravendb.client.extensions | |
net.ravendb.client.linq | |
net.ravendb.client.util |
Modifier and Type | Field and Description |
---|---|
protected Convention |
RemoteChangesClientBase.conventions |
Constructor and Description |
---|
RemoteChangesClientBase(String url,
String apiKey,
HttpJsonRequestFactory jsonRequestFactory,
Convention conventions,
IReplicationInformerBase replicationInformer,
Action0 onDispose) |
Modifier and Type | Field and Description |
---|---|
protected Convention |
ReplicationInformerBase.conventions |
Modifier and Type | Method and Description |
---|---|
Convention |
CreateHttpJsonRequestParams.getConvention() |
Modifier and Type | Method and Description |
---|---|
void |
CreateHttpJsonRequestParams.setConvention(Convention convention) |
Constructor and Description |
---|
CreateHttpJsonRequestParams(IHoldProfilingInformation owner,
String url,
HttpMethods method,
RavenJObject metadata,
OperationCredentials credentials,
Convention convention) |
CreateHttpJsonRequestParams(IHoldProfilingInformation owner,
String url,
HttpMethods method,
RavenJObject metadata,
OperationCredentials credentials,
Convention convention,
Long timeout) |
ReplicationInformer(Convention conventions,
HttpJsonRequestFactory jsonRequestFactory) |
ReplicationInformerBase(Convention conventions,
HttpJsonRequestFactory requestFactory,
int delayTime) |
Modifier and Type | Class and Description |
---|---|
class |
DocumentConvention
Note: we removed logic related to applyReduceFunction because we don't support map/reduce on shards
we also don't support contractResolver - Jackson customization can be performed via JsonExtensions#getDefaultObjectMapper() instance
|
Modifier and Type | Method and Description |
---|---|
static void |
SecurityExtensions.initializeSecurity(Convention conventions,
HttpJsonRequestFactory requestFactory,
String serverUrl) |
Constructor and Description |
---|
LinqPathProvider(Convention documentConvention) |
Constructor and Description |
---|
SingleAuthTokenRetriever(IHoldProfilingInformation profilingInformation,
HttpJsonRequestFactory factory,
Convention convention,
Map<String,String> operationHeaders,
OperationMetadata operationMetadata) |
Copyright © 2016. All Rights Reserved.