Package | Description |
---|---|
net.ravendb.client.changes | |
net.ravendb.client.connection | |
net.ravendb.client.document | |
net.ravendb.client.linq |
Modifier and Type | Field and Description |
---|---|
protected Convention |
RemoteChangesClientBase.conventions |
Constructor and Description |
---|
RemoteChangesClientBase(java.lang.String url,
java.lang.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,
java.lang.String url,
HttpMethods method,
RavenJObject metadata,
OperationCredentials credentials,
Convention convention) |
CreateHttpJsonRequestParams(IHoldProfilingInformation owner,
java.lang.String url,
HttpMethods method,
RavenJObject metadata,
OperationCredentials credentials,
Convention convention,
java.lang.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
|
Constructor and Description |
---|
LinqPathProvider(Convention documentConvention) |
Copyright © 2014. All Rights Reserved.