Package | Description |
---|---|
net.ravendb.client.connection | |
net.ravendb.client.document | |
net.ravendb.client.document.sessionoperations | |
net.ravendb.client.listeners | |
net.ravendb.client.shard |
Modifier and Type | Method and Description |
---|---|
static JsonDocument |
SerializationHelper.deserializeJsonDocument(String docKey,
RavenJToken responseJson,
Map<String,String> headers,
int responseStatusCode) |
JsonDocument |
ServerClient.directGet(OperationMetadata operationMetadata,
String key) |
JsonDocument |
IDatabaseCommands.get(String key)
Retrieve a single document for a specified key.
|
JsonDocument |
ServerClient.get(String key) |
static JsonDocument |
SerializationHelper.ravenJObjectToJsonDocument(RavenJObject doc) |
static JsonDocument |
SerializationHelper.toJsonDocument(RavenJObject r) |
static JsonDocument |
ReplicationInformerLocalCache.tryLoadReplicationInformationFromLocalCache(String serverHash) |
Modifier and Type | Method and Description |
---|---|
protected List<JsonDocument> |
ServerClient.directStartsWith(OperationMetadata operationMetadata,
String keyPrefix,
String matches,
int start,
int pageSize,
boolean metadataOnly,
String exclude,
RavenPagingInformation pagingInformation,
String transformer,
Map<String,RavenJToken> transformerParameters,
String skipAfter) |
List<JsonDocument> |
IDatabaseCommands.getDocuments(Etag fromEtag,
int pageSize)
Retrieves multiple documents.
|
List<JsonDocument> |
ServerClient.getDocuments(Etag fromEtag,
int pageSize) |
List<JsonDocument> |
IDatabaseCommands.getDocuments(Etag fromEtag,
int pageSize,
boolean metadataOnly)
Retrieves multiple documents.
|
List<JsonDocument> |
ServerClient.getDocuments(Etag fromEtag,
int pageSize,
boolean metadataOnly) |
List<JsonDocument> |
IDatabaseCommands.getDocuments(int start,
int pageSize)
Retrieves multiple documents.
|
List<JsonDocument> |
ServerClient.getDocuments(int start,
int pageSize) |
List<JsonDocument> |
IDatabaseCommands.getDocuments(int start,
int pageSize,
boolean metadataOnly)
Retrieves multiple documents.
|
List<JsonDocument> |
ServerClient.getDocuments(int start,
int pageSize,
boolean metadataOnly) |
static List<JsonDocument> |
SerializationHelper.ravenJObjectsToJsonDocuments(Collection<RavenJObject> responses)
Translate a collection of RavenJObject to JsonDocuments
|
static List<JsonDocument> |
SerializationHelper.ravenJObjectsToJsonDocuments(RavenJToken responseJson) |
List<JsonDocument> |
IDatabaseCommands.startsWith(String keyPrefix,
String matches,
int start,
int pageSize)
Retrieves documents for the specified key prefix.
|
List<JsonDocument> |
ServerClient.startsWith(String keyPrefix,
String matches,
int start,
int pageSize) |
List<JsonDocument> |
IDatabaseCommands.startsWith(String keyPrefix,
String matches,
int start,
int pageSize,
boolean metadataOnly)
Retrieves documents for the specified key prefix.
|
List<JsonDocument> |
ServerClient.startsWith(String keyPrefix,
String matches,
int start,
int pageSize,
boolean metadataOnly) |
List<JsonDocument> |
IDatabaseCommands.startsWith(String keyPrefix,
String matches,
int start,
int pageSize,
boolean metadataOnly,
String exclude)
Retrieves documents for the specified key prefix.
|
List<JsonDocument> |
ServerClient.startsWith(String keyPrefix,
String matches,
int start,
int pageSize,
boolean metadataOnly,
String exclude) |
List<JsonDocument> |
IDatabaseCommands.startsWith(String keyPrefix,
String matches,
int start,
int pageSize,
boolean metadataOnly,
String exclude,
RavenPagingInformation pagingInformation)
Retrieves documents for the specified key prefix.
|
List<JsonDocument> |
ServerClient.startsWith(String keyPrefix,
String matches,
int start,
int pageSize,
boolean metadataOnly,
String exclude,
RavenPagingInformation pagingInformation) |
List<JsonDocument> |
IDatabaseCommands.startsWith(String keyPrefix,
String matches,
int start,
int pageSize,
boolean metadataOnly,
String exclude,
RavenPagingInformation pagingInformation,
String transformer,
Map<String,RavenJToken> transformerParameters)
Retrieves documents for the specified key prefix.
|
List<JsonDocument> |
ServerClient.startsWith(String keyPrefix,
String matches,
int start,
int pageSize,
boolean metadataOnly,
String exclude,
RavenPagingInformation pagingInformation,
String transformer,
Map<String,RavenJToken> transformerParameters) |
List<JsonDocument> |
IDatabaseCommands.startsWith(String keyPrefix,
String matches,
int start,
int pageSize,
boolean metadataOnly,
String exclude,
RavenPagingInformation pagingInformation,
String transformer,
Map<String,RavenJToken> transformerParameters,
String skipAfter)
Retrieves documents for the specified key prefix.
|
List<JsonDocument> |
ServerClient.startsWith(String keyPrefix,
String matches,
int start,
int pageSize,
boolean metadataOnly,
String exclude,
RavenPagingInformation pagingInformation,
String transformer,
Map<String,RavenJToken> transformerParameters,
String skipAfter) |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
ReplicationInformerBase.isInvalidDestinationsDocument(JsonDocument document) |
static void |
ReplicationInformerLocalCache.trySavingReplicationInformationToLocalCache(String serverHash,
JsonDocument document) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,JsonDocument> |
InMemoryDocumentSessionOperations.includedDocumentsByKey |
Modifier and Type | Method and Description |
---|---|
protected abstract JsonDocument |
InMemoryDocumentSessionOperations.getJsonDocument(String documentKey)
Get the json document by key from the store
|
protected JsonDocument |
DocumentSession.getJsonDocument(String documentKey)
Get the json document by key from the store
|
protected JsonDocument |
HiLoKeyGeneratorBase.handleGetDocumentResult(MultiLoadResult documents) |
Modifier and Type | Method and Description |
---|---|
protected <T> DocumentMetadata |
InMemoryDocumentSessionOperations.getDocumentMetadataValue(T instance,
Reference<String> idHolder,
JsonDocument jsonDocument) |
protected long |
HiLoKeyGeneratorBase.getMaxFromDocument(JsonDocument document,
long minMax) |
<T> void |
InMemoryDocumentSessionOperations.refreshInternal(T entity,
JsonDocument jsonDocument,
DocumentMetadata value) |
Object |
InMemoryDocumentSessionOperations.trackEntity(Class<?> entityType,
JsonDocument documentFound)
Tracks the entity inside the unit of work
|
void |
InMemoryDocumentSessionOperations.trackIncludedDocument(JsonDocument include) |
Modifier and Type | Method and Description |
---|---|
boolean |
LoadOperation.setResult(JsonDocument document) |
Modifier and Type | Method and Description |
---|---|
boolean |
IDocumentConflictListener.tryResolveConflict(String key,
List<JsonDocument> results,
Reference<JsonDocument> resolvedDocument) |
boolean |
IDocumentConflictListener.tryResolveConflict(String key,
List<JsonDocument> results,
Reference<JsonDocument> resolvedDocument) |
Modifier and Type | Method and Description |
---|---|
protected JsonDocument |
ShardedDocumentSession.getJsonDocument(String documentKey) |
Copyright © 2016. All Rights Reserved.